:root {
  --m-ink: #0a1628;
  --m-ink-2: #14263e;
  --m-text: #27364a;
  --m-muted: #657186;
  --m-line: #dce4ea;
  --m-soft: #f5f8f6;
  --m-mint: #eaf9f0;
  --m-green: #19b96b;
  --m-green-dark: #087048;
  --m-warm: #fff8ec;
  --m-orange: #e76f3c;
}

.marketing-nav-desktop { display:flex;align-items:center;gap:24px;font-size:14px;font-weight:600;color:#586579; }
.marketing-nav-desktop a:hover { color:var(--m-ink); }
.marketing-nav-cta { display:inline-flex;align-items:center;justify-content:center;background:var(--m-ink);color:#fff!important;border-radius:999px;padding:10px 17px; }
.marketing-nav-cta:hover { background:var(--m-ink-2); }
.marketing-nav-mobile { display:none;position:relative; }
.marketing-nav-mobile summary { list-style:none;width:42px;height:42px;display:grid;place-content:center;gap:4px;border:1px solid #d9e1e8;border-radius:12px;background:#fff;cursor:pointer; }
.marketing-nav-mobile summary::-webkit-details-marker { display:none; }
.marketing-nav-mobile summary span { width:18px;height:2px;background:var(--m-ink);border-radius:2px; }
.marketing-nav-popover { position:absolute;right:0;top:49px;width:min(250px,calc(100vw - 32px));padding:10px;background:#fff;border:1px solid var(--m-line);border-radius:16px;box-shadow:0 18px 50px rgba(10,22,40,.16);display:grid;z-index:60; }
.marketing-nav-popover a { padding:12px 13px;border-radius:10px;font-size:15px;font-weight:650;color:var(--m-text); }
.marketing-nav-popover a:hover { background:var(--m-soft); }

.marketing-page { color:var(--m-text);background:#fff;overflow:hidden; }
.m-shell { width:min(1160px,calc(100% - 40px));margin-inline:auto; }
.m-section { padding:96px 0; }
.m-section-soft { background:var(--m-soft); }
.m-section-dark { background:var(--m-ink);color:#fff; }
.m-eyebrow { margin:0 0 12px;color:var(--m-green-dark);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase; }
.m-title { margin:0;color:var(--m-ink);font-size:clamp(34px,5vw,60px);font-weight:750;letter-spacing:-.045em;line-height:1.03; }
.m-title-sm { font-size:clamp(30px,4vw,48px); }
.m-lead { margin:20px 0 0;color:var(--m-muted);font-size:clamp(17px,2vw,20px);line-height:1.6; }
.m-section-head { max-width:720px;margin-bottom:46px; }
.m-section-head.center { margin-inline:auto;text-align:center; }
.m-actions { display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px; }
.m-btn { min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 22px;border:1px solid transparent;border-radius:12px;font-size:15px;font-weight:750;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
.m-btn:hover { transform:translateY(-1px); }
.m-btn-primary { background:var(--m-green);color:#071d14;box-shadow:0 12px 25px rgba(25,185,107,.24); }
.m-btn-primary:hover { background:#22cb78; }
.m-btn-secondary { border-color:#cad5df;background:#fff;color:var(--m-ink); }
.m-btn-dark { background:var(--m-ink);color:#fff; }
.m-btn-light { background:#fff;color:var(--m-ink); }
.m-note { margin-top:16px;color:var(--m-muted);font-size:13px; }

.m-hero { position:relative;padding:80px 0 72px;background:linear-gradient(135deg,#f8fbf9 0%,#fff 58%,#edf8f2 100%); }
.m-hero-grid { display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px; }
.m-hero h1 { max-width:700px;font-size:clamp(44px,5.6vw,72px); }
.m-hero-copy { max-width:650px; }
.m-proof-row { margin-top:23px;display:flex;gap:9px 20px;flex-wrap:wrap;color:#506074;font-size:13px; }
.m-proof-row span::before { content:'✓';margin-right:7px;color:var(--m-green-dark);font-weight:900; }
.m-hero-visual { position:relative;min-height:510px;display:grid;place-items:center; }
.m-hero-photo { position:absolute;inset:0;border-radius:30px;overflow:hidden;background:#0e1d2f; }
.m-hero-photo img { width:100%;height:100%;object-fit:cover;opacity:.64; }
.m-hero-photo::after { content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,22,40,.06),rgba(10,22,40,.84)); }
.m-chat-card { position:relative;width:min(405px,88%);margin-left:-28px;background:#fff;border-radius:22px;box-shadow:0 24px 70px rgba(4,15,29,.28);overflow:hidden; }
.m-chat-head { padding:15px 18px;background:var(--m-ink);color:#fff;display:flex;align-items:center;gap:10px;font-weight:750; }
.m-chat-dot { width:10px;height:10px;border-radius:50%;background:var(--m-green);box-shadow:0 0 0 5px rgba(25,185,107,.17); }
.m-chat-body { padding:20px;display:grid;gap:12px;background:#f5f7f8; }
.m-bubble { width:86%;padding:12px 14px;border-radius:15px;font-size:14px;line-height:1.45;background:#fff;box-shadow:0 3px 10px rgba(10,22,40,.06); }
.m-bubble.me { margin-left:auto;background:#d9fdd3; }
.m-handoff { display:flex;align-items:center;gap:9px;margin-top:5px;padding:12px;border:1px solid #d8e2e8;border-radius:13px;background:#fff;color:#334155;font-size:12px;font-weight:700; }
.m-handoff b { color:var(--m-green-dark); }

.m-mini-flow { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.m-result { padding:25px;border:1px solid var(--m-line);border-radius:18px;background:#fff; }
.m-number { width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--m-mint);color:var(--m-green-dark);font-weight:850;font-size:12px; }
.m-result h3 { margin:20px 0 8px;color:var(--m-ink);font-size:20px;letter-spacing:-.02em; }
.m-result p { margin:0;color:var(--m-muted);line-height:1.6;font-size:15px; }

.m-gastro-feature { display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center;padding:48px;border-radius:30px;background:var(--m-ink);color:#fff; }
.m-gastro-feature .m-title,.m-section-dark .m-title { color:#fff; }
.m-gastro-feature .m-lead,.m-section-dark .m-lead { color:#b8c4d3; }
.m-journey { display:grid;grid-template-columns:repeat(4,1fr);gap:8px; }
.m-journey-step { min-height:190px;padding:18px;border-radius:15px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1); }
.m-journey-step b { display:block;color:#76e7a4;font-size:12px;letter-spacing:.08em;margin-bottom:14px; }
.m-journey-step span { color:#fff;font-size:14px;line-height:1.45; }

.m-split { display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center; }
.m-feature-list { margin:27px 0 0;padding:0;list-style:none;display:grid;gap:15px; }
.m-feature-list li { position:relative;padding-left:30px;color:#4d5c70;line-height:1.55; }
.m-feature-list li::before { content:'✓';position:absolute;left:0;top:0;color:var(--m-green-dark);font-weight:900; }

.m-panel-demo { padding:20px;border:1px solid var(--m-line);border-radius:22px;background:#fff;box-shadow:0 20px 55px rgba(10,22,40,.09); }
.m-demo-label { display:inline-flex;padding:5px 8px;border-radius:6px;background:#edf4f2;color:#376257;font-size:10px;font-weight:850;letter-spacing:.09em;text-transform:uppercase; }
.m-team-flow { display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin-top:20px; }
.m-team-node { min-height:110px;padding:14px;border-radius:14px;background:#f6f8f9;display:grid;place-items:center;text-align:center;color:var(--m-ink);font-size:13px;font-weight:750; }
.m-team-arrow { color:#94a3b8;font-weight:900; }

.m-personality { padding:30px;border-radius:24px;background:linear-gradient(145deg,#fff8ec,#fff);border:1px solid #f1e4cc; }
.m-audio { display:flex;align-items:center;gap:12px;margin-top:22px;padding:15px;border:1px solid #ead9bc;border-radius:14px;background:#fff; }
.m-audio-button { width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--m-orange);color:#fff;font-weight:800; }
.m-audio-wave { flex:1;height:24px;opacity:.45;background:repeating-linear-gradient(90deg,var(--m-orange) 0 3px,transparent 3px 8px);clip-path:polygon(0 35%,5% 15%,10% 70%,15% 25%,20% 60%,25% 10%,30% 80%,35% 30%,40% 65%,45% 18%,50% 78%,55% 30%,60% 68%,65% 22%,70% 75%,75% 30%,80% 65%,85% 20%,90% 70%,95% 28%,100% 45%,100% 60%,0 60%); }

.m-reward-box { padding:34px;border-radius:24px;background:var(--m-mint);border:1px solid #c8ead5; }
.m-progress { display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:24px 0 12px; }
.m-progress span { height:12px;border-radius:99px;background:#c9d9d0; }
.m-progress span.filled { background:var(--m-green); }
.m-progress-caption { display:flex;justify-content:space-between;gap:20px;color:#527064;font-size:13px;font-weight:750; }

.m-service-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:18px; }
.m-service-card { padding:30px;border:1px solid var(--m-line);border-radius:20px;background:#fff; }
.m-service-card h3 { margin:0 0 10px;color:var(--m-ink);font-size:22px; }
.m-service-card p { margin:0;color:var(--m-muted);line-height:1.65; }

.m-start-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid #32445a;border-radius:20px;overflow:hidden;background:#32445a; }
.m-start-step { padding:30px;background:var(--m-ink); }
.m-start-step small { color:#7be6a6;font-weight:800; }
.m-start-step h3 { margin:18px 0 8px;color:#fff;font-size:19px; }
.m-start-step p { margin:0;color:#aab7c7;font-size:14px;line-height:1.55; }

.m-plans-summary { display:flex;align-items:center;justify-content:space-between;gap:32px;padding:38px;border:1px solid var(--m-line);border-radius:24px;background:#fff; }
.m-plans-summary h2 { margin:0 0 8px;color:var(--m-ink);font-size:clamp(27px,4vw,38px);letter-spacing:-.035em; }
.m-plans-summary p { margin:0;color:var(--m-muted); }
.m-faq { border-top:1px solid var(--m-line); }
.m-faq details { padding:22px 0;border-bottom:1px solid var(--m-line); }
.m-faq summary { display:flex;justify-content:space-between;gap:20px;cursor:pointer;color:var(--m-ink);font-size:17px;font-weight:750;list-style:none; }
.m-faq summary::-webkit-details-marker { display:none; }
.m-faq summary::after { content:'+';font-size:24px;color:#8692a3;font-weight:500; }
.m-faq details[open] summary::after { content:'−'; }
.m-faq p { margin:14px 0 0;max-width:720px;color:var(--m-muted);line-height:1.65; }
.m-final { padding:80px 0;text-align:center;background:var(--m-ink);color:#fff; }
.m-final h2 { margin:0;font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;line-height:1.05; }
.m-final p { margin:18px auto 0;max-width:650px;color:#bac5d2;font-size:18px;line-height:1.55; }
.m-final .m-actions { justify-content:center; }
.m-footer { padding:34px 0;background:#07111f;color:#8996a7;font-size:13px; }
.m-footer-row { display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap; }
.m-footer-links { display:flex;gap:20px;flex-wrap:wrap; }
.m-footer a { color:#b9c3d0; }

/* Gastronomía */
.g-hero { padding:72px 0 86px;background:linear-gradient(135deg,#fff9ef,#fff 52%,#ecf8f1); }
.g-hero-grid { display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center; }
.g-hero h1 { max-width:660px; }
.g-phone { width:min(350px,100%);margin:auto;padding:12px;border-radius:34px;background:#101b2a;box-shadow:0 24px 70px rgba(10,22,40,.25); }
.g-screen { min-height:580px;border-radius:24px;overflow:hidden;background:#fffaf2; }
.g-menu-head { min-height:170px;padding:26px;background:linear-gradient(150deg,#802f20,#d47742);color:#fff;display:flex;flex-direction:column;justify-content:flex-end; }
.g-menu-head small { opacity:.78;font-weight:800;letter-spacing:.09em; }
.g-menu-head h3 { margin:7px 0 0;font-size:28px; }
.g-cats { display:flex;gap:6px;padding:12px;overflow:hidden;border-bottom:1px solid #eadfce; }
.g-cats span { white-space:nowrap;padding:7px 10px;border-radius:999px;background:#fff;color:#6d402f;font-size:10px;font-weight:800; }
.g-products { padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:9px; }
.g-product { min-height:125px;padding:12px;border-radius:13px;background:#fff;border:1px solid #eadfce;display:flex;flex-direction:column;justify-content:flex-end; }
.g-product .food { height:58px;border-radius:9px;margin-bottom:10px;background:radial-gradient(circle at 55% 50%,#f5c26e 0 22%,#8e462e 23% 36%,#f2e2bd 37% 52%,#d8c18f 53% 60%,#f8f3e9 61%); }
.g-product b { font-size:11px;color:#35271f; }
.g-product span { margin-top:3px;font-size:12px;color:#9b4428;font-weight:850; }
.g-whatsapp { margin:0 12px 12px;padding:12px;border-radius:12px;background:#15915a;color:#fff;text-align:center;font-size:12px;font-weight:850; }
.g-flow-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
.g-flow-card { min-height:280px;padding:26px;border-radius:22px;border:1px solid var(--m-line);background:#fff;display:flex;flex-direction:column; }
.g-flow-card:nth-child(3) { background:var(--m-ink);color:#fff;border-color:var(--m-ink); }
.g-flow-card .g-word { color:var(--m-green-dark);font-size:12px;font-weight:900;letter-spacing:.13em; }
.g-flow-card:nth-child(3) .g-word { color:#71e5a0; }
.g-flow-card h3 { margin:22px 0 10px;color:var(--m-ink);font-size:22px; }
.g-flow-card:nth-child(3) h3 { color:#fff; }
.g-flow-card p { margin:0;color:var(--m-muted);font-size:14px;line-height:1.6; }
.g-flow-card:nth-child(3) p { color:#b8c4d3; }
.g-visual-mini { margin-top:auto;padding-top:25px; }
.g-chat-mini { padding:10px;border-radius:11px;background:#eef2f3;color:#314155;font-size:11px;line-height:1.45; }
.g-chat-mini.green { background:#daf7e5;color:#24533a; }
.g-ready { display:flex;gap:9px;align-items:center;color:#fff;font-size:12px; }
.g-ready span { width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--m-green);color:#061a11; }
.g-benefits { display:grid;grid-template-columns:repeat(3,1fr);gap:18px; }
.g-benefit { padding:26px;border-radius:18px;background:#fff;border:1px solid var(--m-line); }
.g-benefit h3 { margin:0 0 8px;color:var(--m-ink);font-size:19px; }
.g-benefit p { margin:0;color:var(--m-muted);font-size:14px;line-height:1.6; }
.g-storyboard { display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:30px; }
.m-demo-three { grid-template-columns:repeat(3,1fr); }
.g-frame { min-height:145px;padding:13px;border:1px dashed #afbbc7;border-radius:14px;background:#fff; }
.g-frame time { color:var(--m-green-dark);font-size:10px;font-weight:900; }
.g-frame b { display:block;margin:12px 0 5px;color:var(--m-ink);font-size:13px; }
.g-frame p { margin:0;color:var(--m-muted);font-size:11px;line-height:1.45; }

@media (max-width:900px) {
  .marketing-nav-desktop { display:none; }
  .marketing-nav-mobile { display:block; }
  .m-section { padding:76px 0; }
  .m-hero-grid,.m-gastro-feature,.m-split,.g-hero-grid { grid-template-columns:1fr;gap:44px; }
  .m-hero-copy { max-width:none; }
  .m-hero-visual { min-height:450px; }
  .m-gastro-feature { padding:36px; }
  .m-journey { grid-template-columns:1fr 1fr; }
  .m-team-flow { grid-template-columns:1fr; }
  .m-team-arrow { transform:rotate(90deg);text-align:center; }
  .g-flow-grid { grid-template-columns:1fr 1fr; }
  .m-demo-three { grid-template-columns:1fr 1fr; }
  .g-storyboard { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:640px) {
  .nav-glass { padding:10px 16px!important; }
  .m-shell { width:min(100% - 32px,1160px); }
  .m-section { padding:62px 0; }
  .m-hero,.g-hero { padding:54px 0 62px; }
  .m-hero h1 { font-size:42px; }
  .m-actions { display:grid;grid-template-columns:1fr;width:100%; }
  .m-btn { width:100%; }
  .m-proof-row { display:grid;gap:10px; }
  .m-hero-visual { min-height:390px; }
  .m-hero-photo { border-radius:22px; }
  .m-chat-card { width:92%;margin:0; }
  .m-mini-flow,.m-service-grid,.m-start-grid,.g-benefits { grid-template-columns:1fr; }
  .m-gastro-feature { padding:27px 22px; }
  .m-journey { grid-template-columns:1fr 1fr; }
  .m-journey-step { min-height:142px; }
  .m-plans-summary { align-items:flex-start;flex-direction:column;padding:28px 24px; }
  .m-progress-caption { align-items:flex-start;flex-direction:column;gap:4px; }
  .g-hero h1 { font-size:42px; }
  .g-phone { width:min(310px,94%); }
  .g-screen { min-height:530px; }
  .g-flow-grid,.g-storyboard { grid-template-columns:1fr; }
  .m-demo-three { grid-template-columns:1fr; }
  .g-flow-card { min-height:230px; }
  .g-frame { min-height:0; }
}

@media (max-width:340px) {
  .m-shell { width:calc(100% - 24px); }
  .m-hero h1,.g-hero h1 { font-size:36px; }
  .m-title { font-size:32px; }
  .m-journey { grid-template-columns:1fr; }
  .m-gastro-feature { padding:24px 18px; }
  .m-bubble { width:94%; }
}

@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important; }
}
