* {
    box-sizing:border-box
}

html {
    scroll-behavior:smooth
}

body {
    margin:0;
    color:#17263a;
    background:#fff;
    font-family:"DM Sans",sans-serif;
    line-height:1.6
}

body.nav-open {
    overflow:hidden
}

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

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

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

.site-header {
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid #e4eaf0;
    backdrop-filter:blur(16px)
}

.nav-shell {
    height:82px;
    display:flex;
    align-items:center;
    gap:24px
}

.master-brand {
    width:210px;
    flex:0 0 auto
}

.master-brand img {
    width:100%;
    height:56px;
    object-fit:contain;
    object-position:left center
}

.site-nav {
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:22px
}

.site-nav a {
    font-size:14px;
    font-weight:700;
    color:#31445d;
    transition:.2s
}

.site-nav a:hover {
    color:#0a9ed0
}

.header-actions {
    display:flex;
    align-items:center;
    gap:12px
}

.lang-switch {
    display:flex;
    padding:4px;
    border:1px solid #d9e2ec;
    border-radius:10px;
    background:#f7f9fc
}

.lang-switch a {
    padding:5px 8px;
    border-radius:7px;
    font-size:12px;
    font-weight:800
}

.lang-switch a.active {
    background:#0a2a4a;
    color:#fff
}

.nav-toggle {
    display:none;
    width:44px;
    height:44px;
    background:#fff;
    border:1px solid #dfe6ee;
    border-radius:12px;
    padding:11px
}

.nav-toggle span {
    display:block;
    height:2px;
    background:#0a2a4a;
    margin:5px 0
}

.btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 20px;
    border-radius:12px;
    font-weight:800;
    font-size:14px;
    transition:transform .2s,box-shadow .2s,background .2s;
    border:1px solid transparent
}

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

.btn-primary {
    background:#0a2a4a;
    color:#fff;
    box-shadow:0 10px 26px rgba(10,42,74,.16)
}

.btn-primary:hover {
    background:#0d365f
}

.btn-secondary {
    background:#fff;
    color:#0a2a4a;
    border-color:#cfdbe6
}

.btn-compact {
    min-height:40px;
    padding:0 14px
}

.hero {
    padding:88px 0 74px;
    background:#f7f9fc;
    overflow:hidden
}

.hero-grid {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
    align-items:center;
    gap:60px
}

.eyebrow {
    display:inline-flex;
    color:#0a9ed0;
    font:800 12px/1.2 Manrope,sans-serif;
    letter-spacing:.13em;
    text-transform:uppercase;
    margin-bottom:16px
}

.hero h1,.section h2 {
    font-family:Manrope,sans-serif;
    letter-spacing:-.045em;
    line-height:1.08;
    margin:0;
    color:#0a2a4a
}

.hero h1 {
    font-size:clamp(42px,5.6vw,74px);
    max-width:760px
}

.lead {
    font-size:20px;
    color:#5b6c80;
    max-width:650px;
    margin:24px 0 30px
}

.hero-actions {
    display:flex;
    gap:12px;
    flex-wrap:wrap
}

.trust-row {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:36px
}

.trust-row div {
    border-top:2px solid #e1e8ef;
    padding-top:14px
}

.trust-row strong,.trust-row span {
    display:block
}

.trust-row strong {
    color:#0a2a4a;
    font:800 14px Manrope
}

.trust-row span {
    color:#75869a;
    font-size:12px;
    margin-top:3px
}

.hero-media {
    position:relative;
    min-height:510px
}

.product-window {
    position:absolute;
    background:#fff;
    border:1px solid #dbe4ed;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 26px 64px rgba(14,42,70,.18)
}

.product-window img {
    width:100%;
    height:100%;
    object-fit:cover
}

.main-shot {
    width:88%;
    height:360px;
    right:0;
    top:30px
}

.mobile-shot {
    width:24%;
    height:390px;
    right:2%;
    top:145px;
    border-radius:26px;
    z-index:3
}

.mobile-shot img {
    object-fit:cover;
    object-position:top
}

.login-shot {
    width:48%;
    height:250px;
    left:0;
    bottom:0;
    z-index:2
}

.section {
    padding:92px 0
}

.section-soft {
    background:#f7f9fc
}

.section-dark {
    background:#0a2a4a;
    color:#fff
}

.section-dark h2,.section-dark h3 {
    color:#fff
}

.section-heading {
    max-width:720px;
    margin-bottom:42px
}

.section-heading.centered {
    text-align:center;
    margin-left:auto;
    margin-right:auto
}

.section-heading h2,.product-section-head h2,.cami-copy h2,.why-section h2,.contact-card h2,.affiliate-card h2 {
    font-size:clamp(32px,4.2vw,52px)
}

.section-heading p,.product-section-head p,.lead-small {
    font-size:18px;
    color:#65768a
}

.section-dark .section-heading p {
    color:#c6d3df
}

.eyebrow.light {
    color:#7fd7ed
}

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

.solution-card {
    background:#fff;
    border:1px solid #dfe7ef;
    border-radius:22px;
    padding:30px;
    box-shadow:0 14px 38px rgba(19,43,69,.07);
    border-top:4px solid var(--product-accent)
}

.solution-brand {
    display:flex;
    align-items:center;
    gap:16px
}

.solution-brand img {
    width:100px;
    height:48px;
    object-fit:contain;
    object-position:left
}

.solution-brand span {
    font:800 24px Manrope;
    color:#0a2a4a
}

.solution-card p {
    color:#617287
}

.feature-pills {
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin:18px 0
}

.feature-pills span {
    font-size:12px;
    font-weight:700;
    padding:7px 10px;
    background:#f5f8fb;
    border:1px solid #e0e7ef;
    border-radius:999px
}

.text-link {
    display:inline-flex;
    gap:8px;
    color:#0a4d87;
    font-weight:800;
    margin-top:8px
}

.product-section-head {
    display:flex;
    justify-content:space-between;
    gap:30px;
    align-items:center;
    margin-bottom:36px
}

.product-section-head>div {
    max-width:760px
}

.product-logo {
    width:170px;
    max-height:80px;
    object-fit:contain
}

.product-blue {
    color:#0a9ed0
}

.product-green {
    color:#16bda9
}

.mode-grid {
    display:grid;
    grid-template-columns:1fr 1fr .72fr;
    gap:20px
}

.mode-card {
    border:1px solid #dde6ef;
    border-radius:22px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(19,43,69,.06)
}

.screen-frame {
    height:260px;
    background:#eef3f7;
    overflow:hidden
}

.screen-frame img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top
}

.restaurant-crop img {
    height:116%;
    object-position:top
}

.mobile-mode {
    height:260px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    overflow:hidden;
    background:#f3f6f9
}

.mobile-mode img {
    height:390px;
    width:auto;
    max-width:none;
    object-fit:cover;
    object-position:top
}

.mode-copy {
    padding:22px
}

.mode-copy>span {
    font:800 12px Manrope;
    color:#0a9ed0
}

.mode-copy h3 {
    margin:7px 0 8px;
    font:800 21px Manrope;
    color:#0a2a4a
}

.mode-copy p {
    margin:0;
    color:#63758a;
    font-size:14px
}

.izzy-benefits {
    margin-top:22px;
    display:flex;
    flex-wrap:wrap;
    gap:10px
}

.izzy-benefits span {
    border:1px solid #cfe1ee;
    background:#f2f8fc;
    color:#0a4d7c;
    border-radius:999px;
    padding:9px 13px;
    font-weight:800;
    font-size:12px
}

.cami-section {
    background:#f4fbfa
}

.cami-grid {
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:48px;
    align-items:center
}

.cami-brand-panel {
    min-height:390px;
    border-radius:28px;
    background:#fff;
    border:1px solid #d9ece8;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:40px;
    box-shadow:0 18px 44px rgba(7,72,66,.08)
}

.cami-brand-panel img {
    width:170px;
    max-height:150px;
    object-fit:contain
}

.cami-brand-panel span {
    font:800 34px Manrope;
    color:#0a2a4a;
    margin-top:18px
}

.cami-brand-panel p {
    color:#52716d
}

.cami-copy p {
    color:#5e7775
}

.cami-features {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin:24px 0
}

.cami-features div {
    background:#fff;
    border:1px solid #d6ebe6;
    border-radius:12px;
    padding:12px;
    text-align:center;
    font-weight:800;
    color:#245a53
}

.subtle {
    font-size:13px!important;
    color:#80918f!important
}

.btn-cami {
    background:#16bda9;
    color:#fff
}

.service-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px
}

.service-card {
    background:#113759;
    border:1px solid #234767;
    border-radius:18px;
    padding:24px;
    min-height:180px
}

.service-card>span {
    color:#f28c28;
    font:800 13px Manrope
}

.service-card h3 {
    font:800 20px Manrope;
    margin:14px 0 8px
}

.service-card p {
    color:#bed0df;
    font-size:14px;
    margin:0
}

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

.plan-card {
    border:1px solid #dce5ee;
    border-radius:20px;
    padding:26px;
    background:#fff
}

.plan-card.featured {
    border:2px solid #f28c28;
    transform:translateY(-8px)
}

.plan-badge {
    display:inline-block;
    background:#f28c28;
    color:#fff;
    border-radius:999px;
    padding:5px 10px;
    font-size:11px;
    font-weight:800
}

.plan-card small {
    display:block;
    color:#0a9ed0;
    font-weight:800;
    margin:10px 0
}

.plan-card h3 {
    font:800 24px Manrope;
    margin:6px 0
}

.plan-price {
    display:block;
    font:800 24px Manrope;
    color:#0a2a4a;
    margin-bottom:10px
}

.plan-features {
    display:grid;
    gap:8px;
    margin:18px 0
}

.plan-features span {
    font-size:14px;
    color:#52667d
}

.affiliate-card {
    border-radius:28px;
    background:#0a2a4a;
    color:#fff;
    padding:46px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:40px;
    align-items:center
}

.affiliate-card h2 {
    color:#fff;
    margin:0 0 14px
}

.affiliate-card p {
    max-width:720px;
    color:#c6d5e1
}

.affiliate-steps {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:22px
}

.affiliate-steps span {
    display:flex;
    align-items:center;
    gap:8px;
    background:#123b60;
    border:1px solid #245277;
    border-radius:999px;
    padding:8px 13px;
    font-weight:700;
    font-size:13px
}

.affiliate-steps b {
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#f28c28;
    color:#fff
}

.btn-light {
    background:#fff;
    color:#0a2a4a
}

.projects-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px
}

.project-card {
    display:grid;
    grid-template-columns:220px 1fr;
    background:#fff;
    border:1px solid #dfe7ef;
    border-radius:22px;
    overflow:hidden
}

.project-card>img,.project-placeholder {
    width:100%;
    height:100%;
    min-height:260px;
    object-fit:cover
}

.project-placeholder {
    display:grid;
    place-items:center;
    background:#0a2a4a
}

.project-placeholder span {
    font:800 60px Manrope;
    color:#f28c28
}

.project-card>div:last-child {
    padding:28px
}

.project-card small {
    color:#0a9ed0;
    font-weight:800
}

.project-card h3 {
    font:800 26px Manrope;
    color:#0a2a4a;
    margin:8px 0
}

.project-card p {
    color:#627388
}

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

.why-list {
    display:grid;
    gap:12px
}

.why-list span {
    padding:16px 18px;
    border:1px solid #dce5ed;
    border-radius:14px;
    font-weight:700;
    color:#35506b
}

.contact-section {
    padding-top:30px
}

.contact-card {
    background:#0a2a4a;
    border-radius:28px;
    color:#fff;
    padding:48px;
    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:42px;
    align-items:center
}

.contact-card h2 {
    color:#fff;
    margin:0 0 14px
}

.contact-card p {
    color:#c8d5df;
    max-width:700px
}

.contact-actions {
    display:grid;
    gap:10px
}

.btn-whatsapp {
    background:#12b76a;
    color:#fff
}

.support-link {
    text-align:center;
    color:#d8e4ed;
    font-weight:800;
    font-size:13px;
    padding:8px
}

.site-footer {
    background:#071e35;
    color:#c8d4df;
    padding:55px 0 24px
}

.footer-grid {
    display:grid;
    grid-template-columns:1.5fr repeat(3,1fr);
    gap:40px
}

.footer-brand img {
    width:210px;
    filter:brightness(0) invert(1);
    opacity:.95
}

.footer-grid strong {
    display:block;
    color:#fff;
    margin-bottom:12px
}

.footer-grid a,.footer-grid span {
    display:block;
    font-size:13px;
    margin:7px 0;
    color:#afc0ce
}

.footer-bottom {
    border-top:1px solid #213c55;
    margin-top:36px;
    padding-top:20px;
    display:flex;
    justify-content:space-between;
    font-size:12px
}

.floating-wa {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:1000;
    width:56px;
    height:56px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#12b76a;
    color:#fff;
    font-weight:900;
    border:3px solid #fff;
    box-shadow:0 10px 30px rgba(8,53,39,.25)
}

.reveal {
    opacity:0;
    transform:translateY(18px);
    transition:opacity .6s ease,transform .6s ease
}

.reveal.visible {
    opacity:1;
    transform:none
}

.maintenance-page {
    min-height:100vh;
    display:grid;
    place-items:center;
    background:#f7f9fc;
    padding:24px
}

.maintenance-card {
    width:min(620px,100%);
    background:#fff;
    border:1px solid #dfe6ed;
    border-radius:26px;
    padding:48px;
    text-align:center
}

.maintenance-card img {
    width:260px;
    margin:0 auto 26px
}

.maintenance-card h1 {
    font:800 42px/1.1 Manrope;
    color:#0a2a4a
}

.maintenance-card p {
    color:#64758a
}

@media(max-width:1050px) {
    .site-nav {
        position:fixed;
        top:82px;
        left:0;
        right:0;
        bottom:0;
        background:#fff;
        padding:26px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        overflow:auto
    }

    .site-nav.open {
        display:flex
    }

    .site-nav a {
        padding:14px 4px;
        border-bottom:1px solid #edf1f5;
        font-size:16px
    }

    .nav-toggle {
        display:block;
        margin-left:auto
    }

    .desktop-cta {
        display:none
    }

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

    .hero-media {
        min-height:460px
    }

    .mode-grid {
        grid-template-columns:1fr 1fr
    }

    .mode-card:last-child {
        grid-column:1/-1;
        display:grid;
        grid-template-columns:320px 1fr
    }

    .cami-grid,.why-grid {
        grid-template-columns:1fr
    }

    .service-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .footer-grid {
        grid-template-columns:1.5fr 1fr 1fr
    }

    .footer-grid>div:last-child {
        grid-column:2/-1
    }
}

@media(max-width:720px) {
    .shell {
        width:min(100% - 28px,1180px)
    }

    .nav-shell {
        height:72px;
        gap:12px
    }

    .master-brand {
        width:160px
    }

    .master-brand img {
        height:46px
    }

    .site-nav {
        top:72px
    }

    .header-actions {
        gap:6px
    }

    .hero {
        padding:58px 0 48px
    }

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

    .lead {
        font-size:17px
    }

    .trust-row {
        grid-template-columns:1fr
    }

    .hero-media {
        min-height:340px
    }

    .main-shot {
        width:94%;
        height:240px
    }

    .login-shot {
        width:55%;
        height:150px
    }

    .mobile-shot {
        height:260px;
        width:27%;
        top:95px
    }

    .section {
        padding:65px 0
    }

    .product-grid,.mode-grid,.service-grid,.plans-grid,.projects-grid,.footer-grid {
        grid-template-columns:1fr
    }

    .product-section-head {
        align-items:flex-start;
        flex-direction:column
    }

    .product-logo {
        width:130px
    }

    .screen-frame {
        height:220px
    }

    .mode-card:last-child {
        grid-column:auto;
        display:block
    }

    .mobile-mode {
        height:300px
    }

    .cami-brand-panel {
        min-height:300px
    }

    .cami-features {
        grid-template-columns:repeat(2,1fr)
    }

    .affiliate-card,.contact-card {
        grid-template-columns:1fr;
        padding:30px 22px
    }

    .project-card {
        grid-template-columns:1fr
    }

    .project-card>img,.project-placeholder {
        height:220px;
        min-height:0
    }

    .footer-grid>div:last-child {
        grid-column:auto
    }

    .footer-bottom {
        display:grid;
        gap:5px
    }

    .floating-wa {
        width:52px;
        height:52px;
        right:14px;
        bottom:14px
    }
}

@media(max-width:420px) {
    .lang-switch a {
        padding:5px 6px
    }

    .hero-actions .btn {
        width:100%
    }

    .main-shot {
        width:100%;
        height:205px
    }

    .login-shot {
        width:60%;
        height:130px
    }

    .mobile-shot {
        width:30%;
        height:225px;
        top:95px
    }

    .hero-media {
        min-height:300px
    }

    .solution-card,.mode-copy {
        padding:20px
    }

    .cami-features {
        grid-template-columns:1fr 1fr
    }

    .affiliate-steps {
        display:grid
    }

    .affiliate-steps span {
        border-radius:14px
    }

    .contact-card {
        border-radius:20px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto
    }

    .reveal {
        opacity:1;
        transform:none;
        transition:none
    }

    .btn {
        transition:none
    }
}

/* ==========================================================
   ES MULTISERVICIOS — PREMIUM BRAND & RESPONSIVE REFINEMENT
   Final authoritative layer for the public marketing website.
   No gradients. Uniform cards, readable typography and clean
   responsive behavior from mobile through large desktop.
   ========================================================== */
:root {
    --es-navy: #0b2e59;
    --es-navy-dark: #071f3d;
    --es-blue: #0a9ed0;
    --es-blue-deep: #087eb0;
    --es-orange: #f28c28;
    --es-cami: #16bda9;
    --es-page: #ffffff;
    --es-soft: #f5f8fc;
    --es-line: #d9e4ee;
    --es-ink: #12263f;
    --es-muted: #5c7088;
}

body {
    color: var(--es-ink);
    font-size: 16px;
    background: var(--es-page);
}

.shell {
    width: min(1240px, calc(100% - 48px));
}

.site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: #dce5ef;
    box-shadow: 0 8px 28px rgba(11, 46, 89, 0.06);
}

.nav-shell {
    min-height: 94px;
    height: auto;
    gap: 28px;
}

.master-brand {
    width: 248px;
    min-width: 248px;
}

.master-brand img {
    width: 100%;
    height: 72px;
    object-fit: contain;
    object-position: left center;
}

.site-nav {
    gap: 23px;
}

.site-nav a {
    position: relative;
    padding: 34px 0 30px;
    color: #2f4663;
    font-size: 15.5px;
    font-weight: 800;
    line-height: 1;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 20px;
    height: 2px;
    background: var(--es-blue);
    transition: right 0.2s ease;
}

.site-nav a:hover::after, .site-nav a:focus-visible::after {
    right: 0;
}

.header-actions {
    gap: 14px;
}

.lang-switch {
    border-color: #cfdbe8;
    background: #f7f9fc;
}

.lang-switch a {
    min-width: 34px;
    padding: 7px 9px;
    font-size: 13px;
    text-align: center;
}

.lang-switch a.active {
    background: var(--es-navy);
}

.btn-primary {
    background: var(--es-navy);
    box-shadow: 0 10px 24px rgba(11, 46, 89, 0.15);
}

.btn-primary:hover {
    background: #103c70;
}

.hero {
    padding: 92px 0 84px;
    background: var(--es-soft);
}

.hero-grid {
    gap: 68px;
}

.hero h1 {
    color: var(--es-navy);
    font-size: clamp(44px, 5.4vw, 72px);
}

.lead {
    color: var(--es-muted);
    font-size: clamp(18px, 1.5vw, 21px);
}

.section {
    padding: 96px 0;
}

.section-soft {
    background: var(--es-soft);
}

.section-heading h2, .product-section-head h2, .why-section h2, .contact-card h2, .affiliate-card h2 {
    color: var(--es-navy);
    font-size: clamp(34px, 4vw, 54px);
}

.section-heading p, .product-section-head p, .lead-small {
    max-width: 760px;
    color: var(--es-muted);
    font-size: 18px;
    line-height: 1.75;
}

.product-section-head {
    align-items: center;
    margin-bottom: 42px;
}

.product-logo {
    width: 190px;
    max-height: 96px;
}

.product-logo-izzy {
    width: 180px;
}

.product-logo-cami {
    width: 215px;
}

/* Uniform desktop product cards. */
.product-experience-grid, .cami-experience-grid, .video-showcase-grid, .company-artwork-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.experience-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--es-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(11, 46, 89, 0.07);
}

.experience-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef3f8;
    border-bottom: 1px solid var(--es-line);
}

.experience-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.experience-media.contain-media {
    background: #f8fafc;
}

.experience-media.contain-media img {
    object-fit: contain;
    object-position: center;
}

.experience-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 28px 30px;
}

.experience-copy > span, .experience-number {
    color: var(--es-blue);
    font: 900 12px/1 Manrope, sans-serif;
    letter-spacing: 0.12em;
}

.experience-copy h3, .responsive-experience h3, .cami-summary h3, .public-video-copy h3 {
    margin: 10px 0 10px;
    color: var(--es-navy);
    font: 800 24px/1.2 Manrope, sans-serif;
    letter-spacing: -0.025em;
}

.experience-copy p, .responsive-experience p, .public-video-copy p {
    margin: 0;
    color: var(--es-muted);
    font-size: 16px;
    line-height: 1.7;
}

.responsive-experience {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: 42px;
    align-items: center;
    margin-top: 26px;
    padding: 34px;
    border: 1px solid var(--es-line);
    border-radius: 24px;
    background: var(--es-soft);
}

.responsive-experience-copy {
    min-width: 0;
}

.responsive-phone-frame {
    width: min(100%, 320px);
    height: 430px;
    justify-self: center;
    overflow: hidden;
    border: 1px solid #cfdce8;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(11, 46, 89, 0.12);
}

.responsive-phone-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.izzy-benefits {
    margin-top: 24px;
}

.izzy-benefits span {
    border-color: #c9deeb;
    background: #fff;
    color: #0a507a;
    font-size: 13px;
}

.cami-section {
    background: #f3fbfa;
}

.cami-card {
    border-color: #d4eae6;
}

.cami-summary {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 36px;
    align-items: center;
    margin-top: 26px;
    padding: 34px;
    border: 1px solid #d4eae6;
    border-radius: 24px;
    background: #fff;
}

.cami-summary-copy {
    min-width: 0;
}

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

.cami-features div {
    min-height: 50px;
    display: grid;
    place-items: center;
    border-color: #d3e9e5;
    background: #f7fcfb;
    font-size: 14px;
}

.cami-login-preview {
    display: grid;
    place-items: center;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid #d7e5e3;
    border-radius: 20px;
    background: #f7f9fb;
}

.cami-login-preview img {
    width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: contain;
}

/* Video cards always share the same geometry when displayed together. */
.video-showcase-section {
    background: #fff;
}

.public-video-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--es-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(11, 46, 89, 0.07);
}

.public-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #081d33;
}

.public-video-frame iframe, .public-video-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #081d33;
    object-fit: contain;
}

.public-video-copy {
    min-height: 118px;
    padding: 22px 24px 24px;
}

.company-artwork-section {
    background: var(--es-soft);
}

.company-artwork-grid.single-artwork {
    grid-template-columns: minmax(0, 820px);
    justify-content: center;
}

.company-artwork-card {
    overflow: hidden;
    border: 1px solid var(--es-line);
    border-radius: 22px;
    background: #fff;
}

.company-artwork-card img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    background: #fff;
}

.company-artwork-card strong {
    display: block;
    padding: 16px 20px;
    color: var(--es-navy);
}

/* Project cards: the image area is a brand showcase, not a crop. */
.projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-card {
    min-height: 310px;
    grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.22fr);
    border-color: var(--es-line);
    box-shadow: 0 14px 38px rgba(11, 46, 89, 0.06);
}

.project-card > img, .project-placeholder {
    min-height: 310px;
    height: 100%;
}

.project-card > img {
    padding: 34px;
    object-fit: contain;
    background: var(--es-navy);
}

.project-placeholder {
    background: var(--es-navy);
}

.project-card h3 {
    color: var(--es-navy);
}

.section-dark {
    background: var(--es-navy-dark);
}

.service-card {
    min-height: 190px;
    background: #0e345f;
    border-color: #234f78;
}

.affiliate-card, .contact-card {
    background: var(--es-navy);
}

.site-footer {
    background: #061a30;
}

.floating-wa {
    box-shadow: 0 10px 26px rgba(18, 183, 106, 0.25);
}

/* Keep every multi-column card family visually uniform. */
.product-grid > *, .product-experience-grid > *, .cami-experience-grid > *, .video-showcase-grid > *, .projects-grid > *, .service-grid > *, .plans-grid > * {
    min-width: 0;
}

@media (max-width: 1180px) {
    .shell {
        width: min(100% - 36px, 1180px);
    }

    .master-brand {
        width: 210px;
        min-width: 210px;
    }

    .master-brand img {
        height: 64px;
    }

    .nav-shell {
        gap: 18px;
    }

    .site-nav {
        gap: 16px;
    }

    .site-nav a {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    .nav-shell {
        min-height: 82px;
    }

    .master-brand {
        width: 205px;
        min-width: 0;
    }

    .master-brand img {
        height: 62px;
    }

    .nav-toggle {
        display: block;
        margin-left: auto;
    }

    .site-nav {
        position: fixed;
        top: 82px;
        left: 18px;
        right: 18px;
        display: none;
        max-height: calc(100vh - 104px);
        overflow-y: auto;
        padding: 14px;
        border: 1px solid #dce5ef;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 22px 60px rgba(11, 46, 89, 0.18);
    }

    .site-nav.open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .site-nav a {
        padding: 14px 16px;
        border-radius: 12px;
        background: #f6f9fc;
        font-size: 15px;
    }

    .site-nav a::after {
        display: none;
    }

    .desktop-cta {
        display: none;
    }

    .hero-grid, .cami-summary, .responsive-experience {
        grid-template-columns: 1fr;
    }

    .hero-media {
        min-height: 480px;
    }

    .responsive-phone-frame {
        height: 520px;
    }

    .project-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .shell {
        width: min(100% - 28px, 720px);
    }

    .section, .hero {
        padding: 70px 0;
    }

    .product-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .product-logo, .product-logo-izzy, .product-logo-cami {
        width: 160px;
        max-height: 76px;
    }

    .product-experience-grid, .cami-experience-grid, .video-showcase-grid, .company-artwork-grid, .projects-grid, .product-grid, .service-grid, .plans-grid, .footer-grid, .why-grid {
        grid-template-columns: 1fr;
    }

    .experience-media {
        aspect-ratio: 16 / 10;
    }

    .responsive-experience, .cami-summary {
        padding: 24px;
    }

    .responsive-phone-frame {
        height: 470px;
    }

    .cami-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .project-card > img, .project-placeholder {
        min-height: 220px;
        height: 220px;
    }

    .project-card > img {
        padding: 28px;
    }

    .affiliate-card, .contact-card {
        grid-template-columns: 1fr;
        padding: 32px 26px;
    }
}

@media (max-width: 520px) {
    .shell {
        width: min(100% - 22px, 500px);
    }

    .nav-shell {
        min-height: 76px;
        gap: 10px;
    }

    .master-brand {
        width: 168px;
    }

    .master-brand img {
        height: 54px;
    }

    .site-nav {
        top: 76px;
        left: 10px;
        right: 10px;
    }

    .site-nav.open {
        grid-template-columns: 1fr;
    }

    .header-actions {
        gap: 7px;
    }

    .lang-switch {
        padding: 3px;
    }

    .lang-switch a {
        min-width: 31px;
        padding: 6px 7px;
        font-size: 12px;
    }

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

    .hero-media {
        min-height: 390px;
    }

    .experience-copy, .public-video-copy {
        padding: 20px;
    }

    .experience-copy h3, .responsive-experience h3, .cami-summary h3, .public-video-copy h3 {
        font-size: 21px;
    }

    .responsive-experience, .cami-summary {
        padding: 20px;
        border-radius: 20px;
    }

    .responsive-phone-frame {
        width: 100%;
        height: 430px;
        max-width: 300px;
    }

    .cami-features {
        grid-template-columns: 1fr 1fr;
    }
}

.restaurant-crop img {
    height: 112%;
    object-fit: cover;
    object-position: top center;
}

/* Header brand lockup: cropped ES mark + readable company name. */
.master-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 280px;
    min-width: 280px;
}

.master-brand img {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    object-fit: contain;
}

.master-brand span {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.master-brand strong {
    color: var(--es-navy);
    font: 800 15px/1.1 Manrope, sans-serif;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.master-brand small {
    max-width: 190px;
    color: #6a7b90;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 1180px) {
    .master-brand {
        width: 235px;
        min-width: 235px;
    }

    .master-brand img {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .master-brand strong {
        font-size: 13px;
    }

    .master-brand small {
        max-width: 160px;
        font-size: 9px;
    }
}

@media (max-width: 980px) {
    .master-brand {
        width: auto;
        min-width: 0;
    }

    .master-brand strong {
        font-size: 14px;
    }

    .master-brand small {
        display: none;
    }
}

@media (max-width: 520px) {
    .master-brand img {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .master-brand strong {
        font-size: 12px;
    }
}

/* ==========================================================
   FINAL READABILITY + UNIFORMITY PASS — ES MULTISERVICIOS
   Keeps the public site clean, highly legible and consistent.
   ========================================================== */
:root {
    --es-text-on-dark: #f7fbff;
    --es-muted-on-dark: #d7e5f2;
}

body {
    font-size: 17px;
    line-height: 1.68;
}

.site-nav a {
    font-size: 16.5px;
    letter-spacing: 0.005em;
}

.master-brand strong {
    font-size: 16px;
}

.master-brand small {
    font-size: 11px;
    line-height: 1.3;
}

.section-heading p,
.product-section-head p,
.lead-small,
.experience-copy p,
.responsive-experience p,
.public-video-copy p,
.project-card p,
.affiliate-card p,
.contact-card p,
.why-section p {
    font-size: 17px;
    line-height: 1.72;
}

/* Dark sections must never inherit dark heading colors. */
.section-dark,
.affiliate-card,
.contact-card {
    color: var(--es-text-on-dark);
}

.section-dark .eyebrow,
.affiliate-card .eyebrow,
.contact-card .eyebrow {
    color: #5fd7ff;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark strong,
.affiliate-card h1,
.affiliate-card h2,
.affiliate-card h3,
.affiliate-card strong,
.contact-card h1,
.contact-card h2,
.contact-card h3,
.contact-card strong {
    color: #ffffff !important;
}

.section-dark .section-heading p,
.section-dark p,
.affiliate-card p,
.contact-card p {
    color: var(--es-muted-on-dark) !important;
}

.service-card {
    min-height: 205px;
    padding: 28px;
}

.service-card h3 {
    color: #ffffff !important;
    font-size: 22px;
    line-height: 1.25;
}

.service-card p {
    color: #dbe9f5 !important;
    font-size: 16px;
    line-height: 1.65;
}

.service-card > span {
    font-size: 13px;
}

.affiliate-card,
.contact-card {
    min-height: 300px;
}

.affiliate-steps span,
.support-link,
.btn {
    font-size: 15px;
}

/* IZZY: one generous showcase row per desktop experience so UI can be appreciated. */
.product-experience-grid {
    grid-template-columns: 1fr;
    gap: 26px;
}

.product-experience-grid .experience-card {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(300px, 0.68fr);
    min-height: 420px;
}

.product-experience-grid .experience-media {
    height: 100%;
    min-height: 420px;
    aspect-ratio: auto;
    border-right: 1px solid var(--es-line);
    border-bottom: 0;
}

.product-experience-grid .experience-media img {
    object-fit: contain;
    object-position: center;
    background: #f7f9fc;
}

.product-experience-grid .restaurant-crop img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-experience-grid .experience-copy {
    justify-content: center;
    padding: 36px 34px;
}

.product-experience-grid .experience-copy h3 {
    font-size: 26px;
}

/* CAMI stays as a uniform two-column showcase, with readable branding and content. */
.product-logo-cami {
    width: min(300px, 31vw);
    max-height: 90px;
}

.cami-experience-grid .experience-media {
    aspect-ratio: 16 / 9;
}

.cami-experience-grid .experience-media img {
    object-fit: contain;
    background: #ffffff;
}

.cami-summary p {
    color: var(--es-muted);
    font-size: 17px;
    line-height: 1.7;
}

.cami-features div {
    min-height: 58px;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.35;
}

/* Projects: brand mark is large, centered and never cropped. */
.project-card {
    min-height: 340px;
}

.project-card > img,
.project-placeholder {
    min-height: 340px;
}

.project-card > img {
    padding: 36px;
    object-fit: contain;
    object-position: center;
}

.project-card > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.project-card small {
    font-size: 13px;
}

.project-card h3 {
    font-size: 27px;
    line-height: 1.2;
}

.project-card .text-link {
    margin-top: 8px;
    font-size: 16px;
}

/* Product logos should preserve source resolution and breathing room. */
.product-logo {
    object-fit: contain;
    image-rendering: auto;
}

/* Footer is readable, not micro-copy. */
.site-footer,
.site-footer a,
.site-footer p {
    font-size: 15px;
    line-height: 1.6;
}

.site-footer strong {
    font-size: 16px;
}

@media (max-width: 980px) {
    .site-nav a {
        font-size: 16px;
    }

    .product-experience-grid .experience-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .product-experience-grid .experience-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-right: 0;
        border-bottom: 1px solid var(--es-line);
    }

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

@media (max-width: 760px) {
    body {
        font-size: 16px;
    }

    .section-heading p,
    .product-section-head p,
    .lead-small,
    .experience-copy p,
    .responsive-experience p,
    .public-video-copy p,
    .project-card p,
    .affiliate-card p,
    .contact-card p,
    .why-section p {
        font-size: 16px;
    }

    .service-card {
        min-height: 0;
    }

    .affiliate-card,
    .contact-card {
        min-height: 0;
    }

    .project-card > img,
    .project-placeholder {
        min-height: 250px;
        height: 250px;
    }

    .project-card > img {
        padding: 30px;
    }
}

@media (max-width: 520px) {
    .master-brand strong {
        font-size: 13px;
    }

    .site-nav a {
        font-size: 16px;
    }

    .product-experience-grid .experience-copy {
        padding: 24px 22px;
    }

    .product-experience-grid .experience-copy h3,
    .experience-copy h3,
    .responsive-experience h3,
    .cami-summary h3,
    .public-video-copy h3 {
        font-size: 22px;
    }

    .cami-features {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   PREMIUM MARKETING REFINEMENT V3 — ES MULTISERVICIOS
   Stronger hierarchy, clearer actions, animated navigation,
   richer contact area and consistent visual emphasis.
   ========================================================== */
:root {
    --es-blue: #0b63ce;
    --es-blue-strong: #084f9f;
    --es-cyan: #0a9ed0;
    --es-orange: #f28c28;
    --es-green: #12b76a;
    --es-green-dark: #0b8f52;
    --es-text: #17395f;
    --es-text-strong: #0b2e59;
    --es-copy: #4c6685;
    --es-soft: #f4f8fc;
    --es-line: #d7e2ee;
}

.eyebrow {
    font-size: 15px !important;
    line-height: 1.25;
    letter-spacing: .12em;
    font-weight: 800;
}

.section-heading h2,
.product-section-head h2,
.why-section h2,
.contact-intro h2 {
    font-size: clamp(38px, 4.3vw, 62px) !important;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.section-heading p,
.product-section-head p,
.lead,
.lead-small,
.experience-copy p,
.responsive-experience p,
.project-card p,
.why-section p,
.contact-intro p {
    font-size: 18px !important;
    line-height: 1.72 !important;
    color: var(--es-copy);
}

.btn {
    min-height: 48px;
    padding: 13px 20px;
    border: 0;
    font-size: 16px !important;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.btn-primary {
    background: var(--es-navy) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(11,46,89,.16);
}

.btn-primary:hover {
    background: var(--es-blue-strong) !important;
}

.btn-whatsapp {
    background: var(--es-green) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(18,183,106,.2);
}

.btn-whatsapp:hover {
    background: var(--es-green-dark) !important;
}

.btn-support {
    background: #edf5ff !important;
    color: var(--es-navy) !important;
    border: 1px solid #bdd5ef;
}

/* Header navigation: visible, polished active-state movement. */
.site-nav {
    position: relative;
}

.site-nav a {
    position: relative;
    z-index: 2;
    font-size: 17px !important;
    font-weight: 750;
    padding: 13px 11px;
}

.site-nav a::after {
    display: none !important;
}

.nav-indicator {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--es-orange);
    opacity: 0;
    transform: translateX(0);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), width .28s cubic-bezier(.2,.8,.2,1), opacity .18s ease;
    pointer-events: none;
    z-index: 3;
}

.site-nav.has-active .nav-indicator {
    opacity: 1;
}

.site-nav a.is-active {
    color: var(--es-navy);
}

.desktop-cta {
    min-height: 44px;
    padding-inline: 18px;
}

/* Hero trust points: no more micro-copy. */
.trust-row {
    gap: 20px;
}

.trust-row > div {
    padding-top: 14px;
}

.trust-row strong {
    display: block;
    font-size: 16px;
    color: var(--es-text-strong);
}

.trust-row span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.45;
    color: #647b98;
}

/* Product section emphasis */
.product-section-head .eyebrow {
    font-size: 18px !important;
    letter-spacing: .16em;
}

.product-logo-izzy,
.product-logo-cami {
    width: min(320px, 27vw) !important;
    max-height: 104px !important;
}

.experience-copy > span,
.experience-number {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 38px;
    border-radius: 12px;
    background: #eaf5ff;
    color: var(--es-blue-strong) !important;
    font-size: 15px !important;
    font-weight: 900;
}

.experience-copy h3,
.responsive-experience h3,
.cami-summary h3,
.public-video-copy h3 {
    font-size: 28px !important;
    line-height: 1.18;
    color: var(--es-text-strong);
}

/* Services with useful visual cues. */
.service-card {
    position: relative;
    overflow: hidden;
    padding: 28px !important;
    border-color: rgba(89,176,255,.24);
    background: #123d6e;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(89,176,255,.5);
    box-shadow: 0 18px 38px rgba(0,0,0,.12);
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.service-icon,
.why-icon,
.contact-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255,255,255,.1);
    color: #68d9ff;
    flex: 0 0 auto;
}

.service-icon svg,
.why-icon svg,
.contact-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-number {
    color: #ffad52 !important;
    font-size: 14px !important;
    font-weight: 900;
    letter-spacing: .08em;
}

.service-card h3 {
    font-size: 24px !important;
}

.service-card p {
    font-size: 17px !important;
    line-height: 1.65 !important;
}

/* Affiliate section: stronger action and steps. */
.affiliate-card {
    padding: 52px !important;
    border-radius: 30px !important;
}

.affiliate-card h2 {
    font-size: clamp(34px, 4vw, 52px) !important;
}

.affiliate-steps {
    gap: 12px;
}

.affiliate-steps span {
    min-height: 48px;
    padding: 9px 15px;
    font-size: 16px !important;
}

.affiliate-steps b {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

/* Why us list: icon-led, uniform and more premium. */
.why-grid {
    align-items: center;
    gap: 56px;
}

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

.why-item {
    display: flex !important;
    align-items: center;
    min-height: 74px;
    gap: 16px;
    padding: 14px 18px !important;
    border: 1px solid #d5e1ed !important;
    border-radius: 18px !important;
    background: #fff;
    box-shadow: 0 8px 22px rgba(11,46,89,.045);
}

.why-icon {
    background: #edf6ff;
    color: var(--es-blue-strong);
}

.why-item b {
    font-size: 17px;
    line-height: 1.4;
    color: var(--es-text-strong);
}

/* Contact: real form + direct channels + optional map. */
.contact-section {
    background: #f6f9fc;
}

.contact-intro {
    max-width: 850px;
    margin-bottom: 30px;
}

.contact-intro .eyebrow {
    color: var(--es-cyan) !important;
}

.contact-intro h2 {
    color: var(--es-navy) !important;
}

.contact-experience-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 24px;
    align-items: stretch;
}

.contact-form-card,
.contact-info-card {
    border: 1px solid var(--es-line);
    border-radius: 26px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 14px 38px rgba(11,46,89,.07);
}

.contact-card-heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-card-heading .contact-icon {
    background: #edf6ff;
    color: var(--es-blue-strong);
}

.contact-card-heading strong,
.contact-info-card h3 {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    color: var(--es-navy);
}

.contact-card-heading p,
.contact-info-card p {
    margin: 6px 0 0;
    color: var(--es-copy);
    font-size: 16px;
    line-height: 1.6;
}

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

.contact-form label {
    display: grid;
    gap: 8px;
    color: var(--es-text-strong);
    font-size: 14px;
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #cad9e7;
    border-radius: 13px;
    background: #fbfdff;
    color: var(--es-text-strong);
    padding: 12px 14px;
    font: 500 16px/1.45 "DM Sans", sans-serif;
    outline: none;
}

.contact-form textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--es-blue);
    box-shadow: 0 0 0 4px rgba(11,99,206,.1);
}

.contact-form-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.contact-form-status {
    color: var(--es-copy);
    font-size: 14px;
    font-weight: 700;
}

.contact-form-status.success { color: #087a46; }
.contact-form-status.error { color: #a12832; }

.contact-info-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: var(--es-navy);
    color: #fff;
}

.contact-info-card .eyebrow {
    color: #68d9ff !important;
}

.contact-info-card h3,
.contact-info-card p {
    color: #fff !important;
}

.contact-info-card p {
    color: #d9e7f5 !important;
}

.contact-direct-actions {
    display: grid;
    gap: 10px;
}

.contact-map-wrap {
    overflow: hidden;
    border-radius: 18px;
    min-height: 230px;
    border: 1px solid rgba(255,255,255,.14);
}

.contact-map-wrap iframe {
    display: block;
    width: 100%;
    height: 250px;
    border: 0;
}

.contact-meta {
    display: grid;
    gap: 12px;
    padding-top: 4px;
}

.contact-meta span {
    display: grid;
    gap: 3px;
    color: #dce9f6;
    font-size: 15px;
    line-height: 1.45;
}

.contact-meta b {
    color: #fff;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* Footer: fuller, easier to scan. */
.site-footer {
    padding-top: 58px !important;
    background: #071f3d !important;
}

.footer-grid {
    gap: 42px !important;
}

.footer-brand img {
    width: 190px !important;
    max-height: 90px !important;
    object-fit: contain;
    object-position: left center;
}

.footer-kicker {
    display: block;
    margin: 16px 0 8px;
    color: #6edcff !important;
    font-size: 12px !important;
    letter-spacing: .14em;
    font-weight: 900;
}

.footer-grid strong {
    color: #fff !important;
    font-size: 17px !important;
}

.footer-grid a,
.footer-grid span,
.footer-grid p {
    color: #cfdfef !important;
    font-size: 15px !important;
}

.footer-grid a:hover {
    color: #fff !important;
}

.footer-bottom {
    margin-top: 34px;
    padding: 22px 0 !important;
    border-top: 1px solid rgba(255,255,255,.1);
}

@media (max-width: 1120px) {
    .site-nav a { font-size: 15.5px !important; }
    .contact-experience-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
    .nav-indicator { display: none; }
    .site-nav a { font-size: 16px !important; }
    .site-nav a.is-active { background: #eaf4ff !important; color: var(--es-navy) !important; }
}

@media (max-width: 760px) {
    .section-heading h2,
    .product-section-head h2,
    .why-section h2,
    .contact-intro h2 {
        font-size: clamp(34px, 9.5vw, 48px) !important;
    }

    .section-heading p,
    .product-section-head p,
    .lead,
    .lead-small,
    .experience-copy p,
    .responsive-experience p,
    .project-card p,
    .why-section p,
    .contact-intro p {
        font-size: 17px !important;
    }

    .contact-form-grid { grid-template-columns: 1fr; }
    .contact-form-card,
    .contact-info-card { padding: 24px; }
    .affiliate-card { padding: 34px 26px !important; }
    .product-logo-izzy,
    .product-logo-cami { width: 190px !important; max-height: 84px !important; }
}

@media (max-width: 520px) {
    .eyebrow { font-size: 13px !important; }
    .experience-copy h3,
    .responsive-experience h3,
    .cami-summary h3,
    .public-video-copy h3 { font-size: 24px !important; }
    .service-card h3 { font-size: 22px !important; }
    .why-item { min-height: 68px; padding: 12px 14px !important; }
    .why-icon { width: 42px; height: 42px; }
    .why-item b { font-size: 16px; }
    .contact-card-heading strong,
    .contact-info-card h3 { font-size: 22px; }
    .footer-brand img { width: 165px !important; }
}

/* Hero product composition: clear hierarchy instead of three competing screenshots. */
.hero-media {
    min-height: 590px;
}

.hero-media::before {
    content:"";
    position:absolute;
    inset:8% 2% 4% 8%;
    border-radius:36px;
    background:#f2f7fc;
    border:1px solid rgba(11,99,206,.08);
    pointer-events:none;
}

.product-window {
    overflow:visible;
    border:1px solid #d3dfeb;
    box-shadow:0 24px 58px rgba(11,46,89,.14);
}

.product-window img {
    border-radius:inherit;
}

.main-shot {
    width:84% !important;
    right:0 !important;
    top:46px !important;
    z-index:1;
}

.mobile-shot {
    width:26% !important;
    right:4% !important;
    bottom:8px !important;
    z-index:3;
}

.login-shot {
    width:30% !important;
    left:3% !important;
    bottom:28px !important;
    z-index:2;
}

.shot-label {
    position:absolute;
    top:-14px;
    left:14px;
    z-index:5;
    padding:7px 11px;
    border-radius:999px;
    background:#fff;
    border:1px solid #d7e2ee;
    box-shadow:0 7px 18px rgba(11,46,89,.08);
    color:var(--es-navy);
    font-size:12px;
    line-height:1;
    font-weight:900;
    letter-spacing:.04em;
}

@media (max-width:980px) {
    .hero-media { min-height:520px; }
    .main-shot { width:88% !important; }
    .mobile-shot { width:28% !important; }
    .login-shot { width:31% !important; }
}

@media (max-width:620px) {
    .hero-media { min-height:440px; }
    .hero-media::before { inset:6% 0 3% 4%; border-radius:26px; }
    .main-shot { width:94% !important; top:38px !important; }
    .mobile-shot { width:32% !important; right:1% !important; bottom:2px !important; }
    .login-shot { width:35% !important; left:1% !important; bottom:18px !important; }
    .shot-label { font-size:10px; padding:6px 8px; }
}

/* ============================================================
   ES MULTISERVICIOS PREMIUM MARKETING V4
   Plans, affiliate program and navigation order refinements
   ============================================================ */

.izzy-plans-section {
    background: #f7faff;
    border-top: 1px solid #dce7f2;
    border-bottom: 1px solid #dce7f2;
}

.plans-heading {
    max-width: 900px;
    margin: 0 auto 42px;
}

.plans-heading .eyebrow,
.affiliate-heading .eyebrow {
    font-size: 15px !important;
    letter-spacing: .13em;
    font-weight: 900;
}

.plans-heading h2,
.affiliate-heading h2 {
    font-size: clamp(36px, 4.2vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.035em;
}

.plans-heading p,
.affiliate-heading p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(18px, 1.45vw, 21px) !important;
    line-height: 1.65 !important;
}

.premium-plans-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.premium-plans-grid .plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    border: 1px solid #cddcec;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(10, 42, 74, .07);
    overflow: hidden;
}

.premium-plans-grid .plan-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #0a9ed0;
}

.premium-plans-grid .plan-card.featured {
    border-color: #0b2e59;
    box-shadow: 0 24px 56px rgba(10, 42, 74, .16);
    transform: translateY(-4px);
}

.premium-plans-grid .plan-card.featured::before {
    width: 7px;
    background: #f28c28;
}

.premium-plans-grid .plan-card.visual-plan {
    border-color: #0a9ed0;
    background: #f3fbff;
}

.plan-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.plan-topline small {
    color: #0a9ed0;
    font-size: 15px !important;
    font-weight: 900;
    letter-spacing: .14em;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #0b2e59;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
}

.plan-card.featured .plan-badge {
    background: #f28c28;
    color: #092540;
}

.premium-plans-grid .plan-card h3 {
    margin: 0 0 10px;
    color: #0b2e59;
    font-size: clamp(26px, 2.2vw, 34px) !important;
    line-height: 1.08;
}

.plan-price {
    display: block;
    margin: 0 0 14px;
    color: #0a63d8;
    font-size: clamp(32px, 3vw, 46px) !important;
    line-height: 1;
    letter-spacing: -.035em;
}

.plan-description {
    min-height: 58px;
    color: #425b76 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}

.premium-plans-grid .plan-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin: 22px 0 28px;
}

.premium-plans-grid .plan-features span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
    color: #173653;
    font-size: 15.5px;
    line-height: 1.45;
}

.premium-plans-grid .plan-features i {
    display: grid;
    place-items: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e5f7fc;
    color: #087ea2;
    font-style: normal;
    font-weight: 900;
}

.premium-plans-grid .plan-card .btn {
    margin-top: auto;
    align-self: flex-start;
    min-width: 180px;
}

.plans-note {
    max-width: 920px;
    margin: 28px auto 0;
    text-align: center;
    color: #60758b;
    font-size: 15px;
    line-height: 1.55;
}

.affiliate-section {
    background: #fff;
}

.affiliate-heading {
    max-width: 880px;
    margin-bottom: 34px;
}

.affiliate-heading p {
    margin-left: 0;
}

.affiliate-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.affiliate-benefit-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    min-height: 180px;
    padding: 28px;
    border: 1px solid #d4e1ef;
    border-radius: 24px;
    background: #f7faff;
}

.affiliate-benefit-card.affiliate-benefit-featured {
    background: #0b2e59;
    border-color: #0b2e59;
}

.affiliate-benefit-number {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: #e5f7fc;
    color: #087ea2;
    font-size: 24px;
    font-weight: 900;
}

.affiliate-benefit-featured .affiliate-benefit-number {
    background: #f28c28;
    color: #092540;
}

.affiliate-benefit-card strong {
    display: block;
    margin-bottom: 8px;
    color: #0b2e59;
    font-size: clamp(22px, 2vw, 29px);
    line-height: 1.15;
}

.affiliate-benefit-card p {
    margin: 0;
    color: #4f6680;
    font-size: 17px !important;
    line-height: 1.6 !important;
}

.affiliate-benefit-featured strong,
.affiliate-benefit-featured p {
    color: #fff !important;
}

.affiliate-process-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    gap: 34px;
    align-items: center;
    padding: 38px;
    border-radius: 28px;
    background: #0b2e59;
    color: #fff;
    box-shadow: 0 22px 60px rgba(9, 37, 64, .16);
}

.affiliate-mini-label {
    color: #65d2f1;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .13em;
}

.affiliate-process-copy h3 {
    margin: 10px 0 14px;
    color: #fff;
    font-size: clamp(26px, 2.4vw, 38px);
    line-height: 1.12;
}

.affiliate-process-copy p {
    margin-bottom: 12px;
    color: #e8f2fb;
    font-size: 18px;
    line-height: 1.65;
}

.affiliate-process-copy small {
    color: #b9ccde;
    font-size: 14px;
    line-height: 1.55;
}

.affiliate-process-card .affiliate-steps {
    display: grid;
    gap: 12px;
    margin: 0;
}

.affiliate-process-card .affiliate-steps span {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 13px;
    align-items: center;
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 17px;
    background: rgba(255,255,255,.06);
}

.affiliate-process-card .affiliate-steps b {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f28c28;
    color: #092540;
    font-size: 16px;
}

.affiliate-process-card .affiliate-steps strong {
    color: #fff;
    font-size: 16px;
}

.affiliate-process-card .affiliate-steps small {
    color: #c7d8e8;
    font-size: 13px;
}

.affiliate-cta {
    grid-column: 2;
    justify-self: stretch;
    text-align: center;
    margin-top: 2px;
}

/* Projects must be visually established before Affiliates in the public flow. */
#projects .section-heading h2 {
    max-width: 900px;
}

/* Improved readable navigation state. */
.site-nav a.is-active {
    color: #0b2e59 !important;
    font-weight: 900 !important;
}

@media (max-width: 1100px) {
    .premium-plans-grid .plan-features {
        grid-template-columns: 1fr;
    }

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

    .affiliate-cta {
        grid-column: 1;
    }
}

@media (max-width: 780px) {
    .premium-plans-grid,
    .affiliate-premium-grid {
        grid-template-columns: 1fr;
    }

    .premium-plans-grid .plan-card,
    .affiliate-process-card,
    .affiliate-benefit-card {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .premium-plans-grid .plan-card.featured {
        transform: none;
    }

    .plan-description {
        min-height: 0;
    }

    .affiliate-benefit-card {
        grid-template-columns: 62px 1fr;
        min-height: 0;
    }

    .affiliate-benefit-number {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        font-size: 20px;
    }

    .plans-heading h2,
    .affiliate-heading h2 {
        font-size: clamp(32px, 10vw, 44px) !important;
    }
}

@media (max-width: 480px) {
    .premium-plans-grid .plan-card .btn,
    .affiliate-cta {
        width: 100%;
        min-width: 0;
    }

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

/* ============================================================
   ES MULTISERVICIOS — IZZY HERO PRODUCT PRESENTATION V5
   Keeps the real project screenshots and improves hierarchy only.
   ============================================================ */
.hero-media {
    position: relative;
    min-height: 610px;
    isolation: isolate;
    display: block;
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 5% 0 2% 5%;
    z-index: -2;
    border: 1px solid #dce7f2;
    border-radius: 34px;
    background: #f6f9fc;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.hero-media::after {
    content: "";
    position: absolute;
    width: 44%;
    height: 20%;
    right: 6%;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    background: rgba(14,42,70,.09);
    filter: blur(34px);
    pointer-events: none;
}

.hero-media .product-window {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d4e0eb;
    box-shadow: 0 22px 52px rgba(14,42,70,.15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.hero-media .product-window img {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.hero-media .main-shot {
    width: 91% !important;
    height: auto !important;
    aspect-ratio: 1919 / 1079;
    top: 30px !important;
    right: 1% !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 1;
    border-radius: 20px;
}

.hero-media .main-shot img {
    object-fit: contain;
    object-position: center top;
}

.hero-media .login-shot {
    width: 39% !important;
    height: auto !important;
    aspect-ratio: 1919 / 1079;
    left: 1% !important;
    bottom: 20px !important;
    top: auto !important;
    right: auto !important;
    z-index: 3;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(14,42,70,.18);
}

.hero-media .login-shot img {
    object-fit: contain;
    object-position: center;
}

.hero-media .mobile-shot {
    width: 22% !important;
    height: auto !important;
    aspect-ratio: 738 / 1600;
    right: 2% !important;
    bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    z-index: 4;
    border-radius: 26px;
    box-shadow: 0 28px 56px rgba(14,42,70,.22);
}

.hero-media .mobile-shot img {
    object-fit: contain;
    object-position: center top;
}

.hero-media .shot-label {
    top: 10px;
    left: 10px;
    padding: 7px 10px;
    border: 1px solid rgba(207,220,233,.95);
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 6px 14px rgba(14,42,70,.08);
    color: #0a2a4a;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .025em;
    backdrop-filter: blur(6px);
}

@media (hover:hover) and (pointer:fine) {
    .hero-media .main-shot:hover {
        transform: translateY(-3px);
        box-shadow: 0 28px 62px rgba(14,42,70,.18);
    }

    .hero-media .login-shot:hover,
    .hero-media .mobile-shot:hover {
        transform: translateY(-4px);
    }
}

@media (max-width: 1120px) {
    .hero-media {
        min-height: 560px;
    }

    .hero-media .main-shot {
        width: 94% !important;
    }

    .hero-media .login-shot {
        width: 40% !important;
    }

    .hero-media .mobile-shot {
        width: 23% !important;
    }
}

@media (max-width: 980px) {
    .hero-media {
        min-height: 520px;
        max-width: 760px;
        width: 100%;
        margin: 6px auto 0;
    }

    .hero-media::before {
        inset: 4% 1% 2% 4%;
    }

    .hero-media .main-shot {
        width: 92% !important;
        right: 2% !important;
        top: 24px !important;
    }

    .hero-media .login-shot {
        width: 39% !important;
        left: 2% !important;
        bottom: 24px !important;
    }

    .hero-media .mobile-shot {
        width: 22% !important;
        right: 3% !important;
    }
}

@media (max-width: 680px) {
    .hero-media {
        min-height: 430px;
        margin-top: 12px;
    }

    .hero-media::before {
        inset: 3% 0 1% 3%;
        border-radius: 24px;
    }

    .hero-media::after {
        width: 55%;
        right: 0;
    }

    .hero-media .main-shot {
        width: 96% !important;
        top: 18px !important;
        right: 0 !important;
        border-radius: 15px;
    }

    .hero-media .login-shot {
        width: 43% !important;
        left: 0 !important;
        bottom: 28px !important;
        border-radius: 13px;
    }

    .hero-media .mobile-shot {
        width: 25% !important;
        right: 1% !important;
        border-radius: 20px;
    }

    .hero-media .shot-label {
        top: 7px;
        left: 7px;
        padding: 5px 7px;
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .hero-media {
        min-height: 345px;
    }

    .hero-media .main-shot {
        top: 14px !important;
    }

    .hero-media .login-shot {
        width: 44% !important;
        bottom: 24px !important;
    }

    .hero-media .mobile-shot {
        width: 26% !important;
    }

    .hero-media .shot-label {
        display: none;
    }
}

/* ============================================================
   ES MULTISERVICIOS - PRODUCT MEDIA PRESENTATION + INLINE ZOOM V2
   Real screenshots only. Clean hierarchy, hover-only zoom control,
   and an in-page viewer with its close action outside the image.
   ============================================================ */

/* Hero: one strong dashboard + two secondary views aligned as one composition. */
.hero-media {
    position: relative;
    min-height: 590px;
    isolation: isolate;
    display: block;
}

.hero-media::before {
    content: "";
    position: absolute;
    inset: 4% 0 2% 4%;
    z-index: -2;
    border: 1px solid #dce7f2;
    border-radius: 32px;
    background: #f6f9fc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.hero-media::after {
    content: "";
    position: absolute;
    width: 46%;
    height: 18%;
    right: 7%;
    bottom: 1%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(14, 42, 70, .08);
    filter: blur(34px);
    pointer-events: none;
}

.hero-media .product-window {
    position: absolute;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d4e0eb;
    box-shadow: 0 20px 48px rgba(14, 42, 70, .14);
    transition: transform .22s ease, box-shadow .22s ease;
}

.hero-media .product-window img {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}

.hero-media .main-shot {
    width: 91% !important;
    height: auto !important;
    aspect-ratio: 1919 / 1079;
    top: 24px !important;
    right: 2% !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 1;
    border-radius: 19px;
}

.hero-media .main-shot img {
    object-fit: contain;
    object-position: center top;
}

/* Secondary views share the same visual row instead of falling apart vertically. */
.hero-media .login-shot {
    width: 46% !important;
    height: auto !important;
    aspect-ratio: 1919 / 1079;
    top: 355px !important;
    left: 3% !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 3;
    border-radius: 17px;
}

.hero-media .login-shot img {
    object-fit: cover;
    object-position: center;
}

.hero-media .mobile-shot {
    width: 22% !important;
    height: auto !important;
    aspect-ratio: 738 / 1600;
    top: 305px !important;
    right: 4% !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 4;
    border-radius: 24px;
    box-shadow: 0 24px 52px rgba(14, 42, 70, .20);
}

.hero-media .mobile-shot img {
    object-fit: contain;
    object-position: center top;
}

.hero-media .shot-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 6;
    padding: 7px 10px;
    border: 1px solid rgba(207, 220, 233, .96);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 14px rgba(14, 42, 70, .08);
    color: #0a2a4a;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .025em;
}

@media (hover: hover) and (pointer: fine) {
    .hero-media .product-window:hover {
        transform: translateY(-3px);
        box-shadow: 0 26px 58px rgba(14, 42, 70, .18);
    }
}

/* Images can be inspected without leaving the page. */
.site-preview-ready {
    cursor: zoom-in;
}

.site-preview-host {
    position: relative !important;
}

/* The magnifier stays invisible until the customer points at the image. */
.site-zoom-button {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 8;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 12px;
    background: rgba(9, 43, 76, .92);
    color: #fff;
    box-shadow: 0 9px 22px rgba(8, 37, 68, .20);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(5px);
    transition: opacity .18s ease, transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.site-preview-host:hover > .site-zoom-button,
.site-preview-host:focus-within > .site-zoom-button,
.site-zoom-button:focus-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-zoom-button:hover,
.site-zoom-button:focus-visible {
    background: #0b63ce;
    box-shadow: 0 12px 26px rgba(8, 37, 68, .26);
}

.site-zoom-button:focus-visible {
    outline: 3px solid rgba(11, 99, 206, .24);
    outline-offset: 3px;
}

.site-zoom-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Keep the hover control away from the permanent shot label. */
.product-window .site-zoom-button {
    top: auto;
    right: 10px;
    bottom: 10px;
}

.site-image-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 3vw, 30px);
    background: rgba(7, 23, 39, .90);
}

.site-image-modal.open {
    display: flex;
}

.site-image-dialog {
    width: min(1380px, 96vw);
    max-height: 94vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Toolbar is separate from the screenshot, so Close never covers the image. */
.site-image-toolbar {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 2px;
}

.site-image-toolbar-title {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.site-image-close {
    position: static;
    min-width: 104px;
    height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    background: #0b2f55;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .20);
}

.site-image-close:hover,
.site-image-close:focus-visible {
    background: #0b63ce;
}

.site-image-close:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .72);
    outline-offset: 3px;
}

.site-image-close-symbol {
    font-size: 23px;
    line-height: 1;
}

.site-image-stage {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-image-stage img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(94vh - 58px);
    object-fit: contain;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

body.site-modal-open {
    overflow: hidden;
}

@media (max-width: 1120px) {
    .hero-media {
        min-height: 555px;
    }

    .hero-media .main-shot {
        width: 93% !important;
    }

    .hero-media .login-shot {
        width: 45% !important;
        top: 335px !important;
    }

    .hero-media .mobile-shot {
        width: 22% !important;
        top: 292px !important;
    }
}

@media (max-width: 980px) {
    .hero-media {
        min-height: 535px;
        max-width: 760px;
        width: 100%;
        margin: 8px auto 0;
    }

    .hero-media::before {
        inset: 4% 1% 2% 4%;
    }

    .hero-media .main-shot {
        width: 94% !important;
        top: 20px !important;
        right: 1% !important;
    }

    .hero-media .login-shot {
        width: 46% !important;
        top: 322px !important;
        left: 2% !important;
    }

    .hero-media .mobile-shot {
        width: 23% !important;
        top: 278px !important;
        right: 2% !important;
    }
}

@media (max-width: 680px) {
    .hero-media {
        min-height: 465px;
        margin-top: 10px;
    }

    .hero-media::before {
        inset: 3% 0 1% 2%;
        border-radius: 24px;
    }

    .hero-media::after {
        width: 56%;
        right: 0;
    }

    .hero-media .main-shot {
        width: 97% !important;
        top: 16px !important;
        right: 0 !important;
        border-radius: 14px;
    }

    .hero-media .login-shot {
        width: 49% !important;
        top: 275px !important;
        left: 0 !important;
        border-radius: 13px;
    }

    .hero-media .mobile-shot {
        width: 26% !important;
        top: 238px !important;
        right: 1% !important;
        border-radius: 19px;
    }

    .hero-media .shot-label {
        top: 7px;
        left: 7px;
        padding: 5px 7px;
        font-size: 9px;
    }

    .site-image-modal {
        padding: 10px;
    }

    .site-image-dialog {
        width: 100%;
    }

    .site-image-toolbar {
        min-height: 44px;
    }

    .site-image-close {
        min-width: 96px;
        height: 40px;
        padding: 0 12px;
    }

    .site-image-stage img {
        border-radius: 11px;
        max-height: calc(92vh - 56px);
    }
}

@media (max-width: 480px) {
    .hero-media {
        min-height: 390px;
    }

    .hero-media .main-shot {
        top: 13px !important;
    }

    .hero-media .login-shot {
        width: 50% !important;
        top: 232px !important;
    }

    .hero-media .mobile-shot {
        width: 28% !important;
        top: 205px !important;
    }

    .hero-media .shot-label {
        display: none;
    }

    .site-image-toolbar-title {
        font-size: 13px;
    }

    .site-image-close-text {
        display: inline;
    }
}

@media (hover: none), (pointer: coarse) {
    .site-zoom-button {
        display: none;
    }
}


/* ============================================================
   ES MULTISERVICIOS - IZZY HERO COMPOSITION V3
   Final override: three real screenshots kept visible and balanced.
   ============================================================ */
.hero-media {
    min-height: 500px !important;
}

.hero-media::before {
    inset: 3% 0 3% 3% !important;
}

.hero-media .main-shot {
    width: 88% !important;
    top: 8px !important;
    right: 1% !important;
    left: auto !important;
    bottom: auto !important;
}

.hero-media .login-shot {
    width: 39% !important;
    height: 155px !important;
    aspect-ratio: auto !important;
    top: 300px !important;
    left: 1% !important;
    right: auto !important;
    bottom: auto !important;
    border-radius: 16px !important;
}

.hero-media .login-shot img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 47% !important;
}

.hero-media .mobile-shot {
    width: 20% !important;
    top: 245px !important;
    right: 5% !important;
    left: auto !important;
    bottom: auto !important;
}

/* Labels stay compact and never compete with the screenshots. */
.hero-media .shot-label {
    top: 8px !important;
    left: 8px !important;
}

/* Zoom is discoverable only on interaction, never permanently over the artwork. */
.site-zoom-button {
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-4px) !important;
}

.site-preview-host:hover > .site-zoom-button,
.site-preview-host:focus-within > .site-zoom-button,
.site-zoom-button:focus-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

/* The modal toolbar remains outside the image and visually restrained. */
.site-image-toolbar {
    min-height: 40px !important;
}

.site-image-close {
    min-width: 0 !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    border-radius: 10px !important;
}

.site-image-close-text {
    display: none !important;
}

@media (max-width: 1120px) {
    .hero-media {
        min-height: 485px !important;
    }

    .hero-media .main-shot {
        width: 90% !important;
    }

    .hero-media .login-shot {
        width: 40% !important;
        height: 145px !important;
        top: 288px !important;
    }

    .hero-media .mobile-shot {
        width: 20% !important;
        top: 235px !important;
        right: 4% !important;
    }
}

@media (max-width: 980px) {
    .hero-media {
        min-height: 650px !important;
        max-width: 760px !important;
    }

    .hero-media .main-shot {
        width: 94% !important;
        top: 12px !important;
        right: 1% !important;
    }

    .hero-media .login-shot {
        width: 42% !important;
        height: 180px !important;
        top: 410px !important;
        left: 1% !important;
    }

    .hero-media .mobile-shot {
        width: 20% !important;
        top: 342px !important;
        right: 4% !important;
    }
}

@media (max-width: 680px) {
    .hero-media {
        min-height: 500px !important;
    }

    .hero-media .main-shot {
        width: 96% !important;
        top: 10px !important;
        right: 0 !important;
    }

    .hero-media .login-shot {
        width: 47% !important;
        height: 128px !important;
        top: 292px !important;
        left: 0 !important;
    }

    .hero-media .mobile-shot {
        width: 23% !important;
        top: 252px !important;
        right: 2% !important;
    }

    .site-zoom-button {
        display: none !important;
    }
}

@media (max-width: 460px) {
    .hero-media {
        min-height: 420px !important;
    }

    .hero-media .login-shot {
        width: 50% !important;
        height: 105px !important;
        top: 238px !important;
    }

    .hero-media .mobile-shot {
        width: 25% !important;
        top: 205px !important;
        right: 1% !important;
    }
}

/* ============================================================
   ES MULTISERVICIOS - HERO MEDIA FINAL LAYOUT V5
   Keeps the three real IZZY captures close, ordered and balanced.
   ============================================================ */
.hero-media {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.34fr) !important;
    grid-template-rows: auto auto !important;
    gap: 18px !important;
    align-items: start !important;
    min-height: 0 !important;
    max-width: 680px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 18px !important;
    border: 1px solid #dce7f2 !important;
    border-radius: 28px !important;
    background: #f6f9fc !important;
    box-shadow: 0 18px 48px rgba(14, 42, 70, .08) !important;
}

.hero-media::before,
.hero-media::after {
    display: none !important;
}

.hero-media .product-window {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #d4e0eb !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(14, 42, 70, .11) !important;
}

.hero-media .main-shot {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    aspect-ratio: 1919 / 1079 !important;
    border-radius: 18px !important;
    z-index: 1 !important;
}

.hero-media .login-shot {
    grid-column: 1 !important;
    grid-row: 2 !important;
    aspect-ratio: 1919 / 1079 !important;
    min-height: 0 !important;
    border-radius: 16px !important;
    z-index: 1 !important;
}

.hero-media .mobile-shot {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: min(100%, 168px) !important;
    justify-self: end !important;
    aspect-ratio: 738 / 1600 !important;
    border-radius: 22px !important;
    z-index: 1 !important;
}

.hero-media .product-window img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #fff !important;
}

.hero-media .shot-label {
    top: 9px !important;
    left: 9px !important;
    padding: 6px 9px !important;
    font-size: 11px !important;
}

@media (hover: hover) and (pointer: fine) {
    .hero-media .product-window:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 17px 36px rgba(14, 42, 70, .15) !important;
    }
}

@media (max-width: 980px) {
    .hero-media {
        max-width: 760px !important;
        grid-template-columns: minmax(0, 1fr) minmax(138px, .30fr) !important;
        gap: 15px !important;
        padding: 15px !important;
    }

    .hero-media .mobile-shot {
        width: min(100%, 156px) !important;
    }
}

@media (max-width: 680px) {
    .hero-media {
        grid-template-columns: minmax(0, 1fr) 112px !important;
        gap: 12px !important;
        padding: 12px !important;
        border-radius: 22px !important;
    }

    .hero-media .main-shot {
        border-radius: 14px !important;
    }

    .hero-media .login-shot {
        border-radius: 13px !important;
    }

    .hero-media .mobile-shot {
        width: 112px !important;
        border-radius: 17px !important;
    }

    .hero-media .shot-label {
        top: 6px !important;
        left: 6px !important;
        padding: 5px 7px !important;
        font-size: 9px !important;
    }
}

@media (max-width: 460px) {
    .hero-media {
        grid-template-columns: minmax(0, 1fr) 92px !important;
        gap: 9px !important;
        padding: 9px !important;
    }

    .hero-media .mobile-shot {
        width: 92px !important;
    }
}

/* Public projects: controlled, equal-width cards with safe wrapping and no overflow. */
.projects-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
}

.projects-grid .project-card {
    display: grid !important;
    grid-template-columns: minmax(190px, .78fr) minmax(0, 1.22fr) !important;
    min-width: 0 !important;
    min-height: 320px !important;
    height: 100% !important;
    overflow: hidden !important;
}

.projects-grid .project-card > img,
.projects-grid .project-placeholder {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 320px !important;
    max-height: 420px !important;
    padding: 28px !important;
    object-fit: contain !important;
    object-position: center !important;
}

.projects-grid .project-card > div:last-child {
    min-width: 0 !important;
    padding: 30px !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

.projects-grid .project-card h3,
.projects-grid .project-card p,
.projects-grid .project-card .text-link {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 980px) {
    .projects-grid {
        grid-template-columns: 1fr !important;
    }

    .projects-grid .project-card {
        grid-template-columns: minmax(180px, .62fr) minmax(0, 1.38fr) !important;
        min-height: 290px !important;
    }

    .projects-grid .project-card > img,
    .projects-grid .project-placeholder {
        min-height: 290px !important;
    }
}

@media (max-width: 620px) {
    .projects-grid .project-card {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }

    .projects-grid .project-card > img,
    .projects-grid .project-placeholder {
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
        padding: 24px !important;
    }

    .projects-grid .project-card > div:last-child {
        padding: 24px !important;
    }
}


/* ES MULTISERVICIOS: admin-controlled landing section order */
.site-section-stack {
    display: flex;
    flex-direction: column;
}
.site-section-stack > section {
    width: 100%;
}

/* ============================================================
   ES MULTISERVICIOS — FINAL MOBILE NAVIGATION FIX
   Keeps the desktop navigation unchanged and guarantees a clean,
   contained menu from tablet down to small mobile screens.
   ============================================================ */
@media (max-width: 980px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.nav-open {
        overflow: hidden;
    }

    .site-header {
        z-index: 1200;
    }

    .nav-shell {
        position: relative;
        width: min(100% - 28px, 1180px);
        min-height: 76px;
        height: 76px;
        gap: 10px;
    }

    .master-brand {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0 !important;
        max-width: min(56vw, 290px);
    }

    .master-brand img {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
    }

    .master-brand span {
        min-width: 0;
    }

    .master-brand strong {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-toggle {
        position: relative;
        display: block !important;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 10px;
        border: 1px solid #d5e0eb;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 5px 16px rgba(11, 46, 89, .07);
        z-index: 1202;
    }

    .nav-toggle span {
        width: 20px;
        height: 2px;
        margin: 4px auto;
        border-radius: 999px;
        background: var(--es-navy, #0b2e59);
        transition: transform .22s ease, opacity .18s ease;
        transform-origin: center;
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-nav {
        position: fixed !important;
        top: 84px !important;
        left: 14px !important;
        right: 14px !important;
        bottom: auto !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100dvh - 100px) !important;
        margin: 0 !important;
        padding: 14px !important;
        display: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch !important;
        gap: 8px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
        border: 1px solid #d8e3ee !important;
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 22px 55px rgba(11, 46, 89, .18) !important;
        z-index: 1201 !important;
    }

    .site-nav.open {
        display: grid !important;
    }

    .site-nav a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 50px !important;
        margin: 0 !important;
        padding: 12px 14px !important;
        border: 1px solid transparent !important;
        border-radius: 12px !important;
        background: #f5f8fc !important;
        color: #17395f !important;
        font-size: 15.5px !important;
        font-weight: 750 !important;
        line-height: 1.25 !important;
        text-align: left !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
        border-color: #bed3e8 !important;
        background: #edf5fd !important;
        color: #0b2e59 !important;
    }

    .site-nav a.is-active {
        border-color: #a9caea !important;
        background: #eaf4ff !important;
        color: #0b2e59 !important;
        box-shadow: inset 3px 0 0 #0b63ce;
    }

    .site-nav .nav-indicator {
        display: none !important;
    }

    .header-actions {
        flex: 0 0 auto;
        margin-left: 0;
    }

    .desktop-cta {
        display: none !important;
    }
}

@media (max-width: 680px) {
    .nav-shell {
        width: calc(100% - 20px);
        min-height: 72px;
        height: 72px;
        gap: 8px;
    }

    .master-brand {
        max-width: calc(100% - 148px);
        gap: 8px;
    }

    .master-brand img {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .master-brand strong {
        font-size: 13px !important;
        letter-spacing: 0;
    }

    .master-brand small {
        display: none !important;
    }

    .nav-toggle {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .lang-switch {
        padding: 3px !important;
        border-radius: 10px;
    }

    .lang-switch a {
        min-width: 32px;
        padding: 6px 7px !important;
        font-size: 12px !important;
        text-align: center;
    }

    .site-nav {
        top: 78px !important;
        left: 10px !important;
        right: 10px !important;
        grid-template-columns: 1fr !important;
        max-height: calc(100dvh - 90px) !important;
        padding: 10px !important;
        gap: 6px !important;
        border-radius: 16px !important;
    }

    .site-nav a {
        min-height: 47px !important;
        padding: 11px 13px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
}

@media (max-width: 420px) {
    .nav-shell {
        width: calc(100% - 16px);
        gap: 6px;
    }

    .master-brand {
        max-width: calc(100% - 136px);
    }

    .master-brand img {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .master-brand strong {
        font-size: 12px !important;
    }

    .nav-toggle {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        padding: 9px;
    }

    .lang-switch a {
        min-width: 29px;
        padding: 5px 6px !important;
        font-size: 11px !important;
    }

    .site-nav {
        top: 76px !important;
        left: 8px !important;
        right: 8px !important;
        max-height: calc(100dvh - 86px) !important;
    }
}

/* ============================================================
   ES MULTISERVICIOS — MOBILE HEADER ALWAYS VISIBLE
   On tablet/mobile the public header stays fixed to the viewport.
   The body offset preserves the original document flow and anchors.
   ============================================================ */
@media (max-width: 980px) {
    html {
        scroll-padding-top: 92px;
    }

    body {
        padding-top: 76px;
    }

    .site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        z-index: 5000 !important;
    }

    .site-header .nav-shell {
        margin-left: auto;
        margin-right: auto;
    }

    .site-nav {
        z-index: 5001 !important;
    }

    .nav-toggle,
    .header-actions {
        position: relative;
        z-index: 5002;
    }

    .site-section-stack > section,
    section[id] {
        scroll-margin-top: 92px;
    }
}

@media (max-width: 680px) {
    html {
        scroll-padding-top: 84px;
    }

    body {
        padding-top: 72px;
    }

    .site-section-stack > section,
    section[id] {
        scroll-margin-top: 84px;
    }
}
