/* =========================================================
   HERO — ASESORÍA PARA COMPRAR UN DOMINIO
========================================================= */

.domain-advice-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 760px;
    padding: 190px 24px 100px;
    color: #fff;
    background:
        radial-gradient(circle at 14% 20%, rgba(242, 138, 26, .14), transparent 30%),
        radial-gradient(circle at 87% 74%, rgba(47, 155, 87, .12), transparent 28%),
        linear-gradient(135deg, #171411 0%, #090909 52%, #101411 100%);
}

.domain-advice-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.domain-advice-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: center;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.domain-advice-hero__content {
    max-width: 730px;
}

.domain-advice-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    color: #f28a1a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.domain-advice-hero__eyebrow::before {
    width: 34px;
    height: 2px;
    content: "";
    background: #f28a1a;
}

.domain-advice-hero__title {
    max-width: 800px;
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 6vw, 92px);
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.062em;
}

.domain-advice-hero__title span {
    display: block;
    color: #f28a1a;
}

.domain-advice-hero__description {
    max-width: 630px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 300;
    line-height: 1.75;
}

.domain-advice-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.domain-advice-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 58px;
    padding: 0 27px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform .25s ease,
        background-color .25s ease,
        border-color .25s ease;
}

.domain-advice-hero__button:hover {
    transform: translateY(-3px);
}

.domain-advice-hero__button--primary {
    color: #15100a;
    background: #f28a1a;
    box-shadow: 0 16px 40px rgba(242, 138, 26, .2);
}

.domain-advice-hero__button--primary:hover {
    background: #ffa12f;
}

.domain-advice-hero__button--secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .17);
    background: rgba(255, 255, 255, .045);
}

.domain-advice-hero__button--secondary:hover {
    border-color: rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .08);
}

.domain-advice-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 32px;
    margin-top: 42px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.domain-advice-hero__trust span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: rgba(255, 255, 255, .43);
    font-size: 12px;
}

.domain-advice-hero__trust strong {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 600;
}

.domain-advice-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.domain-advice-card {
    position: relative;
    width: min(100%, 485px);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .025));
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .1);
    backdrop-filter: blur(18px);
    animation: domainCardFloat 6s ease-in-out infinite;
}

.domain-advice-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
    color: rgba(255, 255, 255, .48);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.domain-advice-card__top i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2f9b57;
    box-shadow: 0 0 0 6px rgba(47, 155, 87, .12);
}

.domain-advice-card__search {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 0 21px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 17px;
    background: rgba(0, 0, 0, .24);
    font-size: clamp(19px, 2vw, 28px);
    letter-spacing: -.04em;
}

.domain-advice-card__www {
    color: rgba(255, 255, 255, .32);
}

.domain-advice-card__name {
    color: #fff;
    font-weight: 600;
}

.domain-advice-card__extension {
    color: #f28a1a;
    font-weight: 600;
}

.domain-advice-card__analysis {
    display: grid;
    gap: 11px;
    margin-top: 18px;
}

.domain-advice-card__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 15px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.domain-advice-card__check {
    display: grid;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #61ca89;
    font-size: 13px;
    font-weight: 700;
    background: rgba(47, 155, 87, .14);
}

.domain-advice-card__item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.domain-advice-card__item strong {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 600;
}

.domain-advice-card__item small {
    color: rgba(255, 255, 255, .38);
    font-size: 11px;
}

.domain-advice-card__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 18px;
    padding: 17px 19px;
    border: 1px solid rgba(47, 155, 87, .22);
    border-radius: 15px;
    background: rgba(47, 155, 87, .1);
}

.domain-advice-card__result span {
    color: rgba(255, 255, 255, .45);
    font-size: 11px;
}

.domain-advice-card__result strong {
    color: #68d691;
    font-size: 13px;
}

.domain-advice-hero__badge {
    position: absolute;
    right: -22px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 100px;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 500;
    background: rgba(17, 17, 17, .86);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
}

.domain-advice-hero__badge span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #2f9b57;
}

@keyframes domainCardFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-11px) rotate(.5deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .domain-advice-card {
        animation: none;
    }
}

@media (max-width: 980px) {
    .domain-advice-hero {
        min-height: auto;
        padding-top: 155px;
    }

    .domain-advice-hero__inner {
        grid-template-columns: 1fr;
    }

    .domain-advice-hero__content {
        max-width: 800px;
    }

    .domain-advice-hero__visual {
        justify-content: flex-start;
    }

    .domain-advice-card {
        width: min(100%, 620px);
    }

    .domain-advice-hero__badge {
        right: 8%;
    }
}

@media (max-width: 620px) {
    .domain-advice-hero {
        padding: 130px 18px 75px;
    }

    .domain-advice-hero__title {
        font-size: clamp(45px, 14vw, 65px);
    }

    .domain-advice-hero__actions,
    .domain-advice-hero__button {
        width: 100%;
    }

    .domain-advice-hero__trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .domain-advice-card {
        padding: 17px;
        border-radius: 22px;
    }

    .domain-advice-card__item small {
        line-height: 1.45;
    }

    .domain-advice-hero__badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: fit-content;
        margin: -14px 18px 0 auto;
    }
}
/* =========================================================
   BLOQUE 02 — UNA DECISIÓN COMERCIAL
========================================================= */

.domain-decision {
    position: relative;
    overflow: hidden;
    padding: 125px 24px;
    color: #171717;
    background: #f6f3ee;
}

.domain-decision::before {
    position: absolute;
    top: -180px;
    right: -160px;
    width: 460px;
    height: 460px;
    content: "";
    border-radius: 50%;
    background: rgba(242, 138, 26, .08);
    filter: blur(2px);
}

.domain-decision__inner {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.domain-decision__header {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
    column-gap: clamp(50px, 9vw, 130px);
    align-items: end;
    margin-bottom: 62px;
}

.domain-decision__eyebrow {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: fit-content;
    margin-bottom: 24px;
    color: #2f9b57;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.domain-decision__eyebrow::before {
    width: 32px;
    height: 2px;
    content: "";
    background: #2f9b57;
}

.domain-decision__title {
    max-width: 760px;
    margin: 0;
    color: #191919;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.055em;
}

.domain-decision__title span {
    display: block;
    color: #f28a1a;
}

.domain-decision__intro {
    max-width: 490px;
    margin: 0 0 4px;
    color: #6c6964;
    font-size: 16px;
    line-height: 1.8;
}

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

.domain-decision-card {
    position: relative;
    min-height: 390px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid #e2ddd5;
    border-radius: 23px;
    background: rgba(255, 255, 255, .72);
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.domain-decision-card:hover {
    transform: translateY(-8px);
    border-color: rgba(242, 138, 26, .4);
    box-shadow: 0 25px 65px rgba(31, 24, 16, .09);
}

.domain-decision-card--featured {
    color: #fff;
    border-color: #222;
    background:
        radial-gradient(circle at 90% 10%, rgba(242, 138, 26, .17), transparent 35%),
        #171717;
    transform: translateY(-15px);
    box-shadow: 0 28px 60px rgba(22, 19, 15, .16);
}

.domain-decision-card--featured:hover {
    transform: translateY(-23px);
}

.domain-decision-card__number {
    position: absolute;
    top: 25px;
    right: 29px;
    color: rgba(23, 23, 23, .13);
    font-size: 51px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.07em;
}

.domain-decision-card--featured .domain-decision-card__number {
    color: rgba(255, 255, 255, .08);
}

.domain-decision-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 48px;
    place-items: center;
    border-radius: 16px;
    color: #f28a1a;
    background: rgba(242, 138, 26, .11);
}

.domain-decision-card__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.domain-decision-card h3 {
    max-width: 285px;
    margin: 0 0 17px;
    color: #1b1b1b;
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.domain-decision-card--featured h3 {
    color: #fff;
}

.domain-decision-card p {
    max-width: 330px;
    margin: 0;
    color: #74706a;
    font-size: 14px;
    line-height: 1.75;
}

.domain-decision-card--featured p {
    color: rgba(255, 255, 255, .53);
}

.domain-decision-card__label {
    position: absolute;
    right: 29px;
    bottom: 27px;
    padding: 7px 11px;
    border-radius: 100px;
    color: #7d7870;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: #efebe5;
}

.domain-decision-card--featured .domain-decision-card__label {
    color: #69d28f;
    background: rgba(47, 155, 87, .13);
}

.domain-decision__note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
    padding: 25px 27px;
    border: 1px solid rgba(242, 138, 26, .23);
    border-radius: 19px;
    background: rgba(242, 138, 26, .075);
}

.domain-decision__note-icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #f28a1a;
}

.domain-decision__note strong {
    display: block;
    margin-bottom: 4px;
    color: #25211d;
    font-size: 14px;
    font-weight: 650;
}

.domain-decision__note p {
    margin: 0;
    color: #746e66;
    font-size: 13px;
    line-height: 1.6;
}

.domain-decision__note a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 47px;
    padding: 0 19px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    background: #25211d;
    transition:
        transform .25s ease,
        background-color .25s ease;
}

.domain-decision__note a:hover {
    transform: translateY(-2px);
    background: #f28a1a;
}

@media (max-width: 900px) {
    .domain-decision__header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .domain-decision__grid {
        grid-template-columns: 1fr;
    }

    .domain-decision-card {
        min-height: 350px;
    }

    .domain-decision-card--featured {
        transform: none;
    }

    .domain-decision-card--featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 680px) {
    .domain-decision {
        padding: 85px 18px;
    }

    .domain-decision__header {
        margin-bottom: 42px;
    }

    .domain-decision-card {
        min-height: 370px;
        padding: 27px;
    }

    .domain-decision__note {
        grid-template-columns: auto 1fr;
        padding: 22px;
    }

    .domain-decision__note a {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }
}
/* =========================================================
   ELEMENTOS COMPARTIDOS
========================================================= */

.domain-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #2f9b57;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.domain-section-eyebrow::before {
    width: 32px;
    height: 2px;
    content: "";
    background: currentColor;
}

.domain-section-eyebrow--orange {
    color: #f28a1a;
}

/* =========================================================
   BLOQUE 03 — ANÁLISIS
========================================================= */

.domain-analysis {
    padding: 125px 24px;
    background: #fff;
}

.domain-analysis__inner {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.domain-analysis__heading {
    display: grid;
    grid-template-columns: 1.2fr .65fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 60px;
}

.domain-analysis__heading h2,
.domain-process__header h2,
.domain-faq__intro h2 {
    max-width: 790px;
    margin: 22px 0 0;
    color: #191919;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.055em;
}

.domain-analysis__heading h2 span,
.domain-process__header h2 span,
.domain-faq__intro h2 span {
    display: block;
    color: #f28a1a;
}

.domain-analysis__heading > p {
    margin: 0;
    color: #716d67;
    font-size: 15px;
    line-height: 1.8;
}

.domain-analysis__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e6e1d9;
    border-left: 1px solid #e6e1d9;
}

.domain-analysis__item {
    position: relative;
    min-height: 260px;
    padding: 35px;
    border-right: 1px solid #e6e1d9;
    border-bottom: 1px solid #e6e1d9;
    transition: background-color .3s ease;
}

.domain-analysis__item:hover {
    background: #f8f5f0;
}

.domain-analysis__item > span {
    color: #f28a1a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
}

.domain-analysis__item h3 {
    margin: 48px 0 13px;
    color: #202020;
    font-size: 21px;
    font-weight: 650;
    letter-spacing: -.03em;
}

.domain-analysis__item p {
    margin: 0;
    color: #77716a;
    font-size: 13px;
    line-height: 1.75;
}

/* =========================================================
   BLOQUE 04 — PROCESO
========================================================= */

.domain-process {
    padding: 125px 24px;
    color: #fff;
    background: #171717;
}

.domain-process__inner {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.domain-process__header {
    max-width: 900px;
    margin-bottom: 65px;
}

.domain-process__header h2 {
    color: #fff;
}

.domain-process__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.domain-process__step {
    min-height: 310px;
    padding: 31px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: rgba(255,255,255,.035);
    transition: transform .3s ease, border-color .3s ease;
}

.domain-process__step:hover {
    transform: translateY(-7px);
    border-color: rgba(242,138,26,.45);
}

.domain-process__number {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 58px;
    place-items: center;
    border-radius: 50%;
    color: #171717;
    font-size: 14px;
    font-weight: 700;
    background: #f28a1a;
}

.domain-process__step div > span {
    color: #60c986;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.domain-process__step h3 {
    margin: 10px 0 14px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.035em;
}

.domain-process__step p {
    margin: 0;
    color: rgba(255,255,255,.48);
    font-size: 13px;
    line-height: 1.75;
}

.domain-process__promise {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 35px;
    padding: 24px 27px;
    border: 1px solid rgba(47,155,87,.3);
    border-radius: 19px;
    background: rgba(47,155,87,.1);
}

.domain-process__promise-icon {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #2f9b57;
}

.domain-process__promise span,
.domain-process__promise strong {
    display: block;
}

.domain-process__promise div span {
    margin-bottom: 4px;
    color: #67cf8d;
    font-size: 11px;
    text-transform: uppercase;
}

.domain-process__promise strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.domain-process__promise a {
    padding: 14px 20px;
    border-radius: 100px;
    color: #171717;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
    background: #fff;
}

/* =========================================================
   BLOQUE 05 — FAQ
========================================================= */

.domain-faq {
    padding: 125px 24px;
    background: #f6f3ee;
}

.domain-faq__inner {
    display: grid;
    grid-template-columns: .72fr 1.1fr;
    gap: clamp(55px, 9vw, 130px);
    align-items: start;
    width: min(1240px, 100%);
    margin: 0 auto;
}

.domain-faq__intro {
    position: sticky;
    top: 135px;
}

.domain-faq__intro p {
    margin: 25px 0;
    color: #716d67;
    font-size: 14px;
    line-height: 1.8;
}

.domain-faq__intro > a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 21px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    background: #25211d;
}

.domain-faq__item {
    border-bottom: 1px solid #dcd6cd;
}

.domain-faq__item summary {
    position: relative;
    padding: 26px 52px 26px 0;
    color: #232323;
    font-size: 17px;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
}

.domain-faq__item summary::-webkit-details-marker {
    display: none;
}

.domain-faq__item summary span::before,
.domain-faq__item summary span::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 16px;
    height: 2px;
    content: "";
    background: #f28a1a;
}

.domain-faq__item summary span::after {
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.domain-faq__item[open] summary span::after {
    transform: rotate(0);
}

.domain-faq__item > div {
    max-width: 650px;
    padding: 0 45px 26px 0;
    color: #736e67;
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================================
   BLOQUE 06 — CTA FINAL
========================================================= */

.domain-final-cta {
    position: relative;
    overflow: hidden;
    padding: 130px 24px;
    text-align: center;
    color: #fff;
    background: #101010;
}

.domain-final-cta__glow {
    position: absolute;
    top: -280px;
    left: 50%;
    width: 720px;
    height: 500px;
    border-radius: 50%;
    background: rgba(242,138,26,.18);
    filter: blur(90px);
    transform: translateX(-50%);
}

.domain-final-cta__inner {
    position: relative;
    width: min(960px, 100%);
    margin: 0 auto;
}

.domain-final-cta__eyebrow {
    color: #61ca89;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.domain-final-cta h2 {
    margin: 24px 0;
    color: #fff;
    font-size: clamp(46px, 6vw, 82px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.06em;
}

.domain-final-cta h2 span {
    display: block;
    color: #f28a1a;
}

.domain-final-cta p {
    max-width: 660px;
    margin: 0 auto;
    color: rgba(255,255,255,.55);
    font-size: 16px;
    line-height: 1.8;
}

.domain-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    margin-top: 36px;
}

.domain-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 57px;
    padding: 0 26px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    transition: transform .25s ease;
}

.domain-final-cta__button:hover {
    transform: translateY(-3px);
}

.domain-final-cta__button--primary {
    color: #17120c;
    background: #f28a1a;
}

.domain-final-cta__button--secondary {
    color: #fff;
    border: 1px solid rgba(255,255,255,.17);
}

.domain-final-cta__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    color: rgba(255,255,255,.4);
    font-size: 11px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .domain-analysis__heading,
    .domain-faq__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .domain-analysis__grid,
    .domain-process__steps {
        grid-template-columns: 1fr;
    }

    .domain-analysis__item {
        min-height: 230px;
    }

    .domain-faq__intro {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 680px) {
    .domain-analysis,
    .domain-process,
    .domain-faq,
    .domain-final-cta {
        padding: 85px 18px;
    }

    .domain-analysis__item,
    .domain-process__step {
        padding: 27px;
    }

    .domain-process__promise {
        grid-template-columns: auto 1fr;
    }

    .domain-process__promise a {
        grid-column: 1 / -1;
        text-align: center;
    }

    .domain-final-cta__actions,
    .domain-final-cta__button {
        width: 100%;
    }
}