body {
            background-color: #0A0A0A;
            color: #FFFFFF;
            font-family: 'Inter', sans-serif;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5, h6, .font-montserrat {
            font-family: 'Montserrat', sans-serif;
        }
        
        /* Utilidades tipográficas creativas */
        .text-outline {
            color: transparent;
            -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }
        .text-outline:hover {
            color: white;
            -webkit-text-stroke: 1px white;
        }

        /* Glassmorphism Utilities */
        .glass-card {
            background: rgba(23, 23, 23, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: transform 0.4s ease, border-color 0.4s ease;
        }
        .glass-card:hover {
            border-color: rgba(217, 29, 42, 0.5);
            transform: translateY(-5px);
        }

        .home-service-card {
            position: relative;
            overflow: hidden;
            min-height: 238px;
            text-decoration: none;
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02) 38%, rgba(217, 29, 42, 0.08)),
                rgba(23, 23, 23, 0.62);
        }

        .home-service-card::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: 0.28;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
            background-size: 42px 42px;
            mask-image: linear-gradient(135deg, transparent 0%, #000 28%, #000 74%, transparent 100%);
            -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 28%, #000 74%, transparent 100%);
        }

        .home-service-glow {
            position: absolute;
            right: -90px;
            bottom: -110px;
            width: 260px;
            height: 260px;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(217, 29, 42, 0.26), rgba(217, 29, 42, 0) 68%);
            pointer-events: none;
            transition: transform 0.45s ease, opacity 0.45s ease;
        }

        .home-service-card:hover .home-service-glow {
            transform: scale(1.16);
            opacity: 0.95;
        }

        .home-service-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: fit-content;
            margin-top: 24px;
            color: #fff;
            font-family: Montserrat, sans-serif;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            opacity: 0.78;
            transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        }

        .home-service-card:hover .home-service-link {
            color: #D91D2A;
            opacity: 1;
        }

        .home-service-card:hover .home-service-link svg {
            transform: translateX(4px);
        }

        .home-service-link svg {
            transition: transform 0.3s ease;
        }

        .home-domain-strip {
            overflow: hidden;
            background:
                radial-gradient(circle at 16% 30%, rgba(255, 255, 255, 0.24), transparent 16%),
                radial-gradient(circle at 84% 72%, rgba(0, 0, 0, 0.24), transparent 24%),
                linear-gradient(135deg, #f22435 0%, #D91D2A 44%, #a80f1a 100%);
        }

        .home-domain-strip::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: 0.18;
            background-image: radial-gradient(rgba(255, 255, 255, 0.85) 1px, transparent 1px);
            background-size: 18px 18px;
        }

        .home-domain-strip::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(90deg, rgba(10, 10, 10, 0.15), transparent 30%, rgba(10, 10, 10, 0.2)),
                linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 48%, rgba(0, 0, 0, 0.16));
        }

        .domain-strip-icon {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 54px;
            height: 54px;
            border-radius: 16px;
            color: #fff;
            background: rgba(10, 10, 10, 0.18);
            border: 1px solid rgba(255, 255, 255, 0.28);
            box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.18);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .newsletter-card {
            position: relative;
            overflow: hidden;
            min-height: 290px;
            background:
                radial-gradient(circle at 78% 22%, rgba(217, 29, 42, 0.2), transparent 32%),
                linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02) 44%, rgba(217, 29, 42, 0.08)),
                rgba(23, 23, 23, 0.68);
        }

        .newsletter-card::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: 0.24;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
            background-size: 46px 46px;
            mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 28%, #000 100%);
        }

        .newsletter-envelope-bg {
            position: absolute;
            right: clamp(-60px, -3vw, -24px);
            top: 50%;
            width: clamp(260px, 28vw, 430px);
            height: clamp(260px, 28vw, 430px);
            color: rgba(255, 255, 255, 0.055);
            transform: translateY(-50%) rotate(-8deg);
            pointer-events: none;
            filter: drop-shadow(0 0 42px rgba(217, 29, 42, 0.28));
        }

.newsletter-envelope-bg::after {
    content: "";
    position: absolute;
    inset: 15%;
    border-radius: 999px;
            background: rgba(217, 29, 42, 0.16);
    filter: blur(70px);
    z-index: -1;
}

/* Portal access pages */
.client-login-hero {
    min-height: 100vh;
    overflow: hidden;
    padding: 150px 0 78px;
    position: relative;
}

.client-login-bg {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.client-login-bg img {
    border-radius: 22px;
    filter: contrast(1.08) saturate(1.16);
    height: auto;
    max-height: none;
    max-width: 1240px;
    object-fit: contain;
    position: absolute;
    right: max(2vw, calc((100vw - 1420px) / 2));
    top: 88px;
    width: min(72vw, 1240px);
}

.client-login-bg::before,
.client-login-bg::after {
    content: "";
    inset: 0;
    position: absolute;
}

.client-login-bg::before {
    background:
        linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.94) 22%, rgba(10, 10, 10, 0.38) 48%, rgba(10, 10, 10, 0.1) 74%, rgba(10, 10, 10, 0.44) 100%),
        linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.02) 18%, rgba(10, 10, 10, 0.06) 76%, #0A0A0A 100%);
    z-index: 1;
}

.client-login-bg::after {
    background:
        radial-gradient(circle at 78% 28%, rgba(217, 29, 42, 0.16), transparent 30rem),
        linear-gradient(0deg, #0A0A0A 0%, transparent 42%);
    z-index: 2;
}

.client-login-inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0;
    position: relative;
    width: min(1180px, calc(100% - 40px));
    z-index: 3;
}

.client-login-grid {
    align-items: center;
    display: grid;
    gap: clamp(40px, 6vw, 82px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
}

.portal-kicker {
    align-items: center;
    color: #D91D2A;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.portal-kicker span {
    background: #D91D2A;
    border-radius: 999px;
    box-shadow: 0 0 22px rgba(217, 29, 42, 0.7);
    height: 8px;
    width: 8px;
}

.portal-kicker.small {
    display: block;
    font-size: 11px;
    margin: 0 0 12px;
}

.client-login-copy h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0 0 26px;
    text-transform: uppercase;
    text-wrap: balance;
}

.client-login-copy mark {
    background: transparent;
    color: #f02134;
}

.client-login-copy p {
    border-left: 2px solid #D91D2A;
    color: #A1A1AA;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
    padding-left: 24px;
}

.client-login-copy strong {
    color: #fff;
    font-weight: 800;
}

.client-login-card {
    background: rgba(15, 15, 15, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
    justify-self: end;
    padding: 28px;
    transform: translateY(18px);
    width: 100%;
}

.client-login-card h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 14px;
}

.client-login-card p {
    color: #A1A1AA;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.portal-alert {
    background: rgba(217, 29, 42, 0.12);
    border: 1px solid rgba(217, 29, 42, 0.36);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
    padding: 12px 14px;
}

.portal-alert-success {
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.38);
}

.portal-login-form {
    display: grid;
    gap: 16px;
}

.portal-login-form label {
    display: grid;
    gap: 8px;
}

.portal-login-form span {
    color: #d7d7d7;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-login-form input {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    min-height: 50px;
    outline: none;
    padding: 0 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.portal-login-form input:focus {
    border-color: rgba(217, 29, 42, 0.85);
    box-shadow: 0 0 0 4px rgba(217, 29, 42, 0.12);
}

.portal-login-form button {
    background: #D91D2A;
    border-radius: 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    min-height: 50px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.portal-login-form button:hover {
    background: #fff;
    color: #0A0A0A;
}

.portal-submit-link {
    align-items: center;
    background: #D91D2A;
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    justify-content: center;
    min-height: 50px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
    width: 100%;
}

.portal-submit-link:hover {
    background: #fff;
    color: #0A0A0A;
}

.client-register-hero {
    min-height: auto;
    padding: 188px 0 92px;
}

.client-register-bg img {
    right: max(3vw, calc((100vw - 1380px) / 2));
    top: 142px;
    width: min(68vw, 1080px);
}

.client-register-inner {
    max-width: 1260px;
    width: min(1260px, calc(100% - 48px));
}

.client-register-grid {
    align-items: start;
    gap: clamp(46px, 5vw, 76px);
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
}

.client-register-card {
    max-width: none;
    padding: clamp(24px, 2vw, 32px);
    transform: none;
}

.portal-register-form {
    display: grid;
    gap: 16px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portal-register-form label {
    display: grid;
    gap: 8px;
}

.portal-register-form .field-wide {
    grid-column: 1 / -1;
}

.portal-register-form .hidden {
    display: none;
}

.portal-register-form span {
    color: #d7d7d7;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-register-form input,
.portal-register-form select,
.portal-register-form textarea {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    font: inherit;
    min-height: 54px;
    outline: none;
    padding: 0 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.portal-register-form select {
    color-scheme: dark;
}

.portal-register-form textarea {
    min-height: 142px;
    padding: 14px 15px;
    resize: vertical;
}

.portal-register-form input:focus,
.portal-register-form select:focus,
.portal-register-form textarea:focus {
    border-color: rgba(217, 29, 42, 0.85);
    box-shadow: 0 0 0 4px rgba(217, 29, 42, 0.12);
}

.portal-field-split {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.portal-register-form button {
    background: #D91D2A;
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    min-height: 54px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

.portal-register-form button:hover {
    background: #fff;
    color: #0A0A0A;
}

.portal-login-links {
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 16px;
    justify-content: space-between;
    margin-top: 18px;
}

.portal-login-links a:first-child {
    color: #d7d7d7;
}

.portal-login-links a:last-child {
    color: #D91D2A;
}

.portal-feature-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 62px;
}

.portal-feature-card {
    background: rgba(16, 16, 16, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    display: grid;
    gap: 10px;
    min-height: 116px;
    padding: 14px;
}

.portal-feature-card svg {
    color: #D91D2A;
    height: 20px;
    width: 20px;
}

.portal-feature-card h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 6px;
}

.portal-feature-card p {
    color: #A1A1AA;
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.portal-register-band {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(217, 29, 42, 0.16), rgba(255, 255, 255, 0.035)),
        rgba(16, 16, 16, 0.82);
    border: 1px solid rgba(217, 29, 42, 0.28);
    border-radius: 18px;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 26px;
    padding: 22px;
}

.portal-register-band span {
    color: #D91D2A;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.portal-register-band h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(21px, 2.2vw, 28px);
    font-weight: 900;
    line-height: 1.08;
    margin: 0;
}

.portal-register-band p {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.55;
    margin: 8px 0 0;
}

.portal-register-band a {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    color: #0A0A0A;
    display: inline-flex;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.portal-register-band a:hover {
    background: #D91D2A;
    color: #fff;
}

.portal-register-band svg {
    height: 17px;
    width: 17px;
}

@media (max-width: 1100px) {
    .client-login-hero {
        padding-top: 138px;
    }

    .client-register-hero {
        padding-top: 156px;
    }

    .client-login-grid {
        grid-template-columns: 1fr;
    }

    .client-login-card {
        justify-self: stretch;
        max-width: 560px;
        transform: none;
    }

    .client-register-card {
        max-width: none;
    }

    .client-register-grid {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .portal-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .client-login-hero {
        padding: 124px 0 64px;
    }

    .client-register-hero {
        padding: 142px 0 64px;
    }

    .client-login-bg img {
        opacity: 0.46;
        right: -34vw;
        top: 190px;
        width: 132vw;
    }

    .client-register-bg img {
        opacity: 0.42;
        right: -42vw;
        top: 146px;
        width: 140vw;
    }

    .client-login-copy h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .client-login-copy p {
        font-size: 15px;
    }

    .client-login-card {
        padding: 22px;
    }

    .portal-register-form {
        grid-template-columns: 1fr;
    }

    .portal-field-split {
        grid-template-columns: 1fr 0.62fr;
    }

    .portal-feature-grid {
        grid-template-columns: 1fr;
        margin-top: 34px;
    }

    .portal-feature-card {
        align-items: flex-start;
        display: flex;
        min-height: 0;
    }

    .portal-register-band {
        grid-template-columns: 1fr;
    }

    .portal-register-band a {
        width: 100%;
    }
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 54px 0 30px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 72%, rgba(217, 29, 42, 0.11), transparent 34%),
        #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.site-footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    opacity: 0.09;
    filter: contrast(1.12) saturate(1.08);
}

.site-footer-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, #080808 0%, rgba(8, 8, 8, 0.9) 36%, rgba(8, 8, 8, 0.96) 100%),
        linear-gradient(90deg, rgba(8, 8, 8, 0.94), rgba(8, 8, 8, 0.66), rgba(8, 8, 8, 0.94));
}

.site-footer-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(250px, 1.25fr) minmax(150px, 0.7fr) minmax(210px, 0.85fr) minmax(230px, 1fr);
    gap: 54px;
    align-items: start;
    padding-bottom: 62px;
}

.footer-logo img {
    width: auto;
    height: 42px;
    margin-bottom: 28px;
}

.footer-brand p {
    max-width: 390px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.85;
}

.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.32);
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-socials a:hover {
    color: var(--brand-red);
    border-color: rgba(217, 29, 42, 0.58);
    transform: translateY(-2px);
}

.footer-socials svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.footer-main h3 {
    margin-bottom: 22px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.footer-links {
    display: grid;
    gap: 12px;
}

.footer-links a,
.footer-contact address,
.footer-contact a {
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.7;
}

.footer-links a {
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
    color: var(--brand-red);
    transform: translateX(3px);
}

.footer-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 82px));
    gap: 12px;
}

.footer-portfolio-grid a {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: #111;
}

.footer-portfolio-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.74;
    filter: saturate(1.1) contrast(1.08);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.footer-portfolio-grid a:hover img {
    transform: scale(1.08);
    opacity: 1;
}

.footer-contact {
    display: grid;
    gap: 14px;
}

.footer-contact address {
    margin-bottom: 8px;
    font-style: normal;
}

.footer-contact a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 800;
    transition: color 0.25s ease;
}

.footer-contact a:hover {
    color: var(--brand-red);
}

.footer-contact svg {
    width: 18px;
    height: 18px;
    color: var(--brand-red);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 28px;
    color: rgba(255, 255, 255, 0.42);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

.footer-bottom div {
    display: flex;
    gap: 18px;
}

.footer-bottom a {
    transition: color 0.25s ease;
}

.footer-bottom a:hover {
    color: #fff;
}
        
        .glass-nav {
            background: rgba(10, 10, 10, 0.85);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* Gradientes Radiales para destellos de luz */
        .glow-bg {
            background: radial-gradient(circle at top right, rgba(217, 29, 42, 0.15), transparent 50%),
                        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.02), transparent 50%);
        }

        /* Preset reutilizable para fundir artes e imagenes contra el fondo oscuro */
        .media-fade-frame {
            position: relative;
            display: inline-block;
            overflow: hidden;
            border-radius: 1.25rem;
            isolation: isolate;
        }

        .media-fade-frame img {
            display: block;
        }

        .media-fade-frame::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            background:
                linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 16%, rgba(10, 10, 10, 0) 82%, #0A0A0A 100%),
                linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 12%, rgba(10, 10, 10, 0) 86%, #0A0A0A 100%);
        }

        .media-fade-frame::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 3;
            pointer-events: none;
            box-shadow: inset 0 0 70px rgba(10, 10, 10, 0.72);
        }

        .hero-art-fade {
            box-shadow: 0 34px 95px rgba(0, 0, 0, 0.55);
        }

        .hero-art-fade::before {
            background:
                linear-gradient(180deg, rgba(10, 10, 10, 0.72) 0%, rgba(10, 10, 10, 0) 11%, rgba(10, 10, 10, 0) 86%, rgba(10, 10, 10, 0.72) 100%),
                linear-gradient(90deg, rgba(10, 10, 10, 0.76) 0%, rgba(10, 10, 10, 0) 11%, rgba(10, 10, 10, 0) 90%, rgba(10, 10, 10, 0.62) 100%);
        }

        .hero-art-fade::after {
            box-shadow: inset 0 0 46px rgba(10, 10, 10, 0.48);
        }

        #mobile-menu-sidebar {
            height: 100vh;
            height: 100dvh;
            min-height: 100vh;
        }

        #mobile-menu-sidebar > .flex-1 {
            min-height: 0;
        }

        /* Heroes visuales reutilizables con imagen full-bleed y fundido oscuro */
        .image-hero-bg {
            --hero-image: none;
            position: relative;
            overflow: hidden;
            isolation: isolate;
            background: #0A0A0A;
        }

        .image-hero-bg::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -3;
            background-image: var(--hero-image);
            background-size: cover;
            background-position: center right;
            filter: contrast(1.08) saturate(1.1);
        }

        .image-hero-bg::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -2;
            pointer-events: none;
            background:
                linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.95) 24%, rgba(10, 10, 10, 0.48) 45%, rgba(10, 10, 10, 0.08) 74%, rgba(10, 10, 10, 0.34) 100%),
                linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.08) 16%, rgba(10, 10, 10, 0.08) 76%, #0A0A0A 100%);
        }

        .about-hero {
            position: relative;
            overflow: hidden;
            isolation: isolate;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 150px 0 72px;
            background:
                radial-gradient(circle at 76% 28%, rgba(217, 29, 42, 0.12), transparent 34%),
                #0A0A0A;
        }

        .about-contained-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            background:
                linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.94) 22%, rgba(10, 10, 10, 0.38) 43%, rgba(10, 10, 10, 0.02) 72%, rgba(10, 10, 10, 0.28) 100%),
                linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 18%, rgba(10, 10, 10, 0) 78%, #0A0A0A 100%);
        }

        .about-hero-visual {
            position: absolute;
            inset: 0;
            z-index: 0;
            width: min(1420px, calc(100% - 32px));
            margin-inline: auto;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            padding-top: 82px;
            pointer-events: none;
        }

        .about-hero-frame {
            width: min(92vw, 1400px);
            opacity: 0.96;
            transform: translateX(118px);
        }

        .about-hero-frame img {
            width: 100%;
            height: auto;
            max-height: none;
            object-fit: contain;
            object-position: center;
            filter: contrast(1.08) saturate(1.14);
            border-radius: 1.25rem;
        }

        .about-hero::before {
            background-position: center right;
        }

        .about-hero-content {
            width: min(1180px, calc(100% - 40px));
            position: relative;
            z-index: 2;
        }

        .about-hero-copy {
            max-width: 500px;
            color: #fff;
        }

        .about-hero h1 {
            font-family: Montserrat, sans-serif;
            font-size: clamp(44px, 5vw, 76px);
            line-height: 0.98;
            font-weight: 900;
            letter-spacing: 0;
            margin: 0;
            text-wrap: balance;
        }

        .about-hero h1 span {
            display: block;
            color: var(--brand-red);
        }

        .about-hero p {
            max-width: 490px;
            margin: 26px 0 0;
            color: rgba(255, 255, 255, 0.74);
            font-size: 17px;
            line-height: 1.7;
        }

        .about-pill-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 28px 34px;
            margin-top: 48px;
        }

        .about-pill-grid article {
            min-width: 0;
        }

        .about-pill-grid i {
            width: 58px;
            height: 58px;
            padding: 15px;
            color: var(--brand-red);
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 8px;
            background: rgba(10, 10, 10, 0.45);
            backdrop-filter: blur(10px);
            box-shadow: inset 0 0 24px rgba(217, 29, 42, 0.08);
        }

        .about-pill-grid strong {
            display: block;
            margin-top: 16px;
            color: #fff;
            font-size: 16px;
            font-weight: 900;
        }

        .about-pill-grid span {
            display: block;
            margin-top: 6px;
            color: rgba(255, 255, 255, 0.67);
            font-size: 14px;
            line-height: 1.45;
        }

        .about-stat-strip {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 8px;
            margin-top: 38px;
            padding: 22px 18px;
            border: 1px solid rgba(217, 29, 42, 0.74);
            border-radius: 8px;
            background: rgba(10, 10, 10, 0.42);
            backdrop-filter: blur(12px);
            box-shadow: 0 0 34px rgba(217, 29, 42, 0.12);
        }

        .about-stat-strip div {
            text-align: center;
        }

        .about-stat-strip strong {
            display: block;
            color: var(--brand-red);
            font-family: Montserrat, sans-serif;
            font-size: clamp(26px, 2.4vw, 34px);
            line-height: 1;
            font-weight: 900;
        }

        .about-stat-strip span {
            display: block;
            margin-top: 8px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 13px;
            line-height: 1.25;
        }

        .visual-page-hero {
            position: relative;
            overflow: hidden;
            isolation: isolate;
            min-height: 92vh;
            display: flex;
            align-items: center;
            padding: 150px 0 78px;
            background:
                radial-gradient(circle at 74% 28%, rgba(217, 29, 42, 0.16), transparent 32%),
                #0A0A0A;
        }

        .visual-page-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            background:
                linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.94) 24%, rgba(10, 10, 10, 0.4) 46%, rgba(10, 10, 10, 0.02) 74%, rgba(10, 10, 10, 0.3) 100%),
                linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 18%, rgba(10, 10, 10, 0) 78%, #0A0A0A 100%);
        }

        .visual-hero-visual {
            position: absolute;
            inset: 0;
            z-index: 0;
            width: min(1420px, calc(100% - 32px));
            margin-inline: auto;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            padding-top: 82px;
            pointer-events: none;
        }

        .visual-hero-frame {
            width: min(88vw, 1320px);
            opacity: 0.96;
            transform: translateX(92px);
            box-shadow: 0 34px 95px rgba(0, 0, 0, 0.55);
        }

        .visual-hero-frame img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
            object-position: center;
            filter: contrast(1.08) saturate(1.14);
            border-radius: 1.25rem;
        }

        .visual-hero-content {
            position: relative;
            z-index: 2;
        }

        .visual-hero-copy {
            max-width: 570px;
            color: #fff;
        }

        .visual-hero-copy h1 {
            max-width: 740px;
            color: #fff;
            font-family: Montserrat, sans-serif;
            font-size: clamp(44px, 6vw, 82px);
            line-height: 0.94;
            font-weight: 900;
            letter-spacing: 0;
            margin: 0;
            text-wrap: balance;
        }

        .visual-hero-copy p {
            max-width: 540px;
            margin: 26px 0 0;
            color: rgba(255, 255, 255, 0.74);
            font-size: 17px;
            line-height: 1.7;
        }

        .hosting-hero .visual-hero-visual {
            width: min(1360px, calc(100% - 32px));
            padding-top: 94px;
        }

        .hosting-hero .visual-hero-frame {
            width: min(80vw, 1180px);
            transform: translateX(56px);
        }

        .hosting-hero::after {
            background:
                linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.96) 30%, rgba(10, 10, 10, 0.5) 50%, rgba(10, 10, 10, 0.04) 76%, rgba(10, 10, 10, 0.24) 100%),
                linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 18%, rgba(10, 10, 10, 0) 78%, #0A0A0A 100%);
        }

        /* Mega Menu Hover Logic */
        .group:hover .mega-menu,
        .group:focus-within .mega-menu,
        .mega-open > .mega-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .mega-menu {
            transition: all 0.3s ease;
            transform: translateY(10px);
        }

        .mega-menu a,
        .mega-menu button {
            outline-offset: 4px;
        }

        .mega-menu a:focus-visible,
        .mega-menu button:focus-visible {
            outline: 2px solid rgba(217, 29, 42, 0.7);
        }

        /* Tailwind CDN removal: local utility fallbacks used by the shared header. */
        .grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .w-\[920px\] {
            width: 920px;
        }

        @media (min-width: 64rem) {
            .lg\:flex {
                display: flex;
            }
        }

        /* Custom Scrollbar */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #0A0A0A; }
        ::-webkit-scrollbar-thumb { background: #171717; border-radius: 4px; }
        ::-webkit-scrollbar-thumb:hover { background: #D91D2A; }

/* Shared visual system for internal pages */
:root {
    --brand-red: #D91D2A;
    --brand-black: #0A0A0A;
    --brand-dark: #171717;
    --brand-text: #A1A1AA;
    --brand-light: #F4F4F5;
    --line-soft: rgba(255, 255, 255, 0.08);
    --line-red: rgba(217, 29, 42, 0.42);
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-red);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.22em;
    margin-bottom: 18px;
}

.eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--brand-red);
    box-shadow: 0 0 20px rgba(217, 29, 42, 0.7);
}

.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 62vh;
    display: flex;
    align-items: center;
    padding: 180px 0 96px;
    background:
        radial-gradient(circle at 76% 20%, rgba(217, 29, 42, 0.22), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.05), transparent 30%),
        #0A0A0A;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/assets/img/bg-305click.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    filter: contrast(1.2) saturate(1.35);
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.2), #0A0A0A 94%),
        linear-gradient(90deg, rgba(10, 10, 10, 0.92), rgba(10, 10, 10, 0.36), rgba(10, 10, 10, 0.78));
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: center;
    gap: 56px;
}

.page-hero h1 {
    max-width: 880px;
    color: #fff;
    font-size: clamp(42px, 7vw, 86px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 0.95;
}

.page-hero p {
    max-width: 720px;
    margin-top: 24px;
    color: #c8c8d0;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.8;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 9px;
    border: 1px solid transparent;
    font-weight: 900;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--brand-red);
    color: #fff;
    box-shadow: 0 0 28px rgba(217, 29, 42, 0.35);
}

.btn-secondary {
    background: rgba(23, 23, 23, 0.66);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-secondary:hover {
    border-color: var(--line-red);
}

.btn-dark {
    background: #0A0A0A;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
}

.hero-panel,
.mini-panel,
.contact-card,
.mail-card {
    position: relative;
    overflow: hidden;
    min-height: 290px;
    padding: 34px;
    border-radius: 18px;
    background: rgba(23, 23, 23, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(14px);
}

.hero-panel::before,
.mini-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 14px;
    border: 1px solid rgba(217, 29, 42, 0.24);
}

.hero-panel strong,
.mini-panel strong {
    position: relative;
    display: block;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px;
}

.hero-panel span,
.mini-panel span {
    position: relative;
    display: block;
    color: var(--brand-text);
    line-height: 1.8;
}

.section {
    position: relative;
    padding: 96px 0;
    background: #0A0A0A;
}

.section.light {
    background: #F4F4F5;
    color: #0A0A0A;
}

.section.dark,
.glow-section {
    background:
        radial-gradient(circle at top right, rgba(217, 29, 42, 0.16), transparent 42%),
        #171717;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 44px;
}

.section-heading h2,
.content-grid h2,
.final-cta h2 {
    color: #fff;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.section.light .section-heading h2,
.section.light .content-grid h2 {
    color: #0A0A0A;
}

.section-heading p,
.content-grid p,
.article-body p {
    margin-top: 16px;
    color: var(--brand-text);
    font-size: 16px;
    line-height: 1.8;
}

.section.light .section-heading p,
.section.light .content-grid p {
    color: #52525b;
}

.content-grid,
.contact-grid,
.domain-grid,
.pricing-detail,
.cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 42px;
    align-items: center;
}

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

.service-card,
.price-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 28px;
    border-radius: 18px;
    background: rgba(23, 23, 23, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.section.light .service-card,
.section.light .price-card {
    background: #fff;
    border-color: #e4e4e7;
}

.service-card:hover,
.price-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 29, 42, 0.55);
    background: rgba(23, 23, 23, 0.82);
}

.section.light .service-card:hover,
.section.light .price-card:hover {
    background: #fff;
}

.service-card::after,
.price-card::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(217, 29, 42, 0.18), transparent 68%);
    pointer-events: none;
}

.service-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    margin-bottom: 20px;
    border-radius: 12px;
    color: var(--brand-red);
    background: rgba(217, 29, 42, 0.1);
    font-weight: 900;
}

.service-card h2,
.service-card h3,
.price-card h2,
.price-card h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

.section.light .service-card h2,
.section.light .service-card h3,
.section.light .price-card h2,
.section.light .price-card h3 {
    color: #0A0A0A;
}

.service-card p,
.price-card p,
.price-card li,
.pricing-detail p,
.check-list {
    color: var(--brand-text);
    line-height: 1.75;
}

.section.light .service-card p,
.section.light .price-card p,
.section.light .price-card li {
    color: #52525b;
}

.price {
    display: block;
    color: var(--brand-red);
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 900;
    margin: 10px 0 14px;
}

.price-card ul,
.check-list {
    padding-left: 20px;
    margin: 18px 0 0;
}

.price-card a,
.text-link {
    display: inline-flex;
    margin-top: 20px;
    color: var(--brand-red);
    font-weight: 900;
}

.price-card.featured {
    border-color: rgba(217, 29, 42, 0.65);
    box-shadow: 0 0 50px rgba(217, 29, 42, 0.16);
}

.floating-whatsapp {
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.34);
}

.floating-whatsapp svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: #25D366;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.38);
}

.section > .container {
    position: relative;
    z-index: 1;
}

.section:not(.light) {
    overflow: hidden;
}

.section:not(.light)::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at 76% 28%, #000 0%, transparent 54%);
    -webkit-mask-image: radial-gradient(circle at 76% 28%, #000 0%, transparent 54%);
}

.service-card,
.price-card,
.hero-panel,
.mini-panel {
    isolation: isolate;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018) 42%, rgba(217, 29, 42, 0.085)),
        rgba(23, 23, 23, 0.64);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.section.light .service-card,
.section.light .price-card {
    background:
        linear-gradient(135deg, #fff, #fff 54%, rgba(217, 29, 42, 0.045)),
        #fff;
    box-shadow: 0 18px 40px rgba(10, 10, 10, 0.06);
}

.service-card::before,
.price-card::before,
.hero-panel::after,
.mini-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(135deg, transparent 0%, #000 30%, #000 76%, transparent 100%);
    -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 30%, #000 76%, transparent 100%);
}

.hero-panel::after,
.mini-panel::after {
    inset: 0;
}

a.service-card {
    text-decoration: none;
}

a.service-card p::after {
    content: "Ver mas ->";
    display: flex;
    width: fit-content;
    margin-top: 20px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.78;
    transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

a.service-card:hover p::after {
    color: var(--brand-red);
    opacity: 1;
    transform: translateX(4px);
}

.price-card a {
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    margin-top: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.price-card a:hover {
    border-color: rgba(217, 29, 42, 0.72);
    background: rgba(217, 29, 42, 0.14);
    transform: translateY(-2px);
}

.price-card.featured a {
    border-color: transparent;
    background: var(--brand-red);
    box-shadow: 0 0 24px rgba(217, 29, 42, 0.28);
}

.plan-badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(217, 29, 42, 0.18);
    color: var(--brand-red);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.plan-ideal {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.plan-ideal strong,
.plan-ideal span {
    display: block;
}

.plan-ideal strong {
    color: #fff;
    margin-bottom: 6px;
}

.plan-ideal span {
    color: var(--brand-text);
    line-height: 1.55;
}

.hosting-note {
    max-width: 920px;
    margin: 34px auto 0;
    padding: 18px 22px;
    text-align: center;
    color: #d4d4d8;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.testimonials-section {
    position: relative;
    overflow: hidden;
    padding: 106px 0;
    background:
        radial-gradient(circle at 16% 12%, rgba(217, 29, 42, 0.18), transparent 32%),
        radial-gradient(circle at 86% 76%, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(180deg, #0A0A0A 0%, #111 52%, #0A0A0A 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonials-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle at 50% 26%, #000 0%, transparent 62%);
    -webkit-mask-image: radial-gradient(circle at 50% 26%, #000 0%, transparent 62%);
}

.testimonials-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.5), transparent 28%, transparent 72%, rgba(10, 10, 10, 0.5)),
        linear-gradient(180deg, rgba(10, 10, 10, 0.5), transparent 22%, rgba(10, 10, 10, 0.55));
}

.testimonials-section > .container {
    position: relative;
    z-index: 1;
}

.testimonials-heading {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}

.testimonials-heading .eyebrow {
    justify-content: center;
}

.testimonials-heading h2 {
    color: #fff;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.04;
}

.testimonials-heading p {
    max-width: 680px;
    margin: 18px auto 0;
    color: var(--brand-text);
    font-size: 17px;
    line-height: 1.8;
}

.testimonials-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-top: 28px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.testimonials-summary svg {
    width: 18px;
    height: 18px;
    color: var(--brand-red);
}

.testimonials-summary span {
    font-size: 13px;
    font-weight: 900;
}

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

.testimonial-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    min-height: 318px;
    padding: 30px;
    border-radius: 18px;
    flex-direction: column;
    background:
        radial-gradient(circle at 90% 12%, rgba(217, 29, 42, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.074), rgba(255, 255, 255, 0.02) 48%, rgba(217, 29, 42, 0.08)),
        rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(135deg, transparent 0%, #000 28%, #000 74%, transparent 100%);
    -webkit-mask-image: linear-gradient(135deg, transparent 0%, #000 28%, #000 74%, transparent 100%);
}

.testimonial-card::after {
    content: "";
    position: absolute;
    right: -78px;
    bottom: -92px;
    z-index: -1;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(217, 29, 42, 0.22), transparent 68%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 29, 42, 0.5);
    background:
        radial-gradient(circle at 90% 12%, rgba(217, 29, 42, 0.24), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025) 48%, rgba(217, 29, 42, 0.12)),
        rgba(23, 23, 23, 0.82);
}

.testimonial-card:hover::after {
    transform: scale(1.12);
    opacity: 0.95;
}

.testimonials-section-home .testimonial-card {
    background:
        radial-gradient(circle at 90% 8%, rgba(217, 29, 42, 0.08), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fafafa 54%, #f1f1f3 100%);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.testimonials-section-home .testimonial-card::before {
    opacity: 0.36;
    background-image:
        linear-gradient(rgba(10, 10, 10, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 10, 10, 0.035) 1px, transparent 1px);
}

.testimonials-section-home .testimonial-card::after {
    background: radial-gradient(circle, rgba(217, 29, 42, 0.11), transparent 68%);
}

.testimonials-section-home .testimonial-card:hover {
    background:
        radial-gradient(circle at 90% 8%, rgba(217, 29, 42, 0.12), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 54%, #f4f4f5 100%);
    border-color: rgba(217, 29, 42, 0.32);
}

.testimonial-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 22px;
    color: #ffb000;
}

.testimonial-stars svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke-width: 0;
}

.testimonial-quote {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.75;
}

.testimonials-section-home .testimonial-quote {
    color: #27272a;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 28px;
}

.testimonial-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    color: #fff;
    background: rgba(217, 29, 42, 0.18);
    border: 1px solid rgba(217, 29, 42, 0.28);
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.testimonial-author strong,
.testimonial-author small {
    display: block;
}

.testimonial-author strong {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.testimonials-section-home .testimonial-author strong {
    color: #0A0A0A;
}

.testimonial-author small {
    margin-top: 4px;
    color: var(--brand-text);
    line-height: 1.45;
}

.testimonials-section-home .testimonial-author small {
    color: #71717a;
}

.testimonial-source {
    display: inline-flex;
    width: fit-content;
    margin-top: 18px;
    color: var(--brand-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.feature-list span {
    padding: 16px;
    border-radius: 14px;
    background: rgba(23, 23, 23, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 800;
}

.section.light .feature-list span {
    background: #fff;
    color: #0A0A0A;
    border-color: #e4e4e7;
}

.domain-strip,
.final-cta {
    position: relative;
    overflow: hidden;
    padding: 58px 0;
    background:
        radial-gradient(circle at 16% 30%, rgba(255, 255, 255, 0.24), transparent 16%),
        radial-gradient(circle at 84% 72%, rgba(0, 0, 0, 0.24), transparent 24%),
        linear-gradient(135deg, #f22435 0%, var(--brand-red) 44%, #a80f1a 100%);
    box-shadow: 0 0 50px rgba(217, 29, 42, 0.25);
}

.final-cta {
    padding: 82px 0;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.13), transparent 18%),
        radial-gradient(circle at 84% 72%, rgba(0, 0, 0, 0.48), transparent 34%),
        linear-gradient(135deg, #d91d2a 0%, #b81522 48%, #64080f 100%);
}

.domain-strip::before,
.final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image: radial-gradient(rgba(255, 255, 255, 0.72) 1px, transparent 1.4px);
    background-size: 24px 24px;
}

.final-cta::before {
    opacity: 0.075;
    background-size: 28px 28px;
}

.domain-strip::after,
.final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.16), transparent 32%, rgba(10, 10, 10, 0.22)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 48%, rgba(0, 0, 0, 0.16));
}

.final-cta::after {
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.08), rgba(10, 10, 10, 0.18) 42%, rgba(10, 10, 10, 0.46)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 45%, rgba(0, 0, 0, 0.24));
}

.domain-strip > .container,
.final-cta > .container {
    position: relative;
    z-index: 1;
}

.domain-strip h2,
.final-cta h2 {
    color: #fff;
}

.final-cta .eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.final-cta .eyebrow::before {
    background: rgba(255, 255, 255, 0.58);
    box-shadow: none;
}

.final-cta h2 {
    max-width: 760px;
    font-size: clamp(36px, 5vw, 70px);
    line-height: 1.02;
    letter-spacing: 0;
}

.final-cta p {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.84);
}

.final-cta .cta-actions {
    justify-content: flex-end;
}

.final-cta .btn-primary {
    background: #0A0A0A;
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.final-cta .btn-secondary {
    background: rgba(10, 10, 10, 0.22);
    border-color: rgba(255, 255, 255, 0.24);
}

.domain-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.domain-form input,
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: #fff;
    color: #0A0A0A;
    padding: 0 16px;
    font: inherit;
    font-weight: 700;
    outline: none;
}

.contact-form textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.domain-result {
    grid-column: 1 / -1;
    color: #fff;
    font-weight: 800;
}

.domain-result-line,
.domain-result-actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.domain-result-actions {
    margin-left: 10px;
}

.domain-result-link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.domain-result-link-muted {
    opacity: 0.8;
}

.form-note {
    padding: 14px 16px;
    border: 1px solid rgba(217, 29, 42, 0.35);
    border-radius: 14px;
    background: rgba(217, 29, 42, 0.1);
    color: #fff;
    font-weight: 700;
}

.notice-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(23, 23, 23, 0.72);
    padding: clamp(24px, 4vw, 42px);
}

.notice-card h2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 0.95;
    margin: 0 0 16px;
}

.notice-card p {
    color: var(--brand-text);
    max-width: 720px;
}

.domain-results-section {
    background:
        radial-gradient(circle at 78% 12%, rgba(217, 29, 42, 0.18), transparent 34%),
        #0A0A0A;
}

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

.domain-result-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 18px;
    min-height: 240px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(18, 18, 18, 0.92);
    padding: 24px;
}

.domain-result-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 18%, rgba(217, 29, 42, 0.18), transparent 32%),
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.04));
    pointer-events: none;
}

.domain-result-card > * {
    position: relative;
    z-index: 1;
}

.domain-result-card-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.domain-name {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 900;
    line-height: 1;
}

.domain-status {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.domain-result-card p,
.domain-summary {
    color: var(--brand-text);
}

.domain-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.domain-result-card.is-available {
    border-color: rgba(34, 197, 94, 0.38);
}

.domain-result-card.is-available .domain-status {
    background: rgba(34, 197, 94, 0.16);
    border-color: rgba(34, 197, 94, 0.38);
    color: #86efac;
}

.domain-result-card.is-taken {
    border-color: rgba(255, 255, 255, 0.08);
    opacity: 0.78;
}

.domain-result-card.is-taken .domain-status {
    background: rgba(255, 255, 255, 0.08);
    color: #d4d4d8;
}

.domain-result-card.is-unknown .domain-status {
    background: rgba(245, 158, 11, 0.16);
    border-color: rgba(245, 158, 11, 0.34);
    color: #facc15;
}

.domain-result-card .btn.is-muted {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-list details {
    border-radius: 16px;
    background: rgba(23, 23, 23, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px;
}

.faq-list summary {
    cursor: pointer;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
}

.faq-list p {
    margin-top: 14px;
    color: var(--brand-text);
}

.narrow {
    max-width: 860px;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    color: #fff;
    font-weight: 800;
}

.honeypot,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-card a {
    display: block;
    color: #fff;
    font-weight: 900;
    margin-top: 12px;
}

.article-body {
    color: var(--brand-text);
}

.grouped-list {
    display: grid;
    gap: 54px;
}

.solution-group h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    margin-bottom: 22px;
}

@media (max-width: 1024px) {
    .hero-grid,
    .content-grid,
    .contact-grid,
    .domain-grid,
    .pricing-detail,
    .cta-shell {
        grid-template-columns: 1fr;
    }

    .cards-grid,
    .pricing-grid,
    .bento-grid,
    .testimonials-grid,
    .domain-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-hero {
        min-height: auto;
        padding: 138px 0 76px;
    }

    .about-hero-content {
        width: min(100% - 40px, 1180px);
    }

    .about-hero-copy {
        max-width: 560px;
    }

    .about-hero-visual {
        width: min(100% - 32px, 1320px);
        align-items: flex-start;
        justify-content: flex-end;
        padding-top: 100px;
    }

    .about-hero-frame {
        width: min(108vw, 1120px);
        opacity: 0.88;
        transform: translateX(70px);
    }

    .image-hero-bg::after {
        background:
            linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.9) 42%, rgba(10, 10, 10, 0.34) 100%),
            linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.08) 18%, #0A0A0A 100%);
    }

    .visual-page-hero {
        min-height: auto;
        padding: 138px 0 76px;
    }

    .visual-hero-copy {
        max-width: 590px;
    }

    .visual-hero-visual {
        width: min(100% - 32px, 1320px);
        padding-top: 100px;
    }

    .visual-hero-frame {
        width: min(104vw, 1080px);
        opacity: 0.82;
        transform: translateX(58px);
    }

    .hosting-hero .visual-hero-frame {
        width: min(92vw, 920px);
        transform: translateX(34px);
    }

    .footer-main {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .page-hero {
        padding: 128px 0 72px;
    }

    .cards-grid,
    .pricing-grid,
    .bento-grid,
    .feature-list,
    .testimonials-grid,
    .domain-results-grid,
    .domain-form {
        grid-template-columns: 1fr;
    }

    .domain-result-card-main {
        flex-direction: column;
    }

    .testimonials-section {
        padding: 76px 0;
    }

    .testimonial-card {
        min-height: 280px;
        padding: 24px;
    }

    .about-hero {
        padding: 124px 0 64px;
    }

    .about-hero::before {
        opacity: 0.72;
        background-position: 64% center;
    }

    .about-contained-hero::after {
        background:
            linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.88) 44%, rgba(10, 10, 10, 0.34) 100%),
            linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.1) 18%, #0A0A0A 100%);
    }

    .about-hero-visual {
        align-items: flex-start;
        justify-content: center;
        padding-top: 210px;
    }

    .about-hero-frame {
        width: min(112vw, 760px);
        opacity: 0.5;
        transform: none;
    }

    .about-hero h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .visual-page-hero {
        padding: 124px 0 64px;
    }

    .visual-page-hero::after {
        background:
            linear-gradient(90deg, #0A0A0A 0%, rgba(10, 10, 10, 0.88) 48%, rgba(10, 10, 10, 0.36) 100%),
            linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0.1) 18%, #0A0A0A 100%);
    }

    .visual-hero-visual {
        align-items: flex-start;
        justify-content: center;
        padding-top: 210px;
    }

    .visual-hero-frame {
        width: min(112vw, 760px);
        opacity: 0.48;
        transform: none;
    }

    .hosting-hero .visual-hero-frame {
        width: min(112vw, 720px);
        opacity: 0.42;
        transform: none;
    }

    .visual-hero-copy h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .about-pill-grid,
    .about-stat-strip {
        grid-template-columns: 1fr;
    }

    .about-pill-grid {
        gap: 22px;
        margin-top: 36px;
    }

    .about-stat-strip {
        text-align: left;
    }

    .about-stat-strip div {
        text-align: left;
    }

    .section {
        padding: 72px 0;
    }

    .site-footer {
        padding-top: 34px;
    }

    .site-footer-inner {
        width: min(100% - 28px, 1180px);
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 44px;
    }

    .footer-portfolio-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 360px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-bottom div {
        flex-wrap: wrap;
    }
}
