:root {
    --black: #020202;
    --white: #fff;
    --cyan: #25bef4;
    --blue: #166e94;
    --teal: #168eb4;
    --violet: #554e9b;
    --magenta: #c2246e;
    --gray: #f2f2f2;
    --dark: #202020;
    --txt: #333
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Montserrat, Arial, sans-serif;
    background: #000;
    color: var(--white);
    letter-spacing: .01em
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

.container {
    width: min(1120px, 90vw);
    margin: auto
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 44px 0
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2px
}

.mark {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    position: relative
}

.mark:after {
    content: "";
    position: absolute;
    inset: 10px 8px 9px 12px;
    border-left: 18px solid #111;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    transform: rotate(-18deg)
}

.menu {
    display: flex;
    gap: 30px;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.menu a.active,
.menu a:hover {
    outline: 1px solid #fff;
    border-radius: 18px;
    padding: 6px 15px
}

.hero {
    min-height: 620px;
    padding: 150px 0 80px;
    background: url('../img/07.png') center/cover
}

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

.hero h1 {
    font-size: 40px;
    line-height: .98;
    margin: 0 0 20px;
    font-weight: 700
}

.hero .eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4
}

.eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4
}

.hero p {
    font-size: 17px;
    line-height: 1.45;
    max-width: 490px
}

.hero-product {
    position: relative
}

.hero-product .devices {
    width: 460px;
    margin: auto
}

.btn {
    display: inline-block;
    border: 2px solid currentColor;
    border-radius: 30px;
    padding: 10px 23px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.btn.fill {
    background: var(--cyan);
    border-color: var(--cyan);
    color: #fff
}

.btn.violet {
    background: var(--violet);
    border-color: var(--violet)
}

.section {
    padding: 92px 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.split>* {
    min-height: 540px
}

.blue {
    background: linear-gradient(120deg, rgba(0, 99, 223, .95), rgba(0, 145, 190, .9)), url('../img/30011-64265.jpg') center/cover
}

.cyan {
    background: #bfeeff;
    color: #126d98
}

.teal {
    background: #158daf
}

.light {
    background: #eee;
    color: #333
}

.dark {
    background: #000;
    color: #fff
}

.content {
    padding: 84px
}

.content h2 {
    font-size: 40px;
    line-height: 1.05;
    margin: 0 0 24px;
    font-weight: 700
}

.content h3 {
    font-size: 36px;
    line-height: 1.05;
    margin: 0 0 18px;
    font-weight: 700
}

.content p {
    font-size: 17px;
    line-height: 1.5
}

.tag {
    display: inline-block;
    border-radius: 20px;
    background: #fff;
    color: var(--violet);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 18px;
    margin-bottom: 18px
}

.tag.darktag {
    background: #333;
    color: #fff
}

.tag.blueTag {
    background: #fff;
    color: #176fe6
}

.photo {
    background: center/cover no-repeat;
    position: relative
}

.photo {
    position: relative;
    max-width: 460px;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    background-size: cover;
    background-position: center;
    justify-self: center;
}

.icon-top {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
}

.icon-bottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 24px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 28px 0
}

.features li {
    border-top: 1px solid rgba(255, 255, 255, .45);
    padding: 13px 0 13px 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: relative
}

.features li:before {
    content: "↗";
    position: absolute;
    left: 0
}

.light .features li {
    border-color: #777
}

.plans {
    display: grid;
    grid-template-columns: 42% 58%;
    background: #eee;
    color: #333
}

.plans .phone {
    min-height: 600px;
    background: url('../img/04b_logo.jpg') center/cover
}

.plans .content {
    align-self: center
}

.plan-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    margin: 14px 0;
    align-items: start
}

.pill {
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.pill.cyanP {
    background: #1788b2
}

.pill.magentaP {
    background: #cc2e9f
}

.pill.violetP {
    background: #5445a8
}

.contact {
    background: #000;
    padding: 90px 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: start
}

.contact h2 {
    font-size: 44px;
    margin: 0 0 12px
}

.form-card {
    background: #eee;
    color: #333;
    padding: 45px 45px 70px;
    border-radius: 0
}

.form-card h3 {
    font-size: 24px;
    margin: 0 0 10px
}

.form-card input,
.form-card textarea {
    width: 100%;
    height: 42px;
    border: 2px solid #444;
    border-radius: 20px;
    background: transparent;
    margin: 6px 0 10px;
    padding: 0 15px;
    font-family: inherit
}

.form-card textarea {
    height: 90px;
    padding-top: 12px
}

.footer {
    background: #000;
    border-top: 1px solid #777;
    padding: 70px 0
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.social {
    display: flex;
    gap: 14px;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase
}

.social span:not(:first-child) {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #000;
    display: grid;
    place-items: center;
    font-size: 12px
}

.cards {
    display: grid;
    gap: 0
}

.card {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.card:nth-child(even) .photo {
    order: -1
}

.feature-box {
    border: 2px solid currentColor;
    border-radius: 0 16px 16px 16px;
    padding: 22px;
    margin: 28px 0;
    max-width: 520px
}

.feature-box strong {
    background: currentColor;
    border-radius: 18px;
    padding: 8px 14px;
    font-size: 13px
}

.feature-box strong span {
    color: #fff
}

.timeline {
    background: #000;
    padding: 90px 0;
    text-align: center
}

.timeline img {
    margin: auto;
    max-width: 900px
}

.faq-wrap {
    background: linear-gradient(rgba(245, 245, 245, .92), rgba(245, 245, 245, .92)), url('../img/30011-64265.jpg') center/cover;
    color: #333;
    padding: 170px 0 110px
}

.accordion {
    max-width: 980px;
    margin: 50px auto 0
}

.faq-item {
    background: #fff;
    margin: 0 0 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12)
}

.faq-q {
    padding: 22px 26px;
    font-weight: 700;
    color: #999;
    cursor: pointer
}

.faq-q:after {
    content: '↘';
    float: right
}

.faq-a {
    display: none;
    padding: 0 26px 26px;
    font-size: 18px
}

.faq-item.open .faq-q {
    color: var(--magenta)
}

.faq-item.open .faq-a {
    display: block
}

.contact-hero {
    min-height: 720px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .45)), url('../img/gemini_generated_image_8revf48revf48rev.jpg') center/cover;
    padding-top: 170px
}

.notice {
    background: var(--cyan);
    padding: 24px 30px;
    border-radius: 12px;
    font-size: 21px;
    line-height: 1.35;
    margin: 34px 0
}

.mobile-toggle {
    display: none
}

.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35)
}

.whatsapp img {
    width: 76px;
    height: 76px;
    object-fit: contain
}

@media(max-width:500px) {
    .container {
        width: min(1120px, 96vw);
    }

    .form-card,
    .contact-form-card,
    .company-contact .form-card {
        padding: 32px 20px !important;
    }

    .form-card h3,
    .contact-form-card h3,
    .company-contact .form-card h3 {
        font-size: 18px !important;
    }

    .field label {
        font-size: 12px;
    }

    .form-card input,
    .form-card textarea,
    .contact-form-card input,
    .contact-form-card textarea,
    .company-contact input,
    .company-contact textarea {
        font-size: 14px !important;
        padding: 10px 16px !important;
        height: auto !important;
    }

    .btn,
    .bss-btn,
    .btn-client,
    .visit-btn {
        font-size: 11px !important;
        padding: 8px 16px !important;
        white-space: normal !important;
        text-align: center;
        line-height: 1.3 !important;
        height: auto !important;
        min-height: 32px;
    }

    .assistant-btn {
        padding: 12px 56px 12px 18px !important;
        min-height: 56px;
    }

    .assistant-btn img {
        width: 70px !important;
        right: 8px !important;
        bottom: -10px !important;
    }

    .contact h2,
    .form-card h3,
    .contact-page .contact-info h2,
    .company-contact .contact-info h2 {
        font-size: 20px !important;
    }

    .contact-page .contact-subtitle,
    .contact-page .subtitle-text {
        font-size: 14px !important;
    }

    .contact-page .contact-line {
        font-size: 16px !important;
    }

    .contact-page .contact-hero {
        padding: 100px 0 50px !important;
    }

    .contact-page .contact-main-copy h1 {
        font-size: 28px !important;
        line-height: 1.1 !important;
    }

    .contact-page .contact-main-copy p {
        font-size: 14px !important;
    }

    .contact-page .notice {
        font-size: 13px !important;
        padding: 14px 18px !important;
        max-width: 100% !important;
    }

    .contact-page .contact-subtitle {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .contact-page .subtitle-line {
        display: none;
    }

    .contact-page .contact-subtitle>img {
        width: 36px !important;
        height: 36px !important;
    }

    .form-wrap {
        padding: 0 !important;
    }

    .form-side-photo {
        display: none;
    }

    .contact-form-card h3 span {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
}

@media(max-width:680px) {
    .plan-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pill-group {
        justify-content: flex-start;
    }

    .pill-group .pill {
        min-width: 140px;
        font-size: 13px;
    }

    .plan-row p {
        margin-left: 0 !important;
    }

    .features-box {
        min-width: auto;
        width: 100%;
    }

    .container {
        width: min(1120px, 94vw);
    }

    .hero-devices {
        left: 0;
        width: 100%;
        max-width: 280px;
    }

    .hero-photo,
    .floating-photo,
    .company-floating-photo {
        width: 100%;
        max-width: 100%;
    }

    .face-pill-group {
        width: 100%;
        max-width: 250px;
    }
}

@media(max-width:850px) {
    .header {
        position: absolute;
        padding: 24px 0
    }

    .mobile-toggle {
        display: block;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 20px;
        padding: 8px 12px
    }

    .menu {
        display: none;
        position: absolute;
        top: 78px;
        right: 5vw;
        background: #000;
        padding: 20px;
        border-radius: 14px;
        flex-direction: column;
        align-items: flex-start
    }

    .menu.open {
        display: flex
    }

    .logo {
        font-size: 32px
    }

    .mark {
        width: 34px;
        height: 34px
    }

    .hero {
        padding-top: 130px
    }

    .hero-grid,
    .split,
    .plans,
    .contact-grid,
    .card {
        grid-template-columns: 1fr
    }

    .hero h1,
    .content h2,
    .contact h2 {
        font-size: 36px
    }

    .hero-product .devices {
        width: 300px
    }

    .content {
        padding: 54px 28px
    }

    .split>* {
        min-height: auto
    }

    .photo {
        min-height: 390px
    }

    .plans .phone {
        min-height: 520px
    }

    .footer .container {
        gap: 40px;
        flex-direction: column
    }

    .card:nth-child(even) .photo {
        order: 0
    }

    .whatsapp img {
        width: 60px;
        height: 60px
    }
}

.logo img {
    height: 60px;
    width: auto;
    display: block;
}

.features li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.features li img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    padding: 90px 8%;
    background: linear-gradient(120deg,
            rgba(122, 66, 254, .96),
            rgba(122, 66, 254, .88)),
        url('../img/30011-64265.jpg') center/cover;
}

.purple {
    background: none;
    color: #fff;
}

.split .photo {
    max-width: 460px;
    width: 100%;
    aspect-ratio: 1 / 1.08;
    background-size: cover;
    background-position: center;
    justify-self: center;
}

.plans {
    display: grid;
    grid-template-columns: 38% 62%;
    background: #eeeeee;
    min-height: 560px;
}

.phone {
    background-image: url('../img/phone.jpg');
    background-size: cover;
    background-position: center;
}

.plans-content {
    position: relative;
    padding: 70px 8% 55px;
}

.plans-content h2 {
    font-size: 40px;
    line-height: 1.05;
    margin-bottom: 28px;
}

.plans-intro {
    margin-bottom: 32px;
}

.plan-row {
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.pill-group {
    display: flex;
    gap: 8px;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 34px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.pill-group .pill {
    min-width: 165px;
}

.cyanP {
    background: #18a8d8;
}

.cyanP.dark {
    background: #0c7fa9;
}

.magentaP {
    background: #d72a86;
}

.violetP {
    background: #5750a8;
}

.plan-row p {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
}

.plans-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.plans-products {
    width: 240px;
    max-width: 45%;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 8px 22px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
}

.photo-full {
    min-height: 100%;
    height: 100%;
    align-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.photo-full {
    min-height: 700px;
}

.logo img {
    height: 60px;
    width: auto;
    display: block;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
    background: linear-gradient(120deg, rgba(122, 66, 254, .96), rgba(122, 66, 254, .88)), url('../img/30011-64265.jpg') center/cover;
}

.split>* {
    min-height: 0;
}

.split .content {
    padding: 90px 13%;
    color: #fff;
    align-self: center;
}

.split .photo {
    position: relative;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    min-height: 640px;
    align-self: stretch;
    justify-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-top {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
}

.icon-bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 24px;
}

.features li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 0;
}

.features li::before {
    position: static;
    flex: 0 0 auto;
}

.features li img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.plans {
    display: grid;
    grid-template-columns: 38% 62%;
    min-height: 560px;
    background: #eeeeee;
    color: #333;
}

.plans .phone {
    min-height: 560px;
    background: url('../img/04b_logo.jpg') center/cover no-repeat;
}

.plans-content {
    padding: 70px 8% 45px;
}

.plans-content h2 {
    font-size: 40px;
    line-height: 1.05;
    margin: 0 0 28px;
}

.plans-intro {
    margin-bottom: 32px;
}

.plan-row {
    display: grid;
    grid-template-columns: 270px 1fr;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
}

.plan-row p {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
}

.face-pill-group {
    display: inline-flex;
    width: 250px;
    height: 42px;
    overflow: hidden;
    border-radius: 999px;
}

.face-pill-group span {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    line-height: .9;
    text-align: center;
}

.face-pill-group span:first-child {
    background: #1594bd;
    border-radius: 999px 0 0 999px;
}

.face-pill-group span:last-child {
    background: #087da7;
    border-radius: 0 999px 999px 0;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.pill.cyanP,
.cyanP {
    background: #1594bd;
}

.pill.cyanP.dark,
.cyanP.dark {
    background: #087da7;
}

.pill.magentaP,
.magentaP {
    background: #d72a86;
}

.pill.violetP,
.violetP {
    background: #5750a8;
}

.plans-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 45px;
}

.plans-products {
    width: 260px;
    max-width: 42%;
    margin: 0;
}

.split-confidence {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
    background: linear-gradient(120deg, rgba(122, 66, 254, .96), rgba(122, 66, 254, .88)), url('../img/30011-64265.jpg') center/cover;
}

.split-confidence .confidence-content {
    padding: 90px 13%;
    color: #fff;
    background: transparent;
    align-self: center;
}

.photo-confidence {
    position: relative;
    min-height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.confidence-btn {
    position: absolute;
    right: 11%;
    bottom: 90px;
    color: #fff;
    border-color: var(--violet);
}

.confidence-btn span {
    margin-left: 12px;
}

.photo-full {
    min-height: unset;
    height: auto;
}

@media (max-width: 850px) {

    .split,
    .split-confidence,
    .plans {
        grid-template-columns: 1fr;
    }

    .split {
        gap: 0;
        padding: 0;
    }

    .split .content {
        padding: 60px 28px;
    }

    .split .photo {
        min-height: 390px;
    }

    .plans .phone {
        min-height: 520px;
    }

    .plans-content {
        padding: 54px 28px;
    }

    .plan-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

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

    .plans-products {
        max-width: 260px;
        width: 100%;
    }

    .split-confidence .confidence-content {
        padding: 60px 28px;
    }

    .photo-confidence {
        min-height: 480px;
    }

    .confidence-btn {
        right: 28px;
        bottom: 35px;
    }

    /* PR-F — confidence-btn: full-width, centrada y wrapping permitido */
    .confidence-btn {
        right: 16px !important;
        left: 16px !important;
        bottom: 16px !important;
        width: auto;
        text-align: center;
        padding: 8px 14px;
        white-space: normal;
        line-height: 1.25;
    }
}

.contact-headline,
.contact-line {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-headline img,
.contact-line img {
    width: 28px;
}

.contact-data {
    margin: 35px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.form-card h3 img {
    width: 24px;
    margin-top: 5px;
}

.buttons-row {
    display: flex;
    gap: 25px;
    margin-top: 10px;
}

.visit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 12px 22px;
    font-size: 15px;
}

.assistant-btn {
    margin-top: 20px;
    background: #000;
    color: #fff;
    border-radius: 999px;
    height: 48px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: visible;
}

.assistant-btn img {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 120px;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.contact img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.contact .assistant-btn img {
    width: 120px;
    max-width: none;
    max-height: none;
}

.contact-subtitle img {
    max-width: 60px;
    max-height: 60px;
}

.form-card h3 img {
    max-width: 20px;
    max-height: 20px;
}

.contact-line img {
    max-width: 18px;
    max-height: 18px;
}

.field img {
    max-width: 12px;
    max-height: 12px;
}

.buttons-row img {
    max-width: 16px;
    max-height: 16px;
}

.assistant-btn {
    margin-top: 20px;
    background: #000;
    color: #fff;
    border-radius: 999px;
    height: 48px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: visible;
}

.assistant-btn img {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 120px;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.contact .assistant-btn img {
    width: 120px;
    max-width: none;
    max-height: none;
}

.contact-subtitle {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.subtitle-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.subtitle-line {
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, .4);
    flex-shrink: 0;
}

.subtitle-text {
    line-height: 1.4;
}

.subtitle-text strong {
    display: block;
    text-transform: uppercase;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    height: 55px;
    width: auto;
}

.social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.social span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
}

.social a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.services-hero {
    min-height: 620px;
    padding: 150px 0 80px;
    background: url('../img/07.png') center/cover;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.services-hero-copy h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 25px;
}

.hero-icons {
    width: 170px;
    margin: 25px 0;
}

.services-hero-visual {
    position: relative;
}

.hero-devices {
    position: absolute;
    left: -80px;
    bottom: 20px;
    width: 320px;
    z-index: 2;
}

.hero-photo {
    width: 460px;
    height: 460px;
    margin-left: auto;
    background-size: cover;
    background-position: center;
}

.service-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service-copy {
    padding: 90px 80px;
}

.service-photo {
    background-size: cover;
    background-position: center;
    min-height: 620px;
    position: relative;
}

.floating-photo {
    width: 460px;
    min-height: 460px;
    margin: auto;
}

.reverse-photo .service-photo {
    order: -1;
}

.service-icons {
    display: flex;
    gap: 12px;
    margin: 25px 0;
}

.service-icons img {
    height: 76px;
}

.service-card-cyan {
    background: #ccefff;
    color: #126d98;
}

.service-card-teal {
    background: #1f90b7;
}

.service-card-teal-dark {
    background: #0f89b6;
}

.service-card-light {
    background: #efefef;
    color: #333;
}

.service-card-violet {
    background: #6c57c8;
}

.corner-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
}

.corner-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 22px;
}

@media(max-width:850px) {

    .services-hero-grid,
    .service-card {
        grid-template-columns: 1fr;
    }

    .reverse-photo .service-photo {
        order: 0;
    }

    .hero-photo {
        width: 100%;
    }

    .hero-devices {
        position: relative;
        left: auto;
        bottom: auto;
        width: 260px;
        margin: 0 auto 30px;
    }

    .service-copy {
        padding: 50px 30px;
    }
}

.company-page {
    background: #000;
    color: #fff;
    overflow: hidden;
}

.company-header .logo img {
    height: 60px;
    width: auto;
}

.company-page .btn {
    font-size: 11px;
    padding: 8px 20px;
    border-radius: 999px;
    font-weight: 800;
    text-transform: uppercase;
}

.company-hero {
    min-height: 620px;
    padding: 145px 0 70px;
    background: linear-gradient(90deg, rgba(2, 2, 8, .72), rgba(2, 2, 8, .72)), url('../img/07.png') center/cover no-repeat;
}

.company-hero-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    gap: 42px;
}

.company-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
    margin: 0 0 22px;
    font-weight: 700;
    letter-spacing: .005em;
}

.company-hero-copy p {
    font-size: 14px;
    line-height: 1.38;
    max-width: 360px;
    margin: 15px 0;
}

.company-icons-row {
    display: flex;
    gap: 13px;
    margin: 18px 0 20px;
}

.company-icons-row img {
    height: 46px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.company-hero-btn {
    margin-top: 12px;
    color: #fff;
}

.company-hero-image img {
    width: 560px;
    height: 380px;
    object-fit: cover;
    margin-left: auto;
}

.company-mission {
    background: linear-gradient(120deg, rgba(126, 60, 255, .97), rgba(126, 60, 255, .88)), url('../img/30011-64265.jpg') center/cover no-repeat;
    padding: 88px 0 70px;
}

.company-mission-grid {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 65px;
}

.company-mission-copy {
    max-width: 430px;
}

.company-mission-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: 18px 0 24px;
    font-weight: 700;
}

.mission-tag {
    background: #fff;
    color: #7e3cff;
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    border-radius: 999px;
}

.mission-icon,
.trust-icon {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 8px 0 26px;
}

.company-mission-copy p {
    font-size: 14px;
    line-height: 1.45;
    margin: 18px 0;
}

.mission-line {
    width: 260px;
    height: 1px;
    background: rgba(255, 255, 255, .45);
    margin-top: 38px;
}

.company-floating-photo {
    position: relative;
    width: 460px;
    height: 460px;
    background-size: cover;
    background-position: center;
    margin-left: auto;
}

.company-floating-photo .corner-logo,
.company-trust-photo .corner-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
}

.company-floating-photo .corner-arrow {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 22px;
    height: 22px;
}

.company-timeline {
    background: #020202;
    color: #fff;
    padding: 80px 0 70px;
    text-align: center;
    position: relative;
}

.company-timeline .container {
    position: relative;
}

.timeline-title {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 24px;
    margin-bottom: 45px;
}

.timeline-mark {
    position: absolute;
    right: 42px;
    top: 18px;
    width: 44px;
    height: 44px;
}

.timeline-image {
    width: min(1500px, 94%);
    margin: 0 auto;
    display: block;
    height: auto;
}

.company-difference {
    display: grid;
    grid-template-columns: 38% 62%;
    background: #eee;
    color: #333;
    min-height: 535px;
}

.company-difference-photo {
    background-size: cover;
    background-position: center;
    min-height: 535px;
}

.company-difference-copy {
    padding: 75px 9% 70px;
    align-self: center;
}

.company-difference-copy .tag {
    background: #252525;
    color: #fff;
    margin-bottom: 22px;
    font-size: 14px;
    border-radius: 999px;
    padding: 8px 20px;
}

.company-difference-copy h2 {
    font-size: 34px;
    margin: 0 0 28px;
    color: #333;
}

.difference-list {
    display: grid;
    gap: 2px;
    max-width: 560px;
    margin-bottom: 10px;
}

.difference-list div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    align-items: start;
}

.difference-list img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.difference-list p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}

.btn-violet-small {
    background: #7e3cff;
    border-color: #7e3cff !important;
    color: #fff !important;
}

.company-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 545px;
    background: linear-gradient(120deg, rgba(126, 60, 255, .97), rgba(126, 60, 255, .88)), url('../img/30011-64265.jpg') center/cover no-repeat;
}

.company-trust-copy {
    padding: 86px 14%;
    align-self: center;
}

.company-trust-copy h2 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 20px;
    font-weight: 700;
}

.company-trust-copy .eyebrow {
    font-size: 14px;
    margin-bottom: 5px;
}

.company-trust-copy p {
    font-size: 14px;
    line-height: 1.45;
}

.company-trust-photo {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 545px;
}

.trust-btn {
    position: absolute;
    right: 58px;
    bottom: 70px;
    background: rgba(0, 0, 0, .15);
    color: #fff !important;
    border-color: #fff !important;
    font-size: 11px !important;
}

.trust-btn span {
    margin-left: 8px;
}

.company-contact {
    padding: 90px 0 80px;
    background: #000;
}

.company-contact .contact-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 92px;
}

.company-contact .contact-info h2 {
    font-size: 44px;
    line-height: 1;
    margin: 0 0 20px;
}

.company-contact .contact-info p {
    font-size: 14px;
    line-height: 1.45;
    max-width: 520px;
}

.company-contact .form-card {
    padding: 48px 50px;
    min-height: 520px;
}

.company-contact .form-card h3 {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 30px;
}

.company-contact .form-card input {
    height: 30px;
    margin: 6px 0 12px;
    border: 1.6px solid #222;
    border-radius: 999px;
    font-size: 11px;
}

.company-contact .buttons-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

.company-contact .buttons-row .btn {
    height: 28px;
    padding: 5px 18px;
    font-size: 11px;
}

.company-contact .visit-btn {
    width: 100%;
    height: 30px;
    margin-top: 16px;
    font-size: 12px;
    padding: 6px 15px;
    border-color: #222;
    color: #222;
}

.company-contact .assistant-btn {
    height: 48px;
    margin-top: 20px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.2;
}

.company-contact .assistant-btn small {
    font-weight: 400;
    font-size: 11px;
}

.company-contact .assistant-btn img {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 120px !important;
    max-width: none !important;
    max-height: none !important;
    height: auto;
}

@media(max-width:850px) {

    .company-hero,
    .company-mission,
    .company-timeline,
    .company-contact {
        padding-left: 0;
        padding-right: 0;
    }

    .company-hero-grid,
    .company-mission-grid,
    .company-difference,
    .company-trust,
    .company-contact .contact-grid {
        grid-template-columns: 1fr;
    }

    .company-hero-copy h1,
    .company-mission-copy h2,
    .company-trust-copy h2 {
        font-size: 36px;
    }

    .company-hero-image img,
    .company-floating-photo {
        width: 100%;
        height: auto;
        min-height: 380px;
    }

    .company-floating-photo {
        margin: 30px 0 0;
    }

    .company-difference-photo,
    .company-trust-photo {
        min-height: 420px;
    }

    .company-mission-copy,
    .company-difference-copy,
    .company-trust-copy {
        padding: 55px 28px;
        max-width: none;
    }

    .company-contact .contact-grid {
        gap: 40px;
    }

    .company-contact .form-card {
        padding: 38px 28px;
    }

    /* PR-F — trust-btn: full-width, centrada y wrapping permitido */
    .trust-btn {
        right: 18px !important;
        left: 18px !important;
        bottom: 24px !important;
        width: auto;
        text-align: center;
        white-space: normal;
        line-height: 1.25;
    }
}

.container {
    width: min(1120px, 88vw);
}

.logo img,
.footer-logo img {
    height: 58px;
    width: auto;
    display: block;
}

.header {
    padding: 42px 0;
}

.nav {
    gap: 35px;
}

.menu {
    gap: 27px;
    font-size: 11px;
    letter-spacing: .045em;
}

.menu a {
    padding: 6px 0;
}

.menu a.active,
.menu a:hover {
    outline: 1px solid #fff;
    border-radius: 999px;
    padding: 6px 15px;
}

.btn,
.bss-btn,
.btn-client {
    letter-spacing: .04em;
}

.footer {
    padding: 76px 0 86px;
    border-top: 1px solid rgba(255, 255, 255, .45);
}

.footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: min(1120px, 88vw);
    margin: 0 auto;
}

.footer-logo img {
    height: 46px;
}

.social {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.social a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: none;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.social span:not(:first-child) {
    width: auto;
    height: auto;
    background: transparent;
    color: inherit;
    display: inline;
    font-size: inherit;
}

.whatsapp {
    right: 26px;
    bottom: 26px;
    z-index: 50;
}

.whatsapp img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.clients-page {
    background: #000;
    color: #fff;
}

.clients-page .clients-hero {
    min-height: 660px;
    padding: 155px 0 88px;
    background: linear-gradient(90deg, rgba(5, 7, 20, .78), rgba(5, 7, 20, .66)), url('../img/07.png') center/cover no-repeat;
}

.clients-hero-grid {
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
    gap: 44px;
}

.clients-hero h1 {
    font-size: 44px;
    line-height: 1.02;
    margin: 0 0 22px;
    max-width: 520px;
    font-weight: 700;
}

.clients-hero .eyebrow {
    font-size: 14px;
    line-height: 1.32;
    margin: 0 0 26px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04em;
}

.clients-hero p {
    font-size: 14px;
    line-height: 1.48;
    max-width: 500px;
    margin: 16px 0;
}

.clients-hero-visual {
    position: relative;
    width: 100%;
}

.clients-hero-visual img {
    width: 520px;
    height: 390px;
    object-fit: cover;
    margin-left: auto;
}

.btn-client {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 22px;
    border-radius: 999px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.white-outline {
    color: #fff;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, .12);
}

.fill-violet {
    color: #fff;
    border: 0;
    background: #7b3cff;
}

.image-btn {
    position: absolute;
    right: 16px;
    bottom: 18px;
}

.clients-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
}

.clients-copy {
    padding: 92px 9% 80px;
    align-self: center;
}

.clients-copy h2 {
    font-size: 42px;
    line-height: 1.08;
    margin: 20px 0 26px;
    font-weight: 700;
}

.clients-copy p {
    font-size: 16px;
    line-height: 1.47;
    margin: 18px 0;
    max-width: 560px;
}

.clients-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 999px;
    background: #fff;
    color: #8a47ff;
    padding: 7px 18px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.clients-section-magenta {
    background: linear-gradient(120deg, rgba(214, 55, 233, .95), rgba(186, 43, 225, .88)), url('../img/30011-64265.jpg') center/cover;
    color: #fff;
}

.clients-photo {
    position: relative;
    min-height: 620px;
    background-size: cover;
    background-position: center;
}

.clients-photo .corner-logo {
    position: absolute;
    right: 28px;
    top: 100px;
    width: 48px;
    height: 48px;
}

.clients-photo .corner-arrow {
    position: absolute;
    right: 28px;
    bottom: 100px;
    width: 22px;
    height: 22px;
}

.photo-btn {
    position: absolute;
    right: 55px;
    bottom: 96px;
}

.photo-btn.left {
    left: 80px;
    right: auto;
    bottom: 78px;
}

.client-feature-box {
    position: relative;
    margin-top: 34px;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 0 18px 18px 18px;
    padding: 30px 32px 25px;
    max-width: 555px;
}

.client-feature-box .feature-label {
    position: absolute;
    top: -17px;
    left: 28px;
    background: #fff;
    color: #8d50ff;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.client-feature-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-feature-box li {
    font-size: 14px;
    line-height: 1.65;
    text-transform: uppercase;
    font-weight: 700;
}

.client-feature-box li::before {
    content: '↗';
    margin-right: 8px;
}

.client-feature-box li span {
    font-weight: 500;
}

.clients-vip {
    background: #eee;
    color: #333;
    padding: 0;
}

.clients-vip-inner {
    display: grid;
    grid-template-columns: 37% 63%;
    min-height: 590px;
}

.clients-vip .clients-photo {
    min-height: 590px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.clients-vip .clients-copy {
    padding: 86px 8% 75px;
}

.clients-vip .clients-tag {
    background: #8752ff;
    color: #fff;
}

.clients-vip h2 {
    color: #7b3cff;
}

.clients-vip .client-feature-box {
    border-color: #222;
}

.clients-vip .client-feature-box .feature-label {
    background: #7b3cff;
    color: #fff;
}

.clients-vip .client-feature-box li::before {
    color: #7b3cff;
}

.clients-section-blue {
    background: linear-gradient(120deg, rgba(0, 98, 236, .96), rgba(0, 120, 240, .9)), url('../img/30011-64265.jpg') center/cover;
    color: #fff;
}

.clients-section-blue .clients-tag {
    color: #1472e4;
}

.clients-footer-space {
    height: 76px;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, .35);
    margin: 0 4%;
}

.company-page {
    background: #000;
    color: #fff;
}

.company-hero {
    min-height: 620px;
    padding: 145px 0 72px;
    background: linear-gradient(90deg, rgba(5, 7, 20, .74), rgba(5, 7, 20, .62)), url('../img/07.png') center/cover no-repeat;
}

.company-hero-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    gap: 42px;
}

.company-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
    margin: 0 0 22px;
    font-weight: 700;
}

.company-icons-row {
    display: flex;
    gap: 12px;
    margin: 18px 0 22px;
}

.company-icons-row img {
    height: 46px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.company-hero-copy p {
    font-size: 14px;
    line-height: 1.38;
    max-width: 360px;
    margin: 15px 0;
}

.company-hero-image img {
    width: 560px;
    height: 380px;
    object-fit: cover;
    margin-left: auto;
}

.company-hero-btn {
    margin-top: 10px;
    color: #fff;
    border: 2px solid #fff !important;
}

.company-mission {
    background: linear-gradient(120deg, rgba(126, 60, 255, .96), rgba(126, 60, 255, .88)), url('../img/30011-64265.jpg') center/cover no-repeat;
    padding: 88px 0 72px;
}

.company-mission-grid {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 65px;
}

.company-mission-copy {
    max-width: 430px;
    color: #fff;
}

.mission-tag {
    background: #fff !important;
    color: #7b3cff !important;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.company-mission-copy h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: 20px 0 24px;
    font-weight: 700;
}

.mission-icon {
    width: 46px;
    height: 46px;
    filter: brightness(0) invert(1);
    margin: 12px 0 28px;
}

.company-mission-copy p {
    font-size: 14px;
    line-height: 1.46;
    margin: 18px 0;
}

.mission-line {
    width: 310px;
    height: 1px;
    background: rgba(255, 255, 255, .55);
    margin-top: 28px;
}

.company-floating-photo {
    position: relative;
    width: 460px;
    height: 460px;
    background-size: cover;
    background-position: center;
    margin-left: auto;
}

.company-floating-photo .corner-logo,
.company-trust-photo .corner-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
}

.company-floating-photo .corner-arrow {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: 22px;
    height: 22px;
}

.company-timeline {
    background: #fff;
    color: #222;
    padding: 78px 0 70px;
    text-align: center;
    position: relative;
}

.timeline-title {
    display: inline-flex;
    border: 1.8px solid #0f7795;
    color: #0f7795;
    border-radius: 999px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.timeline-mark {
    position: absolute;
    right: 10%;
    top: 72px;
    width: 48px;
    height: 48px;
}

.timeline-image {
    width: 900px;
    max-width: 95%;
    margin: 0 auto;
}

.company-difference {
    display: grid;
    grid-template-columns: 38% 62%;
    background: #eee;
    color: #333;
    min-height: 535px;
}

.company-difference-photo {
    background-size: cover;
    background-position: center;
    min-height: 535px;
}

.company-difference-copy {
    padding: 75px 9% 70px;
    align-self: center;
}

.company-difference-copy .tag {
    background: #252525;
    color: #fff;
    margin-bottom: 22px;
    font-size: 14px;
    border-radius: 999px;
    padding: 8px 20px;
}

.company-difference-copy h2 {
    font-size: 34px;
    margin: 0 0 28px;
    color: #333;
}

.difference-list>div {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 18px 0;
}

.difference-list img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.difference-list p {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.btn-violet-small {
    background: #7b3cff !important;
    border-color: #7b3cff !important;
    color: #fff !important;
    font-size: 11px !important;
    margin-top: 20px;
}

.company-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 545px;
    background: linear-gradient(120deg, rgba(126, 60, 255, .97), rgba(126, 60, 255, .88)), url('../img/30011-64265.jpg') center/cover no-repeat;
}

.company-trust-copy {
    padding: 86px 14%;
    align-self: center;
}

.company-trust-copy h2 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 20px;
    font-weight: 700;
}

.trust-icon {
    width: 50px;
    filter: brightness(0) invert(1);
    margin: 34px 0;
}

.company-trust-copy p {
    font-size: 14px;
    line-height: 1.45;
}

.company-trust-photo {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 545px;
}

.trust-btn {
    position: absolute;
    right: 70px;
    bottom: 70px;
    color: #fff;
    border: 2px solid #fff !important;
    font-size: 11px !important;
}

.company-contact {
    padding: 90px 0 80px;
    background: #000;
}

.company-contact .contact-grid {
    grid-template-columns: 1.08fr .92fr;
    gap: 92px;
}

.company-contact .contact-info h2 {
    font-size: 44px;
    line-height: 1;
    margin: 0 0 20px;
}

.company-contact .contact-info p {
    font-size: 14px;
    line-height: 1.45;
    max-width: 520px;
}

.company-contact .form-card {
    padding: 48px 50px;
    min-height: 520px;
}

.company-contact .form-card input {
    height: 30px;
    margin: 6px 0 12px;
    border: 1.6px solid #222;
    border-radius: 999px;
    font-size: 11px;
}

.faq-page {
    background: #000;
    color: #333;
}

.faq-page .header {
    position: relative;
    background: linear-gradient(90deg, rgba(5, 7, 20, .76), rgba(5, 7, 20, .72)), url('../img/07.png') center/cover no-repeat;
    padding: 95px 0 92px;
}

.faq-page .logo img {
    height: 80px;
}

.faq-page .faq-wrap {
    background: linear-gradient(rgba(245, 245, 245, .90), rgba(245, 245, 245, .90)), url('../img/30011-64265.jpg') center/cover no-repeat;
    min-height: 700px;
    padding: 120px 0 105px;
    position: relative;
}

.faq-page .faq-wrap .container {
    position: relative;
}

.faq-page .faq-wrap .container::after {
    content: "";
    position: absolute;
    right: 35px;
    top: -8px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #d343f2 url('../img/icono-05.svg') center/62% no-repeat;
}

.faq-page .bss-tag {
    display: inline-flex;
    background: #d343f2;
    color: #fff;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 70px;
}

.faq-page .accordion {
    max-width: 1040px;
    margin: 0 auto;
}

.faq-page .faq-item {
    background: #e1e1e1;
    margin: 0 0 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .10);
}

.faq-page .faq-item.open {
    background: #fff;
}

.faq-page .faq-q {
    padding: 20px 24px;
    font-size: 19px;
    font-weight: 700;
    color: #8f8f8f;
    position: relative;
    cursor: pointer;
    transition: .2s;
}

.faq-page .faq-q:hover {
    color: #d343f2;
}

.faq-page .faq-q::after {
    content: '↘';
    position: absolute;
    right: 22px;
    top: 18px;
    color: inherit;
    float: none;
}

.faq-page .faq-category-title {
    font-size: 22px;
    font-weight: 800;
    color: #222;
    margin: 30px 0 16px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.faq-page .faq-category:only-of-type .faq-category-title {
    margin-top: 0;
}

.faq-page .faq-item.open .faq-q {
    color: #d343f2;
    padding-bottom: 8px;
}

.faq-page .faq-a {
    display: none;
    padding: 0 24px 24px;
    font-size: 18px;
    line-height: 1.35;
    color: #333;
}

.faq-page .faq-item.open .faq-a {
    display: block;
}

.faq-page .faq-contact {
    text-align: center;
    color: #555;
    font-size: 16px;
    margin-top: 40px;
}

.faq-page .faq-title {
    text-align: center;
    color: #111;
    font-size: 38px;
    margin: 0 0 12px;
}

.faq-page .faq-lead {
    text-align: center;
    color: #555;
    font-size: 18px;
    margin: 0 0 12px;
    text-wrap: balance;
}

.faq-page .faq-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto 50px;
    border-bottom: 3px solid #e0e0e0;
}

.faq-page .faq-filter {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #666;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    padding: 10px 16px;
    text-transform: none;
    transition: .2s;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

.faq-page .faq-filter:hover {
    color: var(--filter-color, #d343f2);
    border-bottom-color: var(--filter-color, #d343f2);
}

.faq-page .faq-filter.active {
    color: var(--filter-color, #d343f2);
    border-bottom-color: var(--filter-color, #d343f2);
    font-weight: 700;
}

@media (max-width: 680px) {
    .faq-page .bss-tag {
        font-size: 14px;
        padding: 10px 18px;
        margin-bottom: 40px;
    }

    .faq-page .faq-title {
        font-size: 28px;
    }

    .faq-page .faq-lead {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .faq-page .faq-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        margin-bottom: 35px;
        padding-bottom: 0;
        justify-content: flex-start;
    }

    .faq-page .faq-filter {
        font-size: 13px;
        padding: 14px 18px;
        border-bottom-width: 3px;
        flex-shrink: 0;
    }
}

.contact-page {
    background: #000;
    color: #fff;
}

.contact-page .contact-hero {
    min-height: 760px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .76), rgba(0, 0, 0, .48)), url('../img/gemini_generated_image_8revf48revf48rev.jpg') center/cover no-repeat;
    padding: 155px 0 78px;
}

.contact-page .contact-grid {
    display: grid;
    grid-template-columns: 53% 47%;
    gap: 0;
    align-items: start;
}

.contact-main-copy h1 {
    font-size: 56px;
    line-height: 1;
    margin: 0 0 24px;
    font-weight: 700;
}

.contact-page .contact-subtitle {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 32px;
}

.contact-page .contact-subtitle>img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-page .subtitle-line {
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, .55);
}

.contact-page .subtitle-text {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: .04em;
}

.contact-main-copy p {
    font-size: 20px;
    line-height: 1.36;
    max-width: 610px;
    margin: 26px 0;
}

.contact-page .notice {
    max-width: 590px;
    background: #22aeea;
    color: #fff;
    border-radius: 10px;
    padding: 24px 32px;
    font-size: 21px;
    line-height: 1.35;
    margin: 34px 0;
}

.contact-page .contact-data {
    margin: 38px 0 0;
    gap: 8px;
}

.contact-page .contact-line {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 20px;
    line-height: 1.2;
}

.contact-page .contact-line img {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    filter: brightness(0) invert(1);
}

.contact-page .fill-cyan {
    background: #22b8f2 !important;
    border-color: #22b8f2 !important;
    color: #fff !important;
}

.contact-page .contact-main-copy>.bss-btn {
    position: absolute;
    left: 50%;
    bottom: 143px;
    transform: translateX(-3%);
    height: 33px;
    padding: 0 28px;
}

.form-wrap {
    display: grid;
    grid-template-columns: 31% 69%;
    min-height: 580px;
    align-items: stretch;
}

.form-side-photo {
    background: url('../img/contact.jpg') center/cover no-repeat;
    min-height: 580px;
}

.contact-form-card {
    background: #eee;
    color: #333;
    padding: 45px 50px;
    min-height: 580px;
}

.contact-form-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 27px;
    line-height: 1.15;
    margin: 0 0 30px;
    font-weight: 700;
}

.contact-form-card h3 img {
    width: 18px !important;
    max-width: 18px !important;
    margin-top: 6px;
}

.contact-form-card input {
    height: 29px;
    border: 1.8px solid #222;
    border-radius: 999px;
    background: transparent;
    margin: 0 0 18px;
    padding: 0 14px;
    font-size: 11px;
    text-transform: uppercase;
}

.form-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 2px;
}

.contact-form-card .bss-btn {
    height: 30px;
    border: 2px solid #222;
    border-radius: 999px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-form-card .fill-cyan {
    border-color: #22b8f2 !important;
    color: #fff !important;
    min-width: 145px;
}

.contact-form-card .fill-cyan img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    margin-right: 7px;
}

.contact-form-card .visit-btn {
    width: 100%;
    height: 34px;
    margin-top: 20px;
    background: transparent !important;
    color: #222 !important;
    border-color: #222 !important;
    font-size: 14px;
}

.contact-form-card .assistant-btn {
    height: 48px;
    margin-top: 42px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.15;
    overflow: visible;
}

.contact-form-card .assistant-btn small {
    font-size: 13px;
    font-weight: 400;
}

.contact-form-card .assistant-btn img {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 120px !important;
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
}

.services-hero {
    background: linear-gradient(90deg, rgba(5, 7, 20, .78), rgba(5, 7, 20, .66)), url('../img/07.png') center/cover no-repeat;
}

.services-hero-copy h1 {
    font-weight: 700;
    letter-spacing: .005em;
}

.service-card .feature-box span,
.service-card .feature-box .feature-label {
    font-weight: 700;
    text-transform: uppercase;
}

.service-card .feature-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-card .feature-box li::before {
    content: '↗';
    margin-right: 7px;
}

@media(max-width:850px) {

    .container,
    .footer-content {
        width: min(92vw, 1120px);
    }

    .header {
        padding: 24px 0;
    }

    .menu {
        display: none;
        position: absolute;
        top: 78px;
        right: 4vw;
        background: #000;
        padding: 20px;
        border-radius: 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu.open {
        display: flex;
    }

    .mobile-toggle {
        display: block;
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 20px;
        padding: 8px 12px;
    }

    .clients-hero-grid,
    .clients-section,
    .clients-vip-inner,
    .company-hero-grid,
    .company-mission-grid,
    .company-difference,
    .company-trust,
    .company-contact .contact-grid,
    .contact-page .contact-grid,
    .form-wrap {
        grid-template-columns: 1fr;
    }

    .clients-hero,
    .company-hero,
    .contact-page .contact-hero {
        padding: 130px 0 55px;
    }

    .clients-hero h1,
    .company-hero-copy h1,
    .contact-main-copy h1 {
        font-size: 36px;
    }

    .clients-hero-visual img,
    .company-hero-image img {
        width: 100%;
        height: auto;
        margin: 30px 0 0;
    }

    .clients-copy,
    .company-difference-copy,
    .company-trust-copy {
        padding: 55px 28px;
    }

    .clients-photo,
    .clients-vip .clients-photo,
    .company-difference-photo,
    .company-trust-photo,
    .service-photo {
        min-height: 420px;
    }

    .company-floating-photo {
        width: 100%;
        height: auto;
        min-height: 380px;
        margin: 30px 0 0;
    }

    .company-contact .contact-grid {
        gap: 40px;
    }

    .faq-page .header {
        padding: 80px 0 70px;
    }

    .faq-page .faq-wrap {
        padding: 70px 0;
        min-height: 560px;
    }

    .faq-page .bss-tag {
        margin-bottom: 35px;
        font-size: 14px;
    }

    .faq-page .faq-title {
        font-size: 28px;
    }

    .faq-page .faq-lead {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .faq-page .faq-filters {
        margin-bottom: 35px;
    }

    .faq-page .faq-filter {
        padding: 12px 14px;
        font-size: 12px;
    }

    .contact-page .contact-main-copy>.bss-btn {
        position: static;
        transform: none;
        margin-top: 24px;
    }

    .form-side-photo {
        min-height: 360px;
    }

    .contact-form-card {
        padding: 40px 28px;
    }

    .contact-form-card h3 {
        font-size: 24px;
    }

    .footer-content {
        flex-direction: column;
        gap: 36px;
    }
}

.contact-page .contact-hero {
    min-height: 760px;
    padding: 150px 0 70px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .35)),
        url('../img/gemini_generated_image_8revf48revf48rev.jpg') center/cover no-repeat;
}

.contact-page .contact-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: start;
}

.contact-page .contact-main-copy {
    padding-top: 45px;
    padding-right: 35px;
}

.contact-page .contact-main-copy h1 {
    font-size: 56px;
    line-height: 1;
    margin: 0 0 28px;
}

.contact-page .contact-subtitle {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 42px;
}

.contact-page .contact-subtitle img {
    width: 52px;
    height: 52px;
    max-width: 52px;
    max-height: 52px;
}

.contact-page .subtitle-line {
    width: 1px;
    height: 58px;
    background: rgba(255, 255, 255, .55);
}

.contact-page .subtitle-text {
    font-size: 20px;
    line-height: 1.15;
    text-transform: uppercase;
}

.contact-page .subtitle-text strong {
    display: block;
    font-size: 20px;
}

.contact-page .contact-main-copy p {
    font-size: 18px;
    line-height: 1.35;
    max-width: 620px;
}

.contact-page .notice {
    background: #25bef4;
    color: #fff;
    border-radius: 10px;
    padding: 26px 36px;
    margin: 38px 0;
    font-size: 18px;
    line-height: 1.28;
    max-width: 640px;
}

.contact-page .contact-data {
    margin: 0 0 20px;
    gap: 8px;
}

.contact-page .contact-line {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
}

.contact-page .contact-line img {
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
}

.contact-page .contact-main-copy>.bss-btn {
    position: static !important;
    display: inline-flex;
    margin-top: 16px;
    padding: 10px 28px;
}

.contact-page .form-wrap {
    display: grid;
    grid-template-columns: 230px 1fr;
    min-height: 590px;
    margin-top: 35px;
}

.contact-page .form-side-photo {
    display: block;
    background: url('../img/contact.jpg') center/cover no-repeat;
    min-height: 590px;
}

.contact-page .contact-form-card {
    background: #eee;
    color: #333;
    padding: 58px 48px 42px;
    min-height: 590px;
}

.contact-page .contact-form-card h3 {
    display: flex;
    gap: 12px;
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 38px;
}

.contact-page .contact-form-card h3 img {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    margin-top: 8px;
}

.contact-page .contact-form-card input {
    width: 100%;
    height: 30px;
    margin: 0 0 18px;
    padding: 0 16px;
    border: 2px solid #333;
    border-radius: 20px;
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-page .form-buttons {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 4px;
}

.contact-page .bss-btn,
.contact-page .form-buttons .bss-btn {
    position: static !important;
    height: auto;
    border-radius: 999px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.contact-page .fill-cyan {
    background: #25bef4;
    border-color: #25bef4;
    color: #fff;
}

.contact-page .form-buttons img {
    width: 16px;
    height: 16px;
    max-width: 16px;
}

.contact-page .visit-btn {
    width: 100%;
    margin-top: 18px;
    border: 2px solid #333;
    color: #333;
    background: transparent;
}

.contact-page .assistant-btn {
    margin-top: 28px;
    height: 48px;
    background: #000;
    color: #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: visible;
}

.contact-page .assistant-btn img {
    position: absolute;
    right: -30px;
    bottom: -25px;
    width: 120px;
    max-width: none;
    max-height: none;
    height: auto;
}

.contact-page .footer {
    padding-top: 100px;
}

@media (max-width: 850px) {

    .contact-page .contact-grid,
    .contact-page .form-wrap {
        grid-template-columns: 1fr;
    }

    .contact-page .form-side-photo {
        min-height: 320px;
    }

    .contact-page .contact-main-copy h1 {
        font-size: 40px;
    }
}

.faq-page .header .menu a {
    color: #fff;
    opacity: 1;
}

.faq-page .header .menu a.active {
    color: #fff;
    border-color: #fff;
    opacity: 1;
}

.features-box {
    position: relative;
    border: 2px solid currentColor;
    border-radius: 20px;
    padding: 42px 28px 24px;
    margin-top: 40px;
    width: fit-content;
    min-width: 520px;
}

.features-box h4 {
    position: absolute;
    top: -14px;
    left: 28px;
    margin: 0;
    padding: 5px 18px;
    background: inherit;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.features-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features-box li {
    margin-bottom: 10px;
}

.faceid .features-box h4 {
    background: #d8eff8;
}

.faceid2 .features-box h4 {
    background: #1e90bb;
}

.faceid3 .features-box h4 {
    background: #1086b3;
}

.integra2 .features-box h4 {
    background: #efefef;
}

.integra3 .features-box h4 {
    background: #6956c8;
}

.solutions-feature-box {
    position: relative;
    width: 100%;
    max-width: 430px;
    border: 2px solid currentColor;
    border-radius: 0 18px 18px 18px;
    padding: 34px 26px 24px;
    margin: 34px 0 34px;
}

.solutions-feature-title {
    position: absolute;
    top: -17px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.solutions-feature-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solutions-feature-box li {
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
    text-transform: uppercase;
}

.solutions-feature-box li::before {
    content: "↗";
    margin-right: 7px;
}

.service-card-cyan .solutions-feature-title {
    background: #0f79a4;
}

.service-card-teal .solutions-feature-title,
.service-card-teal-dark .solutions-feature-title {
    background: #fff;
    color: #168eb4;
}

.service-card-light .solutions-feature-title {
    background: #d72a86;
    color: #fff;
}

.service-card-violet .solutions-feature-title {
    background: #fff;
    color: #6c57c8;
}

.solutions-page {
    background: #000;
    color: #fff;
}

.solutions-page .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 0;
    z-index: 20;
}

.solutions-page .logo img {
    height: 58px;
    width: auto;
}

.solutions-page .menu a {
    color: #fff;
    opacity: 1;
}

.solutions-page .services-hero {
    min-height: 620px;
    padding: 150px 0 74px;
    background:
        linear-gradient(90deg, rgba(5, 7, 20, .78), rgba(5, 7, 20, .62)),
        url('../img/07.png') center/cover no-repeat;
}

.solutions-page .services-hero-grid {
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 44px;
}

.solutions-page .services-hero-copy h1 {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 22px;
    font-weight: 700;
    letter-spacing: .005em;
}

.solutions-page .services-hero-copy .eyebrow {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 18px;
}

.solutions-page .hero-icons {
    width: 172px;
    max-width: 172px;
    height: auto;
    margin: 18px 0 34px;
}

.solutions-page .services-hero-visual {
    position: relative;
    min-height: 410px;
}

.solutions-page .hero-devices {
    position: absolute;
    z-index: 2;
    left: -20px;
    bottom: 5px;
    width: 400px;
    max-width: 400px;
}

.solutions-page .hero-photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 340px;
    height: 420px;
    background-size: cover;
    background-position: center;
}

.solutions-page .btn,
.solutions-page .btn-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 20px;
    border: 2px solid currentColor;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1;
    white-space: nowrap;
}

.solutions-page .service-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 620px;
}

.solutions-page .service-copy {
    padding: 92px 8% 76px;
    align-self: center;
}

.solutions-page .service-copy h2 {
    font-size: 44px;
    line-height: 1;
    margin: 0 0 18px;
    font-weight: 700;
    letter-spacing: .03em;
}

.solutions-page .service-subtitle {
    font-size: 16px;
    line-height: 1.24;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 24px;
    max-width: 410px;
}

.solutions-page .service-icons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 34px;
}

.solutions-page .service-icons img {
    height: 46px;
    object-fit: contain;
    flex: 0 0 28px;
}

.solutions-page .service-photo {
    position: relative;
    min-height: 620px;
    background-size: cover;
    background-position: center;
    align-self: stretch;
}

.solutions-page .floating-photo {
    width: 460px;
    height: 460px;
    min-height: 460px;
    align-self: center;
    justify-self: center;
}

.solutions-page .full-photo {
    width: 100%;
    height: 100%;
}

.solutions-page .reverse-photo .service-photo {
    order: -1;
}

.solutions-page .corner-logo {
    position: absolute;
    top: 26px;
    right: 26px;
    width: 48px;
    height: 48px;
}

.solutions-page .corner-arrow {
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 22px;
    height: 22px;
}

.solutions-page .service-card-cyan {
    background:
        linear-gradient(rgba(206, 240, 252, .88), rgba(206, 240, 252, .88)),
        url('../img/30011-64265.jpg') center/cover no-repeat;
    color: #126d98;
}

.solutions-page .service-card-teal {
    background: #1f90b7;
    color: #fff;
}

.solutions-page .service-card-teal-dark {
    background:
        linear-gradient(120deg, rgba(15, 137, 182, .96), rgba(15, 137, 182, .90)),
        url('../img/30011-64265.jpg') center/cover no-repeat;
    color: #fff;
}

.solutions-page .service-card-light {
    background: #efefef;
    color: #333;
}

.solutions-page .service-card-light h2 {
    color: #d72a86;
}

.solutions-page .service-card-violet {
    background:
        linear-gradient(120deg, rgba(108, 87, 200, .96), rgba(108, 87, 200, .90)),
        url('../img/30011-64265.jpg') center/cover no-repeat;
    color: #fff;
}

.solutions-page .solutions-feature-box {
    position: relative;
    width: 100%;
    max-width: 430px;
    border: 2px solid currentColor;
    border-radius: 0 18px 18px 18px;
    padding: 34px 28px 24px;
    margin: 0 0 38px;
}

.solutions-page .solutions-feature-title {
    position: absolute;
    top: -17px;
    left: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .035em;
    white-space: nowrap;
}

.solutions-page .solutions-feature-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.solutions-page .solutions-feature-box li {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.solutions-page .solutions-feature-box li::before {
    content: '↗';
    margin-right: 7px;
}

.solutions-page .service-card-cyan .solutions-feature-title {
    background: #126d98;
    color: #fff;
}

.solutions-page .service-card-teal .solutions-feature-title {
    background: #fff;
    color: #1f90b7;
}

.solutions-page .service-card-teal-dark .solutions-feature-title {
    background: #fff;
    color: #0f89b6;
}

.solutions-page .service-card-light .solutions-feature-title {
    background: #d72a86;
    color: #fff;
}

.solutions-page .service-card-violet .solutions-feature-title {
    background: #fff;
    color: #6c57c8;
}

.solutions-page .align-right {
    margin-left: 220px;
}

.solutions-page .service-card-light .align-right {
    margin-left: 220px;
}

.solutions-page .footer {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, .35);
    padding: 76px 0 86px;
}

.solutions-page .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solutions-page .footer-logo img {
    height: 46px;
    width: auto;
}

.solutions-page .social {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.solutions-page .social a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 850px) {

    .solutions-page .services-hero-grid,
    .solutions-page .service-card {
        grid-template-columns: 1fr;
    }

    .solutions-page .services-hero {
        padding: 130px 0 60px;
    }

    .solutions-page .services-hero-copy h1 {
        font-size: 36px;
    }

    .solutions-page .services-hero-visual {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .solutions-page .hero-devices,
    .solutions-page .hero-photo {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .solutions-page .hero-photo {
        height: 360px;
    }

    .solutions-page .service-copy {
        padding: 58px 28px 54px;
    }

    .solutions-page .service-copy h2 {
        font-size: 36px;
    }

    .solutions-page .service-photo,
    .solutions-page .floating-photo {
        width: 100%;
        min-height: 420px;
        height: 420px;
    }

    .solutions-page .reverse-photo .service-photo {
        order: 0;
    }

    .solutions-page .solutions-feature-box {
        max-width: 100%;
    }

    .solutions-page .align-right,
    .solutions-page .service-card-light .align-right {
        margin-left: 0;
    }

    .solutions-page .footer-content {
        flex-direction: column;
        gap: 36px;
    }
}

.faq-page .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 42px 0;
    background:
        linear-gradient(90deg, rgba(5, 7, 20, .76), rgba(5, 7, 20, .72)),
        url('../img/07.png') center/cover no-repeat;
}

.faq-page .logo img {
    height: 58px;
}

.faq-page .faq-wrap {
    padding-top: 250px;
}

.field label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 8px;
}

.field label img {
    width: 14px;
    height: 14px;
}

.buttons-row {
    display: flex;
    align-items: center;
}

.buttons-row .fill {
    margin-left: auto;
}

.buttons-row .fill {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.buttons-row .fill img {
    width: 16px;
    height: 16px;
}

.clients-vip .clients-photo .photo-btn.fill-violet:hover {
    background: #25bef4 !important;
    border-color: #25bef4 !important;
    color: #fff !important;
}

.faq-page .footer {
    background: #000;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .45);
}

.faq-page .footer .social span {
    color: #fff;
}

.faq-page .footer .social a img {
    filter: brightness(0) invert(1);
}


/* =========================================================
   NUESTROS TÉCNICOS - página interna
   Estilos aislados para no alterar las páginas existentes.
   ========================================================= */
.technicians-page {
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

.technicians-page .header {
    position: absolute;
}

.technicians-page .technicians-hero {
    min-height: 690px;
    padding: 155px 0 85px;
    background:
        linear-gradient(90deg, rgba(5, 7, 20, .78), rgba(5, 7, 20, .58)),
        url('../img/07.png') center/cover no-repeat;
}

.technicians-page .technicians-hero-grid {
    display: grid;
    grid-template-columns: 47% 53%;
    gap: 65px;
    align-items: center;
}

.technicians-page .technicians-kicker,
.technicians-page .technicians-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 7px 18px;
    border-radius: 999px;
    background: #7b3cff;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.technicians-page .technicians-hero-copy h1 {
    font-size: 52px;
    line-height: 1.02;
    margin: 22px 0 24px;
    font-weight: 900;
}

.technicians-page .technicians-hero-copy p {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.5;
    margin: 16px 0;
}

.technicians-page .technicians-hero-copy .technicians-lead {
    font-size: 18px;
    font-weight: 700;
}

.technicians-page .technicians-hero-btn {
    margin-top: 18px;
    color: #fff;
    border-color: #fff;
}

.technicians-page .technicians-hero-visual {
    display: flex;
    justify-content: flex-end;
}

.technicians-page .technicians-hero-photo {
    position: relative;
    width: 520px;
    height: 440px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.technicians-page .technicians-hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .35));
    pointer-events: none;
}

.technicians-page .technicians-hero-photo .corner-logo {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 48px;
    height: 48px;
    z-index: 2;
}

.technicians-page .technicians-hero-photo .corner-arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 22px;
    height: 22px;
    z-index: 2;
}

.technicians-page .technicians-intro {
    padding: 78px 0 72px;
    color: #333;
    background: linear-gradient(rgba(245, 245, 245, .94), rgba(245, 245, 245, .94)), url('../img/30011-64265.jpg') center/cover no-repeat;
}

.technicians-page .technicians-intro-inner {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 70px;
    align-items: end;
}

.technicians-page .technicians-intro h2 {
    font-size: 40px;
    line-height: 1.08;
    margin: 20px 0 0;
    font-weight: 900;
}

.technicians-page .technicians-intro p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 500px;
}

.technicians-page .technicians-grid-section {
    padding: 86px 0 94px;
    background: #eee;
    color: #333;
}

.technicians-page .technicians-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.technicians-page .technician-card {
    background: #fff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .10);
    overflow: hidden;
    min-height: 100%;
}

.technicians-page .technician-photo-wrap {
    position: relative;
    overflow: hidden;
    background: #1c4964;
}

.technicians-page .technician-photo-wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform .45s ease;
}

.technicians-page .technician-card:hover .technician-photo-wrap img {
    transform: scale(1.035);
}

.technicians-page .technician-number {
    position: absolute;
    left: 18px;
    bottom: 16px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #7b3cff;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.technicians-page .technician-card-body {
    padding: 27px 28px 30px;
}

.technicians-page .technician-card h3 {
    font-size: 23px;
    line-height: 1.12;
    margin: 0 0 8px;
    font-weight: 900;
    color: #252525;
}

.technicians-page .technician-role {
    min-height: 40px;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    font-weight: 700;
}

.technicians-page .technician-id {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid #d6d6d6;
}

.technicians-page .technician-id span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    color: #7b3cff;
}

.technicians-page .technician-id strong {
    font-size: 16px;
    color: #333;
}

.technicians-page .technician-card-info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #7544ef, #19aee8);
}

.technicians-page .technician-card-info-inner {
    padding: 42px 34px;
    text-align: left;
}

.technicians-page .technician-card-info-inner>img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-bottom: 24px;
}

.technicians-page .technician-card-info h3 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 16px;
}

.technicians-page .technician-card-info p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 26px;
}

.technicians-page .technician-card-info .btn {
    color: #fff;
    border-color: #fff;
}

.technicians-page .technicians-app {
    padding: 84px 0 72px;
    background: linear-gradient(120deg, rgba(126, 60, 255, .97), rgba(126, 60, 255, .89)), url('../img/30011-64265.jpg') center/cover no-repeat;
}

.technicians-page .technicians-app-grid {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 60px;
    align-items: center;
}

.technicians-page .technicians-tag-light {
    background: #fff;
    color: #7b3cff;
}

.technicians-page .technicians-app-copy h2 {
    font-size: 44px;
    line-height: 1.04;
    margin: 22px 0 24px;
    font-weight: 900;
}

.technicians-page .technicians-app-copy p {
    max-width: 500px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.technicians-page .technicians-app-btn {
    color: #fff;
    border-color: #fff;
}

.technicians-page .technicians-app-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.technicians-page .technicians-app-visual img {
    max-width: 500px;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 25px 34px rgba(0, 0, 0, .26));
}

.technicians-page .technicians-connect {
    padding: 84px 0 88px;
    background: #eee;
    color: #333;
}

.technicians-page .technicians-connect-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.technicians-page .technicians-social,
.technicians-page .technicians-jano {
    min-height: 380px;
    padding: 54px 50px;
}

.technicians-page .technicians-social {
    background: #fff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .08);
}

.technicians-page .technicians-social h2,
.technicians-page .technicians-jano h2 {
    font-size: 34px;
    line-height: 1.08;
    margin: 22px 0 18px;
    font-weight: 900;
}

.technicians-page .technicians-social p,
.technicians-page .technicians-jano p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 450px;
    margin-bottom: 28px;
}

.technicians-page .technicians-social-btn {
    color: #7b3cff;
    border-color: #7b3cff;
}

.technicians-page .technicians-jano {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 190px;
    gap: 20px;
    align-items: center;
    background: #111;
    color: #fff;
    overflow: hidden;
}

.technicians-page .technicians-jano::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 50%, rgba(37, 190, 244, .28), transparent 48%);
    pointer-events: none;
}

.technicians-page .technicians-jano>div,
.technicians-page .technicians-jano>img {
    position: relative;
    z-index: 1;
}

.technicians-page .technicians-jano>img {
    width: 190px;
    align-self: end;
}

.technicians-page .technicians-tag-dark {
    background: #25bef4;
    color: #fff;
}

.technicians-page .technicians-legal {
    padding-top: 38px;
    color: #aaa;
    font-size: 11px;
    letter-spacing: .03em;
}

@media(max-width:850px) {
    .technicians-page .technicians-hero {
        padding: 130px 0 60px;
    }

    .technicians-page .technicians-hero-grid,
    .technicians-page .technicians-intro-inner,
    .technicians-page .technicians-app-grid,
    .technicians-page .technicians-connect-grid {
        grid-template-columns: 1fr;
    }

    .technicians-page .technicians-hero-copy h1 {
        font-size: 39px;
    }

    .technicians-page .technicians-hero-photo {
        width: 100%;
        height: 380px;
        margin-top: 20px;
    }

    .technicians-page .technicians-intro {
        padding: 58px 0;
    }

    .technicians-page .technicians-intro h2 {
        font-size: 34px;
    }

    .technicians-page .technicians-intro-inner {
        gap: 28px;
    }

    .technicians-page .technicians-grid {
        grid-template-columns: 1fr 1fr;
    }

    .technicians-page .technicians-app-copy h2 {
        font-size: 36px;
    }

    .technicians-page .technicians-app-visual {
        min-height: auto;
    }

    .technicians-page .technicians-jano {
        grid-template-columns: 1fr 130px;
        padding: 42px 30px;
    }

    .technicians-page .technicians-jano>img {
        width: 145px;
    }
}

@media(max-width:560px) {
    .technicians-page .technicians-grid {
        grid-template-columns: 1fr;
    }

    .technicians-page .technicians-social,
    .technicians-page .technicians-jano {
        padding: 40px 28px;
    }

    .technicians-page .technicians-jano {
        grid-template-columns: 1fr;
    }

    .technicians-page .technicians-jano>img {
        width: 170px;
        margin-left: auto;
    }
}


/* Ajuste final Nuestros técnicos: ingreso directo al equipo */
.technicians-page .technicians-intro-direct {
    padding: 170px 0 72px;
}

.technicians-page .technicians-intro-direct h1 {
    font-size: 52px;
    line-height: 1.02;
    margin: 22px 0 0;
    font-weight: 900;
}

@media(max-width:850px) {
    .technicians-page .technicians-intro-direct {
        padding: 130px 0 58px;
    }

    .technicians-page .technicians-intro-direct h1 {
        font-size: 39px;
    }
}

/* =========================================================
   NAVEGACIÓN 2026 — Nuestros técnicos + FAQ
   ========================================================= */
/* El header de Nuestros Técnicos reutiliza el tratamiento oscuro de FAQ. */
.technicians-page .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 42px 0;
    background:
        linear-gradient(90deg, rgba(5, 7, 20, .82), rgba(5, 7, 20, .76)),
        url('../img/07.png') center/cover no-repeat;
}

.technicians-page .header .menu a {
    color: #fff;
    opacity: 1;
}

.technicians-page .header .menu a.active,
.technicians-page .header .menu a:hover {
    color: #fff;
    outline-color: #fff;
}

.technicians-page .logo img {
    height: 58px;
    width: auto;
}

/* Siete enlaces: ajuste leve para que la navegación respire en desktop. */
@media (min-width: 851px) {
    .menu {
        gap: 21px;
        font-size: 10px;
    }

    .menu a.active,
    .menu a:hover {
        padding-left: 13px;
        padding-right: 13px;
    }
}


/* =========================================================
   MENÚ DESPLEGABLE — SOLUCIONES
   ========================================================= */
.menu-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}

.menu-dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

.menu-dropdown-arrow {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1;
    padding: 5px 2px 5px 0;
    cursor: pointer;
    transition: transform .25s ease;
}

.submenu {
    position: absolute;
    top: calc(100% + 13px);
    left: 50%;
    transform: translate(-50%, 8px);
    min-width: 225px;
    padding: 10px;
    background: rgba(9, 12, 25, .97);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
}

.submenu::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    width: 12px;
    height: 12px;
    background: rgba(9, 12, 25, .97);
    border-left: 1px solid rgba(255, 255, 255, .18);
    border-top: 1px solid rgba(255, 255, 255, .18);
    transform: translateX(-50%) rotate(45deg);
}

.submenu a {
    display: block !important;
    padding: 11px 13px !important;
    border-radius: 10px !important;
    outline: 0 !important;
    color: #fff !important;
    font-size: 10px;
    line-height: 1.25;
    white-space: nowrap;
}

.submenu a:hover,
.submenu .active-submenu {
    background: linear-gradient(90deg, #7b3cff, #25bef4);
    color: #fff !important;
}

.menu-dropdown:hover .submenu,
.menu-dropdown:focus-within .submenu,
.menu-dropdown.open .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.menu-dropdown.open .menu-dropdown-arrow {
    transform: rotate(180deg);
}

/* =========================================================
   COMPARATIVO DE SISTEMAS
   ========================================================= */
.comparison-page {
    background: #000;
    color: #fff;
}

.comparison-page .header {
    background: transparent;
}

.comparison-hero {
    min-height: 600px;
    padding: 155px 0 80px;
    background: linear-gradient(90deg, rgba(5, 7, 20, .82), rgba(5, 7, 20, .67)), url('../img/07.png') center/cover no-repeat;
    overflow: hidden;
}

.comparison-hero-grid {
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 45px;
    align-items: center;
}

.comparison-kicker,
.comparison-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7b3cff, #25bef4);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.comparison-hero h1 {
    font-size: 48px;
    line-height: 1.02;
    margin: 22px 0 24px;
    font-weight: 900;
}

.comparison-hero p {
    max-width: 570px;
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 30px;
}

.comparison-hero .btn {
    color: #fff;
    border-color: #fff;
}

.comparison-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 390px;
}

.comparison-hero-visual::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 190, 244, .28), rgba(123, 60, 255, .12) 48%, transparent 72%);
    animation: comparisonGlow 4.5s ease-in-out infinite;
}

.comparison-hero-visual img {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .35));
    animation: comparisonFloat 5s ease-in-out infinite;
}

@keyframes comparisonFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-13px)
    }
}

@keyframes comparisonGlow {

    0%,
    100% {
        transform: scale(.96);
        opacity: .72
    }

    50% {
        transform: scale(1.05);
        opacity: 1
    }
}

.comparison-section {
    padding: 92px 0 95px;
    background: linear-gradient(rgba(245, 245, 245, .96), rgba(245, 245, 245, .96)), url('../img/30011-64265.jpg') center/cover no-repeat;
    color: #24313a;
}

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

.comparison-heading h2 {
    font-size: 38px;
    line-height: 1.1;
    margin: 20px 0 12px;
    font-weight: 900;
}

.comparison-heading p {
    font-size: 14px;
    color: #69747a;
    margin: 0;
}

.comparison-table-shell {
    background: #fff;
    padding: 18px;
    border-radius: 24px;
    box-shadow: 0 26px 70px rgba(20, 35, 50, .14);
}

.comparison-table-scroll {
    overflow-x: auto;
    border-radius: 14px;
    scrollbar-width: thin;
    scrollbar-color: #7b3cff #e7e7e7;
}

.comparison-table {
    width: 100%;
    min-width: 1120px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    border-bottom: 1px solid rgba(23, 49, 63, .28);
}

.comparison-table thead th {
    height: 88px;
    padding: 18px 14px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 4;
}

.comparison-table .feature-head {
    width: 34%;
    text-align: left;
    background: #fff;
    color: #24313a;
    text-transform: uppercase;
    padding-left: 18px;
    z-index: 6;
    left: 0;
}

.comparison-table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    text-align: left;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.28;
    font-weight: 500;
    box-shadow: 7px 0 14px rgba(20, 35, 50, .035);
}

.comparison-table tbody td {
    text-align: center;
    height: 54px;
    padding: 8px;
    color: #fff;
    transition: filter .2s ease, transform .2s ease;
}

.comparison-table .integra2 {
    background: #c2246e;
}

.comparison-table .integra3 {
    background: #5b50a3;
}

.comparison-table .faceid {
    background: #a9d8ef;
    color: #116e99;
}

.comparison-table .faceid2 {
    background: #208db6;
}

.comparison-table .faceid3 {
    background: #1b7597;
}

.comparison-table tbody tr:hover th {
    background: #f4f1ff;
    color: #5b38b9;
}

.comparison-table tbody tr:hover td {
    filter: brightness(1.08);
}

.comparison-table .check {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #49575f;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    transition: transform .25s ease;
}

.comparison-table tbody tr:hover .check {
    transform: scale(1.13) rotate(-5deg);
}

.comparison-table .optional,
.comparison-table .duration {
    font-size: 11px;
    font-weight: 900;
    text-transform: lowercase;
    color: inherit;
}

.comparison-table .duration {
    text-transform: none;
}

.comparison-table thead th:first-child {
    border-top-left-radius: 12px;
}

.comparison-table thead th:last-child {
    border-top-right-radius: 12px;
}

.comparison-table tbody tr:last-child th {
    border-bottom-left-radius: 12px;
}

.comparison-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.comparison-cta {
    margin-top: 42px;
    padding: 35px 42px;
    border-radius: 22px;
    background: linear-gradient(105deg, #181b2c, #4d3b93 62%, #168eb4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    color: #fff;
    box-shadow: 0 18px 45px rgba(30, 34, 60, .24);
}

.comparison-cta span {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9edff8;
}

.comparison-cta h3 {
    font-size: 27px;
    line-height: 1.12;
    margin: 8px 0 0;
}

.comparison-cta .btn {
    flex: 0 0 auto;
}

@media(max-width:850px) {
    .menu-dropdown {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .menu-dropdown-toggle {
        width: 100%;
    }

    .menu-dropdown-arrow {
        padding: 8px 12px;
        color: #fff;
    }

    .submenu {
        position: static;
        grid-column: 1/-1;
        transform: none;
        min-width: 0;
        width: 100%;
        margin-top: 4px;
        padding: 7px;
        background: #16182a;
        border-radius: 10px;
        box-shadow: none;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .submenu::before {
        display: none;
    }

    .menu-dropdown:hover .submenu,
    .menu-dropdown:focus-within .submenu {
        display: none;
        transform: none;
    }

    .menu-dropdown.open .submenu {
        display: block;
        transform: none;
    }

    .comparison-hero {
        padding: 130px 0 60px;
    }

    .comparison-hero-grid {
        grid-template-columns: 1fr;
    }

    .comparison-hero h1 {
        font-size: 38px;
    }

    .comparison-hero-visual {
        min-height: 280px;
    }

    .comparison-hero-visual::before {
        width: 280px;
        height: 280px;
    }

    .comparison-section {
        padding: 65px 0 70px;
    }

    .comparison-heading h2 {
        font-size: 31px;
    }

    .comparison-table-shell {
        padding: 10px;
        border-radius: 16px;
    }

    .comparison-table .feature-head {
        width: 290px;
    }

    .comparison-table tbody th {
        min-width: 290px;
    }

    .comparison-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 26px;
    }
}

@media(max-width:560px) {
    .comparison-hero h1 {
        font-size: 34px;
    }

    .comparison-heading {
        text-align: left;
    }

    .comparison-heading h2 {
        font-size: 28px;
    }

    .comparison-cta h3 {
        font-size: 23px;
    }
}

/* =========================================================
   AJUSTES COMPARATIVO: DROPDOWN + TABLA DESKTOP
   ========================================================= */

/* El submenú queda pegado al enlace para que no se corte el hover. */
@media (min-width: 851px) {
    .menu-dropdown {
        position: relative;
    }

    .menu-dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
    }

    .submenu {
        top: 100%;
        margin-top: 10px;
        transform: translate(-50%, 6px);
    }

    .menu-dropdown:hover .submenu,
    .menu-dropdown:focus-within .submenu,
    .menu-dropdown.open .submenu {
        transform: translate(-50%, 0);
    }

    /* La tabla ocupa el ancho disponible sin scroll en escritorio. */
    .comparison-section>.container {
        width: min(1380px, 96vw);
    }

    .comparison-table-shell {
        width: 100%;
        padding: 14px;
    }

    .comparison-table-scroll {
        width: 100%;
        overflow-x: visible;
    }

    .comparison-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .comparison-table .feature-head,
    .comparison-table tbody th {
        width: 30%;
    }

    .comparison-table thead th:not(.feature-head),
    .comparison-table tbody td {
        width: 14%;
    }

    .comparison-table thead th {
        padding: 15px 7px;
        font-size: 13px;
    }

    .comparison-table tbody th {
        padding: 11px 13px;
        font-size: 12px;
        line-height: 1.22;
    }

    .comparison-table tbody td {
        height: 48px;
        padding: 6px 4px;
    }

    .comparison-table .check {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    .comparison-table .optional,
    .comparison-table .duration {
        font-size: 10px;
    }
}

/* El desplazamiento horizontal queda reservado para pantallas pequeñas. */
@media (max-width: 850px) {
    .comparison-table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-table {
        min-width: 960px;
    }
}


/* =========================================================
   LANDING INTERNA — INTEGRA 2.0
   ========================================================= */
.integra-page {
    background: #000;
    color: #fff;
}

.integra-page .header {
    position: absolute;
}

.integra-hero {
    padding: 155px 0 88px;
    background: linear-gradient(96deg, rgba(4, 8, 22, .94), rgba(21, 18, 53, .88)), url('../img/07.png') center/cover no-repeat;
    overflow: hidden;
}

.integra-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 70px;
    align-items: center;
}

.integra-kicker,
.integra-section-tag,
.integra-form-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 17px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.integra-kicker {
    background: rgba(37, 190, 244, .13);
    border: 1px solid rgba(37, 190, 244, .5);
    color: #72d7fb;
}

.integra-hero h1 {
    font-size: 47px;
    line-height: 1.04;
    margin: 24px 0 24px;
    font-weight: 700;
    max-width: 670px;
}

.integra-hero h1 strong {
    font-size: 64px;
    letter-spacing: -.03em;
    color: #fff;
}

.integra-hero-copy>p {
    max-width: 610px;
    font-size: 17px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .82);
}

.integra-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.integra-contact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #a9dff2;
}

.integra-contact-strip span {
    position: relative;
    padding-left: 18px;
}

.integra-contact-strip span::before {
    content: '↗';
    position: absolute;
    left: 0;
    color: #25bef4;
}

.integra-quote-card {
    position: relative;
    background: rgba(238, 242, 246, .97);
    color: #25313a;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.integra-quote-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #c2246e, #7047de, #25bef4);
}

.integra-form-tag {
    background: #c2246e;
    color: #fff;
}

.integra-quote-card h2 {
    font-size: 30px;
    line-height: 1.1;
    margin: 18px 0 8px;
}

.integra-quote-card>p {
    font-size: 13px;
    color: #6f7c83;
    margin: 0 0 24px;
}

.integra-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.integra-quote-card label {
    display: grid;
    gap: 7px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.integra-quote-card input,
.integra-quote-card textarea {
    width: 100%;
    border: 1px solid #b9c2c8;
    border-radius: 12px;
    background: #fff;
    font: inherit;
    font-size: 12px;
    padding: 12px 13px;
    color: #24313a;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.integra-quote-card textarea {
    min-height: 82px;
    resize: vertical;
    margin-bottom: 18px;
}

.integra-quote-card input:focus,
.integra-quote-card textarea:focus {
    border-color: #25bef4;
    box-shadow: 0 0 0 3px rgba(37, 190, 244, .15);
}

.integra-quote-card .btn {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.integra-about {
    padding: 100px 0;
    background: #f1f2f3;
    color: #26323a;
}

.integra-about-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.integra-about-image {
    position: relative;
}

.integra-about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 28px 65px rgba(20, 35, 50, .17);
}

.integra-image-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: #fff;
    color: #c2246e;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
}

.integra-section-tag {
    background: #7b3cff;
    color: #fff;
}

.integra-about h2,
.integra-heading h2,
.integra-audience h2,
.integra-compare-inner h2,
.integra-final-inner h2 {
    font-size: 41px;
    line-height: 1.08;
    margin: 20px 0 24px;
    font-weight: 900;
}

.integra-about p,
.integra-audience p {
    font-size: 16px;
    line-height: 1.58;
    color: #52616a;
}

.integra-includes {
    padding: 100px 0;
    background: linear-gradient(120deg, rgba(83, 65, 156, .98), rgba(112, 71, 222, .94)), url('../img/30011-64265.jpg') center/cover;
    color: #fff;
}

.integra-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.integra-heading>p {
    color: rgba(255, 255, 255, .76);
}

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

.integra-feature-grid article {
    position: relative;
    min-height: 165px;
    padding: 24px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .19);
    backdrop-filter: blur(8px);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.integra-feature-grid article:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .42);
}

.integra-feature-grid article>span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #6545c3;
    font-size: 11px;
    font-weight: 900;
}

.integra-feature-grid h3 {
    font-size: 18px;
    line-height: 1.18;
    margin: 14px 0 8px;
}

.integra-feature-grid p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .76);
    margin: 0;
}

.integra-audience {
    padding: 95px 0;
    background: #ececec;
    color: #26323a;
}

.integra-audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
}

.integra-audience-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background: radial-gradient(circle, #fff 0, #dcecf3 56%, #c6dfe9 100%);
    overflow: hidden;
}

.integra-audience-visual::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(22, 142, 180, .28);
    animation: integraPulse 3.2s ease-in-out infinite;
}

.integra-audience-visual img {
    position: relative;
    z-index: 1;
    width: min(520px, 90%);
    filter: drop-shadow(0 25px 28px rgba(25, 53, 70, .22));
    animation: comparisonFloat 5s ease-in-out infinite;
}

@keyframes integraPulse {

    0%,
    100% {
        transform: scale(.9);
        opacity: .5
    }

    50% {
        transform: scale(1.13);
        opacity: 1
    }
}

.integra-process {
    padding: 95px 0;
    background: #fff;
    color: #26323a;
    text-align: center;
}

.integra-process .integra-heading {
    margin-bottom: 32px;
}

.integra-process-image {
    width: min(1000px, 100%);
    margin: 0 auto;
}

.integra-process-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.integra-process .btn:not(.fill) {
    color: #168eb4;
    border-color: #168eb4;
}

.integra-faq-section {
    padding: 95px 0;
    background: linear-gradient(rgba(245, 245, 245, .94), rgba(245, 245, 245, .94)), url('../img/30011-64265.jpg') center/cover;
    color: #26323a;
}

.integra-faq-section .integra-heading {
    text-align: left;
    margin: 0 0 44px;
}

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

.integra-faq-item {
    margin: 0 !important;
    border-radius: 16px;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(20, 35, 50, .09);
}

.integra-faq-item .faq-q {
    padding: 22px 58px 22px 24px !important;
    color: #26323a !important;
    font-size: 16px !important;
}

.integra-faq-item.open .faq-q {
    color: #7b3cff !important;
}

.integra-faq-item .faq-a {
    padding: 0 24px 24px !important;
    color: #59666d !important;
    font-size: 14px !important;
    line-height: 1.6;
}

.integra-compare-cta {
    padding: 70px 0;
    background: #111525;
    color: #fff;
}

.integra-compare-inner,
.integra-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.integra-compare-inner>div,
.integra-final-inner>div {
    max-width: 760px;
}

.integra-compare-inner span,
.integra-final-inner span {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: #82daf8;
}

.integra-compare-inner h2,
.integra-final-inner h2 {
    font-size: 31px;
    margin: 10px 0 0;
}

.integra-compare-inner .btn,
.integra-final-inner .btn {
    flex: 0 0 auto;
}

.integra-final-cta {
    padding: 80px 0;
    background: linear-gradient(110deg, #c2246e, #7147da 58%, #168eb4);
    color: #fff;
}

@media(max-width:1000px) {

    .integra-hero-grid,
    .integra-about-grid,
    .integra-audience-grid {
        grid-template-columns: 1fr;
    }

    .integra-hero-grid {
        gap: 45px;
    }

    .integra-about-image img {
        height: 450px;
    }

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

@media(max-width:850px) {
    .integra-hero {
        padding: 130px 0 65px;
    }

    .integra-hero h1 {
        font-size: 37px;
    }

    .integra-hero h1 strong {
        font-size: 49px;
    }

    .integra-quote-card {
        padding: 30px 24px;
    }

    .integra-about,
    .integra-includes,
    .integra-audience,
    .integra-process,
    .integra-faq-section {
        padding: 68px 0;
    }

    .integra-about h2,
    .integra-heading h2,
    .integra-audience h2 {
        font-size: 32px;
    }

    .integra-compare-inner,
    .integra-final-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
}

@media(max-width:680px) {

    .integra-form-grid,
    .integra-feature-grid {
        grid-template-columns: 1fr;
    }

    .integra-hero h1 {
        font-size: 31px;
    }

    .integra-hero h1 strong {
        font-size: 43px;
    }

    .integra-about-image img {
        height: 360px;
    }

    .integra-feature-grid article {
        min-height: 0;
    }

    .integra-audience-visual {
        min-height: 330px;
    }

    .integra-compare-inner h2,
    .integra-final-inner h2 {
        font-size: 25px;
    }
}

/* PR-F — Subir breakpoint de .buttons-row/.form-buttons a 680px (unificado con .integra-form-grid) */
@media(max-width:680px) {

    .buttons-row,
    .form-buttons {
        flex-direction: column;
        gap: 8px !important;
    }

    .buttons-row .btn,
    .buttons-row .bss-btn,
    .form-buttons .btn,
    .form-buttons .bss-btn {
        width: 100%;
    }
}

/* =========================================================
   INTEGRA 2.0 - AJUSTES DE CONTENIDO Y CTA DOBLE
   ========================================================= */
.integra-process-image {
    width: min(1120px, 100%);
    height: auto;
    display: block;
    margin: 0 auto;
}

.integra-dual-cta {
    padding: 76px 0;
    background: #ececec;
}

.integra-dual-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.integra-cta-card {
    min-height: 360px;
    padding: 48px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 55px rgba(23, 36, 48, .14);
    transition: transform .3s ease, box-shadow .3s ease;
}

.integra-cta-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(23, 36, 48, .22);
}

.integra-cta-card::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    right: -85px;
    top: -90px;
    border: 1px solid rgba(255, 255, 255, .22);
}

.integra-cta-card-dark {
    background: #111525;
}

.integra-cta-card-gradient {
    background: linear-gradient(125deg, #c2246e, #7147da 58%, #168eb4);
}

.integra-cta-card>span {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 560px;
    color: rgba(255, 255, 255, .82);
}

.integra-cta-card h2 {
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 1.12;
    margin: 18px 0 28px;
}

.integra-cta-card .btn {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

@media(max-width:850px) {
    .integra-dual-cta-grid {
        grid-template-columns: 1fr;
    }

    .integra-cta-card {
        min-height: 310px;
        padding: 36px 28px;
    }

    .integra-cta-card h2 {
        font-size: 25px;
    }
}

/* =========================================================
   INTEGRA 2.0 - AJUSTES FINALES 13-07-2026
   ========================================================= */

/* El proceso se muestra sin forzar la imagen más allá de un ancho razonable. */
.integra-process-image {
    width: min(1000px, 100%);
    height: auto;
    image-rendering: auto;
}

/* Qué incluye: 10 prestaciones ordenadas en 2 columnas (5 + 5). */
.integra-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1060px;
    margin: 0 auto;
}

.integra-feature-grid article {
    min-height: 178px;
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 18px;
    align-items: start;
    padding: 27px 28px;
}

.integra-feature-grid article>span {
    grid-row: 1 / span 2;
    margin-top: 2px;
}

.integra-feature-grid h3 {
    margin: 0 0 9px;
    font-size: 17px;
}

.integra-feature-grid p {
    grid-column: 2;
}

/* CTA final: título y bajada con jerarquía correcta. */
.integra-cta-card-gradient h2 {
    margin: 0 0 15px;
    font-size: 31px;
    line-height: 1.12;
}

.integra-cta-card-gradient p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .84);
}

@media(max-width:760px) {
    .integra-feature-grid {
        grid-template-columns: 1fr;
    }

    .integra-feature-grid article {
        min-height: 0;
    }
}


/* =========================================================
   INTEGRA 2.0 - REFINAMIENTO FINAL 13-07-2026
   ========================================================= */

/* Proceso: se conserva la pieza original para mantener su precisión visual. */
.integra-process-image {
    width: min(1180px, 100%);
    height: auto;
    margin: 8px auto 0;
    display: block;
}

.integra-process-actions {
    display: none !important;
}

/* Qué incluye: dos columnas, más compacto y con mayor presencia visual. */
.integra-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    max-width: 1100px;
    margin: 0 auto;
}

.integra-feature-grid article {
    position: relative;
    min-height: 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 18px;
    align-items: start;
    padding: 22px 24px 21px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07));
    border: 1px solid rgba(255, 255, 255, .28);
    box-shadow: 0 10px 26px rgba(31, 16, 73, .12);
    backdrop-filter: blur(10px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.integra-feature-grid article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, #2fc1fe, #d044f4);
}

.integra-feature-grid article:nth-child(even)::before {
    background: linear-gradient(180deg, #d044f4, #7a42fe);
}

.integra-feature-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, .55);
    background: linear-gradient(135deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .10));
    box-shadow: 0 16px 34px rgba(31, 16, 73, .2);
}

.integra-feature-grid article>span {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 13px;
    background: #fff;
    color: #6545c3;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 7px 16px rgba(25, 11, 58, .16);
}

.integra-feature-grid h3 {
    margin: 1px 0 7px;
    font-size: 17px;
    line-height: 1.2;
}

.integra-feature-grid p {
    grid-column: 2;
    margin: 0;
    font-size: 13px;
    line-height: 1.47;
    color: rgba(255, 255, 255, .82);
}

@media(max-width:760px) {
    .integra-feature-grid {
        grid-template-columns: 1fr;
    }

    .integra-feature-grid article {
        padding: 21px 20px;
    }

    .integra-process-image {
        width: 100%;
    }
}


/* SOLUTION INTERNAL PAGES — SHARED REFINEMENTS */
.integra-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.integra-audience-visual img {
    max-height: 470px;
    width: 100%;
    object-fit: contain;
}

.integra-process-image {
    width: 100%;
    max-height: 580px;
    object-fit: contain;
}

@media(max-width:760px) {
    .integra-feature-grid {
        grid-template-columns: 1fr;
    }

    .integra-feature-grid article {
        min-height: auto;
    }
}

/* =========================================================
   PÁGINAS DE SOLUCIONES — GRUPOS JERÁRQUICOS
   Solo se aplica a INTEGRA 3.0, FACE ID 2.0 y FACE ID 3.0.
   ========================================================= */
.solution-feature-groups {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr);
    gap: 24px;
    max-width: 1120px;
    margin: 36px auto 0;
    align-items: stretch;
}

.solution-feature-group {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(78, 41, 135, .18);
    border-radius: 20px;
    background: #fff;
    color: #30233f;
    box-shadow: 0 18px 45px rgba(43, 25, 78, .08);
}

.solution-feature-group-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4e2987;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.solution-feature-group h3 {
    margin: 4px 0 18px;
    color: #30233f;
    font-size: 24px;
    line-height: 1.18;
}

.solution-feature-group ol {
    margin: 0;
    padding-left: 24px;
}

.solution-feature-group li {
    margin: 0 0 13px;
    color: #30233f;
    font-size: 16px;
    line-height: 1.55;
}

.solution-feature-group li:last-child {
    margin-bottom: 0;
}

.solution-feature-group-highlight {
    background: linear-gradient(145deg, #4e2987, #6b3eb0);
    border-color: transparent;
    color: #fff;
}

.solution-feature-group-highlight .solution-feature-group-number {
    background: #fff;
    color: #4e2987;
}

.solution-feature-group-highlight h3,
.solution-feature-group-highlight li {
    color: #fff;
}

@media(max-width:900px) {
    .solution-feature-groups {
        grid-template-columns: 1fr;
    }

    .solution-feature-group {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 24px 20px;
    }

    .solution-feature-group h3 {
        font-size: 21px;
    }
}

@media(max-width:520px) {
    .solution-feature-group {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* FACE ID — 9 prestaciones ordenadas en grilla 3 × 3 */
.face-id-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1180px;
}

.face-id-feature-grid article {
    min-height: 150px;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
}

.face-id-feature-grid h3 {
    margin: 14px 0 8px;
}

.face-id-feature-grid p {
    margin: 0;
    line-height: 1.45;
}

@media(max-width:1000px) {
    .face-id-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(max-width:760px) {
    .face-id-feature-grid {
        grid-template-columns: 1fr;
    }

    .face-id-feature-grid article {
        min-height: auto;
    }
}

/* =========================================================
   INTEGRA 2.0 — CORRECCIÓN DE ESPACIADO INTERNO
   Mantiene título y descripción juntos; el espacio sobrante queda abajo.
   ========================================================= */
.integra-page .integra-feature-grid article {
    align-content: start;
}

/* =========================================================
   SOLUCIONES: MENÚ POR EDIFICIOS / HOGARES
   ========================================================= */
.solutions-submenu {
    min-width: 210px;
    overflow: visible;
}

.submenu-group {
    position: relative;
}

.submenu-parent {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.submenu-parent span {
    font-size: 16px;
    line-height: 1;
}

.submenu-nested {
    position: absolute;
    left: calc(100% + 10px);
    top: -10px;
    min-width: 225px;
    padding: 10px;
    background: rgba(9, 12, 25, .98);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-8px);
    transition: .22s ease;
}

.submenu-group:hover .submenu-nested,
.submenu-group:focus-within .submenu-nested {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

@media(max-width:850px) {
    .submenu-nested {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        min-width: 0;
        padding: 2px 0 5px 12px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .submenu-parent span {
        display: none;
    }

    .submenu-nested a {
        font-size: 9px !important;
        color: rgba(255, 255, 255, .82) !important;
    }
}

/* =========================================================
   BSS EN CASA
   ========================================================= */
.bss-home-page {
    background: #070918;
    color: #fff;
}

.home-hero {
    padding: 155px 0 88px;
    background: linear-gradient(96deg, rgba(4, 8, 22, .94), rgba(22, 12, 52, .82)), url('../img/07.png') center/cover no-repeat;
    overflow: hidden;
}

.home-hero .integra-kicker {
    color: #c99aff;
}

.home-hero .integra-hero h1 strong,
.home-hero h1 strong {
    font-size: 58px;
}

.home-about {
    padding: 95px 0;
    background: #f1f2f5;
    color: #26323a;
}

.home-product-stage {
    position: relative;
    min-height: 470px;
    border-radius: 28px;
    background: radial-gradient(circle at 50% 48%, #4e2287 0, #19132f 46%, #080b19 100%);
    overflow: hidden;
    display: grid;
    place-items: center;
}

.product-halo {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(177, 71, 255, .52), rgba(126, 60, 255, .08) 58%, transparent 72%);
    filter: blur(2px);
}

.product-halo.cyan {
    background: radial-gradient(circle, rgba(37, 190, 244, .48), rgba(37, 190, 244, .08) 58%, transparent 72%);
}

.stage-lock,
.stage-camera {
    position: absolute;
    z-index: 2;
    filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .38));
}

.stage-lock {
    height: 390px;
    left: 19%;
    bottom: 22px;
}

.stage-camera {
    width: 230px;
    right: 14%;
    bottom: 58px;
    transform: rotate(3deg);
}

.home-includes {
    padding: 92px 0;
    background: linear-gradient(120deg, rgba(73, 45, 149, .97), rgba(126, 60, 255, .9)), url('../img/30011-64265.jpg') center/cover no-repeat;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.home-feature-grid article {
    position: relative;
    min-width: 0;
    padding: 18px 18px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(9px);
    transition: .25s ease;
}

.home-feature-grid article:hover {
    transform: translateY(-7px);
    background: rgba(255, 255, 255, .14);
}

.feature-visual {
    height: 190px;
    position: relative;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(7, 9, 24, .55), rgba(255, 255, 255, .03));
}

.feature-visual img {
    position: relative;
    z-index: 2;
    max-height: 168px;
    max-width: 88%;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .35));
}

.feature-visual.product-lock img {
    height: 170px;
}

.feature-visual.product-camera img {
    width: 145px;
    transform: rotate(-3deg);
}

.feature-visual.product-alarm img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.feature-visual.product-app img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center 68%;
    border-radius: 14px;
}

.home-feature-grid h3 {
    font-size: 16px;
    line-height: 1.22;
    margin: 0 0 14px;
    color: #fff;
}

.home-feature-grid ul {
    padding-left: 17px;
    margin: 0;
    display: grid;
    gap: 7px;
}

.home-feature-grid li {
    font-size: 11.5px;
    line-height: 1.42;
    color: rgba(255, 255, 255, .8);
}

.home-audience {
    padding: 0;
    background: #ececec;
    color: #26323a;
}

.home-audience-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    min-height: 530px;
    align-items: stretch;
}

.home-audience .integra-audience-copy {
    padding: 85px 70px 78px 0;
    align-self: center;
}

.home-family-photo {
    min-height: 530px;
    overflow: hidden;
}

.home-family-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-combos {
    padding: 95px 0;
    background: #f4f4f6;
    color: #26323a;
}

.combo-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 38px;
}

.combo-heading h2 {
    color: #202733 !important;
    line-height: 1.08;
}

.combo-heading h2 strong {
    color: #7540dd;
    font-size: .78em;
}

.combo-heading p {
    color: #59646c;
}

.combo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.combo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px 16px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #dce0e5;
    box-shadow: 0 14px 32px rgba(31, 43, 56, .08);
    overflow: hidden;
    transition: .25s ease;
}

.combo-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 40px rgba(80, 46, 161, .16);
}

.combo-card.featured {
    border: 2px solid #7e3cff;
    background: linear-gradient(180deg, #fff, #f5efff);
}

.combo-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 7px;
    background: #7e3cff;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
}

.combo-card.featured {
    padding-top: 38px;
}

.combo-number {
    color: #7e3cff;
    font-size: 12px;
    font-weight: 900;
}

.combo-card h3 {
    font-size: 18px;
    line-height: 1.06;
    margin: 7px 0 8px;
    min-height: 38px;
}

.combo-visual {
    height: 170px;
    position: relative;
    display: grid;
    place-items: center;
    margin: 6px 0 14px;
    border-radius: 15px;
    background: linear-gradient(145deg, #111429, #292048);
    overflow: hidden;
}

.combo-visual img {
    position: absolute;
    z-index: 2;
    object-fit: contain;
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, .35));
}

.combo-visual .lock {
    height: 148px;
}

.combo-visual .camera {
    width: 115px;
}

.combo-visual .alarm {
    width: 112px;
    height: 92px;
    object-fit: cover;
    border-radius: 13px;
    right: 5px;
    bottom: 7px;
}

.combo-visual.composition .lock {
    left: 8px;
    bottom: -3px;
    height: 145px;
}

.combo-visual.composition .camera {
    left: 10px;
    bottom: 12px;
}

.combo-visual.composition.reverse .alarm {
    right: 3px;
}

.combo-visual.composition.full .lock {
    left: -2px;
    height: 137px;
}

.combo-visual.composition.full .camera {
    right: 18px;
    top: 20px;
    width: 88px;
}

.combo-visual.composition.full .alarm {
    right: -2px;
    bottom: 0;
    width: 92px;
    height: 77px;
}

.combo-card p {
    font-size: 11px;
    line-height: 1.45;
    color: #58636b;
    margin: 0;
}

.combo-card p strong {
    display: block;
    color: #26323a;
    margin-bottom: 6px;
}

.home-final-cta {
    padding: 82px 0;
    background: linear-gradient(120deg, #11162b, #5b2bb8);
    text-align: center;
}

.home-final-cta p {
    max-width: 760px;
    margin: 0 auto 25px;
    color: rgba(255, 255, 255, .82);
}

.home-final-contact {
    margin-top: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
}

@media(max-width:1100px) {
    .home-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .combo-card.featured {
        grid-column: span 2;
    }

    .home-audience-grid {
        grid-template-columns: 1fr;
    }

    .home-audience .integra-audience-copy {
        padding: 70px 0;
    }

    .home-family-photo {
        min-height: 430px;
    }
}

@media(max-width:760px) {
    .home-product-stage {
        min-height: 360px;
    }

    .stage-lock {
        height: 300px;
        left: 10%;
    }

    .stage-camera {
        width: 170px;
        right: 5%;
    }

    .home-feature-grid,
    .combo-grid {
        grid-template-columns: 1fr;
    }

    .combo-card.featured {
        grid-column: auto;
    }

    .feature-visual {
        height: 170px;
    }

    .home-audience .integra-audience-copy {
        padding: 58px 0;
    }

    .home-family-photo {
        min-height: 320px;
    }

    .combo-heading h2 {
        font-size: 34px !important;
    }
}

/* BSS EN CASA — ajuste imagen del sistema y cámara */
.home-system-image {
    min-height: 470px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(25, 20, 48, .16);
}

.home-system-image img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.feature-visual.product-camera img {
    width: 158px;
    max-height: 174px;
    transform: none;
    filter: drop-shadow(0 16px 18px rgba(0, 0, 0, .3));
}

.combo-visual .camera {
    width: 128px;
    max-height: 142px;
    transform: none;
}

.combo-visual.one .camera {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.combo-visual.composition .camera {
    left: 4px;
    bottom: 14px;
    width: 102px;
}

.combo-visual.composition.full .camera {
    right: 12px;
    left: auto;
    top: 16px;
    width: 96px;
}

@media(max-width:760px) {

    .home-system-image,
    .home-system-image img {
        min-height: 340px;
    }
}

/* BSS EN CASA — productos finales provistos por cliente */
.feature-visual.product-camera img {
    width: auto;
    height: 168px;
    max-width: 88%;
    max-height: 168px;
    transform: none;
    object-fit: contain;
}

.feature-visual.product-alarm img {
    width: auto;
    height: 165px;
    max-width: 92%;
    max-height: 165px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
}

.feature-visual.product-app img {
    width: auto;
    height: 178px;
    max-width: 90%;
    max-height: 178px;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}

.combo-visual .camera {
    width: auto;
    height: 126px;
    max-width: 48%;
    max-height: 126px;
    transform: none;
}

.combo-visual .alarm {
    width: 112px;
    height: 112px;
    object-fit: contain;
    border-radius: 10px;
}

.combo-visual .app {
    position: absolute;
    z-index: 3;
    width: auto;
    height: 126px;
    object-fit: contain;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .32));
}

.combo-visual.one .camera {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 136px;
    max-width: 72%;
}

.combo-visual.lock-camera .lock {
    left: 6px;
    bottom: -2px;
    height: 142px;
}

.combo-visual.lock-camera .camera {
    right: 8px;
    left: auto;
    bottom: 18px;
    height: 105px;
}

.combo-visual.lock-alarm .lock {
    left: 5px;
    bottom: -2px;
    height: 140px;
}

.combo-visual.lock-alarm .alarm {
    right: 4px;
    bottom: 18px;
    width: 104px;
    height: 104px;
}

.combo-visual.composition.full .lock {
    left: -7px;
    bottom: -2px;
    height: 128px;
}

.combo-visual.composition.full .camera {
    left: 52px;
    right: auto;
    top: 18px;
    height: 78px;
    width: auto;
}

.combo-visual.composition.full .alarm {
    right: 3px;
    bottom: 5px;
    width: 82px;
    height: 82px;
}

.combo-visual.composition.full .app {
    right: 48px;
    bottom: 3px;
    height: 100px;
}

@media(max-width:760px) {
    .feature-visual.product-camera img {
        height: 150px;
    }

    .feature-visual.product-alarm img {
        height: 148px;
    }

    .feature-visual.product-app img {
        height: 158px;
    }
}

/* =========================================================
   BSS EN CASA — jerarquía final y combo destacado
   ========================================================= */
.bss-home-page .home-about .integra-about-copy h2 {
    font-size: clamp(44px, 4.25vw, 68px);
    line-height: 1.02;
    max-width: 680px;
    margin-bottom: 28px;
}

.bss-home-page .home-audience .integra-audience-copy h2 {
    font-size: clamp(38px, 3.45vw, 56px);
    line-height: 1.06;
    max-width: 720px;
    margin-bottom: 28px;
}

.bss-home-page .combo-heading {
    max-width: 860px;
    margin-bottom: 48px;
}

.bss-home-page .combo-heading h2 {
    font-size: clamp(42px, 4vw, 62px) !important;
    line-height: 1.02;
}

.bss-home-page .combo-heading h2 strong {
    display: block;
    margin-top: 8px;
    font-size: .72em;
    line-height: 1.12;
}

.bss-home-page .combo-heading p {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 18px;
}

.bss-home-page .combo-card {
    padding: 24px 20px 26px;
}

.bss-home-page .combo-card h3 {
    font-size: 21px;
    line-height: 1.08;
    min-height: 45px;
    margin: 8px 0 10px;
}

.bss-home-page .combo-number {
    font-size: 14px;
}

.bss-home-page .combo-card p {
    font-size: 12.5px;
    line-height: 1.58;
}

.bss-home-page .combo-card p strong {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.bss-home-page .combo-card.featured {
    z-index: 2;
    padding-top: 43px;
    border: 2px solid #f6c844;
    background: linear-gradient(145deg, #2b175e 0%, #4f25a6 58%, #7041d7 100%);
    box-shadow: 0 24px 52px rgba(74, 35, 159, .30);
    transform: scale(1.035);
}

.bss-home-page .combo-card.featured:hover {
    transform: translateY(-7px) scale(1.035);
    box-shadow: 0 30px 60px rgba(74, 35, 159, .38);
}

.bss-home-page .combo-card.featured .combo-badge {
    padding: 9px 8px;
    background: #f6c844;
    color: #1e1830;
    font-size: 10px;
    letter-spacing: .08em;
}

.bss-home-page .combo-card.featured .combo-number {
    color: #f6c844;
}

.bss-home-page .combo-card.featured h3,
.bss-home-page .combo-card.featured p,
.bss-home-page .combo-card.featured p strong {
    color: #fff;
}

.bss-home-page .combo-card.featured p {
    color: rgba(255, 255, 255, .84);
}

.bss-home-page .combo-card.featured .combo-visual {
    background: linear-gradient(145deg, #0d1024, #21133e);
    border: 1px solid rgba(255, 255, 255, .13);
}

/* El celular representa la app, no un producto físico de los combos. */
.bss-home-page .combo-visual .app {
    display: none !important;
}

@media(max-width:1100px) {
    .bss-home-page .combo-card.featured {
        transform: none;
    }

    .bss-home-page .combo-card.featured:hover {
        transform: translateY(-7px);
    }
}

@media(max-width:760px) {
    .bss-home-page .home-about .integra-about-copy h2 {
        font-size: 42px;
    }

    .bss-home-page .home-audience .integra-audience-copy h2 {
        font-size: 36px;
    }

    .bss-home-page .combo-heading h2 {
        font-size: 38px !important;
    }

    .bss-home-page .combo-heading p {
        font-size: 15px;
    }

    .bss-home-page .combo-card h3 {
        font-size: 22px;
        min-height: 0;
    }

    .bss-home-page .combo-card p {
        font-size: 14px;
    }
}


/* =========================================================
   BSS EN CASA — ajuste final de jerarquías y composiciones
   ========================================================= */
.bss-home-page .home-about .integra-about-copy h2 {
    font-size: clamp(40px, 3.55vw, 58px);
    line-height: 1.06;
    max-width: 760px;
}

.bss-home-page .home-audience .integra-audience-copy h2 {
    font-size: clamp(32px, 2.65vw, 44px);
    line-height: 1.1;
    max-width: 980px;
}

.bss-home-page .combo-heading h2 {
    font-size: clamp(36px, 3.35vw, 52px) !important;
    line-height: 1.06;
}

.bss-home-page .combo-heading h2 strong {
    font-size: .70em;
    line-height: 1.16;
}

.bss-home-page .combo-card h3 {
    font-size: 19px;
    line-height: 1.12;
    min-height: 43px;
}

.bss-home-page .combo-visual {
    height: 158px;
    margin: 5px 0 14px;
}

/* Productos individuales */
.bss-home-page .combo-visual.one .lock {
    left: 50%;
    top: 50%;
    bottom: auto;
    height: 140px;
    transform: translate(-50%, -50%);
}

.bss-home-page .combo-visual.one .camera {
    left: 50%;
    top: 50%;
    bottom: auto;
    height: 122px;
    max-width: 74%;
    transform: translate(-50%, -50%);
}

/* 03 · Cerradura + cámara: composición diagonal, sin superposición excesiva */
.bss-home-page .combo-visual.lock-camera .lock {
    left: 8px;
    bottom: -1px;
    height: 132px;
}

.bss-home-page .combo-visual.lock-camera .camera {
    left: auto;
    right: 12px;
    top: 25px;
    bottom: auto;
    height: 94px;
    max-width: 46%;
}

/* 04 · Cerradura + sensores: pesos visuales equivalentes */
.bss-home-page .combo-visual.lock-alarm .lock {
    left: 7px;
    bottom: -1px;
    height: 130px;
}

.bss-home-page .combo-visual.lock-alarm .alarm {
    right: 7px;
    bottom: 24px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 9px;
}

/* 05 · Hogar 360: triángulo visual limpio */
.bss-home-page .combo-visual.composition.full .lock {
    left: -1px;
    bottom: -2px;
    height: 124px;
}

.bss-home-page .combo-visual.composition.full .camera {
    left: auto;
    right: 17px;
    top: 14px;
    height: 76px;
    max-width: 42%;
}

.bss-home-page .combo-visual.composition.full .alarm {
    right: 4px;
    bottom: 4px;
    width: 77px;
    height: 77px;
    object-fit: contain;
    border-radius: 8px;
}

@media(max-width:1100px) {
    .bss-home-page .home-audience .integra-audience-copy h2 {
        max-width: 760px;
    }
}

@media(max-width:760px) {
    .bss-home-page .home-about .integra-about-copy h2 {
        font-size: 38px;
    }

    .bss-home-page .home-audience .integra-audience-copy h2 {
        font-size: 32px;
    }

    .bss-home-page .combo-heading h2 {
        font-size: 34px !important;
    }

    .bss-home-page .combo-card h3 {
        font-size: 20px;
        min-height: 0;
    }

    .bss-home-page .combo-visual {
        height: 170px;
    }
}

/* Combos con composiciones finales provistas */
.combo-visual.combo-image-ready {
    padding: 8px 6px;
    background: linear-gradient(145deg, #111429, #292048);
}

.combo-visual.combo-image-ready img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 15px rgba(0, 0, 0, .28));
}

/* BSS EN CASA - CTA final y contacto */
.home-final-cta {
    padding: 76px 0;
    background: linear-gradient(120deg, #11162b, #5b2bb8);
    text-align: left;
}

.home-final-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 56px;
    align-items: center;
}

.home-final-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    max-width: 680px;
}

.home-final-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 3.2vw, 58px);
    line-height: 1.02;
    max-width: 620px;
}

.home-final-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 19px;
    line-height: 1.5;
    max-width: 620px;
}

.home-final-copy .btn {
    white-space: nowrap;
    align-self: flex-start;
}

.home-contact-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 42px rgba(8, 5, 33, .22);
    backdrop-filter: blur(8px);
}

.home-contact-link {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 11px 12px;
    border-radius: 13px;
    color: #fff;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease, color .2s ease;
}

.home-contact-link:hover {
    background: rgba(255, 255, 255, .1);
    color: #31c2f2;
    transform: translateX(3px);
}

.home-contact-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
}

.home-contact-icon svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.home-contact-link span:last-child {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.home-contact-link strong {
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.home-contact-link small {
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .78);
    overflow-wrap: anywhere;
}

.home-contact-link:hover small {
    color: #31c2f2;
}

.home-final-contact {
    display: none;
}

@media(max-width:1180px) {
    .home-final-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
        gap: 36px;
    }

    .home-final-copy {
        max-width: none;
    }

    .home-contact-card {
        grid-template-columns: 1fr;
    }
}

@media(max-width:820px) {
    .home-final-cta {
        padding: 58px 0;
    }

    .home-final-copy {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .home-final-copy p {
        max-width: 650px;
        margin: 0 auto;
    }

    .home-final-copy .btn {
        justify-self: center;
    }

    .home-contact-card {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   AUDITORÍA MOBILE FINAL — 10/08/2026
   Ajustes exclusivos para tablet/mobile. No altera desktop.
   ========================================================= */
@media (max-width: 850px) {

    /* REMOVED: see PR-F — ahora fixes estructurales (overflow-x:hidden global eliminado) */
    .container,
    .footer-content {
        width: calc(100% - 32px) !important;
        max-width: 1120px;
    }

    /* Header / navegación */
    .header {
        padding: 20px 0 !important;
    }

    .logo img {
        height: 46px !important;
        width: auto;
    }

    .mobile-toggle {
        flex: 0 0 auto;
    }

    .menu {
        top: 70px !important;
        right: 16px !important;
        left: 16px !important;
        width: auto !important;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
        gap: 6px !important;
        padding: 16px !important;
    }

    .menu>a,
    .menu-dropdown {
        width: 100%;
    }

    .menu>a {
        padding: 10px 12px !important;
    }

    .menu a.active,
    .menu a:hover {
        outline-offset: -1px;
    }

    .submenu {
        width: 100% !important;
    }

    .submenu-nested {
        padding-left: 10px !important;
    }

    .submenu-nested a {
        font-size: 10px !important;
        white-space: normal !important;
    }

    /* Asistente flotante: menos invasivo en pantallas chicas */
    .whatsapp {
        right: 14px !important;
        bottom: 14px !important;
        padding: 6px !important;
    }

    .whatsapp img {
        width: 54px !important;
        height: 54px !important;
    }

    /* Home */
    .hero {
        min-height: auto;
        padding: 118px 0 54px;
    }

    .hero-grid {
        gap: 34px;
    }

    .hero h1 {
        font-size: 34px !important;
        line-height: 1.04;
    }

    .hero p {
        font-size: 15px;
    }

    .hero-product .devices {
        width: min(280px, 82vw);
    }

    .split {
        gap: 28px;
        padding: 52px 16px;
    }

    .content {
        padding: 46px 22px;
    }

    .content h2 {
        font-size: 31px !important;
        line-height: 1.08;
    }

    .content h3 {
        font-size: 29px;
    }

    .content p {
        font-size: 15px;
    }

    .split .photo {
        min-height: 330px;
    }

    .plans {
        min-height: 0;
    }

    .plans .phone {
        min-height: 360px !important;
    }

    .plans-content {
        padding: 48px 20px 44px !important;
        min-width: 0;
    }

    .plans-content h2 {
        font-size: 31px !important;
        line-height: 1.08 !important;
        margin-bottom: 20px;
    }

    .plans-intro {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 26px;
    }

    .plans-intro br {
        display: none;
    }

    .plan-row {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-bottom: 20px;
        min-width: 0;
    }

    .plan-row p {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere;
    }

    .pill-group,
    .face-pill-group {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: visible !important;
        gap: 0;
    }

    .pill-group .pill,
    .face-pill-group .pill,
    .face-pill-group span {
        width: 100% !important;
        min-width: 0 !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .pill-group .pill:first-child,
    .face-pill-group span:first-child {
        border-radius: 999px 0 0 999px !important;
    }

    .pill-group .pill:last-child,
    .face-pill-group span:last-child {
        border-radius: 0 999px 999px 0 !important;
    }

    .plan-row>.pill {
        width: 100% !important;
        max-width: 260px;
        margin-left: 0 !important;
    }

    .plans-bottom {
        margin-top: 30px;
        gap: 22px;
    }

    .plans-products {
        width: min(240px, 78vw);
    }

    .split-confidence .confidence-content {
        padding: 52px 22px;
    }

    .split-confidence .confidence-content h2 {
        font-size: 31px !important;
    }

    .photo-confidence {
        min-height: 380px;
    }

    /* Soluciones */
    .solutions-page .services-hero {
        padding: 118px 0 54px !important;
    }

    .solutions-page .services-hero-grid {
        gap: 32px;
    }

    .solutions-page .services-hero-copy h1 {
        font-size: 32px !important;
        line-height: 1.08;
    }

    .solutions-page .services-hero-copy p {
        font-size: 14px;
        line-height: 1.5;
    }

    .solutions-page .hero-photo {
        height: 300px !important;
    }

    .solutions-page .service-copy {
        padding: 48px 20px 46px !important;
    }

    .solutions-page .service-copy h2 {
        font-size: 31px !important;
        line-height: 1.08;
    }

    .solutions-page .service-subtitle {
        font-size: 14px;
    }

    .solutions-page .service-photo,
    .solutions-page .floating-photo {
        min-height: 330px !important;
        height: 330px !important;
    }

    .solutions-page .solutions-feature-box {
        padding: 31px 18px 20px;
        margin-bottom: 28px;
    }

    .solutions-page .solutions-feature-title {
        left: 18px;
        max-width: calc(100% - 36px);
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    .solutions-page .solutions-feature-box li {
        font-size: 11px;
        line-height: 1.5;
    }

    .solutions-page .service-copy .btn {
        max-width: 100%;
        white-space: normal !important;
    }

    /* Clientes */
    .clients-hero {
        padding: 118px 0 52px !important;
    }

    .clients-hero h1 {
        font-size: 33px !important;
        line-height: 1.07;
    }

    .clients-copy {
        padding: 48px 20px !important;
    }

    .clients-copy h2,
    .clients-vip h2 {
        font-size: 31px !important;
        line-height: 1.08 !important;
        margin: 16px 0 20px;
        overflow-wrap: anywhere;
    }

    .clients-copy p {
        font-size: 14px;
        line-height: 1.5;
    }

    .clients-tag {
        font-size: 11px;
        padding: 7px 14px;
    }

    .client-feature-box {
        padding: 29px 18px 20px;
        margin-top: 30px;
    }

    .client-feature-box .feature-label {
        left: 18px;
        max-width: calc(100% - 36px);
        white-space: normal;
        text-align: center;
    }

    .client-feature-box li {
        font-size: 11px;
        line-height: 1.5;
    }

    .clients-photo,
    .clients-vip .clients-photo {
        min-height: 380px !important;
    }

    .photo-btn,
    .photo-btn.left {
        left: 20px !important;
        right: 20px !important;
        bottom: 24px !important;
        width: auto;
        text-align: center;
        white-space: normal;
        line-height: 1.25;
    }

    /* Empresa */
    .company-hero {
        padding: 118px 0 52px !important;
    }

    .company-hero-copy h1 {
        font-size: 33px !important;
        line-height: 1.07;
    }

    .company-mission-copy,
    .company-difference-copy,
    .company-trust-copy {
        padding: 48px 20px !important;
    }

    .company-mission-copy h2,
    .company-difference-copy h2,
    .company-trust-copy h2 {
        font-size: 31px !important;
        line-height: 1.08 !important;
    }

    .company-mission-copy p,
    .company-difference-copy p,
    .company-trust-copy p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* FAQ */
    .faq-page .header {
        padding: 20px 0 !important;
    }

    .faq-page .faq-wrap {
        padding: 118px 0 56px !important;
    }

    .faq-page .faq-title {
        font-size: 29px !important;
        line-height: 1.1;
    }

    .faq-page .faq-lead {
        font-size: 14px;
    }

    .faq-page .faq-filter {
        font-size: 11px;
        padding: 10px 12px;
    }

    .faq-page .faq-q {
        font-size: 14px;
        line-height: 1.35;
        padding-right: 48px;
    }

    .faq-page .faq-a {
        font-size: 13px;
        line-height: 1.55;
    }

    /* Contacto */
    .contact-page .contact-hero {
        min-height: 0 !important;
        padding: 118px 0 56px !important;
    }

    .contact-main-copy h1 {
        font-size: 33px !important;
        line-height: 1.07;
    }

    .contact-page .notice {
        font-size: 16px !important;
        padding: 20px !important;
    }

    .contact-page .form-wrap {
        gap: 0;
    }

    .contact-page .form-side-photo {
        min-height: 300px !important;
    }

    .contact-page .contact-form-card {
        padding: 32px 20px !important;
    }

    .contact-page .buttons-row,
    .contact-page .form-buttons {
        gap: 10px;
        flex-wrap: wrap;
    }

    /* Técnicos */
    .technicians-page .header {
        padding: 20px 0 !important;
    }

    .technicians-page .technicians-intro-direct {
        padding: 118px 0 48px !important;
    }

    .technicians-page .technicians-intro-direct h1 {
        font-size: 34px !important;
        line-height: 1.08;
    }

    .technicians-page .technicians-intro h2 {
        font-size: 31px !important;
    }

    .technicians-page .technicians-grid-section {
        padding: 58px 0 64px;
    }

    .technicians-page .technician-card-info {
        grid-column: 1 / -1;
        min-height: 0;
    }

    .technicians-page .technician-card-info-inner {
        padding: 34px 24px;
        width: 100%;
    }

    .technicians-page .technician-card-info h3 {
        font-size: 24px;
    }

    .technicians-page .technicians-app-copy h2,
    .technicians-page .technicians-social h2,
    .technicians-page .technicians-jano h2 {
        font-size: 29px !important;
    }

    /* Comparativo */
    .comparison-hero {
        padding: 118px 0 54px !important;
        min-height: 0;
    }

    .comparison-hero h1 {
        font-size: 33px !important;
        line-height: 1.08;
    }

    .comparison-hero p {
        font-size: 14px;
    }

    .comparison-heading h2 {
        font-size: 28px !important;
    }

    .comparison-table-shell {
        margin-left: 0;
        margin-right: 0;
    }

    .comparison-table {
        min-width: 880px !important;
    }

    .comparison-table .feature-head,
    .comparison-table tbody th {
        width: 220px !important;
        min-width: 220px !important;
        font-size: 11px;
    }

    .comparison-table thead th {
        font-size: 11px;
    }

    .comparison-cta {
        padding: 26px 20px;
        gap: 22px;
    }

    .comparison-cta h3 {
        font-size: 23px;
    }

    /* Landings internas de soluciones */
    .integra-hero {
        padding: 118px 0 56px !important;
    }

    .integra-hero-grid {
        gap: 34px;
    }

    .integra-hero h1 {
        font-size: 30px !important;
        line-height: 1.08;
    }

    .integra-hero h1 strong {
        font-size: 39px !important;
        line-height: 1.02;
    }

    .integra-hero-copy>p {
        font-size: 14px;
        line-height: 1.55;
    }

    .integra-contact-strip {
        gap: 10px 16px;
    }

    .integra-quote-card {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .integra-quote-card h2 {
        font-size: 25px;
    }

    .integra-about,
    .integra-includes,
    .integra-audience,
    .integra-process,
    .integra-faq-section {
        padding: 58px 0 !important;
    }

    .integra-about-grid,
    .integra-audience-grid {
        gap: 30px;
    }

    .integra-about h2,
    .integra-heading h2,
    .integra-audience h2 {
        font-size: 30px !important;
        line-height: 1.1;
    }

    .integra-about p,
    .integra-audience p {
        font-size: 14px;
    }

    .integra-about-image img {
        height: 340px !important;
    }

    .integra-heading {
        margin-bottom: 34px;
    }

    .integra-feature-grid article {
        padding: 20px 18px !important;
    }

    .solution-feature-group {
        padding: 22px 18px;
    }

    .solution-feature-group h3 {
        font-size: 20px;
    }

    .integra-process-image {
        max-height: none;
    }

    .integra-cta-card {
        min-height: 0;
        padding: 30px 22px;
    }

    .integra-cta-card h2,
    .integra-cta-card-gradient h2 {
        font-size: 24px !important;
    }

    /* BSS en Casa */
    .bss-home-page .home-hero {
        padding: 118px 0 56px;
    }

    .bss-home-page .home-hero h1 strong {
        font-size: 39px !important;
    }

    .bss-home-page .home-about {
        padding: 58px 0;
    }

    .bss-home-page .home-about .integra-about-copy h2 {
        font-size: 34px !important;
        line-height: 1.08;
    }

    .bss-home-page .home-includes {
        padding: 58px 0;
    }

    .bss-home-page .home-feature-grid {
        gap: 14px;
        margin-top: 30px;
    }

    .bss-home-page .home-feature-grid article {
        padding: 16px 16px 20px;
    }

    .bss-home-page .home-audience .integra-audience-copy {
        padding: 52px 0;
    }

    .bss-home-page .home-audience .integra-audience-copy h2 {
        font-size: 30px !important;
        line-height: 1.1;
    }

    .bss-home-page .home-combos {
        padding: 58px 0;
    }

    .bss-home-page .combo-heading {
        margin-bottom: 30px;
    }

    .bss-home-page .combo-heading h2 {
        font-size: 31px !important;
    }

    .bss-home-page .combo-heading p {
        font-size: 14px;
    }

    .bss-home-page .combo-card {
        padding: 20px 18px 24px;
        border-radius: 18px;
    }

    .bss-home-page .combo-card h3 {
        font-size: 20px;
    }

    .bss-home-page .combo-card p {
        font-size: 14px;
        line-height: 1.52;
    }

    .bss-home-page .combo-visual {
        height: 190px !important;
    }

    .bss-home-page .combo-visual.combo-image-ready {
        padding: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bss-home-page .combo-visual.combo-image-ready img {
        position: relative !important;
        inset: auto !important;
        display: block !important;
        width: auto !important;
        height: 92% !important;
        max-width: 94% !important;
        max-height: 92% !important;
        margin: auto !important;
        object-fit: contain !important;
        object-position: center !important;
        transform: none !important;
    }

    .bss-home-page .combo-card.featured {
        transform: none !important;
    }

    .bss-home-page .combo-card.featured:hover {
        transform: none !important;
    }

    .bss-home-page .home-final-cta {
        padding: 52px 0 !important;
    }

    .bss-home-page .home-final-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .bss-home-page .home-final-copy {
        max-width: none;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 16px;
    }

    .bss-home-page .home-final-copy h2 {
        font-size: 32px !important;
        line-height: 1.08;
        max-width: none;
    }

    .bss-home-page .home-final-copy p {
        font-size: 16px !important;
        line-height: 1.5;
        max-width: none;
        margin: 0 !important;
    }

    .bss-home-page .home-final-copy .btn {
        align-self: flex-start !important;
        justify-self: auto !important;
    }

    .bss-home-page .home-contact-card {
        width: 100%;
        padding: 14px;
        border-radius: 18px;
    }

    .bss-home-page .home-contact-link {
        padding: 10px 8px;
    }
}

@media (max-width: 560px) {

    .container,
    .footer-content {
        width: calc(100% - 28px) !important;
    }

    .logo img {
        height: 42px !important;
    }

    .mobile-toggle {
        font-size: 10px;
        padding: 7px 10px;
    }

    .whatsapp img {
        width: 48px !important;
        height: 48px !important;
    }

    .hero h1,
    .clients-hero h1,
    .company-hero-copy h1,
    .contact-main-copy h1,
    .technicians-page .technicians-intro-direct h1,
    .comparison-hero h1 {
        font-size: 30px !important;
    }

    .plans-content h2,
    .content h2,
    .clients-copy h2,
    .clients-vip h2,
    .company-mission-copy h2,
    .company-difference-copy h2,
    .company-trust-copy h2,
    .solutions-page .service-copy h2 {
        font-size: 28px !important;
    }

    .solutions-page .services-hero-copy h1 {
        font-size: 29px !important;
    }

    .solutions-page .service-photo,
    .solutions-page .floating-photo,
    .clients-photo,
    .clients-vip .clients-photo {
        min-height: 310px !important;
        height: 310px !important;
    }

    .integra-hero h1 {
        font-size: 27px !important;
    }

    .integra-hero h1 strong {
        font-size: 35px !important;
    }

    .integra-about h2,
    .integra-heading h2,
    .integra-audience h2 {
        font-size: 28px !important;
    }

    .solution-feature-group {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }

    .bss-home-page .home-about .integra-about-copy h2 {
        font-size: 31px !important;
    }

    .bss-home-page .home-audience .integra-audience-copy h2 {
        font-size: 28px !important;
    }

    .bss-home-page .combo-heading h2 {
        font-size: 29px !important;
    }

    .bss-home-page .combo-visual {
        height: 205px !important;
    }

    .bss-home-page .home-final-copy h2 {
        font-size: 29px !important;
    }

    .bss-home-page .home-final-copy p {
        font-size: 15px !important;
    }

    .bss-home-page .home-contact-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .bss-home-page .home-contact-link strong {
        font-size: 12px;
    }

    .bss-home-page .home-contact-link small {
        font-size: 13px;
    }
}

/* ============================================================
   A11Y: skip link + focus visible (invisible, solo al tabular)
   ============================================================ */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--cyan);
    color: var(--black);
    padding: 12px 20px;
    font-weight: 700;
    text-decoration: none;
    z-index: 1000;
    border-radius: 0 0 8px 0;
}

.skip-link:focus,
.skip-link:focus-visible {
    left: 0;
    outline: 3px solid var(--magenta);
    outline-offset: 2px;
}

:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 2px;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 2px;
}

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

/* ============================================================
   Form messages (form.omatic.com.ar) — oculto por default
   ============================================================ */
.form-msg {
    display: none;
    margin: 14px 0 4px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.form-msg.show {
    display: block;
}

.form-msg-success {
    background: rgba(37, 190, 244, .14);
    border: 2px solid var(--cyan);
    color: var(--cyan);
}

.form-msg-error {
    background: rgba(194, 36, 110, .14);
    border: 2px solid var(--magenta);
    color: var(--magenta);
}

/* ============================================================
   Social disabled (próximamente) — solo si existe la clase
   ============================================================ */
.social a.social-disabled {
    opacity: .35;
    cursor: not-allowed;
    pointer-events: none;
}

.social a.social-disabled img {
    filter: grayscale(1);
}

/* ============================================================
   Fix dropdown menu: puente invisible para no perder hover
   ============================================================ */
.submenu::before {
    content: '';
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
}

.submenu-nested::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -11px;
    width: 11px;
}


/* === Ajustes producción solicitados 2026-08-20: logo, contacto y footer unificado === */
.header .logo img {
    height: 72px;
    max-width: none
}

.footer-unified {
    padding: 62px 0 34px;
    background: #17153d;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .18)
}

.footer-unified .footer-main-grid {
    display: grid !important;
    grid-template-columns: 1.15fr .9fr 1.35fr .8fr;
    gap: 48px;
    align-items: start !important
}

.footer-unified h3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 18px;
    color: #fff
}

.footer-unified .footer-logo img {
    height: 72px !important;
    width: auto
}

.footer-company {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .72);
    margin: 18px 0 0
}

.footer-sitemap {
    display: grid;
    gap: 8px
}

.footer-sitemap a,
.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.45;
    opacity: .86
}

.footer-sitemap a:hover,
.footer-contact a:hover {
    opacity: 1
}

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

.footer-contact h3 {
    margin-bottom: 8px
}

.footer-contact a {
    display: flex;
    align-items: center;
    gap: 9px
}

.footer-contact a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: none
}

.footer-social-col .social {
    justify-content: flex-start
}

.footer-social-col .social a img {
    width: 22px;
    height: 22px
}

.footer-associations {
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    gap: 34px;
    align-items: center;
    flex-wrap: wrap
}

.footer-association {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.footer-association img {
    height: 52px;
    width: auto;
    max-width: 210px;
    border-radius: 6px
}

.contact-data .contact-line a {
    color: inherit;
    text-decoration: none
}

.contact-data .contact-line a:hover {
    text-decoration: underline
}

.contact-data .contact-line img[src$="whatsapp.svg"] {
    object-fit: contain
}

.integra-contact-strip a {
    color: inherit;
    text-decoration: none
}

.integra-contact-strip a:hover {
    text-decoration: underline
}

@media(max-width:900px) {
    .header .logo img {
        height: 62px
    }

    .footer-unified .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px
    }

    .footer-unified .footer-logo img {
        height: 64px !important
    }
}

@media(max-width:600px) {
    .footer-unified {
        padding: 46px 0 28px
    }

    .footer-unified .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

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

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

    .footer-association img {
        height: 48px;
        max-width: 230px
    }
}

/* supplied association logos 2026-08-20 */
.footer-association img[src$="logo-casel-25.png"] {
    height: 40px;
    max-width: 220px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0
}

.footer-association img[src$="logo-ba-ciudad.png"] {
    height: 46px;
    max-width: 240px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0
}

/* FINAL 2026-08-20: técnicos full-width + footer association logos */
.footer-association {
    cursor: pointer
}

.footer-association img {
    background: transparent !important
}

.footer-association img[src$="logo-casel-25.png"] {
    height: 40px;
    max-width: 220px;
    object-fit: contain;
    border-radius: 0 !important;
    padding: 0 !important
}

.footer-association img[src$="logo-ba-ciudad.png"] {
    height: 46px;
    max-width: 240px;
    object-fit: contain;
    border-radius: 0 !important;
    padding: 0 !important
}

/* Nuestros técnicos: bloque de validación aprobado, a ancho completo */
.technicians-page .technicians-grid>.technician-card-info {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff !important;
    background:
        radial-gradient(circle at 88% 50%, rgba(83, 42, 255, .72), transparent 34%),
        linear-gradient(115deg, #07091f 0%, #11133b 50%, #30128c 100%) !important;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(20, 10, 72, .24);
    overflow: hidden;
}

.technicians-page .technicians-grid>.technician-card-info .technician-card-info-inner {
    width: 100%;
    padding: 44px 48px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    grid-template-areas:
        "icon title button"
        "icon text button";
    column-gap: 30px;
    align-items: center;
    text-align: left;
}

.technicians-page .technicians-grid>.technician-card-info .technician-card-info-inner>img {
    grid-area: icon;
    width: 68px;
    height: 68px;
    margin: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.technicians-page .technicians-grid>.technician-card-info h3 {
    grid-area: title;
    margin: 0 0 8px;
    color: #fff !important;
    font-size: 30px;
}

.technicians-page .technicians-grid>.technician-card-info p {
    grid-area: text;
    margin: 0;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 17px;
}

.technicians-page .technicians-grid>.technician-card-info .btn {
    grid-area: button;
    margin: 0;
    white-space: nowrap;
}

/* Acercamos el banner a la sección siguiente sin alterar las tarjetas */
.technicians-page .technicians-grid-section {
    padding-bottom: 38px
}

.technicians-page .technicians-connect {
    padding-top: 38px
}

@media (max-width: 820px) {
    .technicians-page .technicians-grid>.technician-card-info .technician-card-info-inner {
        padding: 36px 30px;
        grid-template-columns: 58px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "icon text"
            ". button";
        gap: 10px 20px;
    }

    .technicians-page .technicians-grid>.technician-card-info .technician-card-info-inner>img {
        width: 54px;
        height: 54px;
    }

    .technicians-page .technicians-grid>.technician-card-info .btn {
        justify-self: start;
        margin-top: 18px;
    }

    .technicians-page .technicians-grid-section {
        padding-bottom: 30px
    }

    .technicians-page .technicians-connect {
        padding-top: 30px
    }
}

@media (max-width: 560px) {
    .technicians-page .technicians-grid>.technician-card-info {
        min-height: 0
    }

    .technicians-page .technicians-grid>.technician-card-info .technician-card-info-inner {
        display: block;
        padding: 32px 24px
    }

    .technicians-page .technicians-grid>.technician-card-info .technician-card-info-inner>img {
        margin-bottom: 20px
    }

    .technicians-page .technicians-grid>.technician-card-info h3 {
        font-size: 25px
    }
}


/* 2026-08-22 | Formularios internos: mismo criterio visual que Home, conservando sus textos */
.solution-quote-card {
    padding: 30px 32px 34px;
    border-radius: 22px;
}

.solution-quote-card h2 {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 7px;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 800;
    color: #25313a;
}

.solution-quote-card h2::before {
    content: '↗';
    flex: 0 0 auto;
    font-size: .78em;
    line-height: 1.1;
    margin-top: 3px;
    color: #25313a;
}

.solution-quote-card>p {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.45;
    color: #6f7c83;
}

.solution-unified-form {
    margin: 0;
    padding: 0;
}

.solution-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

.solution-unified-form .field {
    margin: 0;
    min-width: 0;
}

.solution-unified-form .field label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #333;
}

.solution-unified-form .field label::before {
    content: '↗';
    flex: 0 0 auto;
    width: 11px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #333;
}

.solution-unified-form input,
.solution-unified-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #444;
    border-radius: 20px;
    background: transparent;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    outline: none;
    box-shadow: none;
}

.solution-unified-form input {
    height: 42px;
    padding: 0 14px;
}

.solution-unified-form textarea {
    min-height: 74px;
    height: 74px;
    padding: 11px 14px;
    resize: vertical;
}

.solution-unified-form .field-message {
    margin-top: 10px;
}

.solution-unified-form input:focus,
.solution-unified-form textarea:focus {
    border-color: #25bef4;
    box-shadow: 0 0 0 3px rgba(37, 190, 244, .10);
}

.solution-unified-form .buttons-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 15px;
}

.solution-unified-form .buttons-row .btn {
    width: auto;
    min-width: 126px;
    min-height: 38px;
    margin: 0;
    padding: 8px 18px;
    border-radius: 999px;
}

.solution-unified-form .buttons-row .fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.solution-unified-form .buttons-row .fill img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    object-fit: contain;
}

@media(max-width:700px) {
    .solution-quote-card {
        padding: 24px 20px 27px;
        border-radius: 18px
    }

    .solution-quote-card h2 {
        font-size: 23px;
        gap: 9px
    }

    .solution-quote-card>p {
        margin-bottom: 16px;
        font-size: 12.5px
    }

    .solution-form-grid {
        grid-template-columns: 1fr;
        gap: 9px
    }

    .solution-unified-form .field-message {
        margin-top: 9px
    }

    .solution-unified-form .buttons-row {
        flex-direction: column;
        align-items: stretch;
        gap: 9px;
        margin-top: 13px
    }

    .solution-unified-form .buttons-row .btn {
        width: 100%
    }
}

/* 2026-08-23 | Ajuste final: formularios internos alineados visualmente con Home */
.solution-quote-card {
    border-radius: 0 !important;
    padding: 45px 45px 50px !important;
    box-shadow: none !important;
}

.solution-quote-card::before {
    display: none !important;
    content: none !important;
}

.solution-quote-card h2 {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin: 0 0 8px !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.solution-quote-card h2::before {
    content: '↗' !important;
    display: block !important;
    flex: 0 0 24px !important;
    width: 24px !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-top: 2px !important;
    color: #333 !important;
}

.solution-quote-card>p {
    margin: 0 0 16px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #6f7c83 !important;
}

.solution-form-grid {
    gap: 8px 18px !important;
}

.solution-unified-form .field label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #333 !important;
}

.solution-unified-form .field label::before {
    content: '↗' !important;
    display: block !important;
    flex: 0 0 14px !important;
    width: 14px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #333 !important;
}

.solution-unified-form input,
.solution-unified-form textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    border: 2px solid #444 !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #333 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
}

.solution-unified-form input {
    height: 42px !important;
    margin: 6px 0 8px !important;
    padding: 0 15px !important;
}

.solution-unified-form textarea {
    min-height: 90px !important;
    height: 90px !important;
    margin: 6px 0 8px !important;
    padding: 12px 15px !important;
}

.solution-unified-form .field-message {
    margin-top: 0 !important;
}

.solution-unified-form .buttons-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 25px !important;
    margin-top: 10px !important;
}

.solution-unified-form .buttons-row .btn {
    width: auto !important;
    min-width: 138px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.solution-unified-form .buttons-row button.btn {
    border: 2px solid #222 !important;
    background: transparent !important;
    color: #111 !important;
}

.solution-unified-form .buttons-row a.btn.fill {
    border: 2px solid #22b8f2 !important;
    background: #22b8f2 !important;
    color: #fff !important;
}

.solution-unified-form .buttons-row .fill img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

@media(max-width:700px) {
    .solution-quote-card {
        border-radius: 0 !important;
        padding: 32px 20px !important;
    }

    .solution-quote-card h2 {
        gap: 12px !important;
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    .solution-quote-card h2::before {
        flex-basis: 20px !important;
        width: 20px !important;
        font-size: 20px !important;
        margin-top: 0 !important;
    }

    .solution-quote-card>p {
        margin-bottom: 14px !important;
        font-size: 12px !important;
    }

    .solution-form-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .solution-unified-form .field label {
        font-size: 12px !important;
    }

    .solution-unified-form .field label::before {
        flex-basis: 12px !important;
        width: 12px !important;
        font-size: 12px !important;
    }

    .solution-unified-form input,
    .solution-unified-form textarea {
        font-size: 14px !important;
    }

    .solution-unified-form .buttons-row {
        flex-direction: row !important;
        align-items: center !important;
        gap: 12px !important;
        margin-top: 8px !important;
    }

    .solution-unified-form .buttons-row .btn {
        width: auto !important;
        min-width: 0 !important;
        min-height: 38px !important;
        padding: 0 16px !important;
        font-size: 12px !important;
    }
}

/* Página de Política de Privacidad */
.privacidad-page .page-hero {
    padding: 160px 0 60px;
    background: #000;
    color: #fff;
    text-align: center
}

.privacidad-page .page-hero h1 {
    font-size: 42px;
    margin: 0 0 12px;
    font-weight: 800
}

.privacidad-page .page-hero-sub {
    font-size: 16px;
    color: #25bef4;
    margin: 0
}

.privacidad-page .privacy-content {
    background: #fff;
    color: #333;
    padding: 60px 0 90px
}

.privacidad-page .privacy-content a {
    color: #166e94;
    text-decoration: underline
}

.privacidad-page .privacy-content h2 {
    font-size: 24px;
    margin: 40px 0 18px;
    color: #020202;
    font-weight: 700
}

.privacidad-page .privacy-content p,
.privacidad-page .privacy-content li {
    font-size: 15px;
    line-height: 1.7
}

.privacidad-page .privacy-content ul {
    padding-left: 22px;
    margin-bottom: 20px
}

.privacidad-page .privacy-content .container-narrow {
    max-width: 820px
}

.privacy-foot {
    font-size: 13px;
    color: #666;
    font-style: italic;
    margin-top: 40px
}