@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-BookItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FS Magistral';
    src: url('../fonts/FS Magistral-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* =============================================
    RESET & ROOT
============================================= */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blue-primary: #1A56DB;
    --blue-dark: #1e3a8a;
    --blue-mid: #2563EB;
    --orange: #F97316;
    --red: #F26F31;
    --yellow: #FFD600;
    --text-dark: #111827;
    --text-body: #374151;
    --text-muted: #6B7280;
    --text-light: #9CA3AF;
    --border: #E5E7EB;
    --bg-blue-light: #EFF6FF;
    --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: clip !important;
    max-width: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    background: #fff;
    line-height: 140%;
    overflow-x: clip !important;
    max-width: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button,
input,
select {
    font-family: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.container-pricing ,
.container-com-net,
.container-ldp-strengths,
.container-ldp-consult {
    max-width: 1424px;
    margin: 0 auto;
    /* padding: 0 24px; */
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 16px 0px 16px;
}


.container-ldp-reviews {
    max-width: 1424px;
    margin: 0 auto;
    /* padding: 0 24px; */
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 16px 0px 16px;
}

.tenten_25072024 .tg_header_2024 .hd_middle {
    margin-top: 10px;
}

/* =============================================
    HEADER
============================================= */
.ldp-header {
    background: #fff;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}

.ldp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    max-width: 1440px;
    margin: 0 auto;
    height: 64px;
    gap: 12px;
}

.ldp-header__logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.ldp-header__logo-wrap img {
    height: 40px;
    width: auto;
}

/* Nav items */
.ldp-header__nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
}

.ldp-header__nav-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    transition: background 0.2s;
    border: none;
    background: transparent;
    white-space: nowrap;
}

.ldp-header__nav-btn:hover {
    background: var(--bg-blue-light);
}

/* Right actions */
.ldp-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.ldp-header__sale-badge {
    background: linear-gradient(135deg, #FF6B00, #FFD000);
    border-radius: 8px;
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    cursor: pointer;
}

.ldp-header__sale-badge span:first-child {
    font-size: 9px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.ldp-header__sale-badge span:last-child {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}

.ldp-header__icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-body);
    transition: background 0.2s;
}

.ldp-header__icon-btn:hover {
    background: var(--bg-blue-light);
}

.ldp-header__lang {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

/* =============================================
    HERO SECTION
============================================= */
.ldp-hero {
    background: url('/landing/ten_mien_com_net/images/background_ten_mien_com_net.svg') center center / cover no-repeat;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

/* City backdrop image on right */
.ldp-hero::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    background: url('/landing/khuyen_mai_ten_mien/images/image 141.png') right center / cover no-repeat;
    opacity: 0.35;
    pointer-events: none;
}

.ldp-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1296px;
    margin: 0 auto;
    padding: 150px 24px 330px 24px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ldp-hero__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ldp-hero__title {
    font-size: 48px;
    font-weight: 600;
    color: #0066B2;
    line-height: 1.2;
    margin-bottom: 20px;
    transform: skewX(-12deg);
    /* font-style: italic; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ldp-hero__title-hot-img {
    height: 48px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-2px);
}

.ldp-hero__subtitle {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 800px;
}

.ldp-hero__price-hl {
    color: #F26F31;
    font-weight: 700;
    font-size: 22px;
}

/* Trust badges */
.ldp-hero__trust {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.ldp-hero__trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    /* background: linear-gradient(90deg, #D3E8FD 0%, #B7D9FF 100%); */
    background: linear-gradient(90deg, #f2f9ff 0%, #f6faff 100%);
    /* border: 1px solid #E2E8F0; */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 10px 16px;
    text-align: left;
}

.ldp-hero__trust-flag {
    width: 45px;
    height: 36px;
    border-radius: 3px;
    flex-shrink: 0;
}

.ldp-hero__trust-label {
    font-size: 11px;
    color: #000000;
    line-height: 1.3;
    transform: skewX(-12deg);
}

.ldp-hero__trust-name {
    font-size: 14px;
    font-weight: 500;
    color: #0066B2;
    transform: skewX(-12deg);
}

/* Domain price rows */
.ldp-hero__domains {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.ldp-hero__domains-row-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.ldp-hero__domain-row {
    display: inline-flex;
    align-items: flex-start;
    /* background: linear-gradient(90deg, #FFEDED 0%, #FFEFDF 100%); */
    background: linear-gradient(90deg, #fff5f5 0%, #fff8f0 100%);
    border-radius: 9999px;
    padding: 8px 20px 8px 24px;
    text-align: left;
    width: fit-content;
    gap: 14px;
    flex-shrink: 0;
}

.ldp-hero__domain-ext {
    font-size: 26px;
    font-weight: 800;
    color: #133C8A;
    display: flex;
    align-items: center;
}

.ldp-hero__domain-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
    width: auto;
}

.ldp-hero__price-and-star {
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
}

.ldp-hero__domain-price {
    font-size: 14px;
    font-weight: 700;
    color: #FF5500;
    line-height: 1.2;
    white-space: nowrap;
}


.ldp-hero__domain-old {
    font-size: 11px;
    color: #9A9A9A;
    text-decoration: line-through;
    line-height: 1.2;
}

.ldp-hero__domain-star {
    font-size: 12px;
    color: #1A1A1A;
    font-weight: 700;
}

.ldp-hero__domain-coupon {
    background: #FF383C;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 9999px;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 2px 6px rgba(255, 53, 0, 0.2);
}

/* =============================================
    SEARCH SECTION
============================================= */
.ldp-search-wrap {
    padding: 0 24px;
    position: relative;
    z-index: 10;
    margin-top: -130px;
}

.ldp-search-box {
    max-width: 1392px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.14);
    padding: 40px 40px;
}

.ldp-search-box__title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #151515;
    margin-bottom: 18px;
    margin-top: 0px;
    ;
    line-height: 100%;
}

.ldp-search-form {
    display: flex;
    align-items: center;
    border: 1.5px solid #0150E4;
    border-radius: 9999px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    padding: 4px 6px;
    max-width: 968px;
    margin: 0 auto 20px auto;
}

.ldp-search-form:focus-within {
    border-color: #042cb3;
    box-shadow: 0 0 0 3px rgba(6, 59, 230, 0.12);
}

.ldp-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 15px 24px;
    font-size: 15px;
    color: var(--text-dark);
    background: transparent;
    resize: none;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-family: inherit;
    box-sizing: content-box;
    display: block;
}

.ldp-search-input::placeholder {
    color: var(--text-light);
}

.ldp-search-btn {
    background: linear-gradient(180deg, #0150E4 0%, #1C67F3 100%);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 50%;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(6, 59, 230, 0.25);
    margin-right: 10px;
}

.ldp-search-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 0 auto;
    flex-wrap: wrap;
    max-width: 968px;
    gap: 0;
}

.sub-ldp-search-trust {
    font-weight: 400;
    font-size: 18px;
}

.ldp-search-trust__item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 32px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-body);
    position: relative;
}

.ldp-search-trust__item+.ldp-search-trust__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 49px;
    background: url('../images/slash.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.ldp-search-trust__item svg {
    color: var(--blue-primary);
    flex-shrink: 0;
}

.ldp-search-trust__strong {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
}

/* =============================================
    DOMAIN PRICING TABS
============================================= */
.ldp-pricing {
    padding: 80px 0 80px;
}

.ldp-section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    text-align: center; 
    margin-bottom: 40px; 
    color: #151515;
}
.ldp-section-title em {
    font-style: normal;
    color: var(--blue-primary);
}

.ldp-tabs-wrap {
    display: flex;
    justify-content: center;
    margin: 24px auto;
}

.ldp-tabs {
    display: flex;
    background: #EDF3FF;
    border-radius: 50px;
    padding: 6px;
    gap: 4px;
}

.ldp-tab {
    padding: 10px 22px;
    border-radius: 50px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #8E8E93;
    cursor: pointer;
    transition: all 0.25s;
    white-space: nowrap;
}

.ldp-tab.active {
    background: var(--blue-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(26, 86, 219, 0.35);
}

a:hover,
a:focus {
    text-decoration: auto !important;
    /* color:#fff!important; */
}

.ldp-tab-subtitle {
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    margin-bottom: 40px;
}

.ldp-panel {
    display: none;
}

.ldp-panel.active {
    display: block;
}

/* Cards grid */
.ldp-cards-wrap {
    width: 100%;
}

.ldp-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

/* Base card */
/* Base card */
.ldp-card {
    border: 2px solid #D8E2FD;
    border-radius: 16px;
    background: #fff;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    display: flex;
    flex-direction: column;
}

.ldp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(6, 59, 230, 0.15);
    border-color: #578FFF;
}

/* Featured card: highlight border and shift up */
.ldp-card--featured {
    border-color: #578FFF;
    border-width: 2px;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(6, 59, 230, 0.12);
    z-index: 2;
}

.ldp-card--featured:hover {
    transform: translateY(-8px);
    border-color: #042cb3;
    box-shadow: 0 16px 40px rgba(6, 59, 230, 0.2);
}

/* Hot badge */
.ldp-card__hot-badge-img {
    position: absolute;
    top: -40px;
    right: 15px;
    width: 72px;
    height: auto;
    z-index: 10;
}

/* Card Header */
.ldp-card__head {
    padding: 14px 20px;
    text-align: center;
    background: #578FFF;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
}

.ldp-card__head-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.ldp-card__head-title svg {
    color: #ffffff;
}

.ldp-card__head-title img {
    filter: brightness(0) invert(1);
}

.ldp-card__head-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px;
    font-style: italic;
}

/* Card Body */
.ldp-card__body {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ldp-card__promo-title {
    font-size: 20px;
    font-weight: 800;
    color: #FF5500;
    font-style: normal;
    margin-bottom: 2px;
    text-align: center;
}

.ldp-card__promo-sub {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
    text-align: center;
}

.ldp-card__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.ldp-card__price {
    font-size: 45px;
    font-weight: 700;
    color: #F44B45;
    line-height: 1;
}

.ldp-card__price span {
    font-size: 35px;
    font-weight: 700;
    margin-left: 1px;
}

.ldp-card__price-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.25;
}

.ldp-card__price-old {
    font-size: 13px;
    color: #9A9A9A;
    text-decoration: line-through;
}

.ldp-card__price-period {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.ldp-card__note {
    font-size: 12px;
    color: #000000;
    line-height: 1.55;
    font-style: normal;
    text-align: center;
}

.ldp-card__coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EDF3FF;
    border-radius: 50px;
    padding: 10px 14px;
    margin: 14px auto;
    font-size: 15px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 0.5px;
    width: 80%;
}

.ldp-card__coupon-copy {
    cursor: pointer;
    color: #063BE6;
    transition: opacity 0.2s;
}

.ldp-card__coupon-copy:hover {
    opacity: 0.6;
}

/* CTA Buttons */
.ldp-card__cta {
    display: block;
    width: 80%;
    text-align: center;
    padding: 11px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    border: 1.5px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: 0;
}

.ldp-card__cta--outline {
    background: transparent;
    border-color: #578FFF;
    color: #578FFF;
}

.ldp-card__cta--outline:hover {
    background: #578FFF;
    color: #fff;
}

.ldp-card__cta--solid {
    background: #0150E4;
    border-color: #0150E4;
    color: #fff;
}

.ldp-card__cta--solid:hover {
    background: #042cb3;
    border-color: #042cb3;
}

.ldp-dots {
    display: none;
}

.ldp-strengths-dots {
    display: none;
}

@media (max-width: 768px) {
    .ldp-strengths-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 24px;
    }
}

.ldp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D1D5DB;
    cursor: pointer;
    transition: all 0.2s;
}

.ldp-dot.active {
    background: var(--blue-primary);
    width: 24px;
    border-radius: 4px;
}

/* =============================================
    STRENGTHS
============================================= */
.ldp-strengths {
    background: url(/landing/ten_mien_com_net/images/background_customer.png) center center / cover no-repeat;
    /* background: linear-gradient(155deg, #EFF6FF 0%, #DBEAFE 50%, #BFDBFE 100%); */
    padding: 80px 0;
}

.ldp-strengths__heading {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 120%;
    color: #151515;
}

.ldp-strengths__heading em {
    font-style: normal;
    color: #0150E4;
}

.ldp-strengths__sub {
    text-align: center;
    font-size: 16px;
    color: #151515;
    margin-bottom: 40px;
    line-height: 150%;
    font-size: 500;
}

.ldp-strengths__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ldp-strength-card {
    background: #FFFFFFCC;
    border-radius: 16px;
    padding: 35px 35px;
    text-align: center;
    /* box-shadow: var(--shadow); */
    transition: transform 0.2s;
}

.ldp-strength-card:hover {
    transform: translateY(-4px);
}

.ldp-strength-card__icon {
    width: auto;
    height: 78px;
    margin: 0 auto 16px;
}

.ldp-strength-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    line-height: 24px;
    margin-bottom: 20px;
}

.ldp-strength-card__text {
    font-size: 16px;
    color: #151515;
    line-height: 150%;
    font-weight: 400;
}

/* =============================================
    REVIEWS
============================================= */
.ldp-reviews {
    width: 100%;
    padding: 80px 0;
}

.ldp-reviews__inner {
    display: grid;
    grid-template-columns: 444px 1fr;
    gap: 40px;
    align-items: start;
}

.ldp-reviews__heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 14px;
    margin-top: 0px;
    max-width: 90%;
}

.ldp-reviews__heading em {
    font-style: normal;
    color: var(--blue-primary);
}

.ldp-reviews__desc {
    font-size: 16px;
    color: #151515;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 110px;
    margin-right: 36px;
}

.ldp-reviews__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ldp-reviews__counter {
    font-size: 18px;
    font-weight: 400;
    color: #B4B4B4;
    min-width: 36px;
    text-align: center;
}

.ldp-reviews__current {
    color: #0150E4;
}

.ldp-reviews__nav-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    padding: 0;
    opacity: 0.4;
}

.ldp-reviews__nav-btn.highlighted {
    opacity: 1;
}

.ldp-reviews__cards-wrap {
    overflow: hidden;
    width: 100%;
}

.ldp-reviews__cards {
    display: flex;
    gap: 25px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.ldp-review {
    flex: 0 0 38.7%;
    border: 1px solid #C6D9FF;
    border-radius: 16px;
    padding: 39px;
    /* box-shadow: var(--shadow); */
    background: #fff;
    box-sizing: border-box;
    opacity: 0.2;
    transition: opacity 0.4s ease;
}

.ldp-review.active-slide {
    opacity: 1;
}

@media (max-width: 768px) {
    .ldp-review {
        flex: 0 0 85%;
    }
}

.ldp-review__stars {
    display: flex;
    gap: 0px;
    margin-bottom: 16px;
}

.ldp-review__text {
    font-size: 18px;
    color: #151515;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.ldp-review__divider {
    height: 1px;
    background: url('../images/icon_thanh_ngang.svg') no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 24px;
}

.ldp-review__author {
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    line-height: 140%;
}

.ldp-review__role {
    font-size: 16px;
    color: #151515;
    margin-top: 3px;
    line-height: 140%;
    opacity: 80%;
}

/* =============================================
    CONSULT FORM
============================================= */
.ldp-consult {
    padding: 80px 0px 120px 0px;
}

.ldp-consult__wrap {
    background: #F5F9FC;
    border-radius: 40px;
    display: flex;
    align-items: flex-start;
    /* align left column to top like Figma */
    justify-content: space-between;
    padding: 80px 59px 80px 80px;
    min-height: 750px;
    box-sizing: border-box;
}

.ldp-consult__left {
    padding: 0;
    background: transparent;
    flex: 1 1 56%;
    min-width: 300px;
    max-width: calc(100% - 300px);
    box-sizing: border-box;
}

.ldp-consult__left-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 14px;
    margin-top: 40px;
}

.ldp-consult__left-title em {
    font-style: normal;
    color: var(--blue-primary);
}

.ldp-consult__left-desc {
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    line-height: 150%;
    margin-bottom: 30px;
    max-width: 539px;
}

.ldp-benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ldp-benefit {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ldp-benefit__icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--bg-blue-light);
    /* light blue circular background */
    padding: 0;
    /* inner spacing so icon sits centered */
    box-sizing: border-box;
}

.ldp-benefit__icon img {
    width: 62px;
    height: 62px;
    display: block;
    object-fit: contain;
}

.ldp-benefit__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 4px;
}

.ldp-benefit__text {
    font-size: 16px;
    color: #151515;
    line-height: 140%;
    font-weight: 400;
    max-width: 421px;
}

.ldp-consult__right {
    padding: 50px 35.5px 50px;
    background: #ffffff;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
    position: relative;
    flex: 0 1 551px;
    /* allow it to shrink while preserving desktop width */
    width: min(551px, 100%);
    max-width: 551px;
    min-width: 280px;
    height: auto;
    /* remove fixed height so it shrinks naturally */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 5;
    flex-shrink: 1;
}

.ldp-form-title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
    color: #151515;
    line-height: 100%;
}

.ldp-form-group {
    margin-bottom: 16px;
}

.ldp-form-group:last-of-type {
    margin-bottom: 24px;
}

.ldp-form-group label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    margin-bottom: 6px;
    line-height: 24px;
}

.ldp-form-field {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.ldp-form-field__icon {
    opacity: 40%;
    position: absolute;
    left: 16px;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    /* match placeholder color */
}

/* ensure inline svgs and paths use placeholder color */
.ldp-form-field__icon svg,
.ldp-form-field__icon svg path,
.ldp-form-field__icon svg circle {
    stroke: var(--text-light) !important;
    fill: var(--text-light) !important;
}

/* If icons are img files (png/svg), try to tint them via filter fallback */
.ldp-form-field__icon img {
    filter: grayscale(1) brightness(0.75) sepia(0) !important;
    opacity: 0.85;
}

.ldp-input {
    width: 100%;
    max-width: 471px;
    /* preserves desktop sizing but allows fluid shrink */
    height: 50px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px 16px 12px 48px;
    font-size: 18px;
    color: #151515;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    background: #ffffff;
}

.ldp-input:focus {
    border-color: var(--blue-primary);
    box-shadow: 0 0 0 3px rgba(26, 86, 219, 0.1);
}

.ldp-input::placeholder {
    color: #9CA3AF;
}

.ldp-select {
    width: 100%;
    max-width: 471px;
    /* preserves desktop sizing but allows fluid shrink */
    height: 50px;
    border: 1px solid #15151526;
    border-radius: 12px;
    padding: 12px 36px 12px 16px;
    font-size: 18px;
    color: #15151580;
    outline: none;
    appearance: none;
    cursor: pointer;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='6' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L7 7L1 1' stroke='%23151515' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 16px center;
    background-size: 14px 8px;
    transition: border-color 0.2s, color 0.2s;
    box-sizing: border-box;
}
.ldp-select option {
    color: #151515;
}
/* .ldp-select:focus {
    border-color: var(--blue-primary);
} */

.ldp-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 471px;
    /* preserves desktop size but becomes fluid */
    height: 56px;
    background: linear-gradient(90deg, #0150E4 0%, #1C67F3 100%);
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 40px;
    box-sizing: border-box;
}

.ldp-submit:hover {
    background: linear-gradient(90deg, #0013f9 0%, #1855f8 100%);
    transform: translateY(-1px);
}

/* =============================================
    SUPPORT FOOTER
============================================= */
.ldp-support {
    padding: 56px 0 40px;
    border-top: 1px solid var(--border);
}

.ldp-support__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ldp-support__item {
    text-align: center;
}

.ldp-support__icon-wrap {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    color: var(--blue-primary);
}

.ldp-support__dept {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.ldp-support__phone {
    font-size: 15px;
    font-weight: 700;
    color: var(--blue-primary);
}

.ldp-support__email {
    font-size: 12px;
    color: #000000;
    margin-top: 3px;
}

/* =============================================
    FOOTER
============================================= */
.ldp-footer {
    background: var(--blue-primary);
    padding: 28px 0;
}

.ldp-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ldp-footer__logo img {
    height: 36px;
    filter: brightness(0) invert(1);
}

.ldp-footer__address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.ldp-footer__badges {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ldp-footer__badges img {
    height: 28px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.ldp-footer__nav {
    display: flex;
    gap: 18px;
}

.ldp-footer__nav a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s;
}

.ldp-footer__nav a:hover {
    color: #fff;
}

.ldp-footer__copy {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Toast */
@keyframes ldpSlideUp {
    from {
        opacity: 0;
        transform: translate(-50%, 12px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.ldp-toast {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: #1A56DB;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: ldpSlideUp 0.25s ease;
}

.ldp-search-btn:hover {
    background: #042cb3;
    color: #fff !important;
}

/* =============================================
    RESPONSIVE
============================================= */
@media (max-width: 1024px) {
    .ldp-strengths__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ldp-support__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ldp-header__nav {
        display: none;
    }

    .ldp-search-wrap {
        margin-top: -100px;
    }
}

/* @media (min-width: 1025px) and (max-width: 1230px) {
    .ldp-hero {
        overflow: hidden;
    }

    .ldp-search-wrap {
        overflow: hidden;
    }

    .ldp-cards {
        max-width: 100%;
        overflow: hidden;
    }

    .ldp-pricing {
        overflow: hidden;
    }

    .ldp-pricing .container {
        overflow: hidden;
    }

    .ldp-strengths {
        overflow: hidden;
    }

    .ldp-strengths__grid-wrap {
        overflow: hidden;
    }

    .ldp-reviews {
        overflow: hidden;
    }

    .ldp-reviews__cards-wrap {
        overflow: hidden;
    }

    .ldp-consult {
        overflow: hidden;
    }
} */


html,
body {
    overflow-x: clip !important;
    max-width: 100% !important;
    width: 100% !important;
}

@media (min-width: 1025px) {
    .tg_nav_l_2024>li.tg_phanmem_mn2023>a {
        position: relative;
    }

    .ldp-bug-sale-icon {
        position: absolute;
        top: 65px;
        left: 200%;
        transform: translateX(-50%);
        width: 60px;
        height: auto;
        pointer-events: none;
        z-index: 10;
    }

    .container-ldp-reviews {
        max-width: none;
        width: 100%;
        padding-left: max(calc((98vw - 1392px) / 2));
        padding-right: 0;
        margin: 0;
        overflow: hidden;
    }
}

@media (min-width: 1025px) and (max-width: 1230px) {
    .ldp-bug-sale-icon {
        left: 110% !important;
        top: 85px !important;
    }
}

@media (max-width: 1024px) {
    .ldp-bug-sale-icon {
        display: none;
    }

    .ldp-bug-sale-hero-icon {
        display: none;
    }
}

.ldp-bug-sale-hero-icon {
    position: absolute;
    top: 20px;
    right: -200px;
    width: 65px;
    height: auto;
    z-index: 10;
}

@media (min-width: 1820px) {
    .ldp-bug-sale-hero-icon {
        top: 20px;
        right: -200px;
        width: 65px;
    }
}

@media (min-width: 1440px) and (max-width: 1819px) {
    .ldp-bug-sale-hero-icon {
        top: 20px;
        right: -50px;
        width: 60px;
    }
}

@media (min-width: 1231px) and (max-width: 1439px) {
    .ldp-bug-sale-hero-icon {
        top: 20px;
        right: -0;
        width: 55px;
    }
}

@media (max-width: 1230px) {
    .ldp-bug-sale-hero-icon {
        top: 20px;
        right: 20px;
        width: 55px;
    }
}

.ldp-card__cta--solid:hover {
    color: #fff !important;
}

/* Hero Custom Styles for Business Idea */
.ldp-hero__inner {
    justify-content: flex-start;
}

.ldp-hero__content {
    position: relative;
    align-items: flex-start;
    text-align: left;
    max-width: 620px;
    margin: 0;
    padding-top: 20px;
}

.ldp-hero__business-idea {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.ldp-hero__idea-text {
    font-size: 36px;
    font-weight: 400;
    color: #151515;
    font-family: 'FS Magistral', sans-serif;
    white-space: nowrap;
    line-height: 100%;
}

.ldp-hero__vector-icon {
    position: absolute;
    left: 350px;
    top: 40px;
    width: 177px;
    height: 65px;
    pointer-events: none;
    z-index: 5;
}

.ldp-hero__main-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #0150E4 0%, #009FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
    margin-top: 0px;
    letter-spacing: 5%;
    display: inline-block;
    padding: 8px 0;
}

.ldp-hero__desc {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 150%;
}

.ldp-hero__desc strong {
    color: #000000;
    font-weight: 700;
}

.mb-visible {
    display: none;
}

.ldp-hero__btn-wrap {
    margin-top: 10px;
    width: 100%;
}

.ldp-hero__btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #0150E4 0%, #1C67F3 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 14.5px 28px 14px 28.2px;
    border-radius: 9999px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 102, 178, 0.4);
    text-transform: none;
}

.ldp-hero__btn-cta:hover {
    background: linear-gradient(90deg, #0013f9 0%, #1855f8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 178, 0.6);
    color: #ffffff !important;
    text-decoration: none !important;
}

.ldp-hero__btn-arrow {
    transition: transform 0.2s ease;
}

.ldp-hero__btn-cta:hover .ldp-hero__btn-arrow {
    transform: translateX(4px);
}

/* Responsive styles */
@media (max-width: 768px) {
    .ldp-hero {
        height: 800px;
        background: url(/landing/ten_mien_com_net/images/background_ten_mien_com_net_mb.svg) center bottom / cover no-repeat;
        min-height: auto;
        align-items: flex-start;
    }

    .ldp-hero::after {
        display: none;
    }

    .ldp-hero__inner {
        justify-content: center;
        padding: 60px 24px 340px 24px;
    }

    .ldp-search-wrap {
        padding: 27px 16px;
        margin-top: -63px;
    }

    .ldp-search-box__title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .ldp-search-btn {
        margin-right: 0px;

    }

    .ldp-search-form {
        padding: 2px 2px;
        margin: 0 auto 16px auto;
    }

    .ldp-search-trust__strong,
    .sub-ldp-search-trust {
        font-size: 12px;
    }

    .ldp-hero__content {
        align-items: center;
        text-align: center;
        max-width: 100%;
        padding-top: 0;
    }

    .ldp-hero__business-idea {
        justify-content: center;
        gap: 8px;
        margin-bottom: 12px;
    }

    .ldp-hero__idea-text {
        font-size: 24px;
        color: #151515;
        line-height: 100%;
        font-family: 'FS Magistral', sans-serif;
    }

    .ldp-hero__vector-icon {
        display: none;
    }

    .ldp-hero__main-title {
        font-size: 36px;
        margin-bottom: 0px;
        line-height: 120%;
        letter-spacing: 5%;
    }

    .ldp-hero__desc {
        font-size: 16px;
        margin-bottom: 10px;
        color: #151515;
    }

    .ldp-hero__btn-cta {
        padding: 10px 36px;
        font-size: 14px;
        font-weight: 500;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 333px;
    }

    .mb-hidden {
        display: none;
    }

    .mb-visible {
        display: block;
    }
}

@media (max-width: 600px) {
    .ldp-hero {
        height: 750px;
    }
}

@media (max-width: 500px) {
    .ldp-hero {
        height: 725px;
    }
}

@media (max-width: 400px) {
    .ldp-hero {
        height: 625px;
    }
}

/* Pricing Redesign Styles */
.ldp-pricing-grid-wrap {
    width: 100%;
    overflow: visible;
}

.ldp-pricing-dots {
    display: none;
}

.ldp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 40px auto;
    max-width: 1392px;
}

.ldp-pricing-card {
    background: #F3F6FD;
    border-radius: 24px;
    padding: 36px 24px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.ldp-pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(1, 80, 228, 0.1);
}

.ldp-pricing-card__ribbon {
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 24px;
    width: 27.35px;
    height: 40px;
    background: #FF383C;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

.ldp-pricing-card__badge-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.ldp-pricing-card__badge {
    background: #0150E4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding: 9px 24px 9px 24px;
    border-radius: 54px;
    display: inline-block;
}

.ldp-pricing-card__price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ldp-pricing-card__price {
    font-size: 40px;
    font-weight: 700;
    color: #0150E4;
    letter-spacing: 0%;
}

.ldp-pricing-card__period {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.ldp-pricing-card__note {
    font-size: 16px;
    color: #000000;
    margin-bottom: 24px;
    margin-top: 22px;
}

.ldp-pricing-card__coupon-wrap {
    background: #ffffff;
    /* border: 1px solid #e2e8f0; */
    border-radius: 100px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
    min-height: 44px;
    margin-top: auto;
}

.ldp-pricing-card__coupon-code {
    font-size: 16px;
    font-weight: 500;
    color: #151515;
    line-height: 100%;
}

.ldp-pricing-card__copy-btn {
    background: transparent;
    border: none;
    color: #0150E4;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: opacity 0.2s;
}

.ldp-pricing-card__copy-btn:hover {
    opacity: 0.7;
}

.ldp-pricing-link {
    color: #0150E4;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease;
}

.ldp-pricing-link:hover {
    color: #003db3;
    text-decoration: none !important;
}

.ldp-pricing-link:hover svg {
    transform: translateX(4px);
}

.ldp-pricing-link svg {
    transition: transform 0.2s ease;
}

.ldp-select-domain-name {
    padding-bottom: 80px;
    background: #ffffff;
    text-align: center;
}

.ldp-select-crossbar {
    display: block;
    margin: 0 auto 80px auto;
    max-width: 100%;
    height: auto;
}

.ldp-select-title {
    font-size: 40px;
    font-weight: 600;
    color: #151515;
    line-height: 120%;
    margin-bottom: 16px;
}

.ldp-select-title span {
    color: #0150E4;
}

.ldp-select-desc {
    font-size: 16px;
    color: #151515;
    max-width: 1030px;
    margin: 0 auto 40px auto;
    font-weight: 500;
    line-height: 150%;
}

.ldp-select-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1350px;
    margin: 0 auto;
}

.ldp-select-card {
    /* background: #F8FAFC;
            border: 1px solid #f1f5f9;
            border-radius: 20px; */
    padding: 24px 20px 24px 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    /* transition: all 0.3s ease; */
}

/* .ldp-select-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(1, 80, 228, 0.05);
            background: #ffffff;
            border-color: #e2e8f0;
        } */
.ldp-select-card__icon-wrap {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #EFF6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ldp-select-card__icon {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.ldp-select-card__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ldp-select-card__value {
    font-size: 28px;
    font-weight: 600;
    color: #0150E4;
    line-height: 140%;
}

.ldp-select-card__text {
    font-size: 16px;
    color: #151515;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
    opacity: 80%;
}
.bth_send_request {
    width:24px;
    height:24px;
    filter:brightness(0) invert(1);
}
.ldp-select-card__text strong {
    color: #151515;
}

.ldp-select-card-divider {
    display: none !important;
}

/* Responsive pricing styles */
@media (max-width: 1200px) {
    .ldp-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
        gap: 16px;
    }
    .ldp-reviews__inner {
        grid-template-columns: 370px 1fr;
        gap: 20px;
    }
    .ldp-review {
        padding: 20px;
    }
    .ldp-review__text {
        font-size: 16px;
    }

    /* Stack layout for info and form section */
    .ldp-consult__wrap {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 40px 16px;
        min-height: auto;
        align-items: center;
    }

    .ldp-consult__left {
        order: 1;
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .ldp-consult__left-title {
        text-align: center;
        margin-top: 0px;
        font-size: 32x;
        line-height: 130%;
    }

    .ldp-consult__left-desc {
        text-align: center;
        margin: 0 auto 30px auto;
        max-width: 80%;
    }

    .ldp-benefits {
        align-items: center;
    }

    .ldp-benefit {
        max-width: 500px;
        width: 100%;
        text-align: left;
    }

    .ldp-consult__right {
        order: 2;
        flex: 1 1 100%;
        max-width: 551px;
        width: 100%;
        margin: 0 auto;
        padding: 40px 24px;
    }
}

@media (max-width: 768px) {
    .ldp-pricing-grid-wrap {
        overflow: hidden;
        width: calc(100vw - 48px);
        min-width: 343px;
        margin: 0 auto;
        position: relative;
        padding: 10px 0;
    }

    .ldp-select-card__icon-wrap ,.ldp-select-card__icon{
        width: 62px;
        height: 62px;
    }

    .ldp-pricing-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        grid-template-columns: none !important;
        transition: transform 0.3s ease;
        width: max-content;
        gap: 20px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ldp-pricing-card {
        width: calc(100vw - 48px) !important;
        min-width: 343px !important;
        flex-shrink: 0;
        padding: 22px 20px;
        box-sizing: border-box;
    }

    .ldp-pricing-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 10px;
        margin-bottom: 24px;
    }

    .ldp-pricing-footer {
        margin-bottom: 0px!important;
        margin-top: 0px!important;
    }

    .ldp-pricing-dots .ldp-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1.5px solid #0150E4;
        background: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .ldp-select-crossbar {
        margin: 0 auto 40px auto;
    }

    .ldp-pricing-dots .ldp-dot.active {
        width: 24px;
        height: 6px;
        border-radius: 9999px;
        background: #0150E4;
        border-color: #0150E4;
    }

    .ldp-select-domain-name {
        padding-bottom: 40px;
    }

    .ldp-strengths__heading {
        margin: 0px;
        font-size: 20px;
    }


}

/* Select Domain Name Section Styles */
/* Responsive Select Domain Name Section */
@media (max-width: 1024px) {
    .ldp-select-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
    }

        .ldp-select-card__icon-wrap ,.ldp-select-card__icon{
        width: 62px;
        height: 62px;
    }

    .ldp-search-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        margin-top: 20px;
        padding: 0 10px;
    }

    .ldp-search-trust__item+.ldp-search-trust__item::before { 
        display: none; 
    }
    .ldp-hero__inner {
        padding: 80px 21px 140px 21px;
    }

    .ldp-hero__vector-icon {
        left: 330px;
        width: 115px;
        height: 65px;
    }
}

@media (max-width: 768px) {

    .ldp-hero {
        background: url('/landing/ten_mien_com_net/images/background_ten_mien_com_net_mb.svg') center bottom / cover no-repeat;
    }

    .ldp-hero::after {
        display: none;
    }

    .ldp-hero__title {
        font-size: 30px;
    }

    .ldp-hero__trust {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
        align-items: center;
        width: 100%;
    }

    .ldp-hero__trust-badge {
        padding: 10px 16px;
        gap: 10px;
        border-radius: 10px;
        width: 100%;
        max-width: 320px;
    }

    .ldp-hero__trust-flag {
        width: 45px;
        height: 36px;
    }

    .ldp-hero__trust-label {
        font-size: 11px;
    }

    .ldp-hero__trust-name {
        font-size: 12px;
    }

    .ldp-hero__domains-row-wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        width: 100%;
        padding: 0 16px;
    }

    .ldp-hero__domain-row {
        flex: 1 1 calc(50% - 8px);
        max-width: 180px;
        height: 150px;
        padding: 16px 10px 14px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        background: linear-gradient(180deg, #EBF3FF 0%, #FFFFFF 100%);
        border: 1.5px solid #D8E2FD;
        border-radius: 18px;
        box-shadow: 0 4px 12px rgba(6, 59, 230, 0.04);
        gap: 8px;
    }

    .ldp-hero__domain-ext {
        font-size: 30px;
        font-weight: 800;
        color: #133C8A;
        justify-content: center;
        min-width: auto;
        min-height: 38px;
        display: flex;
        align-items: center;
    }

    .ldp-hero__domain-ext img {
        height: 22px !important;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .ldp-hero__domain-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        margin-left: 0;
    }

    .ldp-hero__domain-price {
        font-size: 14px;
        font-weight: 700;
        color: #FF5500;
    }

    .ldp-hero__domain-old-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .ldp-hero__domain-old {
        font-size: 11px;
        color: #9A9A9A;
    }

    .ldp-hero__domain-star {
        font-size: 11px;
        color: #1A1A1A;
        margin: 0;
    }

    .ldp-hero__domain-coupon {
        font-size: 10px;
        padding: 6px 16px;
        width: 100%;
        max-width: 130px;
        box-sizing: border-box;
        border-radius: 9999px;
    }

    .ldp-search-input {
        padding: 5px 16px !important;
        font-size: 14px;
        height: 20px !important;
        line-height: 20px !important;
    }

    .ldp-search-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        margin-top: 16px;
        padding: 0 10px;
    }

    .ldp-search-trust__item {
        padding: 0;
        border-left: none !important;
        justify-content: flex-start;
        gap: 10px;
    }

    .ldp-search-trust__item img {
        width: 36px;
        height: 36px;
    }

    .ldp-pricing {
        padding: 16px 0 40px;
    }

    .ldp-section-title {
        font-size: 20px !important;
        margin-bottom: 14px !important;
    }

    .ldp-search-trust__item+.ldp-search-trust__item {
        border-left: none !important;
    }

    .ldp-pricing-card__badge {
        font-size: 24px;
    }

    .ldp-pricing-card__price {
        font-size: 32px;
    }

    .ldp-pricing-card__badge-wrap {
        margin-bottom: 20px !important;
    }

    .ldp-pricing-card__note {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        margin-top: 12px !important;
    }

    .ldp-pricing-card__period {
        font-size: 18px;
    }

    .ldp-search-trust__item+.ldp-search-trust__item::before {
        display: none;
    }

    .ldp-tabs-wrap {
        overflow-x: visible;
        justify-content: center;
        padding: 10px 16px;
        width: 100%;
    }

    .ldp-tabs {
        width: 100%;
        display: flex;
    }

    .ldp-tab {
        flex: 1;
        white-space: normal;
        text-align: center;
        padding: 8px 2px;
        font-size: 12px;
        line-height: 1.3;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .ldp-cards-wrap {
        width: 100%;
    }

    .ldp-cards {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 40px;
        padding: 0;
    }

    .ldp-card {
        width: 100%;
        max-width: 430px;
        box-sizing: border-box;
        margin: 0px 20px 0px 20px;
    }

    .ldp-card__body {
        padding: 20px;
    }

    .ldp-card__promo-title {
        font-size: 26px !important;
    }

    .ldp-card__promo-sub {
        font-size: 14px;
    }

    .ldp-card__price {
        font-size: 34px !important;
    }

    .ldp-card__price span {
        font-size: 20px !important;
    }

    .ldp-card__note {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .ldp-card__cta {
        padding: 10px 16px;
        font-size: 14px;
    }

    .ldp-strengths__grid {
        grid-template-columns: 1fr;
    }

    .ldp-reviews__inner,
    .ldp-consult__wrap {
        grid-template-columns: 1fr;
    }

    .ldp-strengths .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .ldp-strengths__grid-wrap {
        overflow: hidden;
        width: 100%;
        padding: 0px;
    }
    .ldp-strength-card__icon {
        width: auto;
        height: 53px;
    }

    .ldp-strengths__grid {
        display: flex !important;
        flex-direction: row !important;
        width: max-content;
        gap: 32px;
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        padding: 0px;
        grid-template-columns: none !important;
    }

    .ldp-strength-card {
        padding: 20px 12px;
        flex: 0 0 calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        box-sizing: border-box;
    }

    .ldp-reviews .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .ldp-reviews__inner {
        display: flex !important;
        flex-direction: column !important;
    }

    .ldp-reviews__inner>div:first-child {
        display: contents !important;
    }

    .ldp-reviews__heading {
        padding-left: 20px;
        width: 90%;
        order: 1;
        text-align: center;
    }

    .ldp-strengths__sub {
        margin: 10px 0px 24px 0px;
        font-size: 14px;
    }

    .ldp-benefit__title {
        font-size: 16px;
    }

    .ldp-reviews__desc {
        order: 2;
        text-align: center;
        margin: 0px 20px 20px 20px;
        padding: 0px!important;
    }
    .ldp-review__divider {
        margin-bottom: 20px;
    }
    .ldp-review__stars img {
        width: 20px;
        height: 20px
    }

    .ldp-reviews__cards-wrap {
        order: 3;
        width: 100%;
        padding: 10px 0 !important;
    }

    .ldp-reviews__cards {
        gap: 32px !important;
        padding: 0 16px !important;
    }

    .ldp-review {
        flex: 0 0 calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        text-align: center;
    }

    .ldp-review__stars {
        display: flex;
        justify-content: center;
    }

    .ldp-reviews__nav {
        order: 4;
        display: flex !important;
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 24px;
        gap: 20px;
    }

    .ldp-reviews__nav-btn {
        width: 48px !important;
        height: 48px !important;
        opacity: 0.5;
    }

    .ldp-reviews__nav-btn.highlighted {
        opacity: 1 !important;
    }

    .ldp-reviews__nav-btn img {
        width: 40px !important;
        height: 40px !important;
        filter: invert(41%) sepia(76%) saturate(2335%) hue-rotate(209deg) brightness(96%) contrast(98%) !important;
    }

    .ldp-reviews__counter {
        font-size: 18px !important;
        font-weight: 300 !important;
        color: #8E8E93;
    }

    .ldp-reviews__current {
        color: #0150E4;
    }

    .ldp-reviews {
        padding: 40px 0;
    }

    .ldp-consult__left-title {
        text-align: center;
        font-size: 23px;
    }

    .ldp-consult__left-desc {
        text-align: center;
    }

    .ldp-reviews__inner {
        gap: 0px;
    }

    .ldp-support__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ldp-consult__left {
        padding: 36px 24px;
    }

    .ldp-consult__right {
        padding: 32px 24px !important;
        margin-top: 0 !important;
        margin-bottom: 24px !important;
        margin-left: 16px !important;
        margin-right: 16px !important;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        background: #ffffff;
    }

    .ldp-search-box {
        padding: 25px 16px;
    }

    .ldp-section-title {
        font-size: 24px;
    }

    .ldp-footer__inner {
        flex-direction: column;
        text-align: center;
    }

    .ldp-pricing-card__price-row {
        margin-bottom: 9px;
    }

    .ldp-pricing-link {
        font-size: 14px;
    }
    .ldp-select-card__value {
        font-size: 20px;
    }
    .ldp-select-card__text {
        font-size: 14px;
    }
    .ldp-select{
        padding: 5px 36px 5px 16px;
    }
    .ldp-strengths {
        padding: 40px 0;
    }
    .ldp-strength-card__text {
        font-size: 14px;
        line-height: 140%;
    }
    .ldp-strength-card__title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .ldp-select-title {
        font-size: 20px;
        padding: 0 16px;
    }

    .bth_send_request {
        width:20px;
        height:20px;
    }
}

@media (max-width: 576px) {
    .ldp-select-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ldp-select-card {
        padding: 0px;
    }


    .ldp-select-desc {
        font-size: 14px;
        padding: 0px;
        margin: 0 auto 24px auto;
    }

    .ldp-select-card-divider {
        display: block !important;
        /* margin: 20px auto !important; */
        max-width: 100%;
        height: auto;
    }
    .ldp-select-grid{
        padding: 0px;
    }
    .ldp-select-card__icon-wrap {
        width: 52px;
        height: 52px;
    }
}

/* =============================================
    SUCCESS MODAL
============================================= */
.ldp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: 'Inter', -apple-system, sans-serif;
}

.ldp-modal-box {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 40px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.ldp-modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #ffffff;
    border: 2px solid #0150E4;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: #0150E4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ldp-modal-img-wrap {
    margin-bottom: 28px;
}

.ldp-modal-img {
    margin: 0 auto;
    display: block;
}

.ldp-modal-text {
    font-size: 18px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 140%;
    margin: 0;
}

/* =============================================
    RESPONSIVE TABLET & MOBILE OVERRIDES
============================================= */

@media (max-width: 991px) {
    /* 1. General Rules for Mobile / Tablet */
    .container,
    .container-pricing,
    .container-com-net,
    .container-ldp-strengths,
    .container-ldp-reviews {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    .container-ldp-consult {
        padding:0px
    }

    /* Stack layout for reviews section */
    .ldp-reviews__inner {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .ldp-reviews__inner > div:first-child {
        display: contents;
    }

    .ldp-reviews__heading {
        order: 1;
        text-align: center;
        padding-left: 0;
        width: 100%;
        margin: 0 auto 10px auto;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0%;
    }

    .ldp-reviews__desc {
        order: 2;
        text-align: center;
        margin: 0 auto 20px auto;
        max-width: 100%;
        padding: 0 16px;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0%;
    }

    .ldp-reviews__cards-wrap {
        order: 3;
        width: 100%;
        padding: 10px 0;
    }

    .ldp-reviews__nav {
        order: 4;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 6px auto 0 auto;
        width: 100%;
        gap: 20px;
    }

    /* Stack layout for info and form section */
    .ldp-consult__wrap {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding: 40px 16px;
        min-height: auto;
        align-items: center;
    }

    .ldp-consult__left {
        order: 1;
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .ldp-consult__left-title {
        text-align: center;
        margin-top: 0px;
        font-size: 20px;
        line-height: 130%;
    }

    .ldp-consult__left-desc {
        text-align: center;
        margin: 0 auto 30px auto;
        max-width: 80%;
    }

    .ldp-benefits {
        align-items: center;
    }

    .ldp-benefit {
        max-width: 500px;
        width: 100%;
        text-align: left;
    }

    .ldp-consult__right {
        order: 2;
        flex: 1 1 100%;
        max-width: 551px;
        width: 100%;
        margin: 0 auto;
        padding: 40px 24px;
    }

    .tg_footer_2024 .family_site .family_bg {
        left: -280px!important;
    }
}

/* 2. Specific styles for mobile screens (max-width: 768px) and Mobile 375px */
@media (max-width: 768px) {
    /* Testimonials Area (Reviews) - Ensure exactly 1 card visible without any adjacent card leaking out */
    .ldp-reviews__cards-wrap {
        width: 100% !important;
        max-width: 343px !important;
        margin: 0 auto !important;
        overflow: hidden !important;
    }

    .ldp-reviews__cards {
        padding: 0 !important;
        gap: 0px !important;
    }
    .ldp-reviews__inner {
        gap: 0px !important;
    }
    .ldp-review {
        flex: 0 0 343px !important;
        min-width: 343px !important;
        /* width: 343px !important;
        max-width: 343px !important; */
        height: auto !important;
        min-height: 218px !important;
        margin: 0 auto !important;
        padding: 12px 16px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .ldp-form-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 100%;
    }
    .ldp-consult__left-desc {
        text-align: center;
        margin: 0 auto 30px auto;
        max-width: 100%;
    }

    .ldp-benefit__icon img {
        width: 40px;
        height: 40px;
    }

    .ldp-benefit__icon {
        width: 40px;
        height: 40px;
    }

    .ldp-review__stars {
        display: flex !important;
        justify-content: center !important;
    }

    .ldp-review__text {
        font-family: 'Inter', sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 140% !important;
        letter-spacing: 0% !important;
        text-align: center !important;
        margin-bottom: 14px !important;
    }

    .ldp-review__author,
    .ldp-review__role {
        font-size: 14px !important;
        text-align: center !important;
    }

    /* Info & Form Area (ldp-consult) */
    .ldp-consult__right {
        width: 100% !important;
        max-width: 343px !important;
        height: auto !important;
        margin: 0 auto !important;
        padding: 32px 16px !important;
        box-sizing: border-box !important;
    }

    .ldp-form-group label {
        font-size: 14px;
        line-height: 20px;
    }
    .ldp-consult__right form {
        width: 100% !important;
    }

    .ldp-form-group {
        width: 100% !important;
    }

    /* Force inputs & submit button to span 100% of the 343px container */
    .ldp-input,
    .ldp-select,
    .ldp-submit {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .ldp-input,
    .ldp-select {
        font-size: 16px;
        line-height: 24px;
        height: 40px;
    }

    .ldp-submit {
        font-size: 14px;
        line-height: 100%;
        margin-top: 24px !important;
        height: 40px;
    }
    .ldp-consult {
        padding: 0px 0px 40px 0px;
    }

    .ldp-benefit__text {
        font-size: 14px;
    }
}

/* =============================================
    DESKTOP & 2K SCREEN ALIGNMENT
============================================= */
/* @media (min-width: 1440px) {
    .ldp-reviews {
        float: none !important;
        width: 100% !important;
        display: block !important;
        clear: both !important;
    }
    .container-ldp-reviews {
        max-width: 1392px !important;
        overflow: visible !important;
        margin: 0 auto !important;
    }
} */

/* Fix Family site popup hidden due to overflow: hidden on .container */
.tg_footer_2024 .container {
    overflow: visible !important;
}

/* Fix header menu dropdown clipping due to overflow: hidden on .container */
.tg_header_2024 .container {
    overflow: visible !important;
}