/* =========================================================
   TICODESIGN — WEB HOSTING PARA WORDPRESS
========================================================= */

.whwp-page,
.whwp-page * {
    box-sizing: border-box;
}

.whwp-page {
    --whwp-orange: #f28a1a;
    --whwp-orange-dark: #d96f08;
    --whwp-green: #2f9b57;
    --whwp-blue: #21759b;
    --whwp-coffee: #211c18;
    --whwp-text: #292724;
    --whwp-muted: #6d6862;
    --whwp-border: #e8e1da;
    --whwp-light: #fffaf5;
    --whwp-soft: #f7f4f1;
    --whwp-white: #ffffff;

    color: var(--whwp-text);
    font-family: "Poppins", sans-serif;
}

.whwp-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}


/* =========================================================
   ELEMENTOS GENERALES
========================================================= */

.whwp-section {
    padding: clamp(78px, 9vw, 120px) 0;
}

.whwp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 18px;

    color: var(--whwp-orange-dark);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.35px;
    line-height: 1.4;
    text-transform: uppercase;
}

.whwp-eyebrow::before {
    content: "";

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--whwp-orange);
    box-shadow: 0 0 0 5px rgba(242, 138, 26, .14);
}

.whwp-eyebrow--dark {
    color: #ffb364;
}

.whwp-heading {
    max-width: 850px;
    margin-bottom: 48px;
}

.whwp-heading--center {
    margin-inline: auto;
    text-align: center;
}

.whwp-heading h2,
.whwp-resources__intro h2,
.whwp-management h2,
.whwp-faq__intro h2,
.whwp-final h2 {
    margin: 0 0 20px;

    color: var(--whwp-coffee);

    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 750;
    letter-spacing: -1.8px;
    line-height: 1.08;
}

.whwp-heading p,
.whwp-resources__intro > p,
.whwp-faq__intro p,
.whwp-final p {
    margin: 0;

    color: var(--whwp-muted);

    font-size: 17px;
    line-height: 1.85;
}

.whwp-heading--center p {
    max-width: 740px;
    margin-inline: auto;
}


/* =========================================================
   BOTONES
========================================================= */

.whwp-button {
    min-height: 52px;
    padding: 14px 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 2px solid transparent;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;

    transition:
        transform .25s ease,
        color .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.whwp-button:hover {
    transform: translateY(-3px);
}

.whwp-button:focus-visible,
.whwp-text-link:focus-visible,
.whwp-faq summary:focus-visible {
    outline: 3px solid rgba(47, 155, 87, .4);
    outline-offset: 4px;
}

.whwp-button--primary {
    color: #211c18;
    background: var(--whwp-orange);
    box-shadow: 0 12px 26px rgba(242, 138, 26, .24);
}

.whwp-button--primary:hover {
    color: #ffffff;
    background: var(--whwp-orange-dark);
}

.whwp-button--outline {
    color: var(--whwp-coffee);
    border-color: rgba(33, 28, 24, .22);
    background: rgba(255, 255, 255, .65);
}

.whwp-button--outline:hover {
    color: #ffffff;
    border-color: var(--whwp-coffee);
    background: var(--whwp-coffee);
}

.whwp-button--light {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .38);
    background: transparent;
}

.whwp-button--light:hover {
    color: var(--whwp-coffee);
    border-color: #ffffff;
    background: #ffffff;
}


/* =========================================================
   HERO
========================================================= */

.whwp-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    padding:
        clamp(145px, 16vw, 200px)
        0
        clamp(82px, 9vw, 118px);

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(33, 117, 155, .14),
            transparent 29%
        ),
        radial-gradient(
            circle at 12% 90%,
            rgba(242, 138, 26, .13),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fffaf4 55%,
            #f3f6f7 100%
        );
}

.whwp-hero::before {
    content: "";

    position: absolute;
    z-index: -1;

    width: 380px;
    height: 380px;

    right: -170px;
    top: 60px;

    border: 1px solid rgba(33, 117, 155, .13);
    border-radius: 50%;

    box-shadow:
        0 0 0 50px rgba(33, 117, 155, .025),
        0 0 0 100px rgba(33, 117, 155, .018);
}

.whwp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    align-items: center;
    gap: clamp(50px, 7vw, 90px);
}

.whwp-hero__content h1 {
    margin: 0;

    color: var(--whwp-coffee);

    font-size: clamp(42px, 6.1vw, 71px);
    font-weight: 780;
    letter-spacing: -3px;
    line-height: 1.01;
}

.whwp-hero__content h1 span {
    display: block;
    color: var(--whwp-orange-dark);
}

.whwp-hero__lead {
    max-width: 690px;
    margin: 28px 0 0;

    color: #5f5a55;

    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.75;
}

.whwp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;

    margin-top: 34px;
}

.whwp-hero__note {
    position: relative;

    margin: 27px 0 0;
    padding-left: 20px;

    color: var(--whwp-muted);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
}

.whwp-hero__note::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: var(--whwp-green);
    font-weight: 800;
}


/* =========================================================
   VISUAL WORDPRESS
========================================================= */

.whwp-hero__visual {
    position: relative;
}

.whwp-setup-card {
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #39322c 0%,
            #211c18 73%
        );

    box-shadow: 0 30px 70px rgba(33, 28, 24, .25);
}

.whwp-setup-card__header {
    padding: 22px 27px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.whwp-setup-card__header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whwp-status {
    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: #66da90;
    box-shadow: 0 0 15px rgba(102, 218, 144, .65);
}

.whwp-setup-card__header strong {
    font-size: 13px;
}

.whwp-setup-card__header small {
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.whwp-wordpress {
    padding: 38px 30px 32px;

    display: flex;
    align-items: center;
    gap: 20px;
}

.whwp-wordpress__logo {
    flex: 0 0 auto;

    width: 80px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid rgba(255, 255, 255, .72);
    border-radius: 50%;

    color: #ffffff;
    background: var(--whwp-blue);

    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    font-style: italic;

    box-shadow: 0 15px 30px rgba(33, 117, 155, .25);
}

.whwp-wordpress small,
.whwp-wordpress strong {
    display: block;
}

.whwp-wordpress small {
    margin-bottom: 4px;

    color: rgba(255, 255, 255, .52);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whwp-wordpress strong {
    font-size: 27px;
}

.whwp-configuration {
    padding: 0 30px 32px;

    display: grid;
    gap: 11px;
}

.whwp-configuration > div {
    padding: 14px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 11px;

    background: rgba(255, 255, 255, .045);
}

.whwp-configuration span {
    color: rgba(255, 255, 255, .63);
    font-size: 11px;
}

.whwp-configuration strong {
    color: #78e59e;
    font-size: 11px;
}

.whwp-setup-card__footer {
    padding: 20px 27px;

    display: flex;
    align-items: center;
    gap: 11px;

    color: #ffffff;
    background: rgba(47, 155, 87, .2);
}

.whwp-setup-card__footer > span {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--whwp-coffee);
    background: #67dd91;

    font-size: 12px;
    font-weight: 800;
}

.whwp-setup-card__footer p {
    margin: 0;
    font-size: 12px;
    font-weight: 650;
}

.whwp-help-badge {
    position: absolute;
    right: -25px;
    bottom: -28px;

    min-width: 235px;
    padding: 17px 19px;

    display: flex;
    align-items: center;
    gap: 11px;

    border: 5px solid #f8f7f3;
    border-radius: 15px;

    color: var(--whwp-coffee);
    background: var(--whwp-orange);

    box-shadow: 0 18px 35px rgba(33, 28, 24, .17);
}

.whwp-help-badge > span {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;
    background: var(--whwp-coffee);

    font-size: 12px;
}

.whwp-help-badge strong,
.whwp-help-badge small {
    display: block;
}

.whwp-help-badge strong {
    font-size: 12px;
}

.whwp-help-badge small {
    margin-top: 2px;
    font-size: 9px;
}


/* =========================================================
   FRANJA
========================================================= */

.whwp-trust {
    border-top: 1px solid var(--whwp-border);
    border-bottom: 1px solid var(--whwp-border);

    background: #ffffff;
}

.whwp-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.whwp-trust article {
    padding: 28px 35px;
    text-align: center;
}

.whwp-trust article + article {
    border-left: 1px solid var(--whwp-border);
}

.whwp-trust strong,
.whwp-trust span {
    display: block;
}

.whwp-trust strong {
    margin-bottom: 6px;

    color: var(--whwp-coffee);
    font-size: 15px;
}

.whwp-trust span {
    color: var(--whwp-muted);
    font-size: 12px;
}


/* =========================================================
   TIPOS DE PROYECTOS
========================================================= */

.whwp-projects {
    background: #ffffff;
}

.whwp-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
}

.whwp-project-card {
    min-height: 300px;
    padding: 31px;

    display: flex;
    flex-direction: column;

    border: 1px solid var(--whwp-border);
    border-radius: 18px;

    background: #ffffff;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.whwp-project-card:hover {
    transform: translateY(-6px);

    border-color: rgba(242, 138, 26, .48);
    box-shadow: 0 20px 40px rgba(45, 36, 28, .08);
}

.whwp-project-card__number {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 35px;

    border-radius: 50%;

    color: var(--whwp-orange-dark);
    background: rgba(242, 138, 26, .12);

    font-size: 13px;
    font-weight: 800;
}

.whwp-project-card h3 {
    margin: 0 0 12px;

    color: var(--whwp-coffee);
    font-size: 20px;
}

.whwp-project-card p {
    margin: 0 0 24px;

    color: var(--whwp-muted);

    font-size: 13px;
    line-height: 1.75;
}

.whwp-project-card__label {
    width: max-content;
    max-width: 100%;
    padding: 8px 11px;
    margin-top: auto;

    border-radius: 7px;

    color: var(--whwp-green);
    background: rgba(47, 155, 87, .1);

    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}


/* =========================================================
   PROCESO
========================================================= */

.whwp-process {
    background: var(--whwp-light);
}

.whwp-process__grid {
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;

    list-style: none;
}

.whwp-process-card {
    min-height: 280px;
    padding: 28px 25px;

    border: 1px solid #eadfd5;
    border-radius: 17px;

    background: rgba(255, 255, 255, .8);
}

.whwp-process-card > span {
    width: 49px;
    height: 49px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 42px;

    border-radius: 13px;

    color: #ffffff;
    background: var(--whwp-coffee);

    font-size: 13px;
    font-weight: 800;
}

.whwp-process-card h3 {
    margin: 0 0 11px;

    color: var(--whwp-coffee);
    font-size: 18px;
}

.whwp-process-card p {
    margin: 0;

    color: var(--whwp-muted);

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   INCLUIDO Y ADICIONAL
========================================================= */

.whwp-scope {
    background: #ffffff;
}

.whwp-scope__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.whwp-scope-card {
    padding: clamp(28px, 4vw, 42px);

    border: 1px solid var(--whwp-border);
    border-radius: 20px;
}

.whwp-scope-card--included {
    border-color: rgba(47, 155, 87, .28);
    background: #f4fbf7;
}

.whwp-scope-card--additional {
    border-color: rgba(242, 138, 26, .3);
    background: #fff8f0;
}

.whwp-scope-card__header {
    padding-bottom: 25px;
    margin-bottom: 26px;

    display: flex;
    align-items: center;
    gap: 15px;

    border-bottom: 1px solid rgba(33, 28, 24, .1);
}

.whwp-scope-card__header > span {
    flex: 0 0 auto;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    font-size: 18px;
    font-weight: 800;
}

.whwp-scope-card--included .whwp-scope-card__header > span {
    background: var(--whwp-green);
}

.whwp-scope-card--additional .whwp-scope-card__header > span {
    background: var(--whwp-orange-dark);
}

.whwp-scope-card__header small {
    display: block;
    margin-bottom: 3px;

    color: var(--whwp-muted);

    font-size: 9px;
    font-weight: 750;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whwp-scope-card h3 {
    margin: 0;

    color: var(--whwp-coffee);
    font-size: 22px;
}

.whwp-scope-card ul {
    padding: 0;
    margin: 0;

    display: grid;
    gap: 15px;

    list-style: none;
}

.whwp-scope-card li {
    position: relative;

    padding-left: 25px;

    color: #56514c;

    font-size: 13px;
    line-height: 1.65;
}

.whwp-scope-card li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    color: var(--whwp-green);
    font-weight: 800;
}

.whwp-scope-card--additional li::before {
    content: "+";
    color: var(--whwp-orange-dark);
}

.whwp-scope__note {
    max-width: 850px;
    margin: 28px auto 0;

    color: var(--whwp-muted);

    font-size: 12px;
    line-height: 1.75;
    text-align: center;
}


/* =========================================================
   RECURSOS
========================================================= */

.whwp-resources {
    background: var(--whwp-soft);
}

.whwp-resources__layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: clamp(50px, 7vw, 90px);
}

.whwp-resources__intro > p + p {
    margin-top: 17px;
}

.whwp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 28px;

    color: var(--whwp-orange-dark);

    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.whwp-text-link span {
    font-size: 20px;
    transition: transform .2s ease;
}

.whwp-text-link:hover span {
    transform: translateX(5px);
}

.whwp-resources__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.whwp-resources__grid article {
    min-height: 215px;
    padding: 25px;

    border: 1px solid var(--whwp-border);
    border-radius: 16px;

    background: #ffffff;
}

.whwp-resource-icon {
    width: 47px;
    height: 47px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border-radius: 12px;

    color: #ffffff;
    background: var(--whwp-blue);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
}

.whwp-resources__grid h3 {
    margin: 0 0 9px;

    color: var(--whwp-coffee);
    font-size: 16px;
}

.whwp-resources__grid p {
    margin: 0;

    color: var(--whwp-muted);

    font-size: 12px;
    line-height: 1.7;
}

.whwp-evaluation {
    margin-top: 55px;
    padding: 27px 32px;

    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 45px;

    border-radius: 16px;

    color: #ffffff;
    background: var(--whwp-coffee);
}

.whwp-evaluation small,
.whwp-evaluation strong {
    display: block;
}

.whwp-evaluation small {
    margin-bottom: 4px;

    color: #ffb364;

    font-size: 9px;
    font-weight: 750;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.whwp-evaluation strong {
    font-size: 19px;
}

.whwp-evaluation p {
    margin: 0;

    color: rgba(255, 255, 255, .68);

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   ADMINISTRACIÓN
========================================================= */

.whwp-management {
    background: #ffffff;
}

.whwp-management__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: stretch;
    gap: 25px;
}

.whwp-management__panel {
    padding: clamp(32px, 5vw, 55px);

    border-radius: 21px;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(242, 138, 26, .19),
            transparent 31%
        ),
        var(--whwp-coffee);
}

.whwp-management__panel h2 {
    color: #ffffff;
}

.whwp-management__panel > p {
    margin: 0;

    color: rgba(255, 255, 255, .67);

    font-size: 14px;
    line-height: 1.8;
}

.whwp-management__status {
    padding: 17px;
    margin-top: 35px;

    display: flex;
    align-items: center;
    gap: 12px;

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;

    background: rgba(255, 255, 255, .055);
}

.whwp-management__status > span {
    flex: 0 0 auto;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--whwp-coffee);
    background: #67dd91;

    font-size: 12px;
    font-weight: 800;
}

.whwp-management__status strong,
.whwp-management__status small {
    display: block;
}

.whwp-management__status strong {
    font-size: 12px;
}

.whwp-management__status small {
    margin-top: 3px;

    color: rgba(255, 255, 255, .52);
    font-size: 9px;
}

.whwp-management__content {
    padding: clamp(30px, 5vw, 48px);

    border: 1px solid var(--whwp-border);
    border-radius: 21px;

    background: var(--whwp-soft);
}

.whwp-management__content > h3 {
    margin: 0 0 27px;

    color: var(--whwp-coffee);
    font-size: 22px;
}

.whwp-management__content ul {
    padding: 0;
    margin: 0;

    display: grid;
    gap: 22px;

    list-style: none;
}

.whwp-management__content li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
}

.whwp-management__content li > span {
    width: 29px;
    height: 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;
    background: var(--whwp-green);

    font-size: 12px;
    font-weight: 800;
}

.whwp-management__content strong {
    display: block;
    margin-bottom: 5px;

    color: var(--whwp-coffee);
    font-size: 13px;
}

.whwp-management__content li p {
    margin: 0;

    color: var(--whwp-muted);

    font-size: 12px;
    line-height: 1.65;
}

.whwp-management__notice {
    padding-top: 19px;
    margin: 27px 0 0;

    border-top: 1px solid var(--whwp-border);

    color: var(--whwp-muted);

    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   PREGUNTAS FRECUENTES
========================================================= */

.whwp-faq {
    background: var(--whwp-light);
}

.whwp-faq__grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    align-items: start;
    gap: clamp(50px, 8vw, 100px);
}

.whwp-faq__intro {
    position: sticky;
    top: 130px;
}

.whwp-faq__list {
    display: grid;
    gap: 13px;
}

.whwp-faq details {
    overflow: hidden;

    border: 1px solid var(--whwp-border);
    border-radius: 13px;

    background: #ffffff;
}

.whwp-faq details[open] {
    border-color: rgba(242, 138, 26, .4);
    box-shadow: 0 14px 30px rgba(38, 31, 25, .06);
}

.whwp-faq summary {
    position: relative;

    padding: 21px 57px 21px 22px;

    color: var(--whwp-coffee);

    cursor: pointer;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;

    list-style: none;
}

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

.whwp-faq summary::after {
    content: "+";

    position: absolute;
    right: 19px;
    top: 50%;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--whwp-orange-dark);
    background: rgba(242, 138, 26, .12);

    font-size: 19px;

    transform: translateY(-50%);
}

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

.whwp-faq details p {
    padding: 0 22px 22px;
    margin: 0;

    color: var(--whwp-muted);

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   CTA FINAL
========================================================= */

.whwp-final {
    padding: clamp(75px, 9vw, 110px) 0;

    background:
        radial-gradient(
            circle at 88% 25%,
            rgba(33, 117, 155, .25),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #211c18,
            #302821
        );
}

.whwp-final__content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 60px;
}

.whwp-final h2 {
    max-width: 760px;
    color: #ffffff;
}

.whwp-final p {
    max-width: 700px;
    color: rgba(255, 255, 255, .68);
}

.whwp-final__actions {
    min-width: 230px;

    display: grid;
    gap: 12px;
}


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

@media (max-width: 980px) {

    .whwp-hero__grid,
    .whwp-resources__layout,
    .whwp-management__grid,
    .whwp-faq__grid {
        grid-template-columns: 1fr;
    }

    .whwp-hero__visual {
        max-width: 650px;
    }

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

    .whwp-faq__intro {
        position: static;
    }

    .whwp-final__content {
        grid-template-columns: 1fr;
    }

    .whwp-final__actions {
        min-width: 0;
        grid-template-columns: repeat(2, auto);
        justify-content: start;
    }

}

@media (max-width: 760px) {

    .whwp-projects__grid,
    .whwp-scope__grid {
        grid-template-columns: 1fr;
    }

    .whwp-evaluation {
        grid-template-columns: 1fr;
        gap: 15px;
    }

}

@media (max-width: 650px) {

    .whwp-container {
        width: min(100% - 28px, 1180px);
    }

    .whwp-hero {
        padding-top: 132px;
    }

    .whwp-hero__content h1 {
        font-size: clamp(38px, 11vw, 52px);
        letter-spacing: -2px;
    }

    .whwp-hero__actions,
    .whwp-final__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .whwp-button {
        width: 100%;
    }

    .whwp-help-badge {
        position: relative;
        right: auto;
        bottom: auto;

        width: max-content;
        max-width: 100%;
        margin: 16px 0 0 auto;

        border: 0;
    }

    .whwp-trust__grid,
    .whwp-process__grid,
    .whwp-resources__grid {
        grid-template-columns: 1fr;
    }

    .whwp-trust article + article {
        border-top: 1px solid var(--whwp-border);
        border-left: 0;
    }

    .whwp-process-card {
        min-height: 0;
    }

}

@media (prefers-reduced-motion: reduce) {

    .whwp-button,
    .whwp-project-card,
    .whwp-text-link span {
        transition: none;
    }

}