/*
Theme Name: Zelosia editable
Description: Portada de Zelosia con secciones editables en Gutenberg.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: zelosia-bloques
*/
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

    :root {
      --ink: #212121;
      --forest: #183A2A;
      --earth: #8A6746;
      --sand: #C6A15B;
      --leaf: #8FA58A;
      --clay: #A94B3C;
      --ivory: #F3F0E6;
      --paper: #FBF9F3;
      --white: #FFFFFF;
      --line: rgba(24, 58, 42, .14);
      --shadow: 0 22px 70px rgba(24, 58, 42, .12);
      --radius-sm: 14px;
      --radius-md: 24px;
      --radius-lg: 38px;
      --container: min(1180px, calc(100% - 40px));
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--ivory);
      font-family: "Fredoka", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 17px;
      line-height: 1.55;
      overflow-x: hidden;
    }
    body.menu-open { overflow: hidden; }
    img { display: block; max-width: 100%; }
    a { color: inherit; }
    button, input, select, textarea { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    ::selection { color: var(--white); background: var(--clay); }
    :focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; }
    section { scroll-margin-top: 108px; }

    .skip-link {
      position: fixed;
      left: 20px;
      top: -80px;
      z-index: 999;
      padding: 12px 18px;
      border-radius: 999px;
      color: var(--white);
      background: var(--forest);
      transition: top .2s ease;
    }
    .skip-link:focus { top: 20px; }
    .container { width: var(--container); margin-inline: auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 18px;
      color: var(--forest);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--clay);
      content: "";
    }
    .eyebrow.on-dark { color: var(--ivory); }
    .eyebrow.on-dark::before { background: var(--sand); }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.05; letter-spacing: -.035em; }
    h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.15rem, 7.1vw, 6.7rem); font-weight: 600; }
    h2 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.2rem, 4.2vw, 4.2rem); font-weight: 400; }
    h3 { margin-bottom: 12px; font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 350; }
    .lead { max-width: 650px; color: rgba(33, 33, 33, .72); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
    .lead.on-dark { color: rgba(243, 240, 230, .78); }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 56px; }
    .section-head p { max-width: 480px; margin-bottom: 8px; color: rgba(33, 33, 33, .65); }

    .button {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 13px 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-weight: 600;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .button:hover { transform: translateY(-2px); }
    .button-primary { color: var(--white); background: var(--clay); box-shadow: 0 12px 30px rgba(169, 75, 60, .22); }
    .button-primary:hover { background: #943E32; box-shadow: 0 16px 34px rgba(169, 75, 60, .28); }
    .button-secondary { color: var(--forest); border-color: rgba(24, 58, 42, .22); background: rgba(255, 255, 255, .68); }
    .button-secondary:hover { border-color: var(--forest); background: var(--white); }
    .button-ghost { min-height: 44px; padding-inline: 17px; color: var(--forest); border-color: var(--line); background: transparent; }
    .button svg { width: 18px; height: 18px; stroke-width: 2; }

    .site-header {
      position: fixed;
      z-index: 100;
      top: 14px;
      left: 0;
      width: 100%;
    }
    .nav-shell {
      display: flex;
      min-height: 70px;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 10px 12px 10px 20px;
      border: 1px solid rgba(24, 58, 42, .10);
      border-radius: 22px;
      background: rgba(243, 240, 230, .88);
      box-shadow: 0 10px 40px rgba(24, 58, 42, .08);
      backdrop-filter: blur(18px);
    }
    .brand { display: inline-flex; width: 168px; align-items: center; flex: 0 0 auto; }
    .brand img { width: 100%; height: auto; }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { color: rgba(33, 33, 33, .74); font-size: .95rem; font-weight: 500; text-decoration: none; }
    .nav-links a:hover { color: var(--forest); }
    .nav-actions { display: flex; align-items: center; gap: 9px; }
    .menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--line);
      border-radius: 50%;
      color: var(--forest);
      background: var(--white);
      cursor: pointer;
    }
    .menu-toggle svg { width: 22px; }

    .hero {
      position: relative;
      min-height: 850px;
      padding: 172px 0 96px;
      isolation: isolate;
    }
    .hero::before {
      position: absolute;
      z-index: -2;
      inset: 0;
      background:
        radial-gradient(circle at 12% 8%, rgba(198, 161, 91, .18), transparent 26%),
        radial-gradient(circle at 90% 16%, rgba(143, 165, 138, .28), transparent 25%),
        linear-gradient(180deg, #F7F4EC 0%, var(--ivory) 100%);
      content: "";
    }
    .hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
    .hero h1 { font-weight: 600; }
    .hero h1 span { color: var(--clay); }
    .hero-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 32px; color: rgba(33, 33, 33, .72); font-size: clamp(1.1rem, 1.7vw, 1.3rem); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-note { display: flex; align-items: center; gap: 11px; margin: 30px 0 0; color: rgba(33, 33, 33, .58); font-size: .92rem; }
    .hero-note span { display: inline-flex; }
    .hero-note svg { width: 19px; color: var(--forest); }

    .hero-visual { position: relative; min-height: 560px; }
    .halo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 505px;
      aspect-ratio: 1;
      border: 1px solid rgba(24, 58, 42, .12);
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }
    .halo::before, .halo::after {
      position: absolute;
      inset: 9%;
      border: 1px dashed rgba(138, 103, 70, .22);
      border-radius: 50%;
      content: "";
    }
    .halo::after { inset: 24%; border-color: rgba(169, 75, 60, .18); }
    .app-window {
      position: absolute;
      top: 32px;
      right: 0;
      width: min(100%, 480px);
      overflow: hidden;
      border: 1px solid rgba(24, 58, 42, .12);
      border-radius: 32px;
      background: rgba(255, 255, 255, .92);
      box-shadow: var(--shadow);
      transform: rotate(1.6deg);
      backdrop-filter: blur(10px);
    }
    .app-bar { display: flex; height: 58px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); }
    .dots { display: flex; gap: 7px; }
    .dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); }
    .dots i:nth-child(2) { background: var(--sand); }
    .dots i:nth-child(3) { background: var(--clay); }
    .app-label { color: var(--forest); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .app-body { display: grid; grid-template-columns: 92px 1fr; min-height: 400px; }
    .app-side { padding: 20px 15px; background: var(--forest); }
    .side-mark { width: 48px; height: 48px; margin: 0 auto 28px; border-radius: 15px; background: var(--sand); }
    .side-line { height: 9px; margin: 13px 3px; border-radius: 999px; background: rgba(255, 255, 255, .18); }
    .side-line.active { background: var(--ivory); }
    .app-content { padding: 25px; background: linear-gradient(145deg, #fff 0%, #f8f5ec 100%); }
    .app-content h3 { color: var(--forest); font-size: 1.2rem; }
    .status-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 18px 0; }
    .status-card { min-height: 78px; padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
    .status-card b { display: block; color: var(--forest); font-size: .76rem; }
    .status-card span { display: block; width: 70%; height: 7px; margin-top: 13px; border-radius: 20px; background: var(--leaf); opacity: .55; }
    .concept-card { position: relative; min-height: 190px; padding: 22px; overflow: hidden; border-radius: 22px; color: var(--ivory); background: var(--forest); }
    .concept-card::after { position: absolute; right: -32px; bottom: -38px; width: 160px; height: 160px; border: 26px solid rgba(198, 161, 91, .25); border-radius: 50%; content: ""; }
    .concept-card small { color: var(--sand); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .concept-card strong { display: block; max-width: 250px; margin-top: 13px; font-size: 1.5rem; line-height: 1.15; }
    .float-card {
      position: absolute;
      z-index: 2;
      left: -30px;
      bottom: 32px;
      width: 220px;
      padding: 18px;
      border: 1px solid rgba(24, 58, 42, .1);
      border-radius: 20px;
      background: var(--white);
      box-shadow: 0 20px 55px rgba(33, 33, 33, .14);
      transform: rotate(-4deg);
    }
    .float-card p { margin: 0; color: var(--forest); font-size: 1.08rem; font-weight: 600; line-height: 1.25; }
    .float-card small { display: block; margin-bottom: 9px; color: rgba(24, 58, 42, .62); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

    .signal-strip { padding: 0 0 94px; }
    .signals { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, .46); }
    .signal { display: flex; align-items: center; gap: 15px; padding: 22px 26px; border-right: 1px solid var(--line); }
    .signal:last-child { border-right: 0; }
    .signal svg { width: 24px; min-width: 24px; color: var(--clay); }
    .signal span { color: var(--forest); font-weight: 600; }

    .problems { padding: 108px 0; background: var(--paper); }
    .problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .problem-card { position: relative; min-height: 320px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
    .problem-card::after { position: absolute; right: -36px; bottom: -58px; width: 160px; height: 160px; border: 1px solid var(--line); border-radius: 50%; content: ""; }
    .problem-card:nth-child(2) { background: var(--forest); }
    .problem-card:nth-child(2) h3, .problem-card:nth-child(2) .card-num { color: var(--ivory); }
    .problem-card:nth-child(2) p { color: rgba(243, 240, 230, .7); }
    .problem-card:nth-child(2)::after { border-color: rgba(243, 240, 230, .18); }
    .card-num { display: block; margin-bottom: 70px; color: var(--clay); font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
    .problem-card h3 { color: var(--forest); }
    .problem-card p { margin-bottom: 0; color: rgba(33, 33, 33, .64); }

    .method { padding: 120px 0; }
    .method-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
    .sticky-copy { position: sticky; top: 120px; align-self: start; }
    .step-list { position: relative; display: grid; gap: 16px; }
    .step { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255, 255, 255, .52); transition: transform .25s ease, background .25s ease; }
    .step:hover { transform: translateX(6px); background: var(--white); }
    .step-icon { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 21px; color: var(--forest); background: var(--sand); }
    .step:nth-child(2) .step-icon { background: var(--leaf); }
    .step:nth-child(3) .step-icon { color: var(--white); background: var(--clay); }
    .step-icon svg { width: 30px; }
    .step h3 { color: var(--forest); }
    .step p { margin-bottom: 0; color: rgba(33, 33, 33, .64); }

    .app-section { position: relative; padding: 120px 0; overflow: hidden; color: var(--ivory); background: var(--forest); }
    .app-section::before { position: absolute; top: -240px; right: -120px; width: 560px; height: 560px; border: 88px solid rgba(198, 161, 91, .1); border-radius: 50%; content: ""; }
    .app-section .section-head { position: relative; }
    .app-section .section-head p { color: rgba(243, 240, 230, .7); }
    .app-showcase { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
    .showcase-main, .showcase-side { border: 1px solid rgba(243, 240, 230, .14); border-radius: 30px; background: rgba(243, 240, 230, .06); }
    .showcase-main { min-height: 470px; padding: 34px; }
    .showcase-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 42px; }
    .showcase-top strong { font-size: 1.25rem; }
    .concept-tag { padding: 7px 11px; border: 1px solid rgba(243, 240, 230, .16); border-radius: 999px; color: rgba(243, 240, 230, .65); font-size: .72rem; text-transform: uppercase; }
    .flow-stack { display: grid; gap: 12px; }
    .flow-row { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 16px; padding: 18px; border-radius: 19px; background: rgba(255, 255, 255, .08); }
    .flow-row:nth-child(2) { margin-left: 26px; background: rgba(198, 161, 91, .16); }
    .flow-row:nth-child(3) { margin-left: 52px; background: rgba(143, 165, 138, .18); }
    .flow-dot { width: 46px; height: 46px; border-radius: 15px; background: var(--sand); }
    .flow-row:nth-child(2) .flow-dot { background: var(--leaf); }
    .flow-row:nth-child(3) .flow-dot { background: var(--clay); }
    .flow-row b { font-size: 1rem; }
    .flow-row small { color: rgba(243, 240, 230, .55); }
    .showcase-side { display: grid; align-content: space-between; min-height: 470px; padding: 34px; border-color: rgba(243, 240, 230, .22); background: var(--paper); color: var(--forest); }
    .showcase-side .mini-logo { width: 190px; filter: brightness(0) saturate(100%) invert(17%) sepia(14%) saturate(1777%) hue-rotate(99deg) brightness(90%); }
    .showcase-side blockquote { margin: 0; font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 600; line-height: 1.05; letter-spacing: -.04em; }
    .showcase-side p { margin: 18px 0 0; color: rgba(24, 58, 42, .7); }

    .profiles { padding: 120px 0; background: var(--paper); }
    .profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .profile-card { position: relative; min-height: 480px; padding: 38px; overflow: hidden; border-radius: 30px; color: var(--ivory); background: var(--forest); }
    .profile-card.technical { color: var(--ink); background: var(--leaf); }
    .profile-card::after { position: absolute; right: -96px; bottom: -112px; width: 300px; height: 300px; border: 54px solid rgba(198, 161, 91, .18); border-radius: 50%; content: ""; }
    .profile-card.technical::after { border-color: rgba(24, 58, 42, .12); }
    .profile-icon { display: grid; width: 64px; height: 64px; margin-bottom: 82px; place-items: center; border-radius: 20px; color: var(--forest); background: var(--sand); }
    .technical .profile-icon { color: var(--white); background: var(--clay); }
    .profile-icon svg { width: 30px; }
    .profile-card p { max-width: 500px; color: rgba(243, 240, 230, .7); }
    .profile-card.technical p { color: rgba(33, 33, 33, .68); }
    .profile-points { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
    .profile-points li { display: flex; gap: 11px; align-items: flex-start; }
    .profile-points svg { width: 19px; min-width: 19px; margin-top: 3px; color: var(--sand); }
    .technical .profile-points svg { color: var(--forest); }

    .process { padding: 120px 0; }
    .process-map { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding-top: 24px; }
    .process-map::before { position: absolute; top: 62px; left: 11%; right: 11%; height: 2px; background: repeating-linear-gradient(90deg, var(--leaf) 0 8px, transparent 8px 16px); content: ""; }
    .process-node { position: relative; z-index: 1; text-align: center; }
    .node-mark { display: grid; width: 76px; height: 76px; margin: 0 auto 24px; place-items: center; border: 9px solid var(--ivory); border-radius: 50%; color: var(--white); background: var(--forest); box-shadow: 0 0 0 1px var(--line); }
    .process-node:nth-child(2) .node-mark { color: var(--forest); background: var(--sand); }
    .process-node:nth-child(3) .node-mark { background: var(--earth); }
    .process-node:nth-child(4) .node-mark { background: var(--clay); }
    .node-mark svg { width: 25px; }
    .process-node p { margin: 0 auto; max-width: 230px; color: rgba(33, 33, 33, .6); font-size: .95rem; }

    .service-levels { padding: 120px 0; background: var(--white); }
    .levels-intro { max-width: 720px; margin-bottom: 50px; }
    .levels-intro .lead { max-width: 680px; }
    .level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .level-card { display: flex; min-height: 520px; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
    .level-card.featured { color: var(--ivory); border-color: var(--forest); background: var(--forest); box-shadow: var(--shadow); }
    .level-icon { display: grid; width: 64px; height: 64px; margin-bottom: 42px; place-items: center; border-radius: 20px; color: var(--forest); background: var(--sand); }
    .level-card:nth-child(2) .level-icon { background: var(--leaf); }
    .level-card.featured .level-icon { color: var(--white); background: var(--clay); }
    .level-icon svg { width: 30px; height: 30px; stroke-width: 1.8; }
    .level-card h3 { color: var(--forest); font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
    .level-card.featured h3 { color: var(--ivory); }
    .level-subtitle { margin-bottom: 18px; color: var(--clay); font-weight: 600; }
    .level-card.featured .level-subtitle { color: var(--sand); }
    .level-card > p:not(.level-subtitle):not(.level-price) { color: rgba(33, 33, 33, .66); }
    .level-card.featured > p:not(.level-subtitle):not(.level-price) { color: rgba(243, 240, 230, .7); }
    .level-list { display: grid; gap: 11px; margin: 8px 0 28px; padding: 0; list-style: none; }
    .level-list li { display: flex; gap: 10px; align-items: flex-start; }
    .level-list svg { width: 18px; min-width: 18px; margin-top: 4px; color: var(--clay); }
    .level-card.featured .level-list svg { color: var(--sand); }
    .level-price { margin: auto 0 18px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--forest); font-weight: 600; }
    .level-card.featured .level-price { border-color: rgba(243, 240, 230, .16); color: var(--ivory); }
    .level-card .button { width: 100%; }
    .level-card.featured .button-secondary { color: var(--forest); background: var(--ivory); }
    .levels-note { margin: 30px 0 0; color: rgba(33, 33, 33, .62); font-size: .92rem; }
    .waitlist { padding: 0 0 90px; background: var(--white); }
    .waitlist-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; padding: 32px; border-radius: var(--radius-lg); color: var(--ivory); background: var(--clay); box-shadow: 0 20px 54px rgba(169, 75, 60, .20); }
    .waitlist-copy h2 { max-width: 500px; margin-bottom: 14px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
    .waitlist-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(243, 240, 230, .82); }
    .launch-offer { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; padding: 8px 12px; border: 1px solid rgba(243, 240, 230, .24); border-radius: 999px; color: var(--ivory); font-size: .92rem; font-weight: 600; }
    .launch-offer svg { width: 19px; min-width: 19px; color: var(--sand); }
    .waitlist-form { padding: 16px; border-radius: 22px; color: var(--ink); background: var(--paper); }
    .clonify-form-native.waitlist-form [data-clonify="formulario"] { min-height: 300px; }

    .trust { padding: 120px 0; color: var(--ivory); background: var(--ink); }
    .trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
    .principles { display: grid; gap: 14px; }
    .principle { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px; border: 1px solid rgba(243, 240, 230, .12); border-radius: 20px; }
    .principle span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: var(--forest); background: var(--sand); font-weight: 700; }
    .principle p { margin-bottom: 0; color: rgba(243, 240, 230, .62); }

    .faq { padding: 120px 0; background: var(--paper); }
    .faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
    .faq-list { border-top: 1px solid var(--line); }
    details { border-bottom: 1px solid var(--line); }
    summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; color: var(--forest); font-size: 1.08rem; font-weight: 600; cursor: pointer; list-style: none; }
    summary::-webkit-details-marker { display: none; }
    summary::after { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; content: "+"; transition: transform .2s ease; }
    details[open] summary::after { transform: rotate(45deg); }
    details p { max-width: 680px; padding: 0 48px 24px 0; color: rgba(33, 33, 33, .64); }

    .contact { position: relative; padding: 120px 0; overflow: hidden; background: var(--ivory); }
    .contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; padding: 56px; border-radius: var(--radius-lg); color: var(--ivory); background: var(--forest); box-shadow: var(--shadow); }
    .contact-copy { display: flex; flex-direction: column; justify-content: space-between; }
    .contact-copy h2 { font-size: clamp(2.4rem, 4.2vw, 4.2rem); }
    .contact-copy > div > p { color: rgba(243, 240, 230, .7); }
    .contact-note { display: flex; align-items: flex-start; gap: 12px; margin: 30px 0 0; color: rgba(243, 240, 230, .7); font-size: .92rem; }
    .contact-note svg { width: 20px; min-width: 20px; color: var(--sand); }
    .contact-form { padding: 32px; border-radius: 26px; color: var(--ink); background: var(--paper); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .field { display: grid; gap: 8px; }
    .field.full { grid-column: 1 / -1; }
    label { color: var(--forest); font-size: .9rem; font-weight: 600; }
    input, select, textarea { width: 100%; border: 1px solid rgba(24, 58, 42, .18); border-radius: 13px; color: var(--ink); background: var(--white); }
    input, select { min-height: 50px; padding: 0 15px; }
    textarea { min-height: 126px; padding: 14px 15px; resize: vertical; }
    input::placeholder, textarea::placeholder { color: rgba(33, 33, 33, .4); }
    input:focus, select:focus, textarea:focus { border-color: var(--forest); outline: 3px solid rgba(143, 165, 138, .28); }
    .check-row { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 11px; margin: 20px 0; }
    .check-row input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--forest); }
    .check-row label { color: rgba(33, 33, 33, .66); font-size: .82rem; font-weight: 400; }
    .form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    .form-footer small { max-width: 210px; color: rgba(33, 33, 33, .5); }
    .form-status { display: none; margin: 18px 0 0; padding: 12px 14px; border-radius: 12px; color: var(--forest); background: rgba(143, 165, 138, .25); font-size: .88rem; }
    .form-status.visible { display: block; }

    .site-footer { padding: 64px 0 28px; color: var(--ivory); background: var(--forest); }
    .footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 56px; padding-bottom: 54px; }
    .footer-brand { width: 210px; filter: brightness(0) invert(1); }
    .footer-copy { max-width: 400px; color: rgba(243, 240, 230, .62); }
    .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 54px; }
    .footer-links a { color: rgba(243, 240, 230, .78); text-decoration: none; }
    .footer-links a:hover { color: var(--sand); }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-top: 25px; border-top: 1px solid rgba(243, 240, 230, .12); color: rgba(243, 240, 230, .48); font-size: .82rem; }

    .chat-bubble { position: fixed; z-index: 120; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 9px 10px 9px 17px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; color: var(--white); background: var(--clay); box-shadow: 0 18px 42px rgba(33, 33, 33, .2); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
    .chat-bubble:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(33, 33, 33, .26); }
    .chat-bubble span { font-weight: 600; }
    .chat-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--ivory); }
    .chat-icon svg { width: 21px; }
    .toast { position: fixed; z-index: 130; right: 24px; bottom: 92px; max-width: 330px; padding: 16px 18px; border-radius: 16px; color: var(--ivory); background: var(--forest); box-shadow: var(--shadow); opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
    .toast.visible { opacity: 1; transform: translateY(0); }

    [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
    [data-reveal].revealed { opacity: 1; transform: none; }

    @media (max-width: 1020px) {
      .nav-links { display: none; }
      .hero-grid, .method-layout, .trust-grid, .faq-layout, .waitlist-shell { grid-template-columns: 1fr; }\n      .level-grid { grid-template-columns: 1fr; }
      .hero-copy { max-width: 780px; }
      .hero-visual { min-height: 540px; }
      .app-window { left: 50%; right: auto; transform: translateX(-44%) rotate(1.6deg); }
      .float-card { left: 5%; }
      .sticky-copy { position: static; }
      .app-showcase, .contact-shell { grid-template-columns: 1fr; }
      .showcase-side { min-height: 340px; }
      .coverage-copy { max-width: 700px; }
      .contact-copy { min-height: auto; }
    }

    @media (max-width: 760px) {
      :root { --container: min(100% - 26px, 620px); }
      body { font-size: 16px; }
      .site-header { top: 8px; }
      .nav-shell { min-height: 62px; padding: 8px 8px 8px 16px; border-radius: 18px; }
      .brand { width: 142px; }
      .nav-actions .button { display: none; }
      .menu-toggle { display: inline-flex; }
      .nav-links {
        position: fixed;
        top: 80px;
        left: 13px;
        right: 13px;
        display: grid;
        align-content: start;
        gap: 4px;
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 20px;
        background: var(--paper);
        box-shadow: var(--shadow);
        opacity: 0;
        transform: translateY(-12px);
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease;
      }
      .nav-links.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
      .nav-links a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
      .nav-links a:last-child { border-bottom: 0; }
      .hero { min-height: 0; padding: 130px 0 66px; }
      h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
      .hero-grid { gap: 34px; }
      .hero-actions .button { width: 100%; }
      .hero-visual { min-height: 440px; }
      .halo { width: 380px; }
      .app-window { top: 20px; left: 0; width: 100%; transform: rotate(1deg); }
      .app-body { grid-template-columns: 70px 1fr; min-height: 330px; }
      .app-side { padding-inline: 12px; }
      .side-mark { width: 42px; height: 42px; }
      .app-content { padding: 18px; }
      .status-card:nth-child(3) { display: none; }
      .status-row { grid-template-columns: 1fr 1fr; }
      .concept-card { min-height: 150px; }
      .float-card { left: -4px; bottom: -2px; width: 190px; }
      .signal-strip { padding-bottom: 70px; }
      .signals, .problem-grid, .profile-grid { grid-template-columns: 1fr; }
      .signal { border-right: 0; border-bottom: 1px solid var(--line); }
      .signal:last-child { border-bottom: 0; }
      .problems, .method, .app-section, .profiles, .process, .coverage, .trust, .faq, .contact { padding-block: 82px; }
      .section-head { display: block; margin-bottom: 36px; }
      .problem-card { min-height: 260px; }
      .card-num { margin-bottom: 50px; }
      .method-layout { gap: 34px; }
      .step { grid-template-columns: 56px 1fr; gap: 16px; padding: 20px; }
      .step-icon { width: 56px; height: 56px; border-radius: 17px; }
      .step-icon svg { width: 24px; }
      .showcase-main, .showcase-side { padding: 24px; }
      .showcase-main { min-height: auto; }
      .flow-row, .flow-row:nth-child(2), .flow-row:nth-child(3) { margin-left: 0; }
      .flow-row { grid-template-columns: 38px 1fr; }
      .flow-row small { grid-column: 2; }
      .flow-dot { width: 38px; height: 38px; border-radius: 12px; }
      .profile-card { min-height: 430px; padding: 28px; }
      .profile-icon { margin-bottom: 58px; }
      .process-map { grid-template-columns: 1fr 1fr; gap: 38px 18px; }
      .process-map::before { display: none; }
      .concept-map { min-height: 450px; transform: scale(.9); }
      .map-point { min-width: 122px; padding: 11px 13px; font-size: .85rem; }
      .map-point:nth-of-type(1) { left: 35%; }
      .trust-grid, .faq-layout { gap: 38px; }
      .contact-shell { gap: 34px; padding: 28px; border-radius: 28px; }
      .contact-form { padding: 22px; }
      .form-grid { grid-template-columns: 1fr; }
      .field.full { grid-column: auto; }
      .form-footer { align-items: flex-start; flex-direction: column; }
      .form-footer .button { width: 100%; }
      .footer-top { align-items: flex-start; flex-direction: column; }
      .footer-links { gap: 12px 36px; }
      .footer-bottom { align-items: flex-start; flex-direction: column; }
      .chat-bubble { right: 13px; bottom: 13px; padding-left: 10px; }
      .chat-bubble span { display: none; }
      .toast { right: 13px; bottom: 74px; left: 13px; max-width: none; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
      [data-reveal] { opacity: 1; transform: none; }
    }
  
#zelosia-native-home{display:contents}
.clonify-form-native{padding:0;overflow:hidden;background:#fff}
.clonify-form-native [data-clonify="formulario"]{min-height:620px}

[data-reveal]{opacity:1;transform:none}.zelosia-form-slot{padding:24px;color:#183A2A;background:#fff;border-radius:18px}.zelosia-form-slot p{margin:0}.zelosia-content{margin:0}body.admin-bar .site-header{top:46px}@media(max-width:782px){body.admin-bar .site-header{top:60px}}.zelosia-standard{padding:120px 20px;max-width:1180px;margin:auto}

/* Fotografia editorial estructural y formulario breve - 2026-09-21 */
.zelosia-content>.zelosia-editorial-photo{display:none}
.editorial-banner,.editorial-inline{margin:0;overflow:hidden;border-radius:var(--radius-md)}
.editorial-banner img,.editorial-inline img{width:100%;height:100%;object-fit:cover}
.editorial-banner{width:var(--container);height:320px;margin:50px auto 0}
.editorial-banner--hands img{object-position:center 58%}
.editorial-inline{width:100%;margin-top:32px;border:1px solid var(--line)}
.editorial-inline--seedling{height:310px}
.editorial-inline--seedling img{object-position:center}
.editorial-inline--tomato{height:520px;margin-top:38px}
.editorial-inline--tomato img{object-position:center}
.clonify-form-native input[type="checkbox"],.clonify-form-native input[type="radio"]{width:18px;min-width:18px;height:18px;min-height:18px;flex:0 0 18px;margin:2px 0 0;padding:0;border-radius:4px;accent-color:var(--forest)}
.clonify-form-native input[type="radio"]{border-radius:50%}
.clonify-form-native .wpcf7-list-item{margin:0}
.clonify-form-native .wpcf7-list-item label{display:inline-flex;align-items:flex-start;gap:8px;line-height:1.35}
.clonify-form-native .wpcf7-checkbox,.clonify-form-native .wpcf7-radio{display:flex;flex-wrap:wrap;gap:12px 18px}
.clonify-form-native .wpcf7-acceptance .wpcf7-list-item{width:100%}
.zelosia-form-slot p{margin:0 0 16px}
.zelosia-form-cualificado,.zelosia-form-breve{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px}
.zelosia-form-breve>h3,.zelosia-form-breve>.zelosia-form-full{grid-column:1/-1}
.zelosia-form-cualificado>h3,.zelosia-form-cualificado>.zelosia-form-separator,.zelosia-form-cualificado>.zelosia-field-title,.zelosia-form-cualificado>p:has(.wpcf7-checkbox),.zelosia-form-cualificado>p:has(.wpcf7-radio),.zelosia-form-cualificado>p:has(textarea),.zelosia-form-cualificado>p:has(.wpcf7-acceptance),.zelosia-form-cualificado>p:has(input[type="submit"]){grid-column:1/-1}
.zelosia-form-separator{margin:18px 0 8px;padding-top:22px;border-top:1px solid var(--line)}
.zelosia-form-separator p{color:rgba(33,33,33,.62)}
.zelosia-field-title{margin:10px 0 0!important;color:var(--forest);font-size:.9rem;font-weight:600}
@media(max-width:700px){.editorial-banner{height:210px;margin:34px auto 0}.editorial-inline--seedling,.editorial-inline--tomato{height:280px;margin-top:26px}.zelosia-form-cualificado,.zelosia-form-breve{grid-template-columns:1fr}.zelosia-form-cualificado>*,.zelosia-form-breve>*{grid-column:1}.clonify-form-native .wpcf7-checkbox,.clonify-form-native .wpcf7-radio{display:grid;gap:10px}}

@media (max-width: 1020px) {
  .level-grid { grid-template-columns: 1fr; }
}
