.kommo-partner-link {
  display: block;
  width: min(100%, 154px);
  margin-top: 1.25rem;
  border-radius: 10px;
  line-height: 0;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.kommo-partner-link img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.kommo-partner-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.kommo-partner-link:focus-visible {
  outline: 2px solid #d4e8b0;
  outline-offset: 4px;
}

@media (max-width: 639px) {
  .kommo-partner-link {
    width: min(100%, 142px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kommo-partner-link {
    transition: none;
  }
}

/* Capa global de estabilidad visual y responsividad. */
.mobile-menu{background-color:rgba(12,15,13,.985)!important;color:#fff!important;isolation:isolate}
.mobile-menu a{color:#fff}.mobile-menu a:hover{color:#d4e8b0}
.site-nav{background-color:rgba(20,23,21,.94)!important}
img{max-width:100%;height:auto}
@media(max-width:767px){
  html,body{width:100%;max-width:100%;overflow-x:clip}
  header[class*="min-h-[6"],header[class*="min-h-[7"],header[class*="min-h-[8"]{min-height:560px!important}
  header h1{font-size:clamp(2.35rem,10.8vw,3.25rem)!important;overflow-wrap:normal;word-break:normal;hyphens:none}
  #hero-section h1 .word-wrapper,#hero-section h1 .word-inner{white-space:nowrap;word-break:keep-all}
  #hero-section h1{max-width:100%;letter-spacing:-.045em!important;line-height:1.04!important}
  #hero-section>div.z-10{box-sizing:border-box;width:100%;max-width:100%;padding-left:20px!important;padding-right:20px!important}
  #hero-section>div.z-10>div,#hero-section>div.z-10>div>*{min-width:0;max-width:100%}
  #hero-section p,#hero-section a{max-width:100%;overflow-wrap:normal;word-break:normal}
  #hero-section a{box-sizing:border-box}
  section{overflow:clip}
  .mobile-menu{overflow-y:auto!important;padding-top:7rem!important;padding-bottom:2rem!important;justify-content:flex-start!important}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(min-width:768px){header[class*="min-h-[6"],header[class*="min-h-[7"],header[class*="min-h-[8"]{min-height:min(78vh,780px)!important}}

/* Identidad cromática unificada: negro, gris, blanco y papel. */
:root{--ink:#101010!important;--forest:#111!important;--sage:#f4f4f2!important;--paper:#f4f4f2!important}
[class~="bg-[#2c3e35]" i],[class~="bg-[#23322b]" i]{background-color:#111!important}
[class~="bg-[#d4e8b0]" i]{background-color:#f4f4f2!important}
[class~="text-[#2c3e35]" i],[class~="text-[#23322b]" i]{color:#111!important}
[class~="text-[#d4e8b0]" i]{color:#f5f5f4!important}
[class~="border-[#d4e8b0]" i],[class~="border-[#2c3e35]" i]{border-color:#777!important}

/* Jerarquía consistente en páginas públicas: menos vacío y tarjetas reconocibles. */
.cidelo-public main>section{padding-top:clamp(2.25rem,4.5vw,4.25rem)!important;padding-bottom:clamp(2.25rem,4.5vw,4.25rem)!important}
.cidelo-public main>section+section{border-top:1px solid rgba(17,17,17,.06)}
.cidelo-public article[class*="bg-white"],.cidelo-public div[class*="bg-white"][class*="rounded"],.cidelo-public article[class*="bg-stone"]{border:1px solid #d3d3cf!important;box-shadow:0 14px 38px rgba(0,0,0,.055)!important}
.cidelo-public [class*="rounded"] iconify-icon,.cidelo-public [class*="rounded"] .ui-icon{color:currentColor;stroke:currentColor}
.cidelo-public a,.cidelo-public button{touch-action:manipulation}
@media(max-width:767px){
  .cidelo-public main>section{padding-top:2.25rem!important;padding-bottom:2.25rem!important}
  .cidelo-public main>section [class*="py-24"],.cidelo-public main>section [class*="py-32"]{padding-top:2.25rem!important;padding-bottom:2.25rem!important}
  .cidelo-public article[class*="rounded"],.cidelo-public div[class*="rounded"]{max-width:100%}
}
.cidelo-shell-nav,.cidelo-shell-nav *,.cidelo-shell-mobile,.cidelo-shell-mobile *,.cidelo-shell-footer,.cidelo-shell-footer *{box-sizing:border-box}
.cidelo-shell-nav{position:fixed;z-index:1000;top:14px;left:50%;transform:translateX(-50%);width:min(1460px,calc(100% - 32px));min-height:68px;padding:10px 12px;border:1px solid #ffffff20;border-radius:22px;background:rgba(14,14,14,.92);color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.22);-webkit-backdrop-filter:blur(20px) saturate(135%);backdrop-filter:blur(20px) saturate(135%);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px}
.cidelo-shell-logo{display:flex;align-items:center;padding:5px 8px;min-width:132px}.cidelo-shell-logo img{display:block;width:auto!important;height:27px!important;max-width:145px;object-fit:contain}
.cidelo-shell-links{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;font-size:12px;white-space:nowrap}.cidelo-shell-links a{position:relative;color:#c9c9c7;text-decoration:none;padding:10px 13px;border-radius:999px;transition:color .2s ease,background .2s ease}.cidelo-shell-links a:hover{color:#fff;background:#ffffff0d}.cidelo-shell-links a[aria-current=page]{color:#111;background:#fff}
.cidelo-shell-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:132px}.cidelo-shell-actions>[data-account]{display:flex}
.cidelo-shell-access{display:inline-flex!important;align-items:center;justify-content:flex-start;gap:8px;background:#fff;color:#111!important;border:1px solid #fff;border-radius:999px;padding:11px 17px!important;font-weight:650;text-decoration:none;line-height:1;box-shadow:0 5px 18px #0002;transition:transform .2s ease,background .2s ease}.cidelo-shell-access:hover{background:#ededeb;transform:translateY(-1px)}.cidelo-shell-access iconify-icon{width:17px;height:17px;color:#111!important}
.cidelo-shell-toggle{display:none;width:44px;height:44px;padding:0;border-radius:14px;border:1px solid #ffffff2b;background:#ffffff0b;color:#fff;cursor:pointer;place-items:center;transition:background .2s ease}.cidelo-shell-toggle:hover{background:#ffffff18}.cidelo-shell-toggle iconify-icon{width:22px;height:22px;color:#fff!important}
.cidelo-account{position:relative}.cidelo-account summary{display:flex;align-items:center;gap:7px;background:#fff;color:#111;border-radius:999px;padding:11px 16px;cursor:pointer;font-size:12px;font-weight:650;list-style:none}.cidelo-account summary::-webkit-details-marker{display:none}.cidelo-account summary iconify-icon{width:14px;height:14px;transition:transform .2s}.cidelo-account[open] summary iconify-icon{transform:rotate(180deg)}
.cidelo-account-menu{position:absolute;right:0;top:calc(100% + 10px);width:230px;padding:8px;border:1px solid #e5e5e5;border-radius:16px;background:#fff;color:#111;box-shadow:0 20px 55px #0003}.cidelo-account-menu a,.cidelo-account-menu button{display:flex;width:100%;align-items:center;gap:10px;padding:11px 12px;border:0;border-radius:11px;background:transparent;color:#222!important;text-decoration:none;white-space:nowrap;font:inherit;text-align:left;cursor:pointer}.cidelo-account-menu a:hover,.cidelo-account-menu button:hover{background:#f1f1ef}.cidelo-account-menu iconify-icon{width:18px;height:18px}
.cidelo-shell-mobile{display:block;visibility:hidden;opacity:0;pointer-events:none;position:fixed;z-index:999;inset:0;background:rgba(8,8,8,.985);color:#fff;padding:104px 20px 26px;overflow:auto;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transition:opacity .22s ease,visibility .22s ease}.cidelo-shell-mobile.open{visibility:visible;opacity:1;pointer-events:auto}.cidelo-shell-mobile-inner{width:min(620px,100%);min-height:calc(100dvh - 130px);margin:auto;display:flex;flex-direction:column;justify-content:center;gap:26px}.cidelo-mobile-primary{display:grid;gap:3px}.cidelo-mobile-primary>a{display:flex;align-items:center;justify-content:space-between;padding:13px 5px;border-bottom:1px solid #ffffff12;color:#fff;text-decoration:none;font-size:clamp(25px,7vw,39px);font-weight:300;letter-spacing:-.045em}.cidelo-mobile-primary>a:after{content:'↗';font-size:15px;color:#666}.cidelo-mobile-primary>a[aria-current=page]{color:#fff;font-weight:500}.cidelo-mobile-primary>a[aria-current=page]:after{color:#fff}.cidelo-shell-mobile>.cidelo-shell-mobile-inner>.cidelo-shell-access{align-self:flex-start}.cidelo-shell-mobile [data-mobile-account]{display:flex;flex-wrap:wrap;gap:10px}.cidelo-mobile-logout{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;color:#fff;text-decoration:none}.cidelo-mobile-contact{display:flex;justify-content:space-between;gap:15px;padding-top:18px;border-top:1px solid #ffffff1a;color:#888;font-size:12px}.cidelo-mobile-contact a{color:#fff;text-decoration:none}
.cidelo-shell-footer{position:relative;z-index:2;background:#0b0b0b;color:#fff;border-top:1px solid #ffffff1a;padding:60px 0 25px}.cidelo-footer-inner{width:min(1500px,calc(100% - 40px));margin:auto}.cidelo-footer-grid{display:grid;grid-template-columns:minmax(260px,2fr) repeat(3,minmax(150px,1fr));gap:clamp(28px,4vw,60px)}.cidelo-footer-brand img{display:block;width:auto!important;height:31px!important;max-width:160px;object-fit:contain}.cidelo-footer-brand p{max-width:430px;color:#999;line-height:1.7;font-size:14px;margin:22px 0 13px}.cidelo-footer-email{color:#fff!important;text-decoration:none;font-size:14px}.cidelo-footer-col strong{display:block;color:#777;text-transform:uppercase;letter-spacing:.16em;font-size:10px;margin-bottom:18px}.cidelo-footer-col a{display:block;color:#aaa;text-decoration:none;font-size:13px;line-height:1.4;margin:11px 0}.cidelo-footer-col a:hover{color:#fff}.cidelo-footer-bottom{border-top:1px solid #ffffff14;margin-top:40px;padding-top:22px;color:#666;font-size:12px;display:flex;justify-content:space-between;gap:15px}.cidelo-shell-spacer{height:88px}
@media(max-width:1120px){.cidelo-shell-nav{display:flex;justify-content:space-between}.cidelo-shell-links,.cidelo-shell-actions>.cidelo-shell-access,.cidelo-shell-actions>[data-account]>.cidelo-shell-access{display:none!important}.cidelo-shell-toggle{display:grid}.cidelo-shell-actions{min-width:auto}.cidelo-footer-grid{grid-template-columns:1fr 1fr}.cidelo-footer-brand{grid-column:1/-1}}
@media(max-width:640px){.cidelo-shell-nav{width:calc(100% - 20px);top:10px;min-height:64px;border-radius:19px;padding:9px 10px}.cidelo-shell-logo{min-width:0;padding-left:6px}.cidelo-shell-logo img{height:24px!important}.cidelo-footer-grid{grid-template-columns:1fr;gap:28px}.cidelo-footer-brand{grid-column:auto}.cidelo-footer-bottom{flex-direction:column}.cidelo-shell-footer{padding-top:45px}.cidelo-mobile-contact{flex-direction:column}.cidelo-shell-spacer{height:82px}}
@media(prefers-reduced-motion:reduce){.cidelo-shell-mobile,.cidelo-shell-links a,.cidelo-shell-access{transition:none}}
.cidelo-mobile-primary>a:after{content:none!important;display:none!important}
.cidelo-shell-toggle:focus-visible{outline:2px solid #fff!important;outline-offset:2px}
.cidelo-public-notice{position:relative;z-index:60;display:block;padding:10px 20px;background:linear-gradient(90deg,#1a1a1a,#3b3b36);color:#fff;text-align:center;font-size:13px;font-weight:700;letter-spacing:.01em;text-decoration:none}.cidelo-public-notice:hover{background:linear-gradient(90deg,#282828,#4a4a43);color:#fff}.has-cidelo-public-notice .cidelo-shell-nav{top:56px}@media(max-width:640px){.cidelo-public-notice{padding:9px 14px;font-size:12px}.has-cidelo-public-notice .cidelo-shell-nav{top:50px}}

body.cidelo-gdpr-open{overflow:auto}
.cidelo-gdpr-modal{position:fixed;right:18px;bottom:18px;z-index:1200;max-width:min(460px,calc(100vw - 24px));opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);transition:opacity .24s ease,visibility .24s ease,transform .24s ease}
.cidelo-gdpr-modal.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.cidelo-gdpr-card{overflow:auto;max-height:min(86vh,760px);border:1px solid rgba(255,255,255,.16);border-radius:24px;padding:clamp(18px,2.4vw,24px);background:linear-gradient(135deg,rgba(17,17,17,.97),rgba(31,31,30,.96));box-shadow:0 24px 80px rgba(0,0,0,.3);color:#f7f5ef}
.cidelo-gdpr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.cidelo-gdpr-brand{display:flex;flex-direction:column;gap:8px}
.cidelo-gdpr-brand img{display:block;width:auto;height:30px;max-width:160px;object-fit:contain}
.cidelo-gdpr-brand span{font-size:11px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:#c8c0b3}
.cidelo-gdpr-close{width:36px;height:36px;padding:0;border:0;border-radius:999px;background:#ffffff12;color:#fff;cursor:pointer;font-size:20px;line-height:1;display:grid;place-items:center}
.cidelo-gdpr-close:hover{background:#ffffff22}
.cidelo-gdpr-card p{margin:0 0 12px;line-height:1.65;color:#ddd2c0;font-size:14px}
.cidelo-gdpr-options{display:grid;gap:8px;margin:12px 0 10px}
.cidelo-gdpr-option{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04)}
.cidelo-gdpr-option strong{display:block;font-size:13px;margin-bottom:2px}
.cidelo-gdpr-option span{display:block;font-size:12px;color:#c9bca7;line-height:1.45}
.cidelo-gdpr-option input{margin-top:3px;accent-color:#d4e8b0;transform:scale(1.02)}
.cidelo-gdpr-custom{margin:8px 0 0;padding:12px;border-radius:14px;background:rgba(212,232,176,.08);border:1px solid rgba(212,232,176,.16)}
.cidelo-gdpr-custom-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#d4e8b0}
.cidelo-gdpr-custom-list{display:grid;gap:8px}
.cidelo-gdpr-custom-list label{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#f4ede4}
.cidelo-gdpr-custom-list input{accent-color:#d4e8b0}
.cidelo-gdpr-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.cidelo-gdpr-actions button{flex:1 1 120px;min-height:44px;padding:10px 12px;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease;font-size:13px;line-height:1.2;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.cidelo-gdpr-actions button:hover{transform:translateY(-1px)}
.cidelo-gdpr-accept{background:#d4e8b0;color:#111;border-color:#d4e8b0}
.cidelo-gdpr-deny{background:transparent;color:#fff;border-color:rgba(255,255,255,.16)}
.cidelo-gdpr-customize{background:#d4e8b0;color:#111;border-color:#d4e8b0}
.cidelo-gdpr-manage{background:#fff;color:#111;border-color:#fff}
.cidelo-gdpr-footer{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:#a79e90;letter-spacing:.06em;text-transform:uppercase}
.cidelo-gdpr-footer strong{color:#fff;font-weight:700;letter-spacing:.12em}
.cidelo-footer-powered{color:#d4e8b0!important;text-decoration:none;font-weight:700}.cidelo-footer-powered:hover{color:#fff!important}
@media(max-width:640px){
  .cidelo-gdpr-modal{left:12px;right:12px;bottom:12px;max-width:none}
  .cidelo-gdpr-card{border-radius:18px;padding:16px}
  .cidelo-gdpr-option{flex-direction:column;align-items:flex-start}
  .cidelo-gdpr-actions{flex-direction:column;gap:8px}
  .cidelo-gdpr-actions button{flex:none;width:100%;min-height:44px;font-size:14px;padding:10px}
}
