/*
Theme Name: Dien Lanh Dan Dung Theme
Theme URI: https://dienlanhdandung.com/
Author: Dien Lanh Dan Dung
Author URI: https://dienlanhdandung.com/
Description: Custom WordPress theme for Điện Lạnh Dân Dụng.
Version: 1.0.0
Text Domain: dien-lanh-dan-dung
*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.relative {
    position: relative;
}

.bg-white {
    background: #fff;
}

.block {
    display: block;
}

.w-full {
    width: 100%;
}

.h-auto {
    height: auto;
}

.max-w-7xl {
    max-width: 1280px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* Basic CSS reset and structure */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #101828;
    background-color: #fff;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    min-height: 78px;
    border-bottom: 1px solid rgba(37, 88, 245, .12);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 40px rgba(16, 24, 40, .06);
    backdrop-filter: blur(18px);
}

body.admin-bar .site-header {
    top: var(--dldd-admin-bar-offset, 32px);
}

.site-header-spacer {
    height: 78px;
}

.site-header__inner {
    width: min(1400px, calc(100% - 32px));
    min-height: 78px;
    display: grid;
    grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(12px, 1.5vw, 22px);
    margin: 0 auto;
}

.site-header__logo {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    min-width: 0;
}

.site-header__logo img {
    width: auto;
    height: 54px;
    max-width: 220px;
    object-fit: contain;
}

.site-header__logo span {
    color: #2558f5;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.1;
}

.site-header__nav {
    min-width: 0;
    overflow: hidden;
}

.site-menu,
.site-mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    min-width: 0;
}

.site-menu li {
    position: relative;
}

.site-menu a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(8px, .8vw, 13px);
    border-radius: 999px;
    color: #101828;
    font-size: clamp(13px, .9vw, 15px);
    font-weight: 800;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}

.site-menu > li:hover > a,
.site-menu > li.current-menu-item > a,
.site-menu > li.current-menu-ancestor > a {
    background: #eef4ff;
    color: #2558f5;
}

.site-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 230px;
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 10px;
    list-style: none;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 24, 40, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-menu .sub-menu .sub-menu {
    top: -10px;
    left: calc(100% + 10px);
}

.site-menu .sub-menu a {
    width: 100%;
    min-height: 40px;
    justify-content: flex-start;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px;
}

.site-header__actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    min-width: 0;
}

.site-header__search {
    width: clamp(210px, 20vw, 300px);
    min-height: 42px;
    display: flex;
    align-items: center;
    border: 1px solid #dbe5f8;
    border-radius: 999px;
    background: #f8fbff;
    overflow: hidden;
}

.site-header__search input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0 0 0 15px;
    color: #101828;
    font: inherit;
    font-size: 13px;
    outline: none;
}

.site-header__search button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #2558f5;
    cursor: pointer;
}

.site-header__search svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.site-header__phone,
.site-header__cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 clamp(14px, 1.2vw, 18px);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.site-header__phone {
    gap: 7px;
    background: #eef4ff;
    color: #2558f5;
}

.site-header__phone svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.site-header__cta {
    background: linear-gradient(135deg, #ffc400, #ffe173);
    color: #0b2f8f;
    box-shadow: 0 14px 30px rgba(255, 196, 0, .26);
}

.site-header__toggle {
    width: 44px;
    height: 44px;
    display: none;
    place-items: center;
    gap: 4px;
    border: 0;
    border-radius: 14px;
    background: #eef4ff;
    padding: 10px;
}

.site-header__toggle span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #2558f5;
}

.site-header__mobile[hidden] {
    display: none;
}

.site-header__mobile {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto 14px;
    padding: 12px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
}

.site-mobile-menu {
    display: grid;
    gap: 4px;
}

.site-mobile-menu ul {
    margin: 4px 0 4px 16px;
    padding: 0;
    list-style: none;
}

.site-mobile-menu a {
    display: flex;
    min-height: 42px;
    align-items: center;
    border-radius: 14px;
    padding: 0 12px;
    color: #101828;
    font-size: 15px;
    font-weight: 800;
}

.site-mobile-menu a:hover,
.site-mobile-menu .current-menu-item > a,
.site-mobile-menu .current-menu-ancestor > a {
    background: #eef4ff;
    color: #2558f5;
}

@media (max-width: 1320px) {
    .site-header__inner {
        grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) auto;
    }

    .site-header__logo img {
        max-width: 190px;
    }

    .site-header__search {
        width: clamp(180px, 17vw, 230px);
    }

    .site-header__cta {
        min-height: 42px;
        padding-inline: 14px;
    }
}

@media (max-width: 1180px) {
    .site-header__search {
        display: none;
    }
}

@media (max-width: 1060px) {
    .site-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2000;
        transform: translateZ(0);
    }

    .site-header__mobile {
        max-height: calc(100dvh - 86px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .site-header__nav,
    .site-header__phone,
    .site-header__search {
        display: none;
    }

    .site-header__inner {
        display: flex;
        justify-content: space-between;
    }

    .site-header__toggle {
        display: grid;
    }
}

@media (max-width: 640px) {
    .site-header,
    .site-header__inner {
        min-height: 70px;
    }

    .site-header__inner {
        position: relative;
        justify-content: center;
        gap: 0;
    }

    .site-header__inner::before {
        content: "";
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .site-header-spacer {
        height: 70px;
    }

    .site-header__logo {
        position: static;
        margin-left: 0 !important;
        transform: none;
        justify-content: center;
        flex: 1 1 auto;
    }

    .site-header__logo img {
        height: 54px;
        max-width: 205px;
    }

    .site-header__actions {
        position: static;
        margin-left: 0;
        flex: 0 0 42px;
        justify-content: flex-end;
    }

    .site-header__toggle {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }

    .site-header__cta {
        display: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: var(--dldd-admin-bar-offset, 46px);
    }
}

.review-home {
    background: #fff;
    color: #101828;
}

.review-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.review-kicker {
    margin: 0 0 8px;
    color: #2558f5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.review-section {
    padding: 42px 0;
}

.review-section--soft {
    background: #f7faff;
}

.review-section__head {
    max-width: 780px;
    margin: 0 0 20px;
}

.review-section__head h2,
.review-criteria-grid h2,
.review-cta h2 {
    margin: 0;
    color: #101828;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
}

.review-hero {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 42px 0 38px;
    margin: 0;
    border: 1px solid rgba(230, 238, 251, .46);
    border-radius: 0 0 36px 36px;
    background:
        linear-gradient(90deg, rgba(5, 15, 34, .44) 0%, rgba(5, 15, 34, .30) 45%, rgba(5, 15, 34, .08) 70%, rgba(5, 15, 34, .14) 100%),
        var(--review-hero-bg) center / cover no-repeat,
        #101828;
    box-shadow: 0 26px 70px rgba(16, 24, 40, .16);
}

.review-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 18%, rgba(37, 88, 245, .22), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
    backdrop-filter: blur(.4px);
}

.review-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: rgba(7, 18, 40, .22);
}

.review-hero__grid {
    display: grid;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.review-hero .review-kicker {
    width: fit-content;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    padding: 8px 12px;
    color: #ffd95a;
    letter-spacing: .12em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.review-hero__content h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 1.04;
    font-weight: 900;
    text-wrap: balance;
    letter-spacing: -0.02em;
    text-shadow: 0 18px 42px rgba(0, 0, 0, .46);
}

.review-hero__content p:not(.review-kicker) {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .90);
    font-size: 18px;
    line-height: 1.72;
    font-weight: 700;
    text-shadow: 0 10px 26px rgba(0, 0, 0, .35);
}

.review-finder {
    display: grid;
    gap: 16px;
    box-sizing: border-box;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 24px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .72);
    backdrop-filter: blur(20px);
    width: min(100%, 720px);
    justify-self: end;
}

.review-finder label {
    display: grid;
    gap: 8px;
    color: #1d2939;
    font-size: 13px;
    font-weight: 800;
}

.review-finder label span {
    padding-left: 3px;
    line-height: 1;
}

.review-finder select,
.review-finder button {
    min-height: 58px;
    border-radius: 16px;
    font: inherit;
}

.review-finder select {
    border: 1px solid rgba(37, 88, 245, .14);
    background: rgba(248, 251, 255, .92);
    padding: 0 18px;
    color: #101828;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.review-finder button,
.review-cta__actions a,
.review-unit-card a {
    border: 0;
    background: #2558f5;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(37, 88, 245, .28);
}

.review-finder button {
    width: 100%;
    min-width: 0;
    padding: 0 18px;
    white-space: nowrap;
    border-radius: 18px;
    font-size: 16px;
}

.review-service-grid,
.review-article-grid,
.review-latest-list,
.review-verify-steps {
    display: grid;
    gap: 14px;
}

.review-section__head--with-actions {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.review-slider-actions {
    display: flex;
    gap: 8px;
}

.review-slider-actions button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(37, 88, 245, .18);
    border-radius: 999px;
    background: #fff;
    color: #2558f5;
    cursor: pointer;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .07);
}

.review-slider-actions button:hover {
    background: #2558f5;
    color: #fff;
}

.review-latest-list {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 2px 2px 20px;
}

.review-latest-list::-webkit-scrollbar {
    display: none;
}

.review-latest-card {
    position: relative;
    overflow: hidden;
    flex: 0 0 min(430px, 88vw);
    min-height: 248px;
    scroll-snap-align: start;
    display: grid;
    align-content: start;
    gap: 14px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 214, 82, .24), transparent 30%),
        linear-gradient(145deg, #fff, #f7faff);
}

.review-latest-card::after {
    content: "“";
    position: absolute;
    right: 18px;
    bottom: -20px;
    color: rgba(37, 88, 245, .08);
    font-size: 116px;
    font-weight: 950;
    line-height: 1;
    pointer-events: none;
}

.review-latest-card__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.review-latest-card__head img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border: 2px solid #fff;
    border-radius: 20px;
    object-fit: cover;
    background: #eef4ff;
    box-shadow: 0 14px 26px rgba(37, 88, 245, .16);
}

.review-latest-card__head div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.review-latest-card__head span {
    color: #667085;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.review-latest-card em {
    position: relative;
    z-index: 1;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #eef4ff;
    color: #344054;
    padding: 7px 10px;
}

.review-latest-card em b {
    color: #2558f5;
    font-size: 15px;
}

.review-latest-card p,
.review-latest-card time {
    position: relative;
    z-index: 1;
}

.review-service-card,
.review-article-grid article,
.review-latest-list article,
.review-rule-box,
.review-faq-list details,
.review-criteria-grid article,
.review-verify-steps article {
    border: 1px solid #e1e9f8;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(16, 24, 40, .05);
}

.review-service-card {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    display: grid;
    align-content: space-between;
    gap: 14px;
    padding: 22px 184px 20px 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 249, 255, .94)),
        #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.review-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 88, 245, .26);
    box-shadow: 0 22px 46px rgba(16, 24, 40, .10);
}

.review-service-card::before {
    content: "";
    position: absolute;
    inset: auto -44px -62px auto;
    width: 210px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(37, 88, 245, .14), rgba(255, 196, 0, .10) 56%, transparent 70%);
    pointer-events: none;
}

.review-service-card__code {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #eef4ff, #fff6ce);
    color: #2558f5;
    font-size: 13px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(37, 88, 245, .08);
}

.review-service-card__media {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 142px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(37, 88, 245, .10);
    border-radius: 28px;
    background:
        radial-gradient(circle at 24% 18%, rgba(255, 255, 255, .96), rgba(255, 255, 255, 0) 38%),
        linear-gradient(135deg, rgba(238, 244, 255, .92), rgba(255, 246, 206, .68));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 14px 28px rgba(37, 88, 245, .10);
}

.review-service-card__media img {
    width: 100%;
    height: 100%;
    padding: 16px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 16px 22px rgba(16, 24, 40, .16));
    transition: transform .2s ease;
}

.review-service-card:hover .review-service-card__media img {
    transform: scale(1.06) translateY(-3px);
}

.review-service-card__body {
    display: grid;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.review-service-card strong,
.review-unit-card strong,
.review-article-grid strong,
.review-latest-list strong,
.review-rule-box strong,
.review-verify-steps strong {
    color: #101828;
    font-size: 17px;
    font-weight: 900;
}

.review-service-card p,
.review-article-grid p,
.review-latest-list p,
.review-rule-box p,
.review-faq-list p {
    margin: 0;
    color: #475467;
    line-height: 1.55;
}

.review-service-card p {
    max-width: 320px;
}

.review-service-card em,
.review-unit-card em,
.review-latest-list em,
.review-latest-list time {
    color: #667085;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.review-service-card em {
    position: relative;
    z-index: 1;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #f1f6ff;
    padding: 7px 10px;
    color: #2558f5;
}

.review-service-card em b {
    font-size: 15px;
}

.review-area-grid,
.review-split {
    display: grid;
    gap: 20px;
}

.review-area-grid {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(37, 88, 245, .10);
    border-radius: 28px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 196, 0, .20), transparent 26%),
        radial-gradient(circle at 10% 20%, rgba(37, 88, 245, .10), transparent 30%),
        #f7faff;
    padding: 26px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.review-area-grid::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 34px solid rgba(37, 88, 245, .08);
    pointer-events: none;
}

.review-area-lead {
    max-width: 640px;
    margin: 12px 0 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.6;
}

.review-area-panel {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.review-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.review-area-tags a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    padding: 0 16px 0 12px;
    color: #1d2939;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}

.review-area-tags a::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border-radius: 50% 50% 50% 0;
    background: linear-gradient(135deg, #2558f5, #5d7cff);
    transform: rotate(-45deg);
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .86);
}

.review-area-tags a:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 88, 245, .34);
    color: #2558f5;
    box-shadow: 0 16px 30px rgba(37, 88, 245, .12);
}

.review-area-summary {
    box-sizing: border-box;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff, #eef4ff);
    padding: 22px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
}

.review-area-summary strong {
    display: block;
    color: #2558f5;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
}

.review-area-summary span {
    display: block;
    margin-top: 6px;
    color: #101828;
    font-weight: 900;
}

.review-area-summary p {
    margin: 12px 0 0;
    color: #667085;
    line-height: 1.55;
}

.review-unit-list {
    display: grid;
    gap: 10px;
}

.review-unit-card {
    display: grid;
    gap: 10px;
    align-items: center;
    border: 1px solid #e1e9f8;
    border-radius: 16px;
    background: #fff;
    padding: 14px;
}

.review-unit-card__profile {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.review-unit-card__profile img {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border: 2px solid #fff;
    border-radius: 18px;
    object-fit: cover;
    background: #eef4ff;
    box-shadow: 0 12px 24px rgba(37, 88, 245, .14);
}

.review-unit-card__profile div {
    min-width: 0;
}

.review-unit-card p {
    margin: 4px 0 0;
    color: #667085;
}

.review-score {
    color: #2558f5;
    font-weight: 900;
}

.review-unit-card a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 14px;
}

.review-ranking {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.review-ranking li {
    display: grid;
    grid-template-columns: 44px 54px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 20px;
    background:
        radial-gradient(circle at 6% 50%, rgba(255, 214, 82, .30), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .96));
    padding: 14px 16px;
    box-shadow: 0 16px 34px rgba(16, 24, 40, .07);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.review-ranking li:hover {
    transform: translateX(4px);
    border-color: rgba(37, 88, 245, .24);
    box-shadow: 0 22px 44px rgba(16, 24, 40, .10);
}

.review-ranking__number {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #2558f5;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(37, 88, 245, .22);
}

.review-ranking img {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 18px;
    object-fit: cover;
    background: #eef4ff;
    box-shadow: 0 10px 20px rgba(37, 88, 245, .12);
}

.review-ranking strong {
    min-width: 0;
}

.review-ranking__meta {
    display: grid;
    justify-items: end;
    gap: 2px;
    text-align: right;
}

.review-ranking__meta,
.review-price-table span {
    color: #475467;
}

.review-ranking__meta b {
    color: #2558f5;
    font-size: 20px;
    font-weight: 950;
}

.review-ranking__meta small {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

.review-rule-box {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: start;
    gap: 14px;
    width: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 4px 0 4px 28px;
    box-shadow: none;
}

.review-rule-box::after {
    content: none;
}

.review-rule-box__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #2558f5;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(37, 88, 245, .24);
}

.review-rule-box strong {
    font-size: 22px;
    line-height: 1.25;
}

.review-rule-box p {
    max-width: 620px;
    font-size: 17px;
    line-height: 1.62;
}

.review-rule-box strong,
.review-rule-box p,
.review-rule-box ul {
    position: relative;
    z-index: 1;
}

.review-rule-box ul {
    display: grid;
    gap: 10px;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.review-rule-box__stats {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-rule-box__stats span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 999px;
    background: #fff;
    color: #475467;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(16, 24, 40, .05);
}

.review-rule-box__stats b {
    color: #2558f5;
    font-size: 18px;
    line-height: 1;
    font-weight: 950;
}

.review-rule-box li {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    border: 1px solid rgba(37, 88, 245, .10);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    color: #344054;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 800;
}

.review-rule-box li::before {
    content: "✓";
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff6ce;
    color: #2558f5;
    font-size: 13px;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(255, 196, 0, .42);
}

.review-verify-steps span {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef4ff;
    color: #2558f5;
    font-weight: 900;
}

.review-price-table {
    display: grid;
    overflow-x: auto;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 18px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(37, 88, 245, .28), rgba(255, 196, 0, .34)) border-box;
    box-shadow: 0 20px 44px rgba(16, 24, 40, .07);
}

.review-price-table > div {
    min-width: 900px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.4fr 1.2fr .8fr;
    gap: 12px;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #edf2fb;
}

.review-price-table > div:first-child {
    background: linear-gradient(135deg, #2558f5, #123aaf);
    color: #fff;
    border-bottom: 0;
}

.review-price-table > div:first-child strong {
    color: #fff;
}

.review-price-table > div:nth-child(odd):not(:first-child) {
    background: #f8fbff;
}

.review-price-table > div:last-child {
    border-bottom: 0;
}

.review-price-table__price {
    color: #2558f5 !important;
    font-weight: 950;
}

.review-price-table__source,
.review-price-table__date {
    width: fit-content;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    padding: 8px 10px;
}

.review-price-table__source {
    background: #eef4ff;
    color: #2558f5 !important;
}

.review-price-table__date {
    background: #fff6ce;
    color: #8a6200 !important;
}

.review-criteria-grid {
    display: grid;
    gap: 14px;
}

.review-criteria-intro {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: center;
    gap: 12px;
    min-height: 210px;
    border: 1px solid rgba(37, 88, 245, .16);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 196, 0, .28), transparent 30%),
        linear-gradient(135deg, #102a76, #2558f5);
    padding: 26px;
    box-shadow: 0 20px 44px rgba(37, 88, 245, .14);
}

.review-criteria-intro::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -58px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.review-criteria-intro .review-kicker,
.review-criteria-intro h2,
.review-criteria-intro p {
    position: relative;
    z-index: 1;
}

.review-criteria-intro .review-kicker {
    color: #ffd652;
}

.review-criteria-intro h2,
.review-criteria-intro p {
    color: #fff;
}

.review-criteria-intro p:last-child {
    margin: 0;
    max-width: 440px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
}

.review-criteria-grid article {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 10px;
    min-height: 178px;
    background:
        radial-gradient(circle at 90% 12%, rgba(37, 88, 245, .10), transparent 32%),
        linear-gradient(145deg, #fff, #f8fbff);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.review-criteria-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 88, 245, .24);
    box-shadow: 0 20px 42px rgba(16, 24, 40, .09);
}

.review-criteria-grid article span {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #eef4ff, #fff6ce);
    color: #2558f5;
    font-size: 14px;
    font-weight: 950;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 12px 24px rgba(37, 88, 245, .12);
}

.review-criteria-grid article strong {
    color: #101828;
    font-size: 18px;
    font-weight: 950;
}

.review-criteria-grid article p,
.review-verify-steps article p {
    margin: 0;
    color: #667085;
    line-height: 1.5;
}

.review-verify-steps {
    position: relative;
}

.review-verify-steps::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    background: linear-gradient(#2558f5, rgba(255, 196, 0, .75));
    opacity: .22;
}

.review-verify-steps article {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 150px;
    padding: 22px;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 196, 0, .16), transparent 32%),
        linear-gradient(145deg, #fff, #f7faff);
}

.review-verify-steps article::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -46px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(37, 88, 245, .06);
}

.review-verify-steps article > span {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    border: 3px solid #fff;
    border-radius: 16px;
    background: #2558f5;
    color: #fff;
    box-shadow: 0 12px 24px rgba(37, 88, 245, .22);
}

.review-verify-steps article strong,
.review-verify-steps article p {
    grid-column: 2;
    position: relative;
    z-index: 1;
}

.review-verify-steps article strong {
    margin-top: 2px;
}

.review-article-grid article a {
    display: grid;
    gap: 10px;
}

.review-article-grid article {
    overflow: hidden;
    padding: 0;
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 196, 0, .16), transparent 30%),
        linear-gradient(145deg, #fff, #f7faff);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.review-article-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 88, 245, .24);
    box-shadow: 0 20px 42px rgba(16, 24, 40, .09);
}

.review-article-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef4ff;
}

.review-article-card__media::after {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #2558f5;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    padding: 7px 10px;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(16, 24, 40, .12);
}

.review-article-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.review-article-grid article:hover .review-article-card__media img {
    transform: scale(1.05);
}

.review-article-grid article strong,
.review-article-grid article p {
    padding-inline: 18px;
}

.review-article-grid article p {
    padding-bottom: 18px;
}

.review-article-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 2px 2px 20px;
}

.review-article-slider::-webkit-scrollbar {
    display: none;
}

.review-article-slider article {
    flex: 0 0 calc((100% - 16px) / 2);
    scroll-snap-align: start;
}

.review-faq-list {
    display: grid;
    gap: 10px;
}

.review-faq-list summary {
    cursor: pointer;
    color: #101828;
    font-weight: 900;
}

.review-faq-list p {
    margin-top: 10px;
}

.review-cta {
    padding: 42px 0 58px;
}

.review-cta__box {
    display: grid;
    gap: 18px;
    border-radius: 22px;
    background: #101828;
    padding: 24px;
    color: #fff;
}

.review-cta h2,
.review-cta .review-kicker {
    color: #fff;
}

.review-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-cta__actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 16px;
}

@media (min-width: 720px) {
    .review-hero__grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(540px, .92fr);
        align-items: center;
    }

    .review-split {
        grid-template-columns: minmax(0, 1fr) minmax(620px, 1fr);
        align-items: stretch;
    }

    .review-ranking-layout {
        grid-template-columns: minmax(520px, .96fr) minmax(560px, 1.04fr);
        gap: 28px;
        align-items: center;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(37, 88, 245, .12);
        border-radius: 28px;
        background:
            radial-gradient(circle at 3% 22%, rgba(255, 214, 82, .20), transparent 26%),
            radial-gradient(circle at 96% 8%, rgba(37, 88, 245, .10), transparent 30%),
            linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 250, 255, .92));
        padding: 28px;
        box-shadow: 0 26px 60px rgba(16, 24, 40, .08);
    }

    .review-ranking-layout > div:first-child {
        position: relative;
        z-index: 1;
    }

    .review-ranking-layout .review-rule-box {
        position: relative;
        z-index: 1;
        border-left: 1px solid rgba(37, 88, 245, .12);
    }

    .review-finder {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, .85fr) minmax(150px, .7fr);
        align-items: end;
    }

    .review-service-grid,
    .review-article-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .review-article-slider {
        display: flex;
    }

    .review-article-slider article {
        flex-basis: calc((100% - 32px) / 3);
    }

    .review-area-panel {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }

    .review-latest-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .review-criteria-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: stretch;
    }

    .review-criteria-grid > div {
        grid-column: span 2;
    }

    .review-verify-steps {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .review-verify-steps::before {
        left: 26px;
        right: 26px;
        top: 42px;
        bottom: auto;
        width: auto;
        height: 2px;
    }

    .review-verify-steps article {
        grid-template-columns: 1fr;
    }

    .review-verify-steps article strong,
    .review-verify-steps article p {
        grid-column: 1;
    }

    .review-unit-card {
        grid-template-columns: minmax(280px, 1.55fr) 1fr auto auto auto auto;
    }
}

@media (min-width: 1100px) {
    .review-section {
        padding: 54px 0;
    }

    .review-finder {
        transform: translateX(34px);
    }

    .review-hero__content h1 {
        font-size: 52px;
    }

}

@media (max-width: 719px) {
    .review-hero {
        min-height: 0;
        margin: 0;
        border-radius: 0 0 28px 28px;
        padding: 26px 0 28px;
        background:
            linear-gradient(180deg, rgba(7, 18, 40, .56) 0%, rgba(7, 18, 40, .42) 58%, rgba(7, 18, 40, .62) 100%),
            var(--review-hero-bg) center / cover no-repeat,
            #101828;
    }

    .review-hero__content h1 {
        font-size: 30px;
        line-height: 1.08;
    }

    .review-hero__content p:not(.review-kicker) {
        font-size: 15px;
        line-height: 1.65;
    }

    .review-finder {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 14px);
        margin-inline: auto;
        gap: 10px;
        padding: 12px;
        border-radius: 16px;
    }

    .review-finder label {
        min-width: 0;
        gap: 6px;
        font-size: 12px;
    }

    .review-finder select,
    .review-finder button {
        width: 100%;
        min-height: 50px;
        padding-inline: 12px;
        border-radius: 13px;
    }

    .review-finder button {
        grid-column: 1 / -1;
    }

    .review-service-card {
        min-height: 0;
        padding: 18px;
        grid-template-columns: 1fr 96px;
        align-items: center;
    }

    .review-service-card__code,
    .review-service-card__body,
    .review-service-card em {
        grid-column: 1;
    }

    .review-service-card__media {
        position: static;
        grid-column: 2;
        grid-row: 1 / span 3;
        width: 92px;
        height: 92px;
        border-radius: 22px;
    }

    .review-service-card__media img {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .review-ranking li {
        grid-template-columns: 38px 48px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .review-ranking__number {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    .review-ranking img {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .review-ranking__meta {
        grid-column: 2 / -1;
        justify-items: start;
        text-align: left;
    }

    .review-rule-box {
        min-height: 0;
        padding: 20px 0 0;
    }

    .review-area-grid {
        width: calc(100% - 44px);
        padding: 20px;
        border-radius: 22px;
    }

    .review-area-panel {
        gap: 14px;
    }

    .review-area-tags {
        gap: 10px;
    }

    .review-area-tags a {
        min-height: 40px;
        padding-right: 14px;
    }

    .review-area-summary {
        padding: 18px;
        border-radius: 18px;
    }

    .review-rule-box__stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .review-ranking-layout {
        border: 1px solid rgba(37, 88, 245, .12);
        border-radius: 22px;
        background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .94));
        padding: 16px;
    }

    .review-ranking-layout .review-rule-box {
        border-left: 0;
        border-top: 1px solid rgba(37, 88, 245, .12);
    }

    .review-section__head--with-actions {
        align-items: start;
    }

    .review-slider-actions button {
        width: 38px;
        height: 38px;
    }

    .review-latest-card {
        min-height: 260px;
    }

    .review-article-slider {
        gap: 12px;
    }

    .review-article-slider article {
        flex-basis: calc((100% - 12px) / 2);
    }

    .review-article-slider .review-article-card__media {
        aspect-ratio: 4 / 3;
    }

    .review-article-slider article strong {
        font-size: 14px;
        line-height: 1.25;
    }

    .review-article-slider article p {
        display: none;
    }
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 72px 18px 28px;
    background:
        radial-gradient(circle at 14% 6%, rgba(255, 196, 0, .18), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(35, 124, 255, .24), transparent 30%),
        linear-gradient(135deg, #081425 0%, #0d1830 48%, #07111f 100%);
    color: #d8e4f6;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 18px),
        linear-gradient(45deg, rgba(255, 196, 0, .04) 0 1px, transparent 1px 22px);
    opacity: .55;
    pointer-events: none;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1320px);
    margin: 0 auto;
}

.site-footer__top {
    display: grid;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 36px;
}

.site-footer__brand,
.site-footer__cta {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}

.site-footer__brand,
.site-footer__cta {
    padding: 28px;
}

.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.site-footer__logo {
    width: fit-content;
    min-height: 70px;
    display: inline-flex;
    align-items: center;
    margin: 0 auto 20px;
    padding: 10px 16px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    text-decoration: none;
}

.site-footer__logo img {
    width: auto;
    max-width: 220px;
    height: 54px;
    display: block;
    object-fit: contain;
}

.site-footer__logo span {
    color: #2458f5;
    font-size: 26px;
    font-weight: 900;
}

.site-footer__brand p,
.site-footer__cta p {
    max-width: 680px;
    margin: 0;
    color: #b8c7dd;
    font-size: 15px;
    line-height: 1.75;
}

.site-footer__brand p {
    margin-right: auto;
    margin-left: auto;
}

.site-footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}

.site-footer__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 196, 0, .28);
    border-radius: 999px;
    background: rgba(255, 196, 0, .10);
    color: #ffe08a;
    font-size: 13px;
    font-weight: 800;
}

.site-footer__cta {
    background:
        linear-gradient(135deg, rgba(37, 99, 255, .16), rgba(255, 196, 0, .09)),
        rgba(255, 255, 255, .07);
}

.site-footer__eyebrow {
    margin: 0 0 8px !important;
    color: #ffc400 !important;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer__cta strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.12;
}

.site-footer__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.site-footer__button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    text-align: center;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.site-footer__button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer__button:hover {
    transform: translateY(-2px);
}

.site-footer__button--primary {
    background: #2458f5;
    box-shadow: 0 16px 34px rgba(36, 88, 245, .32);
}

.site-footer__button--ghost {
    background: #ffc400;
    color: #07111f;
    box-shadow: 0 16px 34px rgba(255, 196, 0, .26);
}

.site-footer__grid {
    display: grid;
    gap: 24px;
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.site-footer__title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.site-footer__column ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__column a {
    color: #b8c7dd;
    text-decoration: none;
    transition: color .2s ease;
}

.site-footer__column a:hover {
    color: #ffc400;
}

.site-footer__contact li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #b8c7dd;
}

.site-footer__contact svg {
    width: 22px;
    height: 22px;
    margin-top: 1px;
    color: #ffc400;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer__bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 24px;
    color: #8292aa;
    font-size: 14px;
}

.site-footer__bottom p {
    margin: 0;
}

@media (min-width: 780px) {
    .site-footer__top {
        grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    }

    .site-footer__grid {
        grid-template-columns: 1.2fr repeat(3, 1fr);
    }

    .site-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .site-footer {
        padding-top: 48px;
    }

    .site-footer__brand,
    .site-footer__cta {
        padding: 22px;
        border-radius: 22px;
    }

    .site-footer__logo img {
        max-width: 190px;
        height: 48px;
    }

    .site-footer__actions {
        grid-template-columns: 1fr;
    }
}

.dldd-expert-box {
    display: grid;
    gap: 20px;
    margin: 40px 0 0;
    padding: 24px;
    border: 1px solid rgba(64, 95, 242, .14);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(238, 243, 255, .92)),
        #fff;
    box-shadow: 0 20px 54px rgba(16, 24, 40, .08);
}

.dldd-expert-box__avatar {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(135deg, #405FF2, #ffc400);
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    box-shadow: 0 18px 34px rgba(64, 95, 242, .18);
}

.dldd-expert-box__avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dldd-expert-box__eyebrow {
    margin: 0 0 8px;
    color: #007fad;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-expert-box__name {
    display: block;
    margin: 0;
    color: #344054;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.dldd-expert-box__title,
.dldd-expert-box__summary {
    margin: 10px 0 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.65;
}

.dldd-expert-box__title {
    color: #405FF2;
    font-weight: 800;
}

.dldd-expert-box__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.dldd-expert-box__meta span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef3ff;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.dldd-expert-box a {
    width: fit-content;
    margin-top: 18px;
    display: inline-flex;
    color: #007fad;
    font-weight: 800;
}

@media (min-width: 700px) {
    .dldd-expert-box {
        grid-template-columns: 116px 1fr;
        align-items: start;
        padding: 34px;
    }
}

.dldd-service-reviews {
    margin: 26px 0 0;
}

.dldd-service-reviews details {
    overflow: hidden;
    border: 1px solid rgba(37, 88, 245, .16);
    border-radius: 26px;
    background:
        radial-gradient(circle at 6% 0%, rgba(255, 196, 0, .14), transparent 32%),
        linear-gradient(135deg, #fff, #f5f8ff);
    box-shadow: 0 18px 46px rgba(16, 24, 40, .07);
}

.dldd-service-reviews summary {
    min-height: 92px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
}

.dldd-service-reviews summary::-webkit-details-marker {
    display: none;
}

.dldd-service-reviews__score {
    min-width: 108px;
    display: grid;
    gap: 2px;
    justify-items: center;
    padding: 12px 14px;
    border-radius: 22px;
    background: #fff8d9;
    color: #ffc400;
    box-shadow: inset 0 0 0 1px rgba(255, 196, 0, .22);
}

.dldd-service-reviews__score strong {
    color: #2558f5;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.dldd-service-reviews__score span {
    font-size: 13px;
    letter-spacing: 1px;
}

.dldd-service-reviews__intro {
    display: grid;
    gap: 5px;
}

.dldd-service-reviews__intro b {
    color: #101828;
    font-size: 22px;
    font-weight: 900;
}

.dldd-service-reviews__intro em {
    color: #667085;
    font-style: normal;
    font-weight: 700;
}

.dldd-service-reviews__toggle {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 18px;
    background: linear-gradient(135deg, #2558f5, #4169ff);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(37, 88, 245, .18);
}

.dldd-service-reviews[open],
.dldd-service-reviews details[open] {
    background: #fff;
}

.dldd-service-reviews__body {
    padding: 0 22px 24px;
    border-top: 1px solid rgba(37, 88, 245, .1);
}

.dldd-service-review-list {
    display: grid;
    gap: 14px;
    padding-top: 20px;
}

.dldd-service-review-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e8eefb;
}

.dldd-service-review-card img {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    object-fit: cover;
}

.dldd-service-review-card header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.dldd-service-review-card strong {
    color: #101828;
    font-size: 16px;
    font-weight: 900;
}

.dldd-service-review-card header span {
    color: #ffc400;
    letter-spacing: 1px;
}

.dldd-service-review-card p {
    margin: 8px 0 6px;
    color: #475467;
    line-height: 1.65;
}

.dldd-service-review-card time {
    color: #98a2b3;
    font-size: 13px;
    font-weight: 800;
}

.dldd-service-reviews__empty {
    margin-top: 20px;
    padding: 18px;
    border-radius: 20px;
    background: #eef3ff;
    color: #475467;
}

.dldd-service-reviews__empty strong {
    display: block;
    color: #101828;
    font-size: 17px;
}

.dldd-service-reviews__empty p {
    margin: 6px 0 0;
}

.dldd-service-review-form {
    margin-top: 18px;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e8eefb;
}

.dldd-service-review-form__title {
    margin: 0 0 8px;
    color: #101828;
    font-size: 24px;
    font-weight: 900;
}

.dldd-service-review-form__note,
.dldd-service-comment-form .logged-in-as {
    margin: 0 0 16px;
    color: #667085;
    font-size: 15px;
    line-height: 1.6;
}

.dldd-service-comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.dldd-service-comment-form p {
    margin: 0;
}

.dldd-service-comment-form .comment-form-rating,
.dldd-service-comment-form .comment-form-comment,
.dldd-service-comment-form .comment-form-cookies-consent,
.dldd-service-comment-form .form-submit,
.dldd-service-comment-form .logged-in-as {
    grid-column: 1 / -1;
}

.dldd-service-comment-form label {
    display: block;
    margin: 0 0 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 900;
}

.dldd-service-comment-form input,
.dldd-service-comment-form select,
.dldd-service-comment-form textarea {
    width: 100%;
    border: 1px solid #d8e1f3;
    border-radius: 16px;
    padding: 13px 15px;
    background: #f8fbff;
    color: #101828;
    font: inherit;
    outline: none;
}

.dldd-service-comment-form textarea {
    resize: vertical;
}

.dldd-service-comment-form input:focus,
.dldd-service-comment-form select:focus,
.dldd-service-comment-form textarea:focus {
    border-color: #2558f5;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 88, 245, .1);
}

.dldd-service-comment-form .comment-form-cookies-consent {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #667085;
    font-size: 14px;
}

.dldd-service-comment-form .comment-form-cookies-consent input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.dldd-service-comment-form .comment-form-cookies-consent label {
    margin: 0;
    font-weight: 700;
}

.dldd-service-comment-form .submit {
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    background: linear-gradient(135deg, #2558f5, #4169ff);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(37, 88, 245, .2);
}

@media (max-width: 720px) {
    .dldd-service-reviews summary {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .dldd-service-reviews__score {
        justify-items: start;
    }

    .dldd-service-comment-form {
        grid-template-columns: 1fr;
    }
}

.dldd-expert-profile,
.dldd-expert-profile__section {
    border: 1px solid rgba(64, 95, 242, .14);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(16, 24, 40, .08);
}

.dldd-expert-profile {
    display: grid;
    gap: 24px;
    padding: 28px;
}

.dldd-expert-profile__avatar {
    width: 132px;
    height: 132px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background: linear-gradient(135deg, #405FF2, #ffc400);
    color: #fff;
    font-size: 44px;
    font-weight: 800;
}

.dldd-expert-profile__avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dldd-expert-profile h1 {
    margin: 0;
    color: #101828;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.12;
}

.dldd-expert-profile__title,
.dldd-expert-profile__summary,
.dldd-expert-profile__section p {
    color: #475467;
    font-size: 17px;
    line-height: 1.65;
}

.dldd-expert-profile__title {
    margin: 12px 0 0;
    color: #405FF2;
    font-weight: 800;
}

.dldd-expert-profile__summary {
    margin: 12px 0 0;
}

.dldd-expert-profile__section {
    margin-top: 24px;
    padding: 28px;
}

.dldd-expert-profile__section h2 {
    margin: 0 0 14px;
    color: #101828;
    font-size: 24px;
    font-weight: 800;
}

.dldd-expert-profile__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dldd-expert-profile__terms span {
    padding: 9px 13px;
    border-radius: 999px;
    background: #eef3ff;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

@media (min-width: 760px) {
    .dldd-expert-profile {
        grid-template-columns: 160px 1fr;
        align-items: center;
        padding: 36px;
    }
}

.dldd-expert-page {
    --dldd-blue: #2558f5;
    --dldd-blue-dark: #0b2f8f;
    --dldd-cyan: #17b8e8;
    --dldd-gold: #ffc400;
    --dldd-ink: #101828;
    --dldd-muted: #516177;
    overflow: hidden;
    background: #f7fbff;
}

.dldd-expert-wrap {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
}

.dldd-expert-hero {
    position: relative;
    padding: 38px 0 26px;
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .12), rgba(23, 184, 232, .08) 48%, rgba(255, 196, 0, .18)),
        #f7fbff;
}

@media (max-width: 759px) {
    .dldd-expert-hero {
        padding: 18px 0 20px;
    }
}

.dldd-expert-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .8;
    background-image:
        radial-gradient(circle at 12% 22%, rgba(255, 196, 0, .34), transparent 26%),
        radial-gradient(circle at 88% 16%, rgba(23, 184, 232, .25), transparent 30%),
        linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, .62) 42% 45%, transparent 45% 100%);
}

.dldd-expert-hero__grid {
    position: relative;
    display: grid;
    gap: 18px;
}

.dldd-expert-card-main {
    position: relative;
    display: grid;
    gap: 20px;
    padding: 16px;
    border: 1px solid rgba(37, 88, 245, .15);
    border-radius: 34px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 26px 70px rgba(16, 24, 40, .1);
    backdrop-filter: blur(16px);
}

.dldd-expert-card-main__media {
    position: relative;
}

.dldd-expert-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.dldd-expert-socials__item {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    box-shadow: 0 14px 26px rgba(16, 24, 40, .16);
    transition: transform .18s ease, box-shadow .18s ease;
}

.dldd-expert-socials__item svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}

.dldd-expert-socials__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(16, 24, 40, .2);
}

.dldd-expert-socials__item--facebook {
    background: #1877f2;
}

.dldd-expert-socials__item--zalo {
    width: 42px;
    background: #0068ff;
}

.dldd-expert-socials__item--zalo svg {
    width: 34px;
    height: 18px;
}

.dldd-expert-socials__item--tiktok {
    background: #101828;
    color: #fff;
}

.dldd-expert-socials__item--youtube {
    background: #ff0033;
}

.dldd-expert-card-main__avatar {
    aspect-ratio: 1 / 1;
    width: min(100%, 278px);
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--dldd-blue), var(--dldd-gold));
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    box-shadow: 0 24px 54px rgba(37, 88, 245, .18);
}

.dldd-expert-card-main__avatar-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dldd-expert-card-main__verified {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--dldd-blue-dark);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(16, 24, 40, .12);
}

.dldd-expert-card-main__verified::before {
    content: "✓";
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--dldd-gold);
    color: var(--dldd-blue-dark);
}

.dldd-expert-card-main__content {
    align-self: center;
}

.dldd-expert-kicker {
    margin: 0 0 10px;
    color: var(--dldd-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-expert-card-main h1 {
    margin: 0;
    max-width: 720px;
    color: var(--dldd-ink);
    font-size: clamp(36px, 4.7vw, 58px);
    font-weight: 900;
    line-height: 1.02;
}

.dldd-expert-role {
    margin: 12px 0 0;
    color: var(--dldd-blue);
    font-size: 20px;
    font-weight: 900;
}

.dldd-expert-summary {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--dldd-muted);
    font-size: 17px;
    line-height: 1.6;
}

.dldd-expert-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.dldd-expert-actions > a,
.dldd-expert-actions > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    border: 0;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
}

.dldd-expert-actions__call {
    background: linear-gradient(135deg, var(--dldd-blue), #4068ff);
    color: #fff;
    box-shadow: 0 18px 34px rgba(37, 88, 245, .24);
}

.dldd-expert-actions__call span {
    margin-right: 8px;
}

.dldd-expert-actions__quote {
    background: linear-gradient(135deg, var(--dldd-gold), #ffe071);
    color: var(--dldd-blue-dark);
    box-shadow: 0 18px 34px rgba(255, 196, 0, .22);
}

.dldd-expert-actions__note {
    flex-basis: 100%;
    color: var(--dldd-muted);
    font-size: 14px;
    font-weight: 700;
}

.dldd-context-modal[hidden] {
    display: none;
}

.dldd-context-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 20px;
}

.dldd-context-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 18, 45, .58);
    backdrop-filter: blur(8px);
}

.dldd-context-modal__dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(241, 246, 255, .96)),
        #fff;
    box-shadow: 0 34px 90px rgba(8, 18, 45, .28);
}

.dldd-context-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #eef4ff;
    color: var(--dldd-blue-dark);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.dldd-context-modal h2 {
    max-width: 440px;
    margin: 0;
    color: var(--dldd-ink);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.1;
}

.dldd-context-modal__lead {
    margin: 14px 0 0;
    color: var(--dldd-muted);
    font-size: 16px;
    line-height: 1.7;
}

.dldd-context-modal__summary {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 88, 245, .1), rgba(255, 196, 0, .16));
}

.dldd-context-modal__summary span,
.dldd-context-modal__summary em {
    color: var(--dldd-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.dldd-context-modal__summary strong {
    color: var(--dldd-blue-dark);
    font-size: 18px;
    font-weight: 900;
}

.dldd-context-modal__form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.dldd-context-modal__form label {
    display: grid;
    gap: 8px;
}

.dldd-context-modal__form label span {
    color: #344054;
    font-size: 13px;
    font-weight: 900;
}

.dldd-context-modal__form input,
.dldd-context-modal__form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 16px;
    background: #fff;
    color: var(--dldd-ink);
    font: inherit;
    font-size: 15px;
    outline: none;
}

.dldd-context-modal__form input {
    min-height: 48px;
    padding: 0 14px;
}

.dldd-context-modal__form textarea {
    resize: vertical;
    padding: 13px 14px;
}

.dldd-context-modal__form input:focus,
.dldd-context-modal__form textarea:focus {
    border-color: var(--dldd-blue);
    box-shadow: 0 0 0 4px rgba(37, 88, 245, .1);
}

.dldd-context-modal__actions {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.dldd-context-modal__actions a,
.dldd-context-modal__actions button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.dldd-context-modal__actions a {
    background: #eef4ff;
    color: var(--dldd-blue);
}

.dldd-context-modal__actions button {
    background: linear-gradient(135deg, var(--dldd-blue), #4068ff);
    color: #fff;
}

body.dldd-modal-open {
    overflow: hidden;
}

@media (min-width: 560px) {
    .dldd-context-modal__actions {
        grid-template-columns: 1fr 1.2fr;
    }
}

.dldd-silo {
    --dldd-blue: #2558f5;
    --dldd-blue-dark: #0b2f8f;
    --dldd-gold: #ffc400;
    --dldd-muted: #526173;
    --silo-primary: #2558f5;
    --silo-accent: #ffc400;
    --silo-ink: #101828;
    --silo-soft: #eef5ff;
    --silo-line: rgba(37, 88, 245, .14);
    --silo-glow: rgba(37, 88, 245, .18);
    --silo-hero-image: linear-gradient(135deg, #f8fbff 0%, #eef4ff 58%, #fff 100%);
    background: #fff;
    color: var(--silo-ink);
}

.dldd-silo--cyan,
.dldd-silo--green,
.dldd-silo--orange,
.dldd-silo--indigo,
.dldd-silo--gold,
.dldd-silo--rose,
.dldd-silo--violet,
.dldd-silo--teal {
    --silo-primary: #2558f5;
    --silo-accent: #ffc400;
    --silo-soft: #eef4ff;
    --silo-line: rgba(37, 88, 245, .14);
    --silo-glow: rgba(37, 88, 245, .18);
}

.dldd-silo-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.dldd-silo-hero,
.dldd-service-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 56px;
    background-image:
        linear-gradient(90deg, rgba(248, 251, 255, .98) 0%, rgba(248, 251, 255, .92) 38%, rgba(248, 251, 255, .56) 62%, rgba(248, 251, 255, .2) 100%),
        radial-gradient(circle at 12% 22%, rgba(255, 196, 0, .24), transparent 34%),
        linear-gradient(135deg, rgba(37, 88, 245, .16), rgba(255, 196, 0, .08)),
        var(--silo-hero-image);
    background-position: center;
    background-size: cover;
}

.dldd-service-archive-hero {
    padding: 42px 0 54px;
}

.dldd-silo-hero::before,
.dldd-service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, .56) 46% 48%, transparent 48%),
        linear-gradient(120deg, transparent 0 62%, rgba(37, 88, 245, .07) 62% 63%, transparent 63%);
    pointer-events: none;
}

.dldd-silo-hero__grid,
.dldd-service-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: stretch;
}

.dldd-silo-hero--category .dldd-silo-hero__grid {
    grid-template-columns: minmax(0, 760px);
    min-height: 390px;
    align-items: center;
}

.dldd-silo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.dldd-silo-breadcrumb a {
    color: var(--silo-primary);
}

.dldd-silo-breadcrumb strong {
    color: #344054;
}

.dldd-silo-kicker,
.dldd-silo-heading span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--silo-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-silo-kicker svg,
.dldd-silo-service-card__icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.dldd-silo-hero h1,
.dldd-service-hero h1 {
    max-width: 880px;
    margin: 16px 0 18px;
    color: var(--silo-ink);
    font-size: clamp(40px, 5vw, 66px);
    line-height: .98;
    letter-spacing: 0;
}

.dldd-silo-hero p,
.dldd-service-hero__content > p {
    max-width: 760px;
    margin: 0;
    color: var(--dldd-muted);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
}

.dldd-silo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 28px;
}

.dldd-silo-actions a,
.dldd-silo-actions button,
.dldd-service-quote-card a,
.dldd-service-sticky a,
.dldd-service-sticky button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.dldd-silo-actions__primary,
.dldd-service-sticky a {
    background: linear-gradient(135deg, var(--silo-primary), #4169ff);
    color: #fff;
    box-shadow: 0 18px 38px rgba(37, 88, 245, .2);
}

.dldd-silo-actions button,
.dldd-service-quote-card a,
.dldd-service-sticky button {
    background: linear-gradient(135deg, var(--silo-accent), #ffe173);
    color: #0b2f8f;
    box-shadow: 0 18px 38px rgba(255, 196, 0, .24);
}

.dldd-silo-booking,
.dldd-service-quote-card,
.dldd-service-sticky {
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 24px 70px rgba(16, 24, 40, .1);
    backdrop-filter: blur(16px);
}

.dldd-silo-booking {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 28px;
}

.dldd-silo-booking h2,
.dldd-service-quote-card h2,
.dldd-service-sticky h2 {
    margin: 0;
    color: var(--silo-ink);
    font-size: 27px;
    line-height: 1.15;
}

.dldd-card-title {
    margin: 0;
    color: var(--silo-ink);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.15;
}

.dldd-hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.dldd-silo-booking p,
.dldd-service-sticky p {
    margin: 0;
    color: var(--dldd-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.dldd-silo-booking__facts {
    display: grid;
    gap: 10px;
}

.dldd-silo-booking__facts span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 16px;
    background: var(--silo-soft);
    color: #344054;
    font-size: 14px;
    font-weight: 800;
}

.dldd-silo-promise {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    margin-bottom: 8px;
}

.dldd-silo-promise__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 26px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 58px rgba(16, 24, 40, .08);
    backdrop-filter: blur(14px);
}

.dldd-silo-promise__grid div {
    position: relative;
    min-height: 118px;
    padding: 22px 22px 20px 76px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .06), rgba(255, 196, 0, .1)),
        #fff;
    overflow: hidden;
}

.dldd-silo-promise__grid div::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -38px;
    width: 116px;
    height: 116px;
    border-radius: 999px;
    background: rgba(255, 196, 0, .18);
}

.dldd-silo-promise__grid span {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--silo-primary), #4169ff);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(37, 88, 245, .18);
}

.dldd-silo-promise__grid strong {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--silo-ink);
    font-size: 18px;
    line-height: 1.25;
}

.dldd-silo-promise__grid p {
    position: relative;
    z-index: 1;
    margin: 8px 0 0;
    color: var(--dldd-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.dldd-silo-section {
    padding: 64px 0;
}

.dldd-silo-section--soft,
.dldd-silo-section--content {
    background:
        radial-gradient(circle at 10% 0, rgba(255, 196, 0, .12), transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(37, 88, 245, .08), transparent 32%),
        linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.dldd-silo-heading {
    margin-bottom: 28px;
}

.dldd-silo-heading h2 {
    max-width: 880px;
    margin: 10px 0 0;
    color: var(--silo-ink);
    font-size: clamp(30px, 3.8vw, 50px);
    line-height: 1.08;
    letter-spacing: 0;
}

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

.dldd-silo-service-card a {
    min-height: 238px;
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 24px;
    border: 1px solid var(--silo-line);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 250, 255, .92)),
        #fff;
    box-shadow: 0 18px 52px rgba(16, 24, 40, .07);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dldd-silo-service-card a:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 88, 245, .24);
    box-shadow: 0 24px 70px rgba(16, 24, 40, .11);
}

.dldd-silo-service-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #2558f5, #ffc400);
    color: #fff;
}

.dldd-silo-service-card strong {
    color: var(--silo-ink);
    font-size: 21px;
    line-height: 1.25;
}

.dldd-silo-service-card p {
    margin: 0;
    color: var(--dldd-muted);
    font-size: 15px;
    line-height: 1.65;
}

.dldd-silo-service-card em {
    align-self: end;
    color: var(--silo-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
}

.dldd-silo-empty {
    margin: 0;
    padding: 28px;
    border-radius: 24px;
    background: #f4f7ff;
    color: var(--dldd-muted);
    font-weight: 800;
    text-align: center;
}

.dldd-silo-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
    align-items: start;
}

.dldd-silo-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dldd-silo-benefits div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 16px;
    border: 1px solid var(--silo-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .9);
}

.dldd-silo-benefits b {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 196, 0, .28), var(--silo-soft));
    color: var(--silo-primary);
}

.dldd-silo-benefits span {
    color: #344054;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
}

.dldd-silo-steps {
    position: relative;
    display: grid;
    gap: 16px;
}

.dldd-silo-steps::before {
    content: "";
    position: absolute;
    top: 38px;
    bottom: 38px;
    left: 32px;
    width: 2px;
    background: linear-gradient(var(--silo-primary), var(--silo-accent));
    opacity: .35;
}

.dldd-silo-steps div {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 14px 16px;
    border: 1px solid var(--silo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 18px 48px rgba(16, 24, 40, .06);
}

.dldd-silo-steps span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--silo-primary), #4169ff);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.dldd-silo-steps strong {
    color: var(--silo-ink);
    font-size: 17px;
    line-height: 1.4;
}

.dldd-silo-cta {
    padding: 0 0 74px;
}

.dldd-silo-cta__box {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 196, 0, .28), transparent 30%),
        linear-gradient(135deg, var(--silo-primary), #1536a8);
    color: #fff;
    box-shadow: 0 26px 80px rgba(37, 88, 245, .22);
}

.dldd-silo-cta__box span {
    display: block;
    margin-bottom: 8px;
    color: var(--silo-accent);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.dldd-silo-cta__box h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.12;
}

.dldd-silo-cta .dldd-silo-actions {
    margin-top: 0;
    flex-shrink: 0;
}

.dldd-silo-cta .dldd-silo-actions__primary {
    background: #fff;
    color: var(--silo-primary);
}

.dldd-service-quote-card,
.dldd-service-sticky {
    display: grid;
    gap: 16px;
    padding: 26px;
}

.dldd-service-quote-card div {
    display: grid;
    gap: 5px;
    padding: 15px;
    border-radius: 18px;
    background: var(--silo-soft);
}

.dldd-service-quote-card span {
    color: var(--dldd-muted);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.dldd-service-quote-card strong {
    color: #344054;
    font-size: 15px;
    line-height: 1.55;
}

.dldd-service-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    align-items: start;
}

.dldd-service-content {
    padding: 30px;
    border: 1px solid var(--silo-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 62px rgba(16, 24, 40, .07);
}

.dldd-service-prose {
    color: #344054;
    font-size: 17px;
    line-height: 1.82;
}

.dldd-service-prose h2,
.dldd-service-prose h3 {
    color: var(--silo-ink);
    line-height: 1.2;
}

.dldd-service-prose a {
    color: var(--silo-primary);
    font-weight: 800;
}

.dldd-service-sticky {
    position: sticky;
    top: calc(8vh + 18px);
}

.dldd-service-sticky button,
.dldd-service-sticky a {
    width: 100%;
}

@media (max-width: 1024px) {
    .dldd-silo-hero__grid,
    .dldd-service-hero__grid,
    .dldd-silo-info-grid,
    .dldd-service-content-grid {
        grid-template-columns: 1fr;
    }

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

    .dldd-silo-promise__grid {
        grid-template-columns: 1fr;
    }

    .dldd-service-sticky {
        position: static;
    }
}

@media (max-width: 720px) {
    .dldd-silo-hero,
    .dldd-service-hero {
        padding: 24px 0 34px;
        background-image:
            linear-gradient(90deg, rgba(248, 251, 255, .98) 0%, rgba(248, 251, 255, .94) 58%, rgba(248, 251, 255, .72) 100%),
            radial-gradient(circle at 10% 16%, rgba(255, 196, 0, .18), transparent 34%),
            linear-gradient(135deg, rgba(37, 88, 245, .11), rgba(255, 196, 0, .06)),
            var(--silo-hero-image);
        background-position: center, center, center, 70% center;
    }

    .dldd-service-archive-hero {
        padding: 24px 0 34px;
    }

    .dldd-silo-hero h1,
    .dldd-service-hero h1 {
        font-size: 38px;
        line-height: 1.05;
    }

    .dldd-service-archive-hero .dldd-silo-breadcrumb {
        margin-bottom: 12px;
    }

    .dldd-service-archive-hero .dldd-silo-hero__grid {
        gap: 18px;
    }

    .dldd-service-archive-hero h1 {
        margin: 14px 0 14px;
    }

    .dldd-silo-hero p,
    .dldd-service-hero__content > p {
        font-size: 16px;
        line-height: 1.65;
    }

    .dldd-silo-hero--category .dldd-silo-hero__grid {
        min-height: 0;
        align-items: start;
    }

    .dldd-silo-promise {
        margin-top: 22px;
    }

    .dldd-silo-promise__grid {
        padding: 10px;
        border-radius: 22px;
    }

    .dldd-silo-promise__grid div {
        min-height: auto;
        padding: 18px 18px 18px 66px;
    }

    .dldd-silo-promise__grid span {
        top: 18px;
        left: 18px;
        width: 34px;
        height: 34px;
    }

    .dldd-silo-services,
    .dldd-silo-benefits {
        grid-template-columns: 1fr;
    }

    .dldd-silo-section {
        padding: 46px 0;
    }

    .dldd-silo-cta__box {
        display: grid;
        padding: 24px;
    }

    .dldd-silo-cta .dldd-silo-actions,
    .dldd-silo-actions {
        width: 100%;
    }

    .dldd-silo-actions a,
    .dldd-silo-actions button {
        flex: 1 1 100%;
    }

    .dldd-service-content {
        padding: 22px;
    }
}

.dldd-guide-archive {
    --guide-blue: #2558f5;
    --guide-blue-dark: #101828;
    --guide-gold: #ffc400;
    --guide-muted: #526173;
    --guide-soft: #eef4ff;
    background: #fff;
    color: var(--guide-blue-dark);
}

.dldd-guide-wrap {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.dldd-guide-hero {
    padding: 42px 0 34px;
    background:
        radial-gradient(circle at 88% 0, rgba(37, 88, 245, .12), transparent 34%),
        radial-gradient(circle at 12% 24%, rgba(255, 196, 0, .18), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.dldd-guide-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.dldd-guide-breadcrumb a {
    color: var(--guide-blue);
}

.dldd-guide-hero__content {
    max-width: 1000px;
}

.dldd-guide-hero__content > span,
.dldd-guide-section-title span,
.dldd-guide-seo-block span,
.dldd-guide-sidebar__note span {
    margin: 0 0 10px;
    color: var(--guide-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-guide-hero__content h1 {
    margin: 0;
    color: var(--guide-blue-dark);
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.08;
    letter-spacing: 0;
}

.dldd-guide-hero__content p {
    display: block;
    max-width: 850px;
    margin: 16px 0 0;
    color: var(--guide-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    text-transform: none;
}

.dldd-guide-tabs {
    position: sticky;
    top: 0;
    z-index: 15;
    padding: 12px 0;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(37, 88, 245, .08);
    backdrop-filter: blur(16px);
}

.dldd-guide-tabs__scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px;
    border-radius: 999px;
    background: #eef2f8;
    scrollbar-width: none;
}

.dldd-guide-tabs__scroll::-webkit-scrollbar {
    display: none;
}

.dldd-guide-tabs__scroll a {
    min-height: 46px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 24px;
    color: #475467;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.dldd-guide-tabs__scroll a:hover,
.dldd-guide-tabs__scroll a.is-active {
    background: #fff;
    color: var(--guide-blue-dark);
    box-shadow: 0 10px 28px rgba(16, 24, 40, .08);
}

.dldd-guide-tabs__scroll a.is-active {
    outline: 2px solid rgba(255, 196, 0, .44);
}

.dldd-guide-main {
    padding: 44px 0 76px;
    background: #fff;
}

.dldd-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.dldd-guide-section-title {
    margin-bottom: 24px;
}

.dldd-guide-section-title__text,
.dldd-guide-seo-block__title {
    margin: 0;
    color: var(--guide-blue-dark);
    font-size: clamp(28px, 3.4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
}

.dldd-news-archive .dldd-guide-section-title__text {
    max-width: 520px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
}

.dldd-guide-card {
    overflow: hidden;
    border: 1px solid #e4eaf7;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(16, 24, 40, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.dldd-guide-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 88, 245, .22);
    box-shadow: 0 26px 62px rgba(16, 24, 40, .12);
}

.dldd-guide-card a,
.dldd-guide-card__body,
.dldd-guide-card__image {
    display: block;
}

.dldd-guide-card__image {
    overflow: hidden;
    background: #eef4ff;
}

.dldd-guide-card__image img,
.dldd-guide-card__placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .45s ease;
}

.dldd-guide-card__image img {
    display: block;
}

.dldd-guide-card__placeholder {
    display: grid;
    place-items: center;
}

.dldd-guide-card:hover .dldd-guide-card__image img {
    transform: scale(1.045);
}

.dldd-guide-card__placeholder svg {
    width: 54px;
    height: 54px;
    fill: rgba(37, 88, 245, .26);
}

.dldd-guide-card__body {
    padding: 20px;
}

.dldd-guide-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

.dldd-guide-card__meta em {
    color: #0b2f8f;
    font-style: normal;
}

.dldd-guide-card__meta time {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.dldd-guide-card__meta svg {
    width: 15px;
    height: 15px;
    fill: var(--guide-gold);
}

.dldd-guide-card strong {
    display: block;
    color: var(--guide-blue-dark);
    font-size: 18px;
    line-height: 1.38;
}

.dldd-guide-card__excerpt {
    display: block;
    margin-top: 10px;
    color: var(--guide-muted);
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
    text-align-last: left;
}

.dldd-guide-card--featured {
    margin-bottom: 24px;
}

.dldd-guide-card--featured a {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: stretch;
    height: 320px;
    min-height: 0;
}

.dldd-guide-card--featured .dldd-guide-card__image {
    height: 100%;
    min-height: 0;
}

.dldd-guide-card--featured .dldd-guide-card__image img,
.dldd-guide-card--featured .dldd-guide-card__placeholder {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
}

.dldd-guide-card--featured .dldd-guide-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 34px;
    min-height: 0;
    overflow: hidden;
}

.dldd-guide-card--featured strong {
    font-size: clamp(24px, 2.25vw, 34px);
    line-height: 1.22;
}

.dldd-guide-card--featured .dldd-guide-card__excerpt {
    font-size: 16px;
}

.dldd-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.dldd-guide-load {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.dldd-guide-load button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 28px;
    background: linear-gradient(135deg, var(--guide-blue), #436aff);
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(37, 88, 245, .22);
    cursor: pointer;
}

.dldd-guide-load button:disabled {
    cursor: progress;
    opacity: .72;
}

.dldd-guide-sidebar {
    position: sticky;
    top: calc(8vh + 86px);
    display: grid;
    gap: 18px;
}

.dldd-guide-sidebar__box,
.dldd-guide-sidebar__note,
.dldd-guide-seo-block,
.dldd-guide-empty {
    border: 1px solid #e4eaf7;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(16, 24, 40, .06);
}

.dldd-guide-sidebar__box {
    padding: 16px;
}

.dldd-guide-sidebar__title {
    margin: 0 0 12px;
    color: var(--guide-blue-dark);
    font-size: 19px;
    font-weight: 800;
}

.dldd-guide-sidebar__box a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    color: #475467;
    font-size: 14px;
    font-weight: 800;
}

.dldd-guide-sidebar__box a:hover,
.dldd-guide-sidebar__box a.is-active {
    background: var(--guide-soft);
    color: var(--guide-blue);
}

.dldd-guide-sidebar__box em {
    min-width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #fff8d9;
    color: #0b2f8f;
    font-style: normal;
    font-size: 12px;
}

.dldd-guide-sidebar__note,
.dldd-guide-seo-block {
    padding: 22px;
}

.dldd-guide-sidebar__note p,
.dldd-guide-seo-block p {
    margin: 0;
    color: var(--guide-muted);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
}

.dldd-guide-seo-block {
    margin-top: 34px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 196, 0, .16), transparent 32%),
        linear-gradient(135deg, #fff, #f7fbff);
}

.dldd-guide-seo-block__title {
    margin-bottom: 14px;
    font-size: clamp(25px, 2.8vw, 38px);
}

.dldd-guide-empty {
    display: grid;
    place-items: center;
    padding: 54px 24px;
    text-align: center;
}

.dldd-guide-empty svg {
    width: 62px;
    height: 62px;
    fill: rgba(37, 88, 245, .2);
}

.dldd-guide-empty__title {
    margin: 16px 0 8px;
    font-size: 22px;
    font-weight: 800;
}

.dldd-guide-empty p {
    margin: 0;
    color: var(--guide-muted);
}

@media (min-width: 1180px) {
    .dldd-guide-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .dldd-guide-layout,
    .dldd-guide-card--featured a {
        grid-template-columns: 1fr;
    }

    .dldd-guide-card--featured a {
        height: auto;
        min-height: 0;
    }

    .dldd-guide-sidebar {
        position: static;
        order: -1;
    }

    .dldd-guide-card--featured .dldd-guide-card__image img,
    .dldd-guide-card--featured .dldd-guide-card__placeholder {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .dldd-guide-card--featured .dldd-guide-card__body {
        min-height: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .dldd-guide-hero {
        padding: 24px 0 24px;
    }

    .dldd-guide-hero__content h1 {
        font-size: 40px;
    }

    .dldd-guide-hero__content span {
        font-size: 16px;
    }

    .dldd-guide-tabs {
        top: 0;
    }

    .dldd-guide-tabs__scroll a {
        min-height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }

    .dldd-guide-main {
        padding: 32px 0 58px;
    }

    .dldd-guide-grid {
        grid-template-columns: 1fr;
    }

    .dldd-guide-card--featured .dldd-guide-card__body {
        padding: 22px;
    }
}

.dldd-article {
    --article-blue: #2558f5;
    --article-blue-dark: #101828;
    --article-gold: #ffc400;
    --article-muted: #526173;
    --article-soft: #eef4ff;
    background: #fff;
    color: var(--article-blue-dark);
}

.dldd-article-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.dldd-article-head {
    padding: 34px 0 30px;
    background:
        radial-gradient(circle at 88% 0, rgba(37, 88, 245, .12), transparent 30%),
        radial-gradient(circle at 10% 20%, rgba(255, 196, 0, .16), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.dldd-service-article-head {
    position: relative;
    overflow: hidden;
    padding: 18px 0 14px;
    background:
        radial-gradient(circle at 84% 6%, rgba(37, 88, 245, .15), transparent 32%),
        radial-gradient(circle at 12% 18%, rgba(255, 196, 0, .18), transparent 30%),
        linear-gradient(180deg, #eef4ff 0%, #f8fbff 76%, #fff 100%);
    border-bottom-left-radius: 56px;
}

.dldd-service-article-head .dldd-article-breadcrumb {
    margin-bottom: 0;
}

.dldd-article-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 22px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.dldd-article-breadcrumb a {
    color: var(--article-blue);
}

.dldd-article-breadcrumb strong {
    color: #344054;
}

.dldd-article-titlebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 28px;
    align-items: end;
}

.dldd-article-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff8d9;
    color: #0b2f8f;
    font-size: 13px;
    font-weight: 900;
}

.dldd-article h1 {
    max-width: 880px;
    margin: 16px 0 16px;
    color: var(--article-blue-dark);
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: 0;
}

.dldd-article-titlebar p {
    max-width: 820px;
    margin: 0;
    color: var(--article-muted);
    font-size: 18px;
    line-height: 1.75;
}

.dldd-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.dldd-article-meta span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff;
    color: #475467;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
}

.dldd-article-meta svg {
    width: 16px;
    height: 16px;
    fill: var(--article-gold);
}

.dldd-article-meta a {
    color: inherit;
    text-decoration: none;
}

.dldd-article-meta a:hover {
    color: var(--article-blue);
}

.dldd-article-head-cta,
.dldd-article-service-box,
.dldd-article-toc,
.dldd-article-services,
.dldd-article-helpful,
.dldd-article-content {
    border: 1px solid #e4eaf7;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 52px rgba(16, 24, 40, .07);
}

.dldd-article-head-cta {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.dldd-article-head-cta span,
.dldd-article-service-box span {
    color: var(--article-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-article-head-cta strong {
    font-size: 23px;
    line-height: 1.2;
}

.dldd-article-head-cta a,
.dldd-article-service-box a,
.dldd-article-service-box button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.dldd-article-head-cta a,
.dldd-article-service-box button {
    background: linear-gradient(135deg, var(--article-blue), #436aff);
    color: #fff;
}

.dldd-article-featured {
    padding: 10px 0 34px;
}

.dldd-article-featured img {
    width: 100%;
    max-height: 560px;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .12);
}

.dldd-article-main {
    padding: 28px 0 78px;
}

.dldd-article-layout {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.dldd-article-left,
.dldd-article-right {
    position: sticky;
    top: calc(8vh + 22px);
}

.dldd-article-share {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.dldd-article-share span {
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    writing-mode: vertical-rl;
    text-transform: uppercase;
}

.dldd-article-share a {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--article-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(37, 88, 245, .2);
}

.dldd-article-share a:nth-child(3) {
    background: #0a66c2;
}

.dldd-article-share a:nth-child(4) {
    background: #101828;
}

.dldd-article-share a:nth-child(5) {
    background: #bd081c;
}

.dldd-article-content {
    padding: 30px;
}

.dldd-service-article .dldd-article-content {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.dldd-article-prose {
    color: #344054;
    font-size: 17px;
    line-height: 1.85;
}

.dldd-service-article .dldd-article-prose {
    text-align: justify;
    text-justify: inter-word;
}

.dldd-article-prose > *:first-child {
    margin-top: 0;
}

.dldd-article-prose h2,
.dldd-article-prose h3,
.dldd-article-prose h4,
.dldd-article-prose h5 {
    color: var(--article-blue-dark);
    line-height: 1.22;
    letter-spacing: 0;
    font-weight: 800;
}

.dldd-article-prose h2 {
    position: relative;
    margin: 42px 0 18px;
    padding: 0 0 0 20px;
    font-size: 31px;
    letter-spacing: 0;
}

.dldd-article-prose h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.12em;
    width: 6px;
    height: 1.05em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--article-blue), #ffc400);
}

.dldd-article-prose h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 32px 0 14px;
    font-size: 24px;
}

.dldd-article-prose h3::before {
    content: "";
    flex: 0 0 auto;
    width: 22px;
    height: 4px;
    border-radius: 999px;
    background: var(--article-blue);
    box-shadow: 30px 0 0 rgba(255, 196, 0, 0.6);
}

.dldd-article-prose h4 {
    margin: 28px 0 12px;
    padding-bottom: 9px;
    font-size: 20px;
    border-bottom: 1px solid rgba(37, 99, 235, 0.14);
}

.dldd-article-prose h5 {
    margin: 22px 0 10px;
    font-size: 17px;
    color: #42526a;
}

.dldd-article-prose p {
    margin: 0 0 18px;
    text-align: justify;
    text-align-last: left;
}

.dldd-article-prose a {
    color: var(--article-blue);
    font-weight: 800;
}

.dldd-article-prose img {
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .1);
}

.dldd-article-prose table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
    border: 2px solid var(--article-blue);
    border-radius: 16px;
    box-shadow: 0 16px 42px rgba(37, 88, 245, .08);
}

.dldd-article-prose th,
.dldd-article-prose td {
    padding: 18px 16px;
    border: 1px solid #d5deef;
    text-align: left;
    vertical-align: top;
}

.dldd-article-prose th {
    background: #f8fbff;
    color: var(--article-blue-dark);
    font-size: 15px;
    font-weight: 900;
}

.dldd-article-prose td {
    color: #101828;
    font-weight: 600;
}

.dldd-article-prose blockquote {
    margin: 26px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--article-gold);
    border-radius: 0 18px 18px 0;
    background: #fff8d9;
    color: #344054;
    font-weight: 700;
}

.dldd-article-toc {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.dldd-article-toc--mobile {
    display: none;
    margin-bottom: 24px;
}

.dldd-article-toc h2,
.dldd-article-services h2,
.dldd-article-service-box h2 {
    margin: 0 0 10px;
    color: var(--article-blue-dark);
    font-size: 20px;
    line-height: 1.25;
}

.dldd-article-toc a {
    display: block;
    padding: 9px 10px;
    border-radius: 12px;
    color: #475467;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.dldd-article-toc a:hover {
    background: var(--article-soft);
    color: var(--article-blue);
}

.dldd-article-toc a.is-level-3 {
    padding-left: 22px;
    font-size: 13px;
}

.dldd-article-service-box,
.dldd-article-services {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 20px;
}

.dldd-article-service-box {
    background:
        radial-gradient(circle at 86% 14%, rgba(255, 196, 0, .2), transparent 32%),
        linear-gradient(135deg, #fff, #f7fbff);
}

.dldd-article-service-box p {
    margin: 0;
    color: var(--article-muted);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
}

.dldd-article-service-box a {
    background: #fff8d9;
    color: #0b2f8f;
}

.dldd-article-services a {
    display: block;
    padding: 12px;
    border-radius: 14px;
    background: var(--article-soft);
    color: #0b2f8f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.dldd-article-helpful {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding: 18px;
}

.dldd-article-helpful span {
    color: var(--article-blue-dark);
    font-weight: 900;
}

.dldd-article-helpful div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dldd-article-helpful button {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 0 15px;
    background: var(--article-soft);
    color: var(--article-blue);
    font-family: inherit;
    font-weight: 900;
    cursor: pointer;
}

.dldd-article-helpful button:first-child {
    background: #fff8d9;
    color: #0b2f8f;
}

.dldd-article-related {
    margin-top: 38px;
}

.dldd-article-related .dldd-guide-card__excerpt {
    display: none;
}

.dldd-service-related-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.dldd-service-related-slider__head .dldd-related-title {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.dldd-service-related-slider__nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dldd-service-related-slider__nav button {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(37, 88, 245, .18);
    border-radius: 999px;
    background: #fff;
    color: var(--article-blue);
    font-family: inherit;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 30px rgba(37, 88, 245, .12);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.dldd-service-related-slider__nav button:hover {
    transform: translateY(-2px);
    background: var(--article-blue);
    color: #fff;
}

.dldd-service-related-slider__viewport {
    width: 100%;
    overflow: hidden;
}

.dldd-service-related-slider__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.dldd-service-related-slider__track::-webkit-scrollbar {
    display: none;
}

.dldd-service-related-slider .dldd-service-related-card {
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.dldd-service-article-title {
    padding: 18px 0 2px;
}

.dldd-service-article-title__grid {
    display: grid;
    grid-template-columns: 72px minmax(0, 700px) minmax(300px, 390px);
    gap: 28px;
    align-items: stretch;
    justify-content: center;
}

.dldd-service-article-title__main {
    min-height: clamp(260px, 21vw, 340px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dldd-service-article-title__main h1 {
    max-width: 920px;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: clamp(38px, 4.2vw, 58px);
    line-height: 1.12;
}

.dldd-service-article-title__main > p {
    max-width: 840px;
    margin: 14px 0 0;
    color: var(--article-muted);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
}

.dldd-service-title-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.dldd-service-title-actions a,
.dldd-service-title-actions button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.dldd-service-title-actions a {
    background: linear-gradient(135deg, #2558f5, #4169ff);
    color: #fff;
    box-shadow: 0 18px 34px rgba(37, 88, 245, .2);
}

.dldd-service-title-actions button {
    background: linear-gradient(135deg, #ffc400, #ffe173);
    color: #12307a;
    box-shadow: 0 18px 34px rgba(255, 196, 0, .22);
}

.dldd-service-title-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.dldd-service-title-facts span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border-radius: 999px;
    padding: 0 14px;
    background: #eef4ff;
    color: #344054;
    font-size: 13px;
    font-weight: 900;
}

.dldd-service-title-facts span::before {
    content: "✓";
    margin-right: 7px;
    color: #2558f5;
}

.dldd-service-post-avatar {
    width: 100%;
    min-height: 300px;
    height: clamp(300px, 24vw, 380px);
    margin: 0;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 30px;
    background: linear-gradient(145deg, #ffffff, #eef4ff);
    box-shadow: 0 24px 64px rgba(16, 24, 40, .14);
}

.dldd-service-post-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.dldd-service-article .dldd-article-main {
    padding: 6px 0 74px;
}

.dldd-service-article-quick,
.dldd-service-note-card {
    border: 1px solid #e4eaf7;
    border-radius: 24px;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 196, 0, .16), transparent 36%),
        #fff;
    box-shadow: 0 18px 52px rgba(16, 24, 40, .08);
}

.dldd-service-article-quick {
    position: sticky;
    top: calc(8vh + 20px);
    display: grid;
    gap: 14px;
    padding: 22px;
}

.dldd-service-article-quick span {
    color: var(--article-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-service-article-quick strong {
    color: #344054;
    font-size: 16px;
    line-height: 1.55;
}

.dldd-service-article-quick a,
.dldd-service-article-quick button,
.dldd-service-note-card button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.dldd-service-article-quick button,
.dldd-service-note-card button {
    background: linear-gradient(135deg, var(--article-gold), #ffe173);
    color: #0b2f8f;
    box-shadow: 0 16px 34px rgba(255, 196, 0, .2);
}

.dldd-service-article-quick a {
    background: linear-gradient(135deg, var(--article-blue), #436aff);
    color: #fff;
}

.dldd-service-article-featured {
    padding-top: 18px;
}

.dldd-service-article-layout {
    grid-template-columns: 72px minmax(0, 1118px);
    justify-content: center;
}

.dldd-service-article-meta-bottom {
    margin: 28px 0 0;
    padding-top: 18px;
    border-top: 1px solid #e4eaf7;
}

.dldd-service-author-meta img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 3px #fff, 0 8px 18px rgba(15, 23, 42, .12);
}

.dldd-service-collapsible-toc {
    margin: 0 0 26px;
    border: 1px solid rgba(37, 88, 245, .22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .92)),
        #fff;
    box-shadow: 0 16px 42px rgba(16, 24, 40, .06);
    overflow: hidden;
}

.dldd-service-collapsible-toc summary {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 16px 0 24px;
    color: var(--article-blue-dark);
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.dldd-service-collapsible-toc summary::-webkit-details-marker {
    display: none;
}

.dldd-service-collapsible-toc summary i {
    position: relative;
    width: 54px;
    height: 48px;
    flex: 0 0 auto;
    display: grid;
    place-content: center;
    gap: 4px;
    border: 1px solid rgba(37, 88, 245, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
    transition: transform .22s ease, background .22s ease, border-color .22s ease;
}

.dldd-service-collapsible-toc summary i::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #7a8a9e;
    border-bottom: 2px solid #7a8a9e;
    transform: rotate(45deg);
    position: absolute;
    margin-left: 22px;
    margin-top: 3px;
}

.dldd-service-collapsible-toc summary b {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: #7a8a9e;
}

.dldd-service-collapsible-toc[open] summary i {
    border-color: rgba(255, 196, 0, .5);
    background: #fff8d9;
    transform: rotate(180deg);
}

.dldd-service-collapsible-toc > div {
    display: grid;
    gap: 6px;
    padding: 0 24px 22px;
    border-top: 1px solid rgba(37, 88, 245, .1);
}

.dldd-service-collapsible-toc a {
    display: block;
    padding: 11px 12px;
    border-radius: 12px;
    color: #475467;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.dldd-service-collapsible-toc a:hover {
    background: var(--article-soft);
    color: var(--article-blue);
    transform: translateX(3px);
}

.dldd-service-collapsible-toc a.is-level-3 {
    padding-left: 26px;
    font-size: 14px;
}

.dldd-service-note-card {
    display: grid;
    gap: 10px;
    margin: 32px 0;
    padding: 24px;
}

.dldd-service-note-card strong {
    color: var(--article-blue-dark);
    font-size: 22px;
}

.dldd-service-note-card p {
    margin: 0;
    color: var(--article-muted);
    font-size: 16px;
    line-height: 1.7;
}

.dldd-service-inline-grid,
.dldd-service-process-list {
    display: grid;
    gap: 14px;
    margin: 22px 0 30px;
}

.dldd-service-inline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dldd-service-inline-grid div,
.dldd-service-process-list div {
    border: 1px solid #e4eaf7;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
}

.dldd-service-inline-grid div {
    padding: 18px;
}

.dldd-service-inline-grid strong,
.dldd-service-process-list strong {
    display: block;
    color: var(--article-blue-dark);
    font-size: 18px;
    line-height: 1.3;
}

.dldd-service-inline-grid p,
.dldd-service-process-list p {
    margin: 8px 0 0;
    color: var(--article-muted);
    font-size: 15px;
    line-height: 1.65;
}

.dldd-service-process-list div {
    position: relative;
    padding: 18px 18px 18px 72px;
}

.dldd-service-process-list span {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--article-blue), #436aff);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.dldd-service-related-card a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding: 14px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 22px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 46px rgba(15, 42, 106, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.dldd-service-related-card a:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(15, 42, 106, .14);
}

.dldd-service-related-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    background: #eef4ff;
}

.dldd-service-related-card strong {
    color: var(--article-blue-dark);
    font-size: 17px;
    line-height: 1.35;
}

.dldd-service-related-card span {
    color: var(--article-blue);
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 1120px) {
    .dldd-article-titlebar,
    .dldd-service-article-title__grid,
    .dldd-article-layout {
        grid-template-columns: 1fr;
    }

    .dldd-article-left,
    .dldd-article-right {
        position: static;
    }

    .dldd-article-left {
        display: none;
    }

    .dldd-service-article-quick {
        position: static;
    }

    .dldd-article-toc:not(.dldd-article-toc--mobile) {
        display: none;
    }

    .dldd-article-toc--mobile {
        display: grid;
    }

    .dldd-article-right {
        order: 2;
    }

    .dldd-service-post-avatar {
        max-width: 620px;
        min-height: 260px;
        height: 320px;
        order: -1;
    }

    .dldd-service-related-slider .dldd-service-related-card {
        flex-basis: calc((100% - 16px) / 2);
    }
}

@media (max-width: 760px) {
    .dldd-article-head {
        padding: 20px 0 24px;
    }

    .dldd-service-article-head {
        padding: 14px 0 12px;
        border-bottom-left-radius: 44px;
    }

    .dldd-service-article-title {
        padding-top: 12px;
    }

    .dldd-service-article-title__main {
        min-height: auto;
        justify-content: flex-start;
    }

    .dldd-article h1 {
        font-size: 36px;
    }

    .dldd-service-article-title__main h1 {
        font-size: 34px;
    }

    .dldd-service-post-avatar {
        height: 240px;
        min-height: 220px;
        border-width: 6px;
        border-radius: 24px;
    }

    .dldd-article-titlebar p,
    .dldd-service-article-title__main > p,
    .dldd-article-prose {
        font-size: 16px;
    }

    .dldd-article-featured img {
        border-radius: 22px;
        max-height: 360px;
    }

    .dldd-article-content {
        padding: 22px;
    }

    .dldd-service-article .dldd-article-content {
        padding: 0;
    }

    .dldd-article-prose {
        overflow-x: auto;
    }

    .dldd-article-prose h2 {
        font-size: 26px;
        padding-left: 16px;
    }

    .dldd-article-prose h3 {
        font-size: 22px;
    }

    .dldd-article-prose h4 {
        font-size: 19px;
    }

    .dldd-article-prose h5 {
        font-size: 16px;
    }

    .dldd-article-helpful {
        display: grid;
    }

    .dldd-service-related-slider__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .dldd-service-related-slider .dldd-service-related-card {
        flex-basis: 100%;
    }

    .dldd-service-inline-grid {
        grid-template-columns: 1fr;
    }
}

.dldd-expert-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.dldd-expert-proof div {
    min-height: 0;
    padding: 14px 16px;
    display: grid;
    grid-template-columns: 38px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-content: center;
    align-items: center;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 18px 42px rgba(16, 24, 40, .07);
}

.dldd-expert-proof i {
    grid-row: 1 / span 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(37, 88, 245, .12), rgba(255, 196, 0, .24));
    color: var(--dldd-blue);
    font-style: normal;
}

.dldd-expert-proof i svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.dldd-expert-proof span {
    display: block;
    color: var(--dldd-blue);
    font-size: 25px;
    white-space: nowrap;
    font-weight: 900;
    line-height: 1.1;
}

.dldd-expert-proof p {
    margin: 6px 0 0;
    color: var(--dldd-muted);
    font-size: 14px;
    font-weight: 800;
}

.dldd-expert-body {
    padding: 38px 0 70px;
}

.dldd-expert-body__grid {
    display: grid;
    gap: 24px;
}

.dldd-expert-main-col,
.dldd-expert-side-col {
    display: grid;
    gap: 24px;
    align-content: start;
}

.dldd-expert-section,
.dldd-expert-panel {
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 56px rgba(16, 24, 40, .07);
}

.dldd-expert-section {
    padding: 28px;
}

.dldd-expert-section h2 {
    margin: 0 0 14px;
    color: var(--dldd-ink);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.15;
}

.dldd-expert-panel__title {
    margin: 0 0 12px;
    color: var(--dldd-ink);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .dldd-expert-panel__title {
        font-size: 22px;
        white-space: normal;
    }
}

.dldd-expert-section p,
.dldd-expert-panel p,
.dldd-expert-content {
    color: var(--dldd-muted);
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    text-align-last: left;
}

.dldd-expert-content p {
    margin: 12px 0 0;
}

.dldd-expert-services {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.dldd-expert-service-card {
    position: relative;
    display: grid;
    gap: 9px;
    padding: 20px 20px 20px 62px;
    overflow: hidden;
    border: 1px solid rgba(37, 88, 245, .1);
    border-radius: 22px;
    background: linear-gradient(135deg, #fff, #f5f8ff);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.dldd-expert-service-card::before {
    content: "✓";
    position: absolute;
    top: 22px;
    left: 20px;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 11px;
    background: rgba(255, 196, 0, .22);
    color: var(--dldd-blue);
    font-weight: 900;
}

.dldd-expert-service-card:hover {
    transform: translateY(-3px);
    border-color: rgba(37, 88, 245, .24);
    box-shadow: 0 18px 36px rgba(37, 88, 245, .12);
}

.dldd-expert-service-card span {
    color: var(--dldd-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dldd-expert-service-card strong {
    color: var(--dldd-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.dldd-expert-service-card em {
    color: var(--dldd-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.65;
}

.dldd-expert-panel {
    padding: 20px;
}

.dldd-expert-panel--gold {
    background:
        linear-gradient(135deg, rgba(255, 196, 0, .18), rgba(255, 255, 255, .94) 42%),
        #fff;
}

.dldd-expert-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dldd-expert-chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: #eef4ff;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.dldd-expert-chips span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dldd-gold);
}

.dldd-expert-panel ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dldd-expert-panel li {
    position: relative;
    padding-left: 24px;
    color: var(--dldd-muted);
    font-size: 14px;
    line-height: 1.55;
}

.dldd-expert-panel li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dldd-blue);
    font-weight: 900;
}

.dldd-expert-archive-hero {
    position: relative;
    padding: 34px 0 54px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .11), rgba(23, 184, 232, .08) 50%, rgba(255, 196, 0, .22)),
        #f7fbff;
}

.dldd-expert-archive-hero .dldd-guide-breadcrumb {
    position: relative;
    margin-bottom: 30px;
}

.dldd-expert-archive-hero__grid {
    position: relative;
    display: grid;
    gap: 28px;
    align-items: stretch;
}

.dldd-expert-archive-hero__content {
    max-width: 840px;
}

.dldd-expert-archive-hero__content h1,
.dldd-expert-archive-heading h2,
.dldd-expert-archive-cta h2 {
    margin: 0;
    color: var(--dldd-ink);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
}

.dldd-expert-archive-hero__content h1 {
    font-size: clamp(40px, 6vw, 78px);
    max-width: 860px;
}

.dldd-expert-archive-hero__content > p:not(.dldd-expert-kicker),
.dldd-expert-archive-heading > p:not(.dldd-expert-kicker),
.dldd-expert-archive-cta p {
    max-width: 760px;
    margin: 18px 0 0;
    color: var(--dldd-muted);
    font-size: 18px;
    line-height: 1.75;
}

.dldd-expert-archive-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.dldd-expert-archive-actions a,
.dldd-expert-archive-cta a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.dldd-expert-archive-actions a:first-child,
.dldd-expert-archive-cta a {
    background: linear-gradient(135deg, var(--dldd-blue), #436aff);
    color: #fff;
    box-shadow: 0 18px 34px rgba(37, 88, 245, .24);
}

.dldd-expert-archive-actions a:last-child {
    background: linear-gradient(135deg, var(--dldd-gold), #ffe071);
    color: var(--dldd-blue-dark);
    box-shadow: 0 18px 34px rgba(255, 196, 0, .22);
}

.dldd-expert-archive-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dldd-expert-archive-metrics div {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    padding: 22px;
    display: grid;
    align-content: space-between;
    border: 1px solid rgba(37, 88, 245, .16);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(247, 251, 255, .9)),
        radial-gradient(circle at 88% 16%, rgba(255, 196, 0, .22), transparent 34%);
    box-shadow:
        0 24px 54px rgba(16, 24, 40, .09),
        inset 0 1px 0 rgba(255, 255, 255, .9);
    backdrop-filter: blur(14px);
}

.dldd-expert-archive-metrics div::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(37, 88, 245, .08), transparent 42%),
        radial-gradient(circle at 100% 0, rgba(255, 196, 0, .26), transparent 28%);
    opacity: .9;
    pointer-events: none;
}

.dldd-expert-archive-metrics div::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 999px;
    background: rgba(37, 88, 245, .04);
}

.dldd-expert-archive-metrics i,
.dldd-expert-archive-metrics strong,
.dldd-expert-archive-metrics span {
    position: relative;
    z-index: 1;
}

.dldd-expert-archive-metrics i {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #eef4ff, #fff4c7);
    box-shadow: 0 14px 28px rgba(37, 88, 245, .13);
}

.dldd-expert-archive-metrics svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--dldd-blue);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dldd-expert-archive-metrics strong {
    margin-top: 18px;
    color: var(--dldd-blue);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1;
}

.dldd-expert-archive-metrics span {
    margin-top: 8px;
    color: var(--dldd-muted);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.dldd-expert-archive-main,
.dldd-expert-archive-process {
    padding: 58px 0;
}

.dldd-expert-archive-heading {
    margin-bottom: 28px;
}

.dldd-expert-archive-heading h2,
.dldd-expert-archive-cta h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.dldd-expert-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.dldd-expert-archive-card {
    overflow: hidden;
    border: 1px solid rgba(37, 88, 245, .13);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 58px rgba(16, 24, 40, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.dldd-expert-archive-card:hover {
    transform: translateY(-5px);
    border-color: rgba(37, 88, 245, .28);
    box-shadow: 0 30px 72px rgba(37, 88, 245, .14);
}

.dldd-expert-archive-card__media {
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(37, 88, 245, .12), rgba(255, 196, 0, .18));
}

.dldd-expert-archive-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.dldd-expert-archive-card:hover .dldd-expert-archive-card__media img {
    transform: scale(1.04);
}

.dldd-expert-archive-card__media > span {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 58px;
    font-weight: 900;
}

.dldd-expert-archive-card__media em {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--dldd-blue-dark);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(16, 24, 40, .12);
}

.dldd-expert-archive-card__media em::before {
    content: "✓";
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--dldd-gold);
}

.dldd-expert-archive-card__body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.dldd-expert-archive-card__title {
    text-decoration: none;
}

.dldd-expert-archive-card__title h3 {
    margin: 0;
    color: var(--dldd-ink);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.12;
}

.dldd-expert-archive-card__role {
    margin: -6px 0 0;
    color: var(--dldd-blue);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

.dldd-expert-archive-card__summary {
    margin: 0;
    color: var(--dldd-muted);
    font-size: 15px;
    line-height: 1.65;
}

.dldd-expert-archive-card__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.dldd-expert-archive-card__stats span {
    min-width: 0;
    padding: 10px;
    overflow: hidden;
    border-radius: 16px;
    background: #f3f7ff;
    color: var(--dldd-blue);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dldd-expert-archive-card__stats small {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 11px;
    font-weight: 800;
}

.dldd-expert-archive-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dldd-expert-archive-card__chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 196, 0, .14);
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.dldd-expert-archive-card__chips span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dldd-gold);
}

.dldd-expert-archive-card__link {
    display: inline-flex;
    align-items: center;
    color: var(--dldd-blue);
    font-weight: 900;
    text-decoration: none;
}

.dldd-expert-archive-card__link::after {
    content: "→";
    margin-left: 8px;
}

.dldd-expert-archive-process {
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .06), rgba(255, 196, 0, .1)),
        #fff;
}

.dldd-expert-archive-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dldd-expert-archive-flow div {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 56px rgba(16, 24, 40, .07);
}

.dldd-expert-archive-flow div:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 2;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--dldd-gold);
    color: var(--dldd-blue-dark);
    font-weight: 900;
    transform: translateY(-50%);
}

.dldd-expert-archive-flow span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--dldd-blue), #436aff);
    color: #fff;
    font-weight: 900;
}

.dldd-expert-archive-flow strong {
    display: block;
    margin-top: 18px;
    color: var(--dldd-ink);
    font-size: 18px;
    font-weight: 900;
}

.dldd-expert-archive-flow p {
    margin: 10px 0 0;
    color: var(--dldd-muted);
    font-size: 15px;
    line-height: 1.65;
}

.dldd-expert-archive-cta {
    padding: 54px 0 76px;
}

.dldd-expert-archive-cta .dldd-expert-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .1), rgba(255, 255, 255, .9) 44%, rgba(255, 196, 0, .18)),
        #fff;
    box-shadow: 0 28px 76px rgba(16, 24, 40, .1);
}

@media (min-width: 760px) {
    .dldd-expert-card-main {
        grid-template-columns: 278px 1fr;
        align-items: center;
        padding: 22px;
    }

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

@media (min-width: 1080px) {
    .dldd-expert-hero__grid {
        grid-template-columns: minmax(0, 1fr) 340px;
        align-items: stretch;
    }

    .dldd-expert-proof {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(0, 1fr));
        height: 100%;
    }

    .dldd-expert-body__grid {
        grid-template-columns: minmax(0, 1fr) 360px;
    }
}

@media (min-width: 1080px) {
    .dldd-expert-archive-hero__grid {
        grid-template-columns: minmax(0, 1fr) 470px;
    }
}

@media (max-width: 1080px) {
    .dldd-expert-archive-grid,
    .dldd-expert-archive-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dldd-expert-archive-flow div::after {
        display: none;
    }
}

@media (max-width: 720px) {
    .dldd-expert-page .dldd-expert-wrap {
        width: min(100% - 28px, 420px);
    }

    .dldd-expert-page .dldd-expert-hero {
        padding: 14px 0 18px;
    }

    .dldd-expert-page .dldd-expert-hero__grid {
        gap: 14px;
    }

    .dldd-expert-page .dldd-expert-card-main {
        gap: 14px;
        padding: 14px;
        border-radius: 24px;
    }

    .dldd-expert-page .dldd-expert-card-main__avatar {
        width: 100%;
        max-width: none;
        aspect-ratio: 1.08 / 1;
        border-radius: 20px;
    }

    .dldd-expert-page .dldd-expert-card-main__verified {
        left: 14px;
        right: 14px;
        bottom: 14px;
        min-height: 38px;
        padding: 8px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .dldd-expert-page .dldd-expert-kicker {
        margin-bottom: 8px;
        font-size: 11px;
        letter-spacing: .07em;
    }

    .dldd-expert-page .dldd-expert-card-main h1 {
        max-width: 100%;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.06;
        overflow-wrap: anywhere;
    }

    .dldd-expert-page .dldd-expert-role {
        font-size: 17px;
        line-height: 1.35;
    }

    .dldd-expert-page .dldd-expert-summary {
        font-size: 14px;
        line-height: 1.55;
    }

    .dldd-expert-page .dldd-expert-actions {
        justify-content: center;
        gap: 10px;
        margin-top: 16px;
    }

    .dldd-expert-page .dldd-expert-actions > a,
    .dldd-expert-page .dldd-expert-actions > button {
        min-height: 44px;
        padding: 0 18px;
        font-size: 14px;
    }

    .dldd-expert-page .dldd-expert-actions__call,
    .dldd-expert-page .dldd-expert-actions__quote {
        flex: 1 1 145px;
        max-width: 210px;
    }

    .dldd-expert-page .dldd-expert-socials {
        flex: 1 1 100%;
        justify-content: center;
        margin-top: 2px;
    }

    .dldd-expert-page .dldd-expert-actions__note {
        flex-basis: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 1.35;
    }

    .dldd-expert-page .dldd-expert-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .dldd-expert-page .dldd-expert-proof div {
        min-width: 0;
        padding: 12px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 5px;
        border-radius: 18px;
    }

    .dldd-expert-page .dldd-expert-proof i {
        grid-row: auto;
        width: 30px;
        height: 30px;
        border-radius: 12px;
    }

    .dldd-expert-page .dldd-expert-proof i svg {
        width: 16px;
        height: 16px;
    }

    .dldd-expert-page .dldd-expert-proof span {
        max-width: 100%;
        min-width: 0;
        font-size: clamp(17px, 4.8vw, 21px);
        line-height: 1.12;
        white-space: normal;
        overflow-wrap: normal;
        word-break: keep-all;
    }

    .dldd-expert-page .dldd-expert-proof p {
        margin-top: 3px;
        font-size: 11.5px;
        line-height: 1.25;
    }

    .dldd-expert-archive-hero {
        padding-top: 28px;
    }

    .dldd-expert-archive-grid,
    .dldd-expert-archive-flow {
        grid-template-columns: 1fr;
    }

    .dldd-expert-archive-metrics {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: 100%;
    }

    .dldd-expert-archive-metrics div {
        min-width: 0;
        min-height: 108px;
        padding: 13px;
        align-content: start;
        border-radius: 18px;
        box-shadow: 0 14px 30px rgba(16, 24, 40, .08);
    }

    .dldd-expert-archive-metrics div::before {
        background: radial-gradient(circle at 100% 0, rgba(255, 196, 0, .2), transparent 36%);
    }

    .dldd-expert-archive-metrics div::after {
        width: 48px;
        height: 48px;
        right: -18px;
        bottom: -18px;
    }

    .dldd-expert-archive-metrics i {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    .dldd-expert-archive-metrics i svg,
    .dldd-expert-archive-metrics svg {
        width: 17px !important;
        height: 17px !important;
        display: block !important;
        fill: none !important;
        stroke: var(--dldd-blue) !important;
        stroke-width: 2.4 !important;
    }

    .dldd-expert-archive-metrics svg path {
        fill: none !important;
        stroke: inherit !important;
    }

    .dldd-expert-archive-metrics strong {
        margin-top: 12px;
        font-size: 24px;
    }

    .dldd-expert-archive-metrics span {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.25;
    }

    .dldd-expert-archive-flow {
        gap: 28px;
    }

    .dldd-expert-archive-flow div {
        padding: 20px;
        border-radius: 22px;
    }

    .dldd-expert-archive-flow div:not(:last-child)::after {
        content: "↓";
        top: auto;
        right: auto;
        bottom: -20px;
        left: 50%;
        display: grid;
        width: 34px;
        height: 34px;
        font-size: 18px;
        box-shadow: 0 12px 24px rgba(255, 196, 0, .28);
        transform: translateX(-50%);
    }

    .dldd-expert-archive-card__media {
        height: 260px;
    }

    .dldd-expert-archive-cta .dldd-expert-wrap {
        display: grid;
        padding: 24px;
    }
}

header [aria-label="Về trang chủ"] {
    margin-left: 20px;
}

@media (max-width: 640px) {
    header [aria-label="Về trang chủ"] {
        margin-left: 0 !important;
    }
}

@media (min-width: 1024px) {
    header [aria-label="Về trang chủ"] {
        margin-left: 66px;
    }
}

.home-quick-services {
    padding: 28px 0 34px;
    border-bottom: 1px solid #e8eefc;
}

.home-quick-services__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
}

.home-quick-services__item {
    position: relative;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 10px 8px 4px;
    color: #101828;
    text-align: center;
    border-radius: 12px;
    transition: color .18s ease, transform .18s ease;
}

.home-quick-services__item:hover {
    color: #405FF2;
    transform: translateY(-2px);
}

.home-quick-services__icon {
    width: 78px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.home-quick-services__icon img {
    width: 78px;
    height: 70px;
    object-fit: contain;
    display: block;
    transform: scale(1);
    transition: transform .2s ease;
}

.home-quick-services__item:hover .home-quick-services__icon img {
    transform: scale(1.04);
}

.home-quick-services__label {
    max-width: 132px;
    min-height: 46px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.32;
}

.home-quick-services__item--clone {
    display: none;
}

@media (min-width: 640px) {
    .home-quick-services__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .home-quick-services {
        padding: 30px 0 40px;
    }

    .home-quick-services__grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 30px 22px;
    }
}

@media (max-width: 639px) {
    .home-quick-services {
        padding: 16px 0 18px;
        overflow: hidden;
    }

    .home-quick-services > div {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .home-quick-services__grid {
        display: flex;
        width: max-content;
        gap: 10px;
        animation: homeQuickServicesRun 28s linear infinite;
        will-change: transform;
    }

    .home-quick-services__grid:hover {
        animation-play-state: paused;
    }

    .home-quick-services__item,
    .home-quick-services__item--clone {
        flex: 0 0 calc((100vw - 38px) / 3);
        min-height: 102px;
        display: flex;
        justify-content: center;
        gap: 6px;
        padding: 8px 5px 6px;
    }

    .home-quick-services__icon {
        width: 64px;
        height: 58px;
    }

    .home-quick-services__icon img {
        width: 64px;
        height: 58px;
    }

    .home-quick-services__label {
        max-width: 104px;
        min-height: 34px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.22;
    }
}

@media (min-width: 520px) and (max-width: 639px) {
    .home-quick-services__item,
    .home-quick-services__item--clone {
        flex-basis: calc((100vw - 54px) / 4);
    }
}

@media (prefers-reduced-motion: reduce) and (max-width: 639px) {
    .home-quick-services__grid {
        width: auto;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        animation: none;
        padding: 0 16px;
    }

    .home-quick-services__item {
        scroll-snap-align: start;
    }

    .home-quick-services__item--clone {
        display: none;
    }
}

@keyframes homeQuickServicesRun {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.dldd-review-single {
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 196, 0, .12), transparent 28%),
        radial-gradient(circle at 92% 0, rgba(37, 88, 245, .12), transparent 32%),
        linear-gradient(180deg, #f7fbff 0%, #fff 42%, #f8fbff 100%);
}

.dldd-review-single .dldd-article-wrap {
    width: min(1360px, calc(100% - 32px));
}

.dldd-review-single .dldd-service-article-head {
    padding: 16px 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .84);
    border-bottom: 1px solid rgba(37, 88, 245, .1);
    backdrop-filter: blur(14px);
}

.dldd-review-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
    gap: 34px;
    align-items: center;
    justify-content: space-between;
}

.dldd-review-single .dldd-service-article-title {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 72px) 0 48px;
}

.dldd-review-single .dldd-service-article-title::before {
    content: "";
    position: absolute;
    inset: 24px 0 auto auto;
    width: 42vw;
    height: 42vw;
    max-width: 640px;
    max-height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 88, 245, .16), transparent 64%);
    pointer-events: none;
}

.dldd-review-kicker {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 12px;
    padding: 0 14px;
    border: 1px solid rgba(255, 196, 0, .45);
    border-radius: 999px;
    background: rgba(255, 248, 217, .9);
    color: #12307a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(255, 196, 0, .18);
}

.dldd-review-single .dldd-service-article-title__main {
    position: relative;
    min-height: 0;
    justify-content: flex-start;
}

.dldd-review-single .dldd-service-article-title__main .dldd-article-tag {
    margin-bottom: 8px;
    background: #eef4ff;
    color: #2558f5;
}

.dldd-review-single .dldd-service-article-title__main h1 {
    max-width: 850px;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: .98;
}

.dldd-review-single .dldd-service-article-title__main > p {
    max-width: 760px;
    font-size: 19px;
    line-height: 1.72;
}

.dldd-review-single .dldd-service-title-facts {
    margin-top: 24px;
}

.dldd-review-single .dldd-service-title-facts span {
    min-height: 40px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(37, 88, 245, .12);
    box-shadow: 0 12px 28px rgba(16, 24, 40, .06);
}

.dldd-review-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.dldd-review-hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(16, 24, 40, .05);
    color: #526173;
    font-size: 13px;
    font-weight: 800;
}

.dldd-review-score-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 12%, rgba(255, 196, 0, .28), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(238, 244, 255, .92));
    box-shadow: 0 30px 90px rgba(16, 24, 40, .14);
}

.dldd-review-score-card::after {
    content: "";
    position: absolute;
    right: -74px;
    bottom: -82px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(37, 88, 245, .1);
}

.dldd-review-score-card .dldd-service-post-avatar {
    height: 260px;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.dldd-review-score-card__body {
    position: relative;
    z-index: 1;
    padding: 26px;
}

.dldd-review-score-card__body > span {
    color: #2558f5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-review-score-card__body strong {
    display: block;
    margin-top: 8px;
    color: #2558f5;
    font-size: 72px;
    font-weight: 900;
    line-height: .9;
}

.dldd-review-score-card__body small {
    color: #7a8a9e;
    font-size: 26px;
}

.dldd-review-score-card__body p {
    margin: 14px 0 18px;
    color: #344054;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.dldd-review-score-card__body ul,
.dldd-review-sidebar ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dldd-review-score-card__body li,
.dldd-review-sidebar li {
    position: relative;
    padding-left: 22px;
    color: #475467;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.dldd-review-score-card__body li::before,
.dldd-review-sidebar li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .48em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffc400;
    box-shadow: 0 0 0 4px rgba(255, 196, 0, .18);
}

.dldd-review-single .dldd-service-article-layout {
    grid-template-columns: 64px minmax(0, 1fr) minmax(300px, 360px);
    gap: 28px;
    align-items: start;
    justify-content: center;
}

.dldd-review-single .dldd-article-content {
    padding: 30px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 34px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(16, 24, 40, .08);
}

.dldd-review-single .dldd-article-prose {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
}

.dldd-review-single .dldd-article-prose h2 {
    margin-top: 38px;
    padding-left: 0;
    font-size: clamp(24px, 2.2vw, 32px);
}

.dldd-review-single .dldd-article-prose h2::before {
    display: block;
    position: static;
    width: 58px;
    height: 6px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2558f5, #ffc400);
}

.dldd-review-single .dldd-article-prose table {
    border: 1px solid rgba(37, 88, 245, .16);
    border-radius: 22px;
}

.dldd-review-editor-note {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 28px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .09), rgba(255, 196, 0, .14)),
        #fff;
}

.dldd-review-sidebar {
    position: sticky;
    top: calc(8vh + 20px);
    display: grid;
    gap: 16px;
}

.dldd-review-sidebar__box {
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 54px rgba(16, 24, 40, .08);
}

.dldd-review-sidebar__box > span {
    color: #2558f5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-review-sidebar__box strong {
    display: block;
    margin-top: 10px;
    color: #101828;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}

.dldd-review-sidebar__box p {
    margin: 12px 0 0;
    color: #526173;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.dldd-review-sidebar__box--dark {
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 196, 0, .24), transparent 34%),
        linear-gradient(145deg, #0b1830, #10275a);
    color: #fff;
}

.dldd-review-sidebar__box--dark > span,
.dldd-review-sidebar__box--dark strong,
.dldd-review-sidebar__box--dark li {
    color: #fff;
}

.dldd-review-sidebar__box--dark li::before {
    background: #ffc400;
}

.dldd-review-single .dldd-service-reviews details,
.dldd-review-single .dldd-service-related-card a {
    border-radius: 28px;
}

@media (max-width: 1180px) {
    .dldd-review-hero__grid,
    .dldd-review-single .dldd-service-article-layout {
        grid-template-columns: 1fr;
    }

    .dldd-review-single .dldd-article-left,
    .dldd-review-sidebar {
        position: static;
    }

    .dldd-review-single .dldd-article-left {
        display: none;
    }

    .dldd-review-sidebar {
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-article-wrap {
        width: min(100% - 24px, 1360px);
    }

    .dldd-review-single .dldd-service-article-title {
        padding: 26px 0 32px;
    }

    .dldd-review-single .dldd-service-article-title__main h1 {
        font-size: 40px;
    }

    .dldd-review-single .dldd-service-article-title__main > p {
        font-size: 16px;
        text-align: left;
    }

    .dldd-review-score-card .dldd-service-post-avatar {
        height: 210px;
    }

    .dldd-review-score-card__body strong {
        font-size: 58px;
    }

    .dldd-review-single .dldd-article-content {
        padding: 18px;
        border-radius: 24px;
    }

    .dldd-review-single .dldd-article-prose {
        font-size: 16px;
        text-align: left;
    }

    .dldd-review-single .dldd-article-prose p {
        text-align: left;
    }

    .dldd-review-sidebar {
        grid-template-columns: 1fr;
    }
}

.dldd-review-single .dldd-service-article-title {
    min-height: 0;
    padding: clamp(42px, 6vw, 86px) 0 clamp(34px, 5vw, 64px);
    background:
        linear-gradient(110deg, rgba(255, 248, 217, .82) 0%, rgba(247, 251, 255, .94) 48%, rgba(238, 244, 255, .9) 100%),
        radial-gradient(circle at 16% 24%, rgba(255, 196, 0, .24), transparent 26%),
        radial-gradient(circle at 86% 16%, rgba(37, 88, 245, .17), transparent 30%);
}

.dldd-review-single .dldd-service-article-title::before {
    inset: auto auto -160px -120px;
    width: 430px;
    height: 430px;
    background:
        repeating-linear-gradient(135deg, rgba(37, 88, 245, .12) 0 2px, transparent 2px 18px);
    opacity: .7;
}

.dldd-review-single .dldd-service-article-title__main {
    max-width: 900px;
}

.dldd-review-single .dldd-service-article-title__main .dldd-article-tag {
    min-height: 38px;
    margin: 0 0 14px;
    border: 1px solid rgba(37, 88, 245, .12);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 30px rgba(37, 88, 245, .08);
}

.dldd-review-single .dldd-service-article-title__main h1 {
    position: relative;
    max-width: 940px;
    margin-top: 20px;
    padding-bottom: 24px;
    color: #081427;
    font-size: clamp(48px, 6.4vw, 92px);
    line-height: .96;
}

.dldd-review-single .dldd-service-article-title__main h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(320px, 58%);
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2558f5 0%, #ffc400 64%, transparent 100%);
    box-shadow: 0 16px 30px rgba(37, 88, 245, .18);
}

.dldd-review-single .dldd-service-article-title__main > p {
    max-width: 790px;
    margin-top: 24px;
    color: #35445a;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 650;
    line-height: 1.62;
    text-align: left;
}

.dldd-review-kicker {
    min-height: 40px;
    padding: 0 18px;
    background: #101828;
    border-color: #101828;
    color: #ffc400;
    box-shadow: 0 18px 36px rgba(16, 24, 40, .16);
}

.dldd-review-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.dldd-review-hero-stats span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(37, 88, 245, .11);
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    color: #526173;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
}

.dldd-review-hero-stats b {
    margin-right: 6px;
    color: #2558f5;
    font-size: 17px;
}

.dldd-review-single .dldd-review-score-card {
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 244, 255, .92));
    box-shadow: 0 36px 90px rgba(16, 24, 40, .16);
}

.dldd-review-single .dldd-review-score-card::before {
    content: "";
    position: absolute;
    inset: 18px 18px auto auto;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, #ffc400, #ffe58a);
    box-shadow: 0 18px 34px rgba(255, 196, 0, .26);
}

.dldd-review-single .dldd-review-score-card::after {
    right: -58px;
    bottom: -72px;
    background: rgba(37, 88, 245, .12);
}

.dldd-review-single .dldd-review-score-card .dldd-service-post-avatar {
    height: clamp(240px, 22vw, 325px);
}

.dldd-review-single .dldd-review-score-card .dldd-service-post-avatar img {
    filter: saturate(1.05) contrast(1.02);
}

.dldd-review-single .dldd-review-score-card__body {
    padding: 28px 30px 32px;
}

.dldd-review-single .dldd-review-score-card__body > span {
    color: #2558f5;
}

.dldd-review-single .dldd-review-score-card__body strong {
    max-width: 360px;
    margin: 10px 0 0;
    color: #101828;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.04;
}

.dldd-review-single .dldd-review-score-card__body p {
    max-width: 390px;
    color: #405068;
    font-size: 16px;
    font-weight: 650;
}

.dldd-review-single .dldd-review-score-card__body ul {
    gap: 8px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .7);
}

.dldd-review-toc-strip {
    position: relative;
    z-index: 2;
    margin-top: -26px;
    padding: 0 0 28px;
}

.dldd-review-toc-strip .dldd-service-collapsible-toc {
    margin: 0;
    border: 1px solid rgba(37, 88, 245, .15);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .94)),
        #fff;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .1);
}

.dldd-review-toc-strip .dldd-service-collapsible-toc summary {
    min-height: 74px;
    padding: 0 22px 0 28px;
    font-size: 22px;
}

.dldd-review-toc-strip .dldd-service-collapsible-toc summary span {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.dldd-review-toc-strip .dldd-service-collapsible-toc summary span::before {
    content: "TOP";
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #2558f5;
    color: #fff;
    font-size: 12px;
    letter-spacing: .08em;
}

.dldd-review-toc-strip .dldd-service-collapsible-toc > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 22px 24px;
}

.dldd-review-toc-strip .dldd-service-collapsible-toc a {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 10px 14px 10px 42px;
    border: 1px solid rgba(37, 88, 245, .1);
    border-radius: 16px;
    background: #f8fbff;
}

.dldd-review-toc-strip .dldd-service-collapsible-toc a::before {
    content: "";
    position: absolute;
    left: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffc400;
    box-shadow: 0 0 0 5px rgba(255, 196, 0, .16);
}

.dldd-review-single .dldd-article-main {
    padding-top: 0;
}

.dldd-review-single .dldd-article-prose h2,
.dldd-review-single .dldd-article-prose h3 {
    scroll-margin-top: 96px;
}

.dldd-review-single .dldd-article-prose h2 {
    display: block;
    padding: 20px 22px;
    border: 1px solid rgba(37, 88, 245, .12);
    border-radius: 24px;
    background:
        radial-gradient(circle at 96% 0, rgba(255, 196, 0, .18), transparent 34%),
        linear-gradient(135deg, #fff, #f8fbff);
    box-shadow: 0 18px 44px rgba(16, 24, 40, .06);
}

.dldd-review-single .dldd-article-prose h2::before {
    width: 78px;
    height: 7px;
}

.dldd-review-single .dldd-article-prose h3 {
    padding-left: 14px;
    border-left: 5px solid #2558f5;
    font-size: 21px;
}

.dldd-review-single .dldd-article-prose h4 {
    font-size: 18px;
}

.dldd-review-single .dldd-article-prose h3::before {
    display: none;
}

@media (max-width: 1180px) {
    .dldd-review-toc-strip {
        margin-top: -12px;
    }
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-service-article-title__main h1 {
        font-size: clamp(38px, 12vw, 54px);
        line-height: 1;
    }

    .dldd-review-single .dldd-service-article-title__main h1::after {
        height: 7px;
    }

    .dldd-review-hero-stats span {
        width: 100%;
        justify-content: space-between;
    }

    .dldd-review-toc-strip .dldd-service-collapsible-toc {
        border-radius: 22px;
    }

    .dldd-review-toc-strip .dldd-service-collapsible-toc summary {
        min-height: 64px;
        padding: 0 14px 0 18px;
        font-size: 19px;
    }

    .dldd-review-toc-strip .dldd-service-collapsible-toc > div {
        grid-template-columns: 1fr;
        padding: 0 14px 18px;
    }
}

.dldd-review-single .dldd-service-article-title {
    padding: clamp(26px, 3.5vw, 48px) 0 clamp(24px, 3vw, 40px);
}

.dldd-review-single .dldd-service-article-title__main h1 {
    max-width: 780px;
    margin-top: 14px;
    padding-bottom: 18px;
    font-size: clamp(38px, 4.4vw, 66px);
    line-height: 1.02;
}

.dldd-review-single .dldd-service-article-title__main h1::after {
    width: min(260px, 50%);
    height: 7px;
}

.dldd-review-single .dldd-service-article-title__main > p {
    max-width: 740px;
    margin-top: 18px;
    font-size: clamp(17px, 1.28vw, 20px);
    line-height: 1.58;
}

.dldd-review-single .dldd-review-kicker {
    min-height: 36px;
    padding: 0 16px;
    font-size: 12px;
}

.dldd-review-single .dldd-service-article-title__main .dldd-article-tag {
    min-height: 34px;
    margin-bottom: 10px;
}

.dldd-review-single .dldd-review-score-card .dldd-service-post-avatar {
    height: clamp(210px, 18vw, 275px);
}

.dldd-review-single .dldd-review-score-card::before {
    width: 58px;
    height: 58px;
    border-radius: 20px;
}

.dldd-review-single .dldd-review-score-card__body {
    padding: 22px 26px 26px;
}

.dldd-review-single .dldd-review-score-card__body strong {
    font-size: clamp(26px, 2.35vw, 36px);
}

.dldd-review-single .dldd-article-main {
    padding-top: 26px;
}

.dldd-review-single .dldd-article-content {
    padding-top: 22px;
}

.dldd-review-single .dldd-review-toc-strip {
    position: static;
    z-index: auto;
    margin: 0 0 26px;
    padding: 0;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc {
    border-radius: 22px;
    box-shadow: none;
    background:
        radial-gradient(circle at 96% 0, rgba(255, 196, 0, .14), transparent 32%),
        linear-gradient(135deg, #f8fbff, #fff);
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc summary {
    min-height: 62px;
    padding: 0 18px 0 22px;
    font-size: 20px;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 18px 20px;
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-service-article-title {
        padding: 22px 0 26px;
    }

    .dldd-review-single .dldd-service-article-title__main h1 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .dldd-review-single .dldd-review-score-card .dldd-service-post-avatar {
        height: 190px;
    }

    .dldd-review-single .dldd-article-main {
        padding-top: 18px;
    }

    .dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc > div {
        grid-template-columns: 1fr;
    }
}

.dldd-review-single .dldd-review-hero-sidebar .dldd-review-score-card__body > span {
    color: #2558f5;
}

.dldd-review-single .dldd-review-hero-sidebar .dldd-review-score-card__body strong {
    margin-bottom: 14px;
}

.dldd-review-hero-related {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.dldd-review-hero-related a {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 74px;
    padding: 9px 12px 9px 9px;
    overflow: hidden;
    border: 1px solid rgba(37, 88, 245, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .74);
    color: #101828;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dldd-review-hero-related a::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 2px solid rgba(37, 88, 245, .44);
    border-right: 2px solid rgba(37, 88, 245, .44);
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    transition: opacity .2s ease, right .2s ease;
}

.dldd-review-hero-related a:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 88, 245, .25);
    box-shadow: 0 18px 38px rgba(37, 88, 245, .12);
}

.dldd-review-hero-related a:hover::after {
    right: 16px;
    opacity: 1;
}

.dldd-review-hero-related img,
.dldd-review-hero-related i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    object-fit: cover;
    background:
        linear-gradient(135deg, rgba(37, 88, 245, .14), rgba(255, 196, 0, .22));
    color: #2558f5;
    font-style: normal;
    font-size: 22px;
    font-weight: 900;
}

.dldd-review-hero-related span {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding-right: 18px;
}

.dldd-review-hero-related b {
    display: -webkit-box;
    overflow: hidden;
    color: #101828;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.28;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dldd-review-hero-related em {
    color: #667085;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 760px) {
    .dldd-review-hero-related a {
        grid-template-columns: 52px minmax(0, 1fr);
        min-height: 66px;
    }

    .dldd-review-hero-related img,
    .dldd-review-hero-related i {
        width: 52px;
        height: 52px;
    }
}

.dldd-review-single .dldd-service-article-layout {
    grid-template-columns: 64px minmax(0, 900px) minmax(300px, 360px);
}

.dldd-review-single .dldd-article-prose,
.dldd-review-editor-note {
    max-width: 820px;
}

@media (max-width: 1180px) {
    .dldd-review-single .dldd-service-article-layout {
        grid-template-columns: 1fr;
    }
}

.dldd-review-cover-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 34px;
    background: #eef4ff;
    box-shadow: 0 30px 80px rgba(16, 24, 40, .14);
}

.dldd-review-cover-card::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffc400, #ffe58a);
    box-shadow: 0 18px 34px rgba(255, 196, 0, .28);
}

.dldd-review-cover-card .dldd-service-post-avatar {
    width: 100%;
    min-height: 0;
    height: clamp(300px, 28vw, 470px);
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.dldd-review-cover-card .dldd-service-post-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dldd-review-side-related {
    align-self: start;
}

.dldd-review-side-related .dldd-review-sidebar__box {
    padding: 20px;
    border-radius: 24px;
}

.dldd-review-side-related .dldd-review-sidebar__box > strong {
    margin-bottom: 4px;
    font-size: 22px;
}

.dldd-review-side-related .dldd-review-hero-related {
    margin-top: 14px;
}

.dldd-review-side-related .dldd-review-hero-related a {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 68px;
    padding: 8px 10px 8px 8px;
}

.dldd-review-side-related .dldd-review-hero-related img,
.dldd-review-side-related .dldd-review-hero-related i {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

@media (max-width: 1180px) {
    .dldd-review-side-related {
        display: none;
    }
}

@media (max-width: 760px) {
    .dldd-review-cover-card .dldd-service-post-avatar {
        height: 220px;
    }
}

.dldd-review-single .dldd-service-article-title {
    padding: clamp(22px, 3vw, 38px) 0 clamp(22px, 3vw, 34px);
}

.dldd-review-single .dldd-review-hero__grid {
    align-items: center;
}

.dldd-review-single .dldd-service-article-title__main {
    align-self: center;
    max-width: 820px;
}

.dldd-review-single .dldd-service-article-title__main h1 {
    max-width: 760px;
    margin-top: 12px;
    padding-bottom: 15px;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.04;
}

.dldd-review-single .dldd-service-article-title__main h1::after {
    width: min(230px, 42%);
    height: 6px;
}

.dldd-review-single .dldd-service-article-title__main > p {
    max-width: 720px;
    margin-top: 16px;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 700;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-service-article-title__main h1 {
        font-size: clamp(32px, 9vw, 42px);
    }
}

/* Compact editorial hero for review articles. */
.dldd-review-single .dldd-service-article-title {
    padding: 32px 0 34px;
    background:
        linear-gradient(112deg, rgba(255, 250, 229, .88) 0%, rgba(249, 252, 255, .96) 46%, rgba(239, 245, 255, .94) 100%);
}

.dldd-review-single .dldd-service-article-title::before {
    inset: auto auto -120px -90px;
    width: 340px;
    height: 340px;
    opacity: .38;
}

.dldd-review-single .dldd-review-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: clamp(30px, 4vw, 64px);
    align-items: center;
}

.dldd-review-single .dldd-service-article-title__main {
    max-width: 760px;
    padding: 18px 0;
}

.dldd-review-hero-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.dldd-review-single .dldd-review-hero-labels .dldd-review-kicker,
.dldd-review-single .dldd-review-hero-labels .dldd-article-tag {
    width: fit-content;
    min-height: 32px;
    margin: 0;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

.dldd-review-single .dldd-review-hero-labels .dldd-review-kicker {
    box-shadow: 0 10px 24px rgba(16, 24, 40, .12);
}

.dldd-review-single .dldd-review-hero-labels .dldd-article-tag {
    border-color: rgba(37, 88, 245, .16);
    background: rgba(255, 255, 255, .72);
    box-shadow: none;
}

.dldd-review-single .dldd-service-article-title__main h1 {
    max-width: 760px;
    margin: 20px 0 0;
    padding-bottom: 18px;
    font-size: clamp(38px, 4.1vw, 62px);
    line-height: 1.02;
}

.dldd-review-single .dldd-service-article-title__main h1::after {
    width: 136px;
    height: 5px;
}

.dldd-review-single .dldd-service-article-title__main > p {
    max-width: 680px;
    margin-top: 18px;
    color: #415169;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.58;
}

.dldd-review-cover-card {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(16, 24, 40, .14);
}

.dldd-review-cover-card::after {
    display: none;
}

.dldd-review-cover-card .dldd-service-post-avatar {
    height: clamp(300px, 24vw, 390px);
}

@media (max-width: 1180px) {
    .dldd-review-single .dldd-review-hero__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .dldd-review-single .dldd-service-article-title__main {
        max-width: 820px;
        padding-bottom: 0;
    }

    .dldd-review-cover-card {
        width: 100%;
        max-width: 820px;
    }

    .dldd-review-cover-card .dldd-service-post-avatar {
        height: 320px;
    }
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-service-article-title {
        padding: 18px 0 22px;
    }

    .dldd-review-single .dldd-service-article-title__main {
        padding: 4px 0 0;
    }

    .dldd-review-single .dldd-review-hero-labels .dldd-review-kicker,
    .dldd-review-single .dldd-review-hero-labels .dldd-article-tag {
        min-height: 29px;
        padding-inline: 11px;
        font-size: 11px;
    }

    .dldd-review-single .dldd-service-article-title__main h1 {
        margin-top: 16px;
        padding-bottom: 13px;
        font-size: clamp(30px, 8.5vw, 38px);
    }

    .dldd-review-single .dldd-service-article-title__main > p {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.55;
    }

    .dldd-review-cover-card {
        border-radius: 18px;
    }

    .dldd-review-cover-card .dldd-service-post-avatar {
        height: 210px;
    }
}

.dldd-review-single .dldd-review-toc-strip {
    margin-bottom: 20px;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc {
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc summary {
    min-height: 58px;
    padding: 0 12px 0 18px;
    font-size: 22px;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc summary span {
    gap: 0;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc summary span::before {
    display: none;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc summary i {
    width: 46px;
    height: 46px;
    border-radius: 8px;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 0 14px 14px;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc a {
    min-height: 34px;
    padding: 7px 10px 7px 24px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-size: 14px;
}

.dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc a::before {
    left: 8px;
    width: 6px;
    height: 6px;
    box-shadow: none;
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-review-toc-strip .dldd-service-collapsible-toc summary {
        min-height: 54px;
        font-size: 20px;
    }
}

/* Review article: mobile-first readability for top/ranking posts. */
.dldd-review-single {
    overflow-x: clip;
}

.dldd-review-single .dldd-article-wrap,
.dldd-review-single .dldd-article-content,
.dldd-review-single .dldd-article-prose {
    min-width: 0;
}

.dldd-review-single .dldd-article-content {
    overflow: hidden;
}

.dldd-review-single .dldd-article-prose {
    overflow-wrap: anywhere;
}

.dldd-review-single .dldd-article-prose table {
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.dldd-review-single .dldd-article-prose th,
.dldd-review-single .dldd-article-prose td {
    padding: 15px 16px;
    vertical-align: top;
    border-color: rgba(37, 88, 245, .12);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.dldd-review-single .dldd-article-prose th {
    background: #eef4ff;
    color: #101828;
    font-size: 14px;
    font-weight: 950;
}

.dldd-review-single .dldd-article-prose tbody tr:nth-child(even) td {
    background: #fbfdff;
}

@media (min-width: 761px) {
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) th:nth-child(1),
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(1) {
        width: 8%;
        min-width: 64px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        white-space: nowrap;
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) th:nth-child(2),
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(2) {
        width: 20%;
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) th:nth-child(3),
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(3) {
        width: 28%;
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) th:nth-child(4),
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(4),
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) th:nth-child(5),
    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(5) {
        width: 22%;
    }
}

.dldd-review-single .dldd-article-prose h3.dldd-review-rank-title {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin: 26px 0 10px;
    padding: 10px 12px;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 14px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 210, 48, .28), transparent 36%),
        linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
    box-shadow: 0 10px 26px rgba(16, 24, 40, .06);
    color: #071225;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.2;
}

.dldd-review-single .dldd-article-prose h3.dldd-review-rank-title::before {
    content: "Top " attr(data-rank);
    display: inline-grid;
    place-items: center;
    min-width: 58px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2558f5, #0f36b8);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .02em;
    box-shadow: 0 8px 18px rgba(37, 88, 245, .2);
}

.dldd-review-single .dldd-article-prose h3.dldd-review-rank-title[data-rank="1"]::before,
.dldd-review-single .dldd-article-prose h3.dldd-review-rank-title[data-rank="2"]::before,
.dldd-review-single .dldd-article-prose h3.dldd-review-rank-title[data-rank="3"]::before {
    background: linear-gradient(135deg, #ffc400, #ff8a00);
    color: #08142a;
    box-shadow: 0 16px 32px rgba(255, 196, 0, .28);
}

@media (max-width: 760px) {
    .dldd-review-single .dldd-article-main {
        padding-top: 18px;
    }

    .dldd-review-single .dldd-article-wrap {
        width: min(100% - 24px, 1180px);
    }

    .dldd-review-single .dldd-service-article-layout {
        gap: 18px;
    }

    .dldd-review-single .dldd-article-content {
        padding: 18px 14px;
        border-radius: 22px;
    }

    .dldd-review-single .dldd-article-prose {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.72;
    }

    .dldd-review-single .dldd-article-prose p,
    .dldd-review-single .dldd-article-prose li {
        font-size: 16px;
        line-height: 1.72;
    }

    .dldd-review-single .dldd-article-prose h2 {
        margin-top: 28px;
        padding: 16px 17px;
        border-radius: 18px;
        font-size: clamp(21px, 6vw, 24px);
        line-height: 1.22;
    }

    .dldd-review-single .dldd-article-prose h3:not(.dldd-review-rank-title) {
        font-size: 18px;
    }

    .dldd-review-single .dldd-article-prose h4 {
        font-size: 17px;
    }

    .dldd-review-single .dldd-article-prose h3.dldd-review-rank-title {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        align-items: center;
        margin-top: 24px;
        padding: 9px 10px;
        border-radius: 13px;
        font-size: 15px;
    }

    .dldd-review-single .dldd-article-prose h3.dldd-review-rank-title::before {
        width: max-content;
        min-width: 52px;
        min-height: 30px;
        border-radius: 9px;
        font-size: 11px;
    }

    .dldd-review-single .dldd-article-prose table,
    .dldd-review-single .dldd-article-prose thead,
    .dldd-review-single .dldd-article-prose tbody,
    .dldd-review-single .dldd-article-prose tr,
    .dldd-review-single .dldd-article-prose th,
    .dldd-review-single .dldd-article-prose td {
        display: block;
        width: 100%;
    }

    .dldd-review-single .dldd-article-prose thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .dldd-review-single .dldd-article-prose tbody {
        display: grid;
        gap: 12px;
    }

    .dldd-review-single .dldd-article-prose tbody tr {
        overflow: hidden;
        border: 1px solid rgba(37, 88, 245, .14);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 14px 32px rgba(16, 24, 40, .07);
    }

    .dldd-review-single .dldd-article-prose tbody tr:nth-child(even) td {
        background: #fff;
    }

    .dldd-review-single .dldd-article-prose td {
        display: grid;
        grid-template-columns: minmax(96px, 34%) minmax(0, 1fr);
        gap: 12px;
        padding: 12px 14px;
        border: 0;
        border-bottom: 1px solid rgba(37, 88, 245, .1);
        font-size: 15px;
    }

    .dldd-review-single .dldd-article-prose td:last-child {
        border-bottom: 0;
    }

    .dldd-review-single .dldd-article-prose td::before {
        color: #526173;
        font-size: 12px;
        font-weight: 950;
        letter-spacing: .02em;
        text-transform: uppercase;
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(1)::before {
        content: "Hạng";
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(2)::before {
        content: "Đơn vị";
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(3)::before {
        content: "Liên hệ";
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(4)::before {
        content: "Phù hợp";
    }

    .dldd-review-single .dldd-article-prose table:not(.dldd-service-price-table) td:nth-child(5)::before {
        content: "Cần hỏi";
    }

    .dldd-review-single .dldd-article-prose .dldd-service-price-table td:nth-child(1)::before {
        content: "Hạng mục";
    }

    .dldd-review-single .dldd-article-prose .dldd-service-price-table td:nth-child(2)::before {
        content: "Bối cảnh";
    }

    .dldd-review-single .dldd-article-prose .dldd-service-price-table td:nth-child(3)::before {
        content: "Mức giá";
    }

    .dldd-review-single .dldd-article-prose .dldd-service-price-table td:nth-child(4)::before {
        content: "Lưu ý";
    }
}

.home-trusted-service {
    background: #eef3ff;
    padding: 54px 16px;
}

.home-trusted-service__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    gap: 34px;
    align-items: center;
}

.home-trusted-service__media {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #dce6fb;
    box-shadow: 0 22px 48px rgba(16, 24, 40, .10);
}

.home-trusted-service__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
}

.home-trusted-service__content {
    color: #101828;
}

.home-trusted-service__eyebrow {
    margin: 0 0 12px;
    color: #405FF2;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-trusted-service h2 {
    max-width: 660px;
    margin: 0;
    color: #101828;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.08;
}

.home-trusted-service h2 span {
    color: #ffc400;
}

.home-trusted-service__lead {
    max-width: 650px;
    margin: 18px 0 0;
    color: #344054;
    font-size: 17px;
    line-height: 1.65;
    text-align: justify;
    text-align-last: left;
}

.home-trusted-service__divider {
    width: 100%;
    max-width: 560px;
    height: 1px;
    margin: 26px 0;
    background: linear-gradient(90deg, rgba(64, 95, 242, .22), rgba(255, 196, 0, .48), rgba(64, 95, 242, 0));
}

.home-trusted-service__benefits {
    display: grid;
    gap: 18px;
}

.home-trusted-service__benefit {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px 14px;
    align-items: start;
}

.home-trusted-service__benefit span {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    color: #405FF2;
    box-shadow: 0 10px 20px rgba(64, 95, 242, .10);
}

.home-trusted-service__benefit svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-trusted-service__benefit strong {
    display: block;
    color: #101828;
    font-size: 18px;
    line-height: 1.25;
}

.home-trusted-service__benefit p {
    margin: -6px 0 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    text-align-last: left;
}

.home-trusted-service__cta {
    width: fit-content;
    min-height: 48px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border-radius: 999px;
    background: #405FF2;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 16px 28px rgba(64, 95, 242, .24);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.home-trusted-service__cta:hover {
    transform: translateY(-2px);
    background: #2447de;
    box-shadow: 0 20px 32px rgba(64, 95, 242, .30);
}

@media (min-width: 900px) {
    .home-trusted-service {
        padding: 70px 24px;
    }

    .home-trusted-service__inner {
        grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
        gap: 46px;
        align-items: stretch;
    }

    .home-trusted-service__media {
        min-height: 560px;
    }

    .home-trusted-service__media img {
        height: 100%;
        aspect-ratio: auto;
        object-position: center;
    }

    .home-trusted-service__content {
        align-self: center;
    }

    .home-trusted-service h2 {
        font-size: 46px;
    }

    .home-trusted-service__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 28px;
    }

    .home-trusted-service__cta {
        margin-left: auto;
        margin-right: auto;
    }
}

.home-why-choose {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    padding: 46px 16px 50px;
}

.home-why-choose__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
}

.home-why-choose__heading {
    margin-bottom: 22px;
}

.home-why-choose__eyebrow {
    margin: 0 0 10px;
    color: #405FF2;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-why-choose h2 {
    max-width: 880px;
    margin: 0;
    color: #101828;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.08;
}

.home-why-choose h2 span {
    color: #ffc400;
    text-shadow: 0 10px 26px rgba(255, 196, 0, .18);
}

.home-why-choose__panel {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(64, 95, 242, .14);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(64, 95, 242, .12), rgba(255, 196, 0, .18) 54%, rgba(64, 95, 242, .08)),
        #f5f8ff;
    box-shadow: 0 18px 48px rgba(16, 24, 40, .08);
}

.home-why-choose__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 12%, rgba(255, 196, 0, .30), transparent 29%),
        radial-gradient(circle at 86% 16%, rgba(64, 95, 242, .20), transparent 34%),
        linear-gradient(120deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.home-why-choose__stat {
    position: relative;
    z-index: 1;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, .64);
    border-radius: 16px;
    background: rgba(255, 255, 255, .50);
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .74), 0 10px 22px rgba(64, 95, 242, .07);
    transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.home-why-choose__stat:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 14px 28px rgba(64, 95, 242, .11);
}

.home-why-choose__icon {
    width: 36px;
    height: 36px;
    margin: 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(64, 95, 242, .12);
    border-radius: 12px;
    background: linear-gradient(135deg, #fff, rgba(255, 196, 0, .18));
    color: #405FF2;
    box-shadow: 0 8px 16px rgba(64, 95, 242, .10);
}

.home-why-choose__icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-why-choose__stat strong {
    display: block;
    min-height: 1em;
    color: #405FF2;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.home-why-choose__stat > span:not(.home-why-choose__icon) {
    display: block;
    margin-top: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
    .home-why-choose__stat {
        transition: none;
    }

    .home-why-choose__stat:hover {
        transform: none;
    }
}

@media (min-width: 640px) {
    .home-why-choose__panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
    }
}

@media (min-width: 900px) {
    .home-why-choose {
        padding: 58px 24px 64px;
    }

    .home-why-choose h2 {
        font-size: 50px;
    }

    .home-why-choose__panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        padding: 22px;
    }

    .home-why-choose__stat strong {
        font-size: 42px;
    }

    .home-why-choose__stat > span:not(.home-why-choose__icon) {
        font-size: 15px;
    }
}

.home-section__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
}

.home-section__heading {
    max-width: 780px;
    margin-bottom: 30px;
}

.home-section__heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-section__eyebrow {
    margin: 0 0 10px;
    color: #405FF2;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-section__heading h2,
.home-price-panel h2,
.home-area-panel h2,
.home-final-cta h2 {
    margin: 0;
    color: #101828;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.12;
}

.home-section__heading p,
.home-final-cta p {
    margin: 14px 0 0;
    color: #475467;
    font-size: 17px;
    line-height: 1.6;
}

.home-featured-services,
.home-technicians,
.home-faq {
    padding: 74px 16px;
    background: #fff;
}

.home-featured-services__grid,
.home-technicians__grid,
.home-commitments__grid {
    display: grid;
    gap: 18px;
}

.home-featured-card,
.home-technician-card,
.home-commitments article,
.home-faq details {
    border: 1px solid #e4eaf7;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .07);
}

.home-featured-card {
    padding: 22px;
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 54px rgba(16, 24, 40, .12);
}

.home-featured-card__top,
.home-featured-card__meta,
.home-technician-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-featured-card__icon {
    width: 76px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 196, 0, .16), rgba(37, 99, 235, .05));
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.home-featured-card__icon img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    display: block;
}

.home-featured-card__rating {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 196, 0, .18);
    color: #405FF2;
    font-weight: 800;
}

.home-featured-card h3,
.home-process__step h3,
.home-technician-card h3 {
    margin: 18px 0 0;
    color: #101828;
    font-size: 21px;
    font-weight: 800;
}

.home-featured-card p,
.home-process__step p,
.home-technician-card p,
.home-commitments p,
.home-faq p {
    margin: 10px 0 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    text-align-last: left;
}

.home-featured-card__meta {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e9eef8;
    color: #344054;
    font-size: 14px;
    font-weight: 800;
}

.home-featured-card__meta span:first-child {
    color: #405FF2;
}

.home-featured-card a,
.home-area-panel a,
.home-final-cta a {
    width: fit-content;
    min-height: 46px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    font-weight: 800;
}

.home-featured-card a {
    color: #405FF2;
}

.home-process,
.home-service-info,
.home-commitments {
    padding: 56px 16px;
    background: #f8fbff;
}

.home-process__steps {
    position: relative;
    display: grid;
    gap: 16px;
    counter-reset: process;
}

.home-process__steps::before {
    content: "";
    position: absolute;
    top: 34px;
    bottom: 34px;
    left: 26px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #405FF2, #ffc400);
    opacity: .28;
}

.home-process__step {
    position: relative;
    overflow: visible;
    min-height: 0;
    padding: 22px 22px 22px 72px;
    border: 1px solid rgba(64, 95, 242, .12);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(238, 243, 255, .92)),
        #fff;
    box-shadow: 0 14px 34px rgba(64, 95, 242, .08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-process__step:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(64, 95, 242, .11);
}

.home-process__step span {
    position: absolute;
    top: 20px;
    left: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f8fbff;
    border-radius: 50%;
    background: linear-gradient(135deg, #405FF2, #2447de);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(64, 95, 242, .20), 0 0 0 5px rgba(255, 196, 0, .14);
}

.home-process__step::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 34px;
    height: 20px;
    border-right: 2px solid rgba(255, 196, 0, .70);
    border-bottom: 2px solid rgba(255, 196, 0, .70);
    border-radius: 0 0 14px 0;
    opacity: .45;
}

.home-process__step:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -29px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #ffc400;
    filter: drop-shadow(0 6px 10px rgba(64, 95, 242, .16));
}

.home-service-info__grid {
    display: grid;
    gap: 20px;
}

.home-price-panel,
.home-area-panel {
    padding: 28px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 52px rgba(16, 24, 40, .08);
}

.home-price-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.home-price-list div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #e9eef8;
    color: #344054;
    font-weight: 750;
}

.home-price-list strong {
    flex: 0 0 auto;
    color: #405FF2;
}

.home-price-note {
    margin: 18px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 699px) {
    .home-process {
        padding-top: 44px;
        padding-bottom: 22px;
    }

    .home-service-info {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .home-technicians {
        padding-top: 30px;
        padding-bottom: 52px;
    }

    .home-commitments {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .home-process__steps {
        gap: 16px;
    }

    .home-process__steps::before {
        bottom: 18px;
    }

    .home-process__step {
        min-height: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-process__step:not(:last-child)::before {
        bottom: -22px;
    }

    .home-price-panel,
    .home-area-panel {
        padding: 24px;
        border-radius: 24px;
    }
}

.home-area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.home-area-tags span {
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef3ff;
    color: #344054;
    font-weight: 800;
}

.home-area-panel a,
.home-final-cta a {
    padding: 0 22px;
    background: #405FF2;
    color: #fff;
    box-shadow: 0 16px 30px rgba(64, 95, 242, .22);
}

.home-technician-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 30px 26px 26px;
    min-height: 330px;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .96)),
        #fff;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-technician-card::before {
    content: "";
    position: absolute;
    display: none;
}

.home-technician-card:hover {
    transform: translateY(-5px);
    border-color: rgba(64, 95, 242, .28);
    box-shadow: 0 26px 54px rgba(16, 24, 40, .10);
}

.home-technician-card__avatar {
    position: relative;
    z-index: 1;
    width: 148px;
    height: 148px;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 196, 0, .16));
    box-shadow: 0 16px 34px rgba(64, 95, 242, .10);
}

.home-technician-card__avatar img {
    width: 166px;
    height: 166px;
    display: block;
    object-fit: contain;
    transform: translateY(-4px);
}

.home-technician-card h3,
.home-technician-card p,
.home-technician-card div {
    position: relative;
    z-index: 1;
}

.home-technician-card div {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #e9eef8;
    width: 100%;
}

.home-technician-card strong {
    color: #405FF2;
    font-size: 20px;
    font-weight: 800;
}

.home-technician-card div span {
    color: #667085;
    font-weight: 800;
}

.home-commitments__grid article {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 26px;
    min-height: 270px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .96)),
        #fff;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-commitments__grid article::after {
    content: "";
    position: absolute;
    display: none;
}

.home-commitments__grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(64, 95, 242, .26);
    box-shadow: 0 26px 54px rgba(16, 24, 40, .10);
}

.home-commitments article span {
    position: relative;
    z-index: 1;
    width: 92px;
    height: 92px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 196, 0, .16));
    box-shadow: 0 16px 34px rgba(64, 95, 242, .10);
}

.home-commitments article span img {
    width: 96px;
    height: 96px;
    display: block;
    object-fit: contain;
    transform: translateY(-2px);
}

.home-commitments strong,
.home-commitments p {
    position: relative;
    z-index: 1;
}

.home-commitments strong {
    display: block;
    margin-top: 16px;
    color: #101828;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.home-faq__list {
    display: grid;
    gap: 14px;
}

.home-faq details {
    padding: 0 22px;
}

.home-faq summary {
    min-height: 64px;
    display: flex;
    align-items: center;
    color: #101828;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
}

.home-faq p {
    padding: 0 0 22px;
}

.home-final-cta {
    padding: 0 16px 84px;
    background: #fff;
}

.home-final-cta__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    gap: 24px;
    align-items: center;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(125deg, #405FF2, #2184f4 62%, #2cc9e9);
    color: #fff;
    box-shadow: 0 24px 70px rgba(64, 95, 242, .22);
}

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

.home-final-cta .home-section__eyebrow {
    color: #ffc400;
}

.home-final-cta a {
    margin-top: 0;
    background: #ffc400;
    color: #101828;
}

.home-testimonials {
    position: relative;
    overflow: hidden;
    padding: 70px 16px;
    background:
        linear-gradient(125deg, #405FF2 0%, #2184f4 58%, #2cc9e9 100%);
    color: #fff;
}

.home-testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image:
        linear-gradient(45deg, transparent 44%, rgba(255, 255, 255, .55) 45%, rgba(255, 255, 255, .55) 46%, transparent 47%),
        radial-gradient(circle at 20px 20px, rgba(255, 255, 255, .65) 1px, transparent 2px);
    background-size: 86px 86px, 34px 34px;
}

.home-testimonials__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1200px);
    margin: 0 auto;
}

.home-testimonials__top {
    display: grid;
    gap: 22px;
    align-items: end;
    margin-bottom: 30px;
}

.home-testimonials__heading {
    max-width: 760px;
}

.home-testimonials__eyebrow {
    margin: 0 0 10px;
    color: #ffc400;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-testimonials h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.08;
}

.home-testimonials h2 span {
    color: #ffc400;
}

.home-testimonials__controls {
    display: flex;
    gap: 12px;
}

.home-testimonials__nav {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 28px rgba(16, 24, 40, .14);
    transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.home-testimonials__nav:hover {
    transform: translateY(-2px);
    background: #ffc400;
    color: #101828;
}

.home-testimonials__nav svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-testimonials__viewport {
    overflow: hidden;
}

.home-testimonials__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-testimonials__track::-webkit-scrollbar {
    display: none;
}

.home-testimonials__card {
    position: relative;
    flex: 0 0 100%;
    min-height: 300px;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 22px;
    background: rgba(239, 245, 255, .88);
    color: #101828;
    box-shadow: 0 24px 52px rgba(16, 24, 40, .16);
    scroll-snap-align: start;
}

.home-testimonials__card::after {
    content: "";
    position: absolute;
    inset: 0 0 0 52%;
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, .32));
    pointer-events: none;
}

.home-testimonials__quote {
    position: absolute;
    top: 10px;
    right: 26px;
    color: rgba(64, 95, 242, .10);
    font-size: 120px;
    font-weight: 800;
    line-height: .8;
}

.home-testimonials__person {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    align-items: center;
}

.home-testimonials__avatar {
    width: 66px;
    height: 66px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background: linear-gradient(135deg, #405FF2, #ffc400);
    border: 3px solid rgba(255, 255, 255, .86);
    box-shadow: 0 12px 26px rgba(64, 95, 242, .24);
}

.home-testimonials__person strong,
.home-testimonials__person span {
    display: block;
}

.home-testimonials__person strong {
    font-size: 20px;
    font-weight: 800;
}

.home-testimonials__person span {
    margin-top: 4px;
    color: #667085;
    font-size: 14px;
    font-weight: 700;
}

.home-testimonials__stars {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    color: #ffc400;
    font-size: 22px;
    letter-spacing: 1px;
}

.home-testimonials__card p {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    color: #344054;
    font-size: 16px;
    line-height: 1.65;
}

.home-guide-tabs {
    padding: 74px 16px 84px;
    background: #fff;
}

.home-guide-tabs__inner {
    width: min(100%, 1200px);
    margin: 0 auto;
}

.home-guide-tabs__heading {
    max-width: 1120px;
    margin-bottom: 28px;
}

.home-guide-tabs__eyebrow {
    margin: 0 0 10px;
    color: #405FF2;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-guide-tabs h2 {
    margin: 0;
    color: #101828;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.08;
}

.home-guide-tabs h2 span {
    color: #ffc400;
}

.home-guide-tabs__heading p {
    margin: 14px 0 0;
    color: #475467;
    font-size: 17px;
    line-height: 1.6;
}

.home-guide-tabs__nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 34px;
    padding: 8px;
    border-radius: 999px;
    background: #eef3ff;
    scrollbar-width: thin;
}

.home-guide-tabs__button {
    min-height: 44px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #475467;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.home-guide-tabs__button:hover,
.home-guide-tabs__button.is-active {
    background: #fff;
    color: #101828;
    box-shadow: 0 10px 24px rgba(64, 95, 242, .14);
}

.home-guide-tabs__button.is-active {
    outline: 2px solid rgba(255, 196, 0, .44);
}

.home-guide-tabs__panel[hidden] {
    display: none;
}

.home-guide-tabs__grid {
    display: grid;
    gap: 22px;
}

.home-guide-card {
    overflow: hidden;
    border: 1px solid #e4eaf7;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16, 24, 40, .08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 54px rgba(16, 24, 40, .13);
}

.home-guide-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(64, 95, 242, .10), rgba(255, 196, 0, .18));
}

.home-guide-card__image img,
.home-guide-card__image > span {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: #405FF2;
    font-size: 18px;
    font-weight: 800;
    transition: transform .35s ease;
}

.home-guide-card:hover .home-guide-card__image img {
    transform: scale(1.045);
}

.home-guide-card__body {
    padding: 22px;
}

.home-guide-card__body time {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #405FF2;
    font-size: 14px;
    font-weight: 800;
}

.home-guide-card__body time svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #ffc400;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-guide-card h3 {
    margin: 14px 0 0;
    color: #101828;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.home-guide-card h3 a:hover {
    color: #405FF2;
}

.home-guide-card p {
    margin: 10px 0 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.6;
}

.home-guide-tabs__empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 26px;
    border-radius: 18px;
    background: #f5f8ff;
    color: #475467;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 699px) {
    .home-guide-tabs {
        padding-top: 46px;
        padding-bottom: 22px;
    }

    .home-guide-tabs__heading {
        margin-bottom: 20px;
    }

    .home-guide-tabs__nav {
        margin-bottom: 22px;
    }

    .home-guide-tabs__grid {
        gap: 16px;
    }

    .home-faq {
        padding-top: 28px;
        padding-bottom: 56px;
    }
}

@media (min-width: 700px) {
    .home-featured-services__grid,
    .home-technicians__grid,
    .home-commitments__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-guide-tabs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-testimonials__card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (min-width: 1024px) {
    .home-section__heading h2,
    .home-price-panel h2,
    .home-area-panel h2,
    .home-final-cta h2 {
        font-size: 46px;
    }

    .home-featured-services,
    .home-process,
    .home-service-info,
    .home-technicians,
    .home-commitments,
    .home-faq {
        padding-left: 24px;
        padding-right: 24px;
    }

    .home-featured-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .home-process__steps,
    .home-technicians__grid,
    .home-commitments__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .home-process__steps {
        padding-top: 28px;
    }

    .home-process__steps::before {
        top: 49px;
        right: 10%;
        bottom: auto;
        left: 10%;
        width: auto;
        height: 3px;
        background: linear-gradient(90deg, #405FF2, #ffc400, #405FF2);
    }

    .home-process__step {
        min-height: 0;
        padding: 44px 20px 22px;
    }

    .home-process__step span {
        top: -24px;
        left: 22px;
    }

    .home-process__step:not(:last-child)::before {
        top: 23px;
        right: -21px;
        bottom: auto;
        left: auto;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 14px solid #ffc400;
        border-right: 0;
    }

    .home-service-info__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
        gap: 24px;
    }

    .home-price-panel,
    .home-area-panel {
        padding: 36px;
    }

    .home-final-cta__inner {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 42px 48px;
    }

    .home-testimonials {
        padding: 84px 24px;
    }

    .home-testimonials__top {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-testimonials h2,
    .home-guide-tabs h2 {
        font-size: 46px;
    }

    .home-guide-tabs h2 {
        white-space: nowrap;
    }

    .home-testimonials__track {
        gap: 24px;
    }

    .home-testimonials__card {
        flex-basis: calc((100% - 48px) / 3);
    }

    .home-guide-tabs {
        padding: 86px 24px 96px;
    }

    .home-guide-tabs__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }
}

.dldd-static-page {
    --static-blue: #2558f5;
    --static-gold: #ffc400;
    --static-ink: #101828;
    --static-muted: #536173;
    background: #fff;
}

.dldd-static-wrap {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
}

.dldd-static-hero {
    padding: 48px 0 56px;
    background:
        radial-gradient(circle at 86% 0, rgba(37, 88, 245, .13), transparent 36%),
        radial-gradient(circle at 10% 18%, rgba(255, 196, 0, .18), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.dldd-static-hero--center {
    text-align: center;
}

.dldd-static-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

.dldd-static-breadcrumb a {
    color: var(--static-blue);
}

.dldd-static-hero--center .dldd-static-breadcrumb {
    justify-content: center;
}

.dldd-static-eyebrow {
    margin: 0 0 10px;
    color: var(--static-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-static-hero h1 {
    max-width: 920px;
    margin: 0;
    color: var(--static-ink);
    font-size: clamp(34px, 4.6vw, 58px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: 0;
}

.dldd-static-hero--center h1,
.dldd-static-hero--center .dldd-static-lead {
    margin-left: auto;
    margin-right: auto;
}

.dldd-static-lead {
    max-width: 780px;
    margin: 16px 0 0;
    color: var(--static-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
}

.dldd-static-main {
    padding: 48px 0 78px;
}

.dldd-static-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #e4eaf7;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 56px rgba(16, 24, 40, .07);
}

.dldd-search-form {
    display: flex;
    gap: 10px;
}

.dldd-search-form--hero {
    max-width: 760px;
    margin-top: 26px;
    padding: 8px;
    border: 1px solid rgba(37, 88, 245, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 46px rgba(37, 88, 245, .10);
}

.dldd-static-hero--center .dldd-search-form--hero {
    margin-left: auto;
    margin-right: auto;
}

.dldd-search-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 16px;
    color: var(--static-ink);
    font: inherit;
    font-size: 16px;
}

.dldd-search-form button,
.dldd-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0 22px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    text-decoration: none;
}

.dldd-search-form button,
.dldd-btn--primary {
    background: var(--static-blue);
    color: #fff;
    box-shadow: 0 16px 32px rgba(37, 88, 245, .22);
}

.dldd-btn--gold {
    background: linear-gradient(135deg, var(--static-gold), #ffd95b);
    color: #073b8e;
    box-shadow: 0 16px 32px rgba(255, 196, 0, .22);
}

.dldd-static-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.dldd-static-hero--center .dldd-static-actions {
    justify-content: center;
}

.dldd-help-grid,
.dldd-search-grid {
    display: grid;
    gap: 20px;
}

.dldd-help-grid a,
.dldd-search-card a,
.dldd-search-empty,
.dldd-search-count {
    border: 1px solid #e4eaf7;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 24, 40, .07);
}

.dldd-help-grid a,
.dldd-search-card a {
    display: grid;
    gap: 10px;
    padding: 24px;
    color: inherit;
    text-decoration: none;
}

.dldd-help-grid span,
.dldd-search-card__type,
.dldd-search-empty span {
    color: var(--static-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dldd-help-grid strong,
.dldd-search-card strong {
    color: var(--static-ink);
    font-size: 22px;
    font-weight: 850;
    line-height: 1.24;
}

.dldd-help-grid em,
.dldd-search-card em,
.dldd-search-empty p {
    color: var(--static-muted);
    font-style: normal;
    font-size: 15px;
    line-height: 1.65;
}

.dldd-search-count {
    width: fit-content;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
    padding: 10px 16px;
}

.dldd-search-count span {
    color: var(--static-blue);
    font-size: 24px;
    font-weight: 900;
}

.dldd-search-count p {
    margin: 0;
    color: var(--static-muted);
    font-weight: 800;
}

.dldd-search-card__link {
    color: var(--static-blue);
    font-weight: 900;
}

.dldd-search-pagination {
    margin-top: 34px;
}

.dldd-search-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.dldd-search-pagination a,
.dldd-search-pagination span {
    min-width: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef3ff;
    color: var(--static-blue);
    font-weight: 900;
}

.dldd-search-pagination .current {
    background: var(--static-blue);
    color: #fff;
}

.dldd-search-empty {
    max-width: 680px;
    margin: 0 auto;
    padding: 34px;
    text-align: center;
}

.dldd-search-empty .dldd-static-actions {
    justify-content: center;
}

@media (min-width: 760px) {
    .dldd-help-grid,
    .dldd-search-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dldd-static-wrap {
        width: min(100% - 28px, 1200px);
    }

    .dldd-static-hero {
        padding: 28px 0 34px;
    }

    .dldd-static-breadcrumb {
        margin-bottom: 14px;
    }

    .dldd-static-hero h1 {
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.12;
    }

    .dldd-static-lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .dldd-static-main {
        padding: 28px 0 56px;
    }

    .dldd-static-content,
    .dldd-search-empty {
        padding: 22px;
        border-radius: 22px;
    }

    .dldd-search-form--hero {
        flex-direction: column;
        border-radius: 24px;
        padding: 10px;
    }

    .dldd-search-form input {
        min-height: 46px;
    }

    .dldd-search-form button,
    .dldd-btn {
        width: 100%;
    }

    .dldd-static-actions {
        width: 100%;
    }
}
