/* Grabby Modern — Domain Transfer */

.ghdt-order-cart {
    margin: 0 !important;
    padding: 0 0 72px !important;
}

.ghdt,
.ghdt *,
.ghdt *::before,
.ghdt *::after {
    box-sizing: border-box;
}

.ghdt {
    width: 100%;
    display: grid;
    gap: 0;
    color: #182236;
    overflow: visible;
}

.ghdt-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    color: #fff;
    background:
        radial-gradient(circle at 84% 14%, rgba(255,122,26,.25), transparent 28%),
        radial-gradient(circle at 10% 95%, rgba(37,99,235,.24), transparent 34%),
        linear-gradient(135deg,#111c2d 0%,#17263b 52%,#223653 100%);
    overflow: hidden;
}

.ghdt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .23;
    background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.ghdt-hero-inner {
    position: relative;
    z-index: 1;
    width: min(100% - 64px, 1440px);
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(380px, .65fr);
    gap: 70px;
    align-items: center;
    margin: 0 auto;
    padding: 72px 0 64px;
}

.ghdt-hero-copy {
    max-width: 860px;
}

.ghdt-kicker,
.ghdt-card-kicker,
.ghdt-section-kicker,
.ghdt-final-cta > div > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff9a52;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ghdt-hero h1 {
    max-width: 900px;
    margin: 15px 0 18px;
    color: #fff;
    font-size: clamp(3.4rem,5.4vw,5.3rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

.ghdt-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: #dbe4ef;
    font-size: 18px;
    line-height: 1.7;
}

.ghdt-trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 28px;
}

.ghdt-trust-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #eaf0f7;
    font-size: 13px;
    font-weight: 700;
}

.ghdt-trust-points i,
.ghdt-secondary-link i {
    color: #ff9a52;
}

.ghdt-secondary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 24px;
}

.ghdt-secondary-link {
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.ghdt-secondary-link i {
    margin-left: 5px;
    font-size: 10px;
}

.ghdt-transfer-card {
    padding: 34px;
    color: #182236;
    background: #fff;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 26px;
    box-shadow: 0 26px 65px rgba(3,12,25,.28);
}

.ghdt-transfer-card h2 {
    margin: 10px 0 8px;
    color: #17263b;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: -.035em;
}

.ghdt-transfer-card > p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.ghdt-transfer-form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.ghdt-form-group {
    margin: 0;
}

.ghdt-form-group label,
.ghdt-label-row label {
    margin: 0 0 8px;
    color: #344054;
    font-size: 12px;
    font-weight: 900;
}

.ghdt-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.ghdt-help-link {
    color: #667085 !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.ghdt-input-wrap {
    position: relative;
}

.ghdt-input-wrap > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    color: #ff7a1a;
    transform: translateY(-50%);
    pointer-events: none;
}

#order-standard_cart .ghdt-input-wrap .form-control {
    width: 100%;
    min-height: 54px;
    padding: 0 16px 0 46px;
    color: #17263b;
    background: #f6f8fb;
    border: 1px solid #dfe5ec;
    border-radius: 12px;
    box-shadow: none;
    font-size: 15px;
}

#order-standard_cart .ghdt-input-wrap .form-control:focus {
    background: #fff;
    border-color: #ff7a1a;
    box-shadow: 0 0 0 4px rgba(255,122,26,.12);
}

#order-standard_cart .ghdt-submit {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 2px 0 0;
    color: #fff;
    background: #ff7a1a;
    border: 1px solid #ff7a1a;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(255,122,26,.24);
    font-size: 14px;
    font-weight: 900;
}

#order-standard_cart .ghdt-submit:hover,
#order-standard_cart .ghdt-submit:focus {
    color: #fff;
    background: #e96a0c;
    border-color: #e96a0c;
}

.ghdt-captcha {
    margin: 0;
}

#order-standard_cart .ghdt-captcha .default-captcha {
    margin: 0;
    padding: 14px;
    background: #f7f9fc;
    border: 1px solid #e3e8ef;
    border-radius: 12px;
    box-shadow: none;
}

.ghdt-captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

#order-standard_cart .ghdt-captcha-row .form-control {
    min-height: 40px;
    margin: 0;
    border-radius: 9px;
}

.ghdt-exclusion-note {
    margin: 15px 0 0 !important;
    color: #8a95a4 !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
}

.ghdt-benefits,
.ghdt-process,
.ghdt-faq-section,
.ghdt-final-cta {
    width: min(100% - 40px, 1220px);
    margin-right: auto;
    margin-left: auto;
}

.ghdt-benefits {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(360px,.85fr);
    gap: 60px;
    align-items: center;
    padding: 78px 0;
}

.ghdt-benefits-copy h2,
.ghdt-section-heading h2,
.ghdt-final-cta h2 {
    margin: 10px 0 14px;
    color: #17263b;
    font-size: clamp(2.2rem,3.4vw,3rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.ghdt-benefits-copy > p,
.ghdt-section-heading > p {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.ghdt-benefit-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 18px 24px;
    margin-top: 30px;
}

.ghdt-benefit-list > div {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
    align-items: start;
}

.ghdt-benefit-list > div > i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #ff7a1a;
    background: #fff1e7;
    border-radius: 12px;
}

.ghdt-benefit-list strong,
.ghdt-benefit-list small {
    display: block;
}

.ghdt-benefit-list strong {
    color: #17263b;
    font-size: 14px;
}

.ghdt-benefit-list small {
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}

.ghdt-transfer-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 15%, rgba(255,122,26,.2), transparent 28%),
        linear-gradient(145deg,#17263b,#223653);
    border-radius: 26px;
}

.ghdt-route-card {
    width: min(78%, 360px);
    padding: 24px;
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 24px 54px rgba(3,12,25,.32);
}

.ghdt-route-point {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 13px;
    align-items: center;
}

.ghdt-route-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #667085;
    background: #f2f5f8;
    border-radius: 13px;
}

.ghdt-route-point.is-destination .ghdt-route-icon {
    color: #059669;
    background: #eaf8ef;
}

.ghdt-route-point small,
.ghdt-route-point strong {
    display: block;
}

.ghdt-route-point small {
    color: #8a95a4;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.ghdt-route-point strong {
    margin-top: 3px;
    color: #17263b;
    font-size: 14px;
}

.ghdt-route-line {
    height: 58px;
    display: grid;
    place-items: center;
    margin-left: 22px;
    color: #ff7a1a;
    border-left: 2px dashed #d9e0e8;
}

.ghdt-status {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    color: #17263b;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(3,12,25,.25);
    font-size: 11px;
    font-weight: 900;
}

.ghdt-status i {
    color: #059669;
}

.ghdt-status.is-one { top: 42px; right: 22px; }
.ghdt-status.is-two { left: 20px; bottom: 44px; }

.ghdt-process {
    padding: 70px 0;
    border-top: 1px solid #e4e9f1;
}

.ghdt-section-heading {
    max-width: 780px;
}

.ghdt-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.ghdt-process-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 16px;
    margin-top: 34px;
}

.ghdt-process-grid article {
    min-height: 260px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(23,38,59,.055);
}

.ghdt-process-grid b {
    color: #ff7a1a;
    font-size: 11px;
    letter-spacing: .08em;
}

.ghdt-process-grid article > i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 20px 0;
    color: #ff7a1a;
    background: #fff1e7;
    border-radius: 13px;
    font-size: 18px;
}

.ghdt-process-grid h3 {
    margin: 0 0 9px;
    color: #17263b;
    font-size: 17px;
}

.ghdt-process-grid p {
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.65;
}

.ghdt-faq-section {
    padding: 72px 0;
}

.ghdt-faq {
    max-width: 1060px;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    align-items: start;
    margin: 30px auto 0;
}

.ghdt-faq-column {
    display: grid;
    gap: 11px;
}

.ghdt-faq details {
    padding: 0 18px;
    background: #f7f9fc;
    border-radius: 13px;
}

.ghdt-faq summary {
    position: relative;
    padding: 18px 38px 18px 0;
    color: #17263b;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

.ghdt-faq summary::-webkit-details-marker { display: none; }

.ghdt-faq summary::after {
    content: "+";
    position: absolute;
    top: 13px;
    right: 0;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    color: #2563eb;
    background: #eaf0ff;
    border-radius: 50%;
    font-size: 17px;
}

.ghdt-faq details[open] summary::after { content: "−"; }

.ghdt-faq p {
    margin: 0;
    padding: 0 0 18px;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.ghdt-final-cta {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 0;
    padding: 50px 56px;
    color: #fff;
    background: linear-gradient(125deg,#17263b 0%,#223653 100%);
    border-radius: 28px;
    box-shadow: 0 22px 52px rgba(23,38,59,.14);
}

.ghdt-final-cta h2 {
    color: #fff;
}

.ghdt-final-cta p {
    max-width: 650px;
    margin: 0;
    color: #dbe4ef;
    font-size: 16px;
    line-height: 1.65;
}

.ghdt-cta-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    color: #17263b !important;
    background: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

body.gh-dark-mode .ghdt-transfer-card,
body.gh-dark-mode .ghdt-process-grid article,
body.gh-dark-mode .ghdt-faq details {
    background: var(--gh-surface,#182234);
    border-color: var(--gh-border,#2b394e);
}

body.gh-dark-mode .ghdt-transfer-card h2,
body.gh-dark-mode .ghdt-form-group label,
body.gh-dark-mode .ghdt-label-row label,
body.gh-dark-mode .ghdt-benefits-copy h2,
body.gh-dark-mode .ghdt-benefit-list strong,
body.gh-dark-mode .ghdt-section-heading h2,
body.gh-dark-mode .ghdt-process-grid h3,
body.gh-dark-mode .ghdt-faq summary {
    color: var(--gh-text,#fff);
}

body.gh-dark-mode .ghdt-transfer-card > p,
body.gh-dark-mode .ghdt-benefits-copy > p,
body.gh-dark-mode .ghdt-benefit-list small,
body.gh-dark-mode .ghdt-section-heading > p,
body.gh-dark-mode .ghdt-process-grid p,
body.gh-dark-mode .ghdt-faq p {
    color: var(--gh-text-muted,#aab4c3);
}

body.gh-dark-mode #order-standard_cart .ghdt-input-wrap .form-control,
body.gh-dark-mode #order-standard_cart .ghdt-captcha .default-captcha {
    color: var(--gh-text,#fff);
    background: var(--gh-surface-soft,#111a29);
    border-color: var(--gh-border,#2b394e);
}

@media (max-width: 1199.98px) {
    .ghdt-hero-inner {
        width: min(100% - 48px,1320px);
        grid-template-columns: minmax(0,1.15fr) minmax(360px,.75fr);
        gap: 44px;
    }

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

@media (max-width: 991.98px) {
    .ghdt-hero-inner {
        width: min(100% - 36px,920px);
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 56px 0 52px;
    }

    .ghdt-benefits {
        grid-template-columns: 1fr;
    }

    .ghdt-transfer-visual {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .ghdt-hero-inner {
        width: calc(100% - 28px);
        padding: 42px 0 38px;
    }

    .ghdt-hero h1 {
        font-size: clamp(2.65rem,11vw,3.65rem);
    }

    .ghdt-hero-copy > p {
        font-size: 16px;
    }

    .ghdt-transfer-card {
        padding: 24px;
        border-radius: 20px;
    }

    .ghdt-benefits,
    .ghdt-process,
    .ghdt-faq-section,
    .ghdt-final-cta {
        width: calc(100% - 24px);
    }

    .ghdt-benefits,
    .ghdt-process,
    .ghdt-faq-section {
        padding: 50px 0;
    }

    .ghdt-benefit-list,
    .ghdt-process-grid,
    .ghdt-faq {
        grid-template-columns: 1fr;
    }

    .ghdt-final-cta {
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 28px;
        border-radius: 22px;
    }

    .ghdt-cta-button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ghdt-trust-points,
    .ghdt-secondary-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ghdt-captcha-row {
        align-items: stretch;
        flex-direction: column;
    }

    .ghdt-transfer-visual {
        min-height: 310px;
    }

    .ghdt-status {
        display: none;
    }

    .ghdt-route-card {
        width: calc(100% - 36px);
    }
}

/* =========================================================
   Domain Transfer — requested final adjustments
   ========================================================= */

/* Hide breadcrumb and order progress only on the transfer page. */
body.gh-domain-transfer-page .breadcrumb,
body.gh-domain-transfer-page .breadcrumb-container,
body.gh-domain-transfer-page .gh-order-progress,
body.gh-domain-transfer-page #order-standard_cart .gh-order-progress {
    display: none !important;
}

/* Full-width dark preparation section. */
.ghdt-process {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-right: 0;
    margin-left: -50vw;
    padding: 76px 0;
    color: #fff;
    background:
        radial-gradient(circle at 86% 12%, rgba(255,122,26,.20), transparent 28%),
        linear-gradient(135deg,#111c2d 0%,#17263b 55%,#223653 100%);
    border-top: 0;
}

.ghdt-process-inner {
    width: min(100% - 40px, 1220px);
    margin: 0 auto;
}

.ghdt-process .ghdt-section-heading h2 {
    color: #fff;
}

.ghdt-process .ghdt-section-heading > p {
    color: #cbd5e1;
}

.ghdt-process-grid article {
    color: #fff;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.13);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.ghdt-process-grid h3 {
    color: #fff;
}

.ghdt-process-grid p {
    color: #cbd5e1;
}

.ghdt-process-grid article > i {
    color: #ff9a52;
    background: rgba(255,255,255,.10);
}

/* White boxed FAQ section with six questions. */
.ghdt-faq-section {
    width: min(100% - 40px, 1120px);
    padding: 76px 0;
}

.ghdt-faq-box {
    padding: 48px;
    background: #fff;
    border: 1px solid #e4e9f1;
    border-radius: 26px;
    box-shadow: 0 18px 46px rgba(23,38,59,.08);
}

.ghdt-faq {
    max-width: none;
}

body.gh-dark-mode .ghdt-faq-box {
    background: var(--gh-surface,#182234);
    border-color: var(--gh-border,#2b394e);
}

/* Keep the dark process section dark even in theme dark mode. */
body.gh-dark-mode .ghdt-process-grid article {
    background: rgba(255,255,255,.075);
    border-color: rgba(255,255,255,.13);
}

body.gh-dark-mode .ghdt-process .ghdt-section-heading h2,
body.gh-dark-mode .ghdt-process-grid h3 {
    color: #fff;
}

body.gh-dark-mode .ghdt-process .ghdt-section-heading > p,
body.gh-dark-mode .ghdt-process-grid p {
    color: #cbd5e1;
}

@media (max-width: 767.98px) {
    .ghdt-process {
        width: 100vw;
        padding: 50px 0;
    }

    .ghdt-process-inner {
        width: calc(100% - 24px);
    }

    .ghdt-faq-section {
        width: calc(100% - 24px);
        padding: 50px 0;
    }

    .ghdt-faq-box {
        padding: 24px;
        border-radius: 20px;
    }
}
