.bdt-page{overflow:hidden}.bdt-hero{position:relative;background:#0946ae;color:#fff;padding:54px 0}.bdt-hero .row{min-height:500px}.bdt-hero h1{color:#fff;font-size:42px;line-height:1.12;font-weight:700;margin:0 0 18px}.bdt-hero p{max-width:540px;font-size:var(--bd-hero-copy-size,18px);line-height:var(--bd-hero-copy-line,1.65);margin:0 0 18px}.bdt-domain-checker{position:relative;display:flex;width:100%;max-width:430px;background:#fff;border-radius:999px;padding:3px;overflow:hidden}.bdt-domain-checker input{flex:1;min-width:0;border:0!important;outline:0!important;padding:0 18px;background:transparent;height:43px}.bdt-domain-checker button{border:0;border-radius:999px;background:#f67a3c;color:#fff;font-weight:700;padding:0 25px;cursor:pointer;transition:background-color .2s ease}.bdt-domain-checker button:hover{background:#dc5f24}.bdt-popular-prices{display:flex;gap:5px;margin-top:18px;flex-wrap:wrap}.bdt-price-chip{width:68px;height:48px;border:1px solid rgba(255,255,255,.7);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff!important}.bdt-price-chip img{display:block;width:58px;max-height:18px;object-fit:contain;margin-bottom:3px}.bdt-price-chip span{font-size:12px;line-height:1;font-weight:700}.bdt-hero-image{text-align:right}.bdt-hero-image img{width:100%;max-width:590px;height:auto}.bdt-split{padding:85px 0;background:#fff}.bdt-split .row{min-height:500px}.bdt-split-image{display:flex;justify-content:center;align-items:center}.bdt-split-image img{display:block;width:100%;max-width:620px;max-height:520px;object-fit:contain}.bdt-split-copy h2{font-family:var(--bd-font-family,Inter,Arial,sans-serif);font-size:var(--bd-section-title-size,32px);line-height:var(--bd-section-title-line,1.22);font-weight:var(--bd-section-title-weight,700);margin-bottom:14px;color:var(--bd-heading,#102d59)}.bdt-split-copy>p{font-size:var(--bd-section-copy-size,16px);line-height:var(--bd-section-copy-line,1.65);color:var(--bd-body,#657895);margin-bottom:20px}.bdt-check-list,.bdt-number-list{margin:0;padding:0;list-style:none}.bdt-check-list li{position:relative;padding:6px 0 6px 25px;line-height:1.55}.bdt-check-list li:before{content:"\f058";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;top:7px;color:#35ad4b}.bdt-steps{background:#f8f8f8}.bdt-number-list{counter-reset:steps;margin:18px 0 28px}.bdt-number-list li{counter-increment:steps;position:relative;padding:5px 0 5px 28px}.bdt-number-list li:before{content:counter(steps) ".";position:absolute;left:0;font-weight:700;color:#1e293b}.bdt-outline-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #0948b3;border-radius:5px;padding:12px 20px;color:#0948b3!important;font-weight:600;transition:.2s ease}.bdt-outline-button:hover{background:#0948b3;color:#fff!important}.bdt-faq{padding:90px 0;background:#fff}.bdt-accordion{max-width:1100px;margin:38px auto 0;border:1px solid #dbe4ef;border-radius:5px;overflow:hidden}.bdt-faq-item+ .bdt-faq-item{border-top:1px solid #dbe4ef}.bdt-faq-item button{width:100%;border:0;background:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#30435d;font-weight:700;cursor:pointer}.bdt-faq-item.is-open button{background:#0948b3;color:#fff}.bdt-faq-item button i{transition:transform .2s ease}.bdt-faq-item.is-open button i{transform:rotate(180deg)}.bdt-faq-panel{padding:18px 20px;background:#fff}.bdt-faq-panel p{margin:0;line-height:1.7}
@media(max-width:991px){.bdt-hero .row,.bdt-split .row{min-height:0}.bdt-hero-image{margin-top:35px;text-align:center}.bdt-split{padding:60px 0}.bdt-split-image{margin-bottom:32px}.bdt-steps .bdt-split-image{margin-top:32px;margin-bottom:0}.bdt-hero h1{font-size:36px}}
@media(max-width:767px){.bdt-hero{padding:44px 0}.bdt-hero h1{font-size:31px}.bdt-hero p{font-size:16px}.bdt-domain-checker button{padding:0 18px}.bdt-split-copy h2{font-size:29px}.bdt-faq{padding:65px 0}}

/* 1.0.15: lock desktop image/text placement without relying on Bootstrap column rules */
@media (min-width: 992px){
  .bdt-hero{
    padding:36px 0;
  }
  .bdt-hero .row{
    display:grid !important;
    grid-template-columns:minmax(0,5fr) minmax(0,6fr);
    align-items:center;
    column-gap:48px;
    min-height:470px;
    margin:0 !important;
  }
  .bdt-hero .row > *{
    width:auto !important;
    max-width:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin:0 !important;
  }
  .bdt-hero-copy{
    align-self:center;
  }
  .bdt-hero-image{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    height:100%;
    text-align:right;
    overflow:visible;
  }
  .bdt-hero-image img{
    display:block;
    width:min(100%,560px);
    max-width:560px;
    max-height:455px;
    height:auto;
    object-fit:contain;
    margin:0;
  }

  .bdt-split{
    padding:72px 0;
  }
  .bdt-split .row{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    align-items:center;
    column-gap:64px;
    min-height:470px;
    margin:0 !important;
  }
  .bdt-split .row > *{
    width:auto !important;
    max-width:none !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin:0 !important;
  }
  .bdt-split-image{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    height:100%;
  }
  .bdt-split-image img{
    display:block;
    width:min(100%,570px);
    max-width:570px;
    max-height:470px;
    height:auto;
    object-fit:contain;
    margin:0 auto;
  }
  .bdt-split-copy{
    align-self:center;
    min-width:0;
  }
  .bdt-checks .bdt-split-image{
    grid-column:1;
    grid-row:1;
  }
  .bdt-checks .bdt-split-copy{
    grid-column:2;
    grid-row:1;
  }
  .bdt-steps .bdt-split-copy{
    grid-column:1;
    grid-row:1;
  }
  .bdt-steps .bdt-split-image{
    grid-column:2;
    grid-row:1;
  }
}

@media (min-width: 1280px){
  .bdt-hero .row{
    column-gap:70px;
  }
  .bdt-split .row{
    column-gap:78px;
  }
}

/* 1.0.16 — use the same content width as the Domain Prices page */
.bdt-page .container{
  width:100%!important;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:15px!important;
  padding-right:15px!important;
}
@media (min-width:992px){
  .bdt-hero .row{
    grid-template-columns:minmax(0,5fr) minmax(0,6fr)!important;
    column-gap:54px!important;
  }
  .bdt-hero-copy{
    min-width:0!important;
  }
  .bdt-hero h1{
    max-width:560px!important;
  }
  .bdt-split .row{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:64px!important;
  }
  .bdt-split-copy{
    width:100%!important;
    max-width:none!important;
  }
}
@media (min-width:1280px){
  .bdt-hero .row{column-gap:68px!important}
  .bdt-split .row{column-gap:78px!important}
}

/* 1.0.17 — keep the transfer steps heading on the intended two lines */
@media (min-width: 1200px){
  .bdt-steps .row{
    grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;
    column-gap:56px!important;
  }
  .bdt-steps .bdt-split-copy h2{
    white-space:nowrap;
    max-width:none!important;
  }
}

/* Bootstrap-compatible animated FAQ accordion */
.bdt-accordion .accordion-item{border:0;background:#fff}.bdt-accordion .accordion-header{margin:0}.bdt-accordion .accordion-button{width:100%;border:0;background:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#30435d;font-weight:700;cursor:pointer;box-shadow:none}.bdt-accordion .accordion-button:not(.collapsed),.bdt-accordion .bdt-faq-item.is-open .accordion-button{background:#0948b3;color:#fff}.bdt-accordion .accordion-button i{transition:transform .25s ease}.bdt-accordion .accordion-button:not(.collapsed) i{transform:rotate(180deg)}.bdt-accordion .accordion-collapse{overflow:hidden}.bdt-accordion .collapse:not(.show){display:none}.bdt-accordion .collapse.show{display:block}.bdt-accordion .collapsing{height:0;overflow:hidden;transition:height .35s ease}.bdt-accordion .bdt-faq-panel{padding:0;background:#fff}.bdt-accordion .accordion-body{padding:18px 20px}.bdt-accordion .accordion-body p{margin:0;line-height:1.7}@media(prefers-reduced-motion:reduce){.bdt-accordion .collapsing{transition:none}.bdt-accordion .accordion-button i{transition:none}}


/* 1.0.25 — restore separators between FAQ rows while preserving collapse animation */
.bdt-accordion .accordion-item + .accordion-item {
  border-top: 1px solid #dbe4ef;
}

/* 1.1.80 — Domain Transfer control section only: two-line heading and 20px green checks */
@media (min-width: 992px){
  .bdt-checks .bdt-split-copy h2{
    max-width:620px;
  }
}
.bdt-checks .bdt-check-list li{
  padding-left:30px;
}
.bdt-checks .bdt-check-list li::before{
  content:"\f00c";
  display:flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  top:7px;
  border-radius:50%;
  background:#35ad4b;
  color:#fff;
  font-family:"Font Awesome 6 Free","Font Awesome 5 Free";
  font-size:10px;
  line-height:1;
  font-weight:900;
}

/* v1.1.84: Domain Transfer control section only; use the 54px corporate section rhythm. */
@media (min-width: 992px) {
  .bdt-checks {
    padding: 54px 0 !important;
  }
  .bdt-checks > .container {
    padding-top: 0 !important;
  }
  .bdt-checks .row {
    min-height: 0 !important;
  }
}

/* v1.1.85: Standardize FAQ vertical rhythm without changing accordion content or behavior. */
@media (min-width: 992px) {
  .bdt-faq {
    padding: 54px 0 !important;
  }

  .bdt-faq > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bdt-faq .bdp-section-heading,
  .bdt-faq .bdm-section-heading {
    margin-bottom: 28px !important;
  }

  .bdt-faq .bdt-accordion {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .bdt-faq {
    padding: 48px 0 !important;
  }

  .bdt-faq > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bdt-faq .bdp-section-heading,
  .bdt-faq .bdm-section-heading {
    margin-bottom: 24px !important;
  }

  .bdt-faq .bdt-accordion {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* 1.1.91 — keep the Domain Transfer hero title on its intended three lines. */
@media (min-width: 992px) {
  .bdt-page .bdt-hero .row {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
    column-gap: 54px !important;
  }
  .bdt-page .bdt-hero h1 {
    max-width: none !important;
    font-family: Inter, Arial, sans-serif;
    font-size: var(--bd-hero-title-size, 40px);
    font-weight: var(--bd-hero-title-weight, 700);
    line-height: var(--bd-hero-title-line, 1.16);
    letter-spacing: -.025em;
  }
  .bdt-page .bdt-hero-image img {
    max-width: 540px;
  }
}

/* 1.1.92 — Domain Transfer steps section: use the approved compact vertical rhythm. */
@media (min-width: 992px) {
  .bdt-page .bdt-steps {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .bdt-page .bdt-steps > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bdt-page .bdt-steps .row {
    min-height: 0;
  }
}

/* v1.1.123 — canonical FAQ component standard */
.bdt-faq {
    padding: 54px 0 !important;
    background: #fff;
}

.bdt-faq > .container {
    width: min(1200px, calc(100% - 40px));
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bdt-faq .bdp-section-heading,
.bdt-faq .bdm-section-heading {
    margin-bottom: 28px !important;
}

.bdt-faq .bdt-accordion {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto !important;
    border: 1px solid #dbe4ef;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

.bdt-faq .bdt-accordion .accordion-item {
    margin: 0;
    border: 0;
    background: #fff;
}

.bdt-faq .bdt-accordion .accordion-item + .accordion-item {
    border-top: 1px solid #dbe4ef;
}

.bdt-faq .bdt-accordion .accordion-header {
    margin: 0;
    padding: 0;
}

.bdt-faq .bdt-accordion .accordion-button {
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 18px 20px;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    color: #30435d;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
}

.bdt-faq .bdt-accordion .accordion-button:not(.collapsed),
.bdt-faq .bdt-accordion .bdt-faq-item.is-open > .accordion-header .accordion-button {
    background: #0948b3;
    color: #fff;
}

.bdt-faq .bdt-accordion .accordion-button i {
    flex: 0 0 auto;
    margin-left: auto;
    transition: transform .2s ease;
}

.bdt-faq .bdt-accordion .accordion-button:not(.collapsed) i,
.bdt-faq .bdt-accordion .bdt-faq-item.is-open .accordion-button i {
    transform: rotate(180deg);
}

.bdt-faq .bdt-accordion .accordion-collapse {
    overflow: hidden;
}

.bdt-faq .bdt-accordion .collapse:not(.show) {
    display: none;
}

.bdt-faq .bdt-accordion .collapse.show {
    display: block;
}

.bdt-faq .bdt-accordion .bdt-faq-panel {
    padding: 0;
    background: #fff;
}

.bdt-faq .bdt-accordion .accordion-body {
    padding: 18px 20px 20px;
    background: #fff;
}

.bdt-faq .bdt-accordion .accordion-body p {
    margin: 0;
    color: #657895;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 767px) {
    .bdt-faq {
        padding: 44px 0 !important;
    }

    .bdt-faq > .container {
        width: min(1200px, calc(100% - 28px));
    }

    .bdt-faq .bdt-accordion .accordion-button {
        min-height: 64px;
        padding: 15px 16px;
        font-size: 14px;
    }

    .bdt-faq .bdt-accordion .accordion-body {
        padding: 16px;
    }
}

/* v1.1.124 — compact, fixed FAQ row geometry across all pages */
.bdt-faq .bdt-accordion .accordion-header,
.bdt-faq .bdt-accordion .accordion-item,
.bdt-faq .bdt-accordion .bdt-faq-item {
    margin: 0 !important;
    padding: 0 !important;
}

.bdt-faq .bdt-accordion .accordion-button {
    box-sizing: border-box !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.bdt-faq .bdt-accordion .accordion-button > span,
.bdt-faq .bdt-accordion .accordion-button > strong {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
}

.bdt-faq .bdt-accordion .accordion-body {
    padding: 16px 18px 17px !important;
    margin: 0 !important;
}

.bdt-faq .bdt-accordion .accordion-body p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

@media (max-width: 767px) {
    .bdt-faq .bdt-accordion .accordion-button {
        height: 58px !important;
        min-height: 58px !important;
        max-height: 58px !important;
        padding: 0 15px !important;
        font-size: 14px !important;
    }

    .bdt-faq .bdt-accordion .accordion-body {
        padding: 15px !important;
    }
}

/* v1.1.125 — final compact FAQ row height */
.bdt-faq .bdt-accordion .accordion-button {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 0 18px !important;
}

@media (max-width: 767px) {
    .bdt-faq .bdt-accordion .accordion-button {
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        padding: 0 15px !important;
    }
}

/* v1.1.127 — final shared FAQ alignment and typography */
.bdt-faq .bdt-accordion .accordion-button {
    box-sizing: border-box !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    font-family: var(--bd-font-family, Inter, Arial, sans-serif) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.bdt-faq .bdt-accordion .accordion-button > span {
    margin: 0 !important;
    padding: 0 !important;
    font: inherit !important;
    line-height: inherit !important;
}

.bdt-faq .bdt-accordion .accordion-body {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 12px 16px 13px !important;
}

.bdt-faq .bdt-accordion .accordion-body p {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--bd-body, #657895) !important;
    font-family: var(--bd-font-family, Inter, Arial, sans-serif) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

@media (max-width: 767px) {
    .bdt-faq .bdt-accordion .accordion-button {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
    }

    .bdt-faq .bdt-accordion .accordion-body {
        padding: 11px 14px 12px !important;
    }

    .bdt-faq .bdt-accordion .accordion-body p {
        font-size: 14px !important;
    }
}

/* v1.1.128 — canonical FAQ; identical markup and geometry on domain + mail pages */
.bdt-faq .bdt-accordion .accordion-button {
    box-sizing: border-box !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.bdt-faq .bdt-accordion .accordion-body {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 12px 16px 13px !important;
}

.bdt-faq .bdt-accordion .accordion-body p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
}

@media (max-width: 767px) {
    .bdt-faq .bdt-accordion .accordion-button {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
    }
    .bdt-faq .bdt-accordion .accordion-body {
        padding: 11px 14px 12px !important;
    }
    .bdt-faq .bdt-accordion .accordion-body p {
        font-size: 14px !important;
    }
}


/* v1.2.33 — Test3 Domain Transfer first two content sections.
 * Restore the original content, illustration order and desktop proportions.
 * These rules intentionally override the earlier compact v1.1.84/v1.1.92 rhythm. */
.bdt-reference-section{
  background:#fff;
}
.bdt-reference-section .bdt-split-copy h2{
  max-width:620px;
  margin:0 0 16px;
  font-family:var(--bd-font-family,Inter,Arial,sans-serif);
  font-size:32px;
  line-height:1.20;
  font-weight:700;
  letter-spacing:0;
  color:var(--bd-heading,#102d59);
}
.bdt-reference-section .bdt-split-copy > p{
  max-width:620px;
  margin:0 0 20px;
  font-size:16px;
  line-height:1.65;
  font-weight:400;
  color:var(--bd-body,#657895);
}
.bdt-reference-section .bdt-check-list li,
.bdt-reference-section .bdt-number-list li{
  font-size:16px;
  line-height:1.55;
  color:var(--bd-body,#657895);
}
.bdt-reference-section .bdt-check-list li{
  padding-top:5px;
  padding-bottom:5px;
}
.bdt-reference-section .bdt-number-list{
  margin:18px 0 26px;
}
.bdt-reference-section .bdt-number-list li{
  padding-top:4px;
  padding-bottom:4px;
}
.bdt-reference-section .bdt-outline-button{
  min-width:112px;
  min-height:45px;
  padding:10px 20px;
  border:1px solid #9ab7e6;
  border-radius:4px;
  background:#fff;
  color:#0948b3!important;
  font-size:14px;
  font-weight:600;
}
.bdt-reference-section .bdt-outline-button:hover{
  border-color:#0948b3;
  background:#0948b3;
  color:#fff!important;
}
@media (min-width:992px){
  .bdt-page .bdt-reference-section{
    padding:54px 0!important;
  }
  .bdt-page .bdt-reference-section > .container{
    width:100%!important;
    max-width:1200px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .bdt-page .bdt-reference-section .row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:72px!important;
    align-items:center!important;
    min-height:0!important;
    margin:0!important;
  }
  .bdt-page .bdt-reference-section .row > *{
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .bdt-page .bdt-reference-section .bdt-split-image,
  .bdt-page .bdt-reference-section .bdt-split-copy{
    min-width:0;
    align-self:center;
  }
  .bdt-page .bdt-checks .bdt-split-image{
    grid-column:1;
    grid-row:1;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .bdt-page .bdt-checks .bdt-split-copy{
    grid-column:2;
    grid-row:1;
  }
  .bdt-page .bdt-checks .bdt-split-image img{
    display:block;
    width:auto;
    height:auto;
    max-width:545px;
    max-height:600px;
    object-fit:contain;
    margin:0 auto;
  }
  /* v1.2.35 — Canonical alternating section background.
   * The second Domain Transfer reference section is intentionally separated
   * from the white first section with the site-wide light gray section color. */
  .bdt-page .bdt-steps{
    background:#f8f8f8!important;
  }
  .bdt-page .bdt-steps .bdt-split-copy{
    grid-column:1;
    grid-row:1;
  }
  .bdt-page .bdt-steps .bdt-split-image{
    grid-column:2;
    grid-row:1;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .bdt-page .bdt-steps .bdt-split-copy h2{
    max-width:570px!important;
    white-space:normal!important;
  }
  .bdt-page .bdt-steps .bdt-split-image img{
    display:block;
    width:100%;
    height:auto;
    max-width:610px;
    max-height:390px;
    object-fit:contain;
    margin:0 auto;
  }
}
@media (max-width:991px){
  .bdt-page .bdt-reference-section{
    padding:48px 0!important;
  }
  .bdt-page .bdt-reference-section .row{
    min-height:0!important;
  }
  .bdt-reference-section .bdt-split-copy h2{
    font-size:29px;
  }
  .bdt-reference-section .bdt-split-copy > p{
    font-size:16px;
  }
  .bdt-page .bdt-reference-section .bdt-split-image{
    margin:0 0 32px!important;
  }
  .bdt-page .bdt-steps .bdt-split-image{
    margin:32px 0 0!important;
  }
}


/* v1.2.36 — reference-section typography normalization.
 * The Domain Transfer reference sections use the same 32/16 content scale
 * as the shared product-feature sections. The approved green check color is preserved. */
.bdt-reference-section .bdt-split-copy h2{
  font-family:var(--bd-font-family,Inter,Arial,sans-serif);
  font-size:32px;
  line-height:1.20;
  font-weight:700;
  letter-spacing:0;
}
.bdt-reference-section .bdt-split-copy > p,
.bdt-reference-section .bdt-check-list li,
.bdt-reference-section .bdt-number-list li{
  font-family:var(--bd-font-family,Inter,Arial,sans-serif);
  font-size:16px;
  font-weight:400;
  color:var(--bd-body,#657895);
}
.bdt-reference-section .bdt-split-copy > p{line-height:1.65}
.bdt-reference-section .bdt-check-list li,
.bdt-reference-section .bdt-number-list li{line-height:1.55}
