.hdv2-home-legacy.hdv2-domain-transfer-page {
    color: var(--hdv2-home-text);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero {
    position: relative;
    padding: 4rem 0 4.25rem;
    border-bottom: 1px solid var(--hdv2-home-border);
    background: var(--hdv2-home-bg);
    color: var(--hdv2-home-text);
    overflow: hidden;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tlds {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld {
    position: absolute;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    color: var(--hdv2-home-primary);
    opacity: 0.09;
    user-select: none;
}

:root[data-hdv2-theme="dark"] .hdv2-home-legacy .hdv2-domain-transfer-hero__tld {
    opacity: 0.14;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--1 {
    top: 12%;
    left: 4%;
    font-size: 3.5rem;
    transform: rotate(-8deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--2 {
    top: 60%;
    left: 8%;
    font-size: 2.75rem;
    transform: rotate(6deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--3 {
    top: 78%;
    left: 30%;
    font-size: 3rem;
    transform: rotate(-4deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--4 {
    top: 8%;
    left: 48%;
    font-size: 2.5rem;
    transform: rotate(5deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--5 {
    top: 68%;
    right: 6%;
    font-size: 3.25rem;
    transform: rotate(-7deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--6 {
    top: 20%;
    right: 10%;
    font-size: 2.75rem;
    transform: rotate(8deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--7 {
    top: 42%;
    right: 30%;
    font-size: 2.5rem;
    transform: rotate(-5deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--8 {
    top: 32%;
    left: 22%;
    font-size: 2.35rem;
    transform: rotate(10deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--9 {
    top: 52%;
    left: 42%;
    font-size: 2.9rem;
    transform: rotate(-9deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--10 {
    top: 14%;
    right: 28%;
    font-size: 2.2rem;
    transform: rotate(4deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__tld--11 {
    top: 84%;
    right: 18%;
    font-size: 2.6rem;
    transform: rotate(-6deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
    gap: clamp(2.5rem, 6vw, 5rem);
    align-items: start;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__title {
    margin: 0 0 0.9rem;
    max-width: 34rem;
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__lead {
    margin: 0;
    max-width: 38rem;
    font-size: 1.05rem;
    line-height: 1.72;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 0.55rem;
    background: var(--hdv2-home-surface);
    transition: border-color 0.15s ease;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk:hover {
    border-color: color-mix(in srgb, #0b0f17 22%, var(--hdv2-home-border));
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk:first-child {
    border-color: #0b0f17;
    background: #0b0f17;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    flex-shrink: 0;
    color: #0b0f17;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk:first-child .hdv2-domain-transfer-hero__perk-icon {
    color: #fff;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk-svg {
    width: 1.1rem;
    height: 1.1rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk-copy {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk-title {
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk:first-child .hdv2-domain-transfer-hero__perk-title {
    color: #fff;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk-text {
    font-size: 0.74rem;
    line-height: 1.35;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__perk:first-child .hdv2-domain-transfer-hero__perk-text {
    color: hsl(220 8% 72%);
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__faq-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1.1rem;
    color: #0b0f17;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-hero__faq-link-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-form {
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    border: 1px solid var(--hdv2-home-border);
    border-radius: 1rem;
    background: var(--hdv2-home-surface);
    box-shadow: var(--hdv2-home-shadow-card);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__head {
    margin-bottom: 1.4rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__eyebrow {
    display: inline-block;
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__heading {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 700;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__lead {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__body {
    margin: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__field {
    margin-bottom: 1rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__field label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__input {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 0.65rem;
    font-family: inherit;
    font-size: 0.9rem;
    background: var(--hdv2-home-bg);
    color: var(--hdv2-home-text);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__input:focus {
    outline: none;
    border-color: var(--hdv2-home-primary);
    box-shadow: 0 0 0 3px var(--hdv2-home-primary-soft);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__hint {
    margin: 0.45rem 0 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__alert {
    margin: 0 0 1rem;
    border-radius: 0.65rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__actions {
    margin-top: 1.1rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__submit,
.hdv2-home-legacy .hdv2-domain-transfer-form__submit.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: 0.65rem;
    background: #0b0f17;
    color: #fff;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__submit:hover,
.hdv2-home-legacy .hdv2-domain-transfer-form__submit:focus,
.hdv2-home-legacy .hdv2-domain-transfer-form__submit.btn-primary:hover,
.hdv2-home-legacy .hdv2-domain-transfer-form__submit.btn-primary:focus {
    background: #161b26;
    border-color: #161b26;
    color: #fff;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__submit-icon,
.hdv2-home-legacy .hdv2-domain-transfer-form__loader {
    width: 1rem;
    height: 1rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__loader {
    animation: hdv2-domain-transfer-spin 0.8s linear infinite;
}

@keyframes hdv2-domain-transfer-spin {
    to {
        transform: rotate(360deg);
    }
}

.hdv2-home-legacy .hdv2-domain-transfer-form__checklist {
    display: grid;
    gap: 0.65rem;
    margin: 1.25rem 0 0;
    padding: 1.15rem 0 0;
    border-top: 1px solid var(--hdv2-home-border);
    list-style: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-form__checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-form__check-icon {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-domain-transfer-section-head {
    max-width: 42rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.hdv2-home-legacy .hdv2-domain-transfer-section-head__eyebrow {
    display: inline-block;
    margin: 0 0 0.65rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hdv2-home-primary);
    background: var(--hdv2-home-primary-soft);
}

.hdv2-home-legacy .hdv2-domain-transfer-section-head__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 700;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-section-head__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-features {
    padding: 4.5rem 0;
    border-top: 1px solid var(--hdv2-home-border);
    border-bottom: 1px solid var(--hdv2-home-border);
    background: var(--hdv2-home-surface-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-features__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem) minmax(0, 1fr);
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__rail {
    display: grid;
    gap: 0.9rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 0.85rem;
    background: var(--hdv2-home-surface);
}

.hdv2-home-legacy .hdv2-domain-transfer-features__rail--left .hdv2-domain-transfer-features__item {
    grid-template-columns: minmax(0, 1fr) auto;
    text-align: right;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__rail--left .hdv2-domain-transfer-features__icon {
    order: 2;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__visual {
    position: relative;
    margin: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__visual::before {
    content: "";
    position: absolute;
    inset: 12% 8%;
    border-radius: 50%;
    background: var(--hdv2-home-primary-soft);
    filter: blur(2rem);
}

.hdv2-home-legacy .hdv2-domain-transfer-features__visual img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    flex-shrink: 0;
    border-radius: 0.7rem;
    background: var(--hdv2-home-primary-soft);
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-domain-transfer-features__icon-svg {
    width: 1.25rem;
    height: 1.25rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-features__item-title {
    margin: 0 0 0.35rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-features__item-text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps {
    padding: 4.5rem 0;
    overflow: hidden;
    background: hsl(220 16% 97%);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 5.5rem);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__visual {
    position: relative;
    margin: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__visual::before {
    content: "";
    position: absolute;
    inset: 12% 8% -8% 8%;
    border-radius: 50%;
    background: hsl(220 12% 16% / 0.1);
    filter: blur(2.5rem);
    pointer-events: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid hsl(220 12% 84%);
    border-radius: 1rem;
    box-shadow: 0 1.5rem 3.5rem hsl(220 25% 12% / 0.14);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__content {
    min-width: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__intro {
    max-width: 31rem;
    margin: 0 0 2rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__lead {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__track {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__stop {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
    padding-bottom: 1.45rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__stop:last-child {
    padding-bottom: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 2.75rem;
    flex-shrink: 0;
    align-self: stretch;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__stop:not(:last-child) .hdv2-domain-transfer-steps__marker::after {
    content: "";
    position: absolute;
    top: 2.75rem;
    bottom: -1.45rem;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: #0b0f17;
    opacity: 0.18;
    pointer-events: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__node {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: #0b0f17;
    color: #fff;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__node-svg {
    width: 1.15rem;
    height: 1.15rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__body {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-width: 0;
    padding-top: 0.2rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__index {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #0b0f17;
    opacity: 0.45;
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__stop-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-steps__stop-text {
    margin: 0;
    max-width: 28rem;
    font-size: 0.86rem;
    line-height: 1.6;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights {
    position: relative;
    padding: 3.75rem 0;
    border-top: 1px solid hsl(220 40% 18%);
    border-bottom: 1px solid hsl(220 40% 18%);
    overflow: hidden;
    background-color: #13203a;
    background-image:
        radial-gradient(circle at 1px 1px, hsl(213 94% 68% / 0.22) 1px, transparent 0),
        radial-gradient(circle at 1px 1px, hsl(213 94% 68% / 0.22) 1px, transparent 0);
    background-size: 22px 22px, 22px 22px;
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(90% 80% at 0% 100%, hsl(252 83% 55% / 0.12) 0%, transparent 50%),
        radial-gradient(70% 60% at 100% 0%, hsl(213 94% 60% / 0.1) 0%, transparent 45%),
        linear-gradient(180deg, hsl(220 45% 10% / 0.35) 0%, transparent 40%, hsl(220 45% 10% / 0.4) 100%);
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights__card {
    padding: 0.5rem 2.25rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights__card + .hdv2-domain-transfer-highlights__card {
    border-left: 1px solid hsl(213 40% 55% / 0.28);
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 600;
    line-height: 1.3;
    color: #f4f7fd;
}

.hdv2-home-legacy .hdv2-domain-transfer-highlights__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: hsl(214 30% 78%);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
    background: var(--hdv2-home-surface-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__backdrop {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: min(70vw, 58rem);
    transform: translate(-50%, -50%);
    opacity: 0.1;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 36%, transparent 78%);
    mask-image: radial-gradient(ellipse at center, #000 36%, transparent 78%);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__backdrop img {
    display: block;
    width: 100%;
    height: auto;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tlds {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld {
    position: absolute;
    font-size: clamp(2.5rem, 6vw, 6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.06em;
    color: var(--hdv2-home-text-strong);
    opacity: 0.045;
    user-select: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld--1 {
    top: 8%;
    left: 4%;
    transform: rotate(-8deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld--2 {
    top: 10%;
    right: 6%;
    transform: rotate(7deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld--3 {
    bottom: 7%;
    left: 8%;
    transform: rotate(5deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld--4 {
    right: 4%;
    bottom: 8%;
    transform: rotate(-6deg);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld--5 {
    top: 42%;
    left: 1%;
    font-size: clamp(2rem, 4vw, 4rem);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__tld--6 {
    top: 45%;
    right: 2%;
    font-size: clamp(2rem, 4vw, 4rem);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__layout {
    position: relative;
    z-index: 1;
    max-width: 70rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    width: 100%;
    margin: 0 auto;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__card {
    position: relative;
    min-width: 0;
    padding: 1.6rem;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 1rem;
    overflow: hidden;
    text-align: center;
    background: color-mix(in srgb, var(--hdv2-home-surface) 90%, transparent);
    backdrop-filter: blur(0.4rem);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__card:hover {
    border-color: hsl(220 12% 72%);
    transform: translateY(-0.2rem);
    box-shadow: 0 1rem 2.5rem hsl(220 25% 15% / 0.08);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.7rem;
    background: #0b0f17;
    color: #fff;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__icon-svg {
    width: 1.25rem;
    height: 1.25rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__index {
    position: absolute;
    top: 1rem;
    right: 1.15rem;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: hsl(220 12% 91%);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__card-title {
    margin: 0 0 0.55rem;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-tips__card-text {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.65;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-pricing {
    padding: 4.5rem 0 3.75rem;
    background: var(--hdv2-home-surface-muted);
    border-top: 1px solid var(--hdv2-home-border);
    border-bottom: 1px solid var(--hdv2-home-border);
}

.hdv2-home-legacy .hdv2-domain-transfer-pricing > .hdv2-home__container {
    max-width: 1180px;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__board {
    overflow-x: auto;
    border: 1px solid var(--hdv2-home-border);
    border-radius: 0.85rem;
    background: var(--hdv2-home-surface);
    box-shadow: 0 14px 36px hsl(221 39% 18% / 0.06);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table {
    width: 100%;
    min-width: 44rem;
    border-collapse: collapse;
    table-layout: fixed;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__col--tld {
    width: 12%;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__col--category {
    width: 28%;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__col--register,
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__col--transfer,
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__col--renew {
    width: 20%;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table thead th {
    padding: 1.05rem 1.15rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: #0b0f17;
    border-bottom: 1px solid #0b0f17;
    vertical-align: middle;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table thead th + th {
    border-left: 1px solid hsl(0 0% 100% / 0.12);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody th + td,
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td + td {
    border-left: 1px solid var(--hdv2-home-border);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table thead th:nth-child(n + 3),
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td:nth-child(n + 3) {
    text-align: center;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table thead th:nth-child(2),
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td:nth-child(2) {
    text-align: left;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td:nth-child(3) {
    background: color-mix(in srgb, var(--hdv2-home-primary-soft) 70%, transparent);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody th,
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td {
    padding: 1.05rem 1.15rem;
    border-bottom: 1px solid var(--hdv2-home-border);
    vertical-align: middle;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody tr:last-child th,
.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody tr:last-child td {
    border-bottom: 0;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody th {
    text-align: left;
    font-weight: 400;
    background: var(--hdv2-home-surface);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__tld {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 0.35rem 0.7rem;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1e293b;
    background: #dbe7fb;
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__price {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__price--register {
    font-weight: 800;
    color: var(--hdv2-home-primary);
}

.hdv2-home-legacy .hdv2-domain-transfer-info {
    padding: 2rem 0 0.5rem;
}

.hdv2-home-legacy .hdv2-domain-transfer-info__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 2rem;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid var(--hdv2-home-border);
}

.hdv2-home-legacy .hdv2-domain-transfer-info__row:last-child {
    border-bottom: none;
}

.hdv2-home-legacy .hdv2-domain-transfer-info__row--reverse .hdv2-domain-transfer-info__media {
    order: -1;
}

.hdv2-home-legacy .hdv2-domain-transfer-info__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 600;
    line-height: 1.25;
    color: var(--hdv2-home-text-strong);
}

.hdv2-home-legacy .hdv2-domain-transfer-info__text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--hdv2-home-muted);
}

.hdv2-home-legacy .hdv2-domain-transfer-info__media {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.hdv2-home-legacy .hdv2-domain-transfer-info__media img {
    display: block;
    width: 100%;
    max-width: 22rem;
    height: auto;
    margin: 0 auto;
    background: transparent;
    object-fit: contain;
}

.hdv2-home-legacy .hdv2-domain-transfer-faq {
    padding-bottom: 3rem;
}

@media (max-width: 960px) {
    .hdv2-home-legacy .hdv2-domain-transfer-hero__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__visual {
        width: min(100%, 44rem);
        margin: 0 auto;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-features__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-features__visual {
        order: -1;
        width: min(100%, 25rem);
        margin: 0 auto;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-features__rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hdv2-home-legacy .hdv2-domain-transfer-features__rail--left .hdv2-domain-transfer-features__item {
        grid-template-columns: auto minmax(0, 1fr);
        text-align: left;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-features__rail--left .hdv2-domain-transfer-features__icon {
        order: 0;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__track,
    .hdv2-home-legacy .hdv2-domain-transfer-highlights__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-highlights__card {
        padding: 1.25rem 0;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-highlights__card + .hdv2-domain-transfer-highlights__card {
        margin-top: 0.5rem;
        padding-top: 1.5rem;
        border-left: 0;
        border-top: 1px solid hsl(213 40% 55% / 0.28);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__track {
        gap: 0;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__stop {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
        padding-bottom: 1.65rem;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__stop:last-child {
        padding-bottom: 0;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__marker {
        flex-direction: column;
        width: 2.75rem;
        height: auto;
        margin-bottom: 0;
        align-self: stretch;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__stop:not(:last-child) .hdv2-domain-transfer-steps__marker::after {
        top: 2.75rem;
        left: 50%;
        width: 2px;
        height: calc(100% - 2.75rem + 1.65rem);
        transform: translateX(-50%);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__body {
        padding-top: 0.35rem;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-steps__stop-text {
        max-width: none;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-info__row,
    .hdv2-home-legacy .hdv2-domain-transfer-info__row--reverse {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-info__row--reverse .hdv2-domain-transfer-info__media {
        order: 0;
    }
}

@media (max-width: 768px) {
    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__board {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table {
        min-width: 0;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table,
    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody,
    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tr,
    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table th,
    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table td {
        display: block;
        width: 100%;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table thead {
        display: none;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody tr {
        margin-bottom: 0.75rem;
        overflow: hidden;
        border: 1px solid var(--hdv2-home-border);
        border-radius: 0.85rem;
        background: var(--hdv2-home-surface);
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody th,
    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td {
        padding: 0.7rem 1rem;
        border-bottom: 1px solid var(--hdv2-home-border);
        border-left: 0 !important;
        text-align: left !important;
        background: transparent !important;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody th {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding-top: 0.95rem;
        padding-bottom: 0.85rem;
        background: hsl(220 25% 97%) !important;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td:last-child {
        border-bottom: 0;
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td::before {
        content: attr(data-label);
        flex-shrink: 0;
        font-size: 0.78rem;
        font-weight: 600;
        color: var(--hdv2-home-muted);
    }

    .hdv2-home-legacy.hdv2-domain-transfer-page .hdv2-domain-sorgulama-pricing__table tbody td:nth-child(3) {
        background: color-mix(in srgb, var(--hdv2-home-primary-soft) 55%, transparent) !important;
    }
}

@media (max-width: 640px) {
    .hdv2-home-legacy .hdv2-domain-transfer-hero {
        padding: 2.5rem 0 3rem;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-hero__perks,
    .hdv2-home-legacy .hdv2-domain-transfer-features__rail,
    .hdv2-home-legacy .hdv2-domain-transfer-tips__cards {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-features__visual {
        width: min(100%, 20rem);
    }

    .hdv2-home-legacy .hdv2-domain-transfer-tips {
        padding: 3.5rem 0;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-tips__backdrop {
        width: 50rem;
        opacity: 0.08;
    }

    .hdv2-home-legacy .hdv2-domain-transfer-form {
        padding: 1.15rem;
    }
}
