:root{
  --bg:#f7f9fc;
  --surface:#ffffff;
  --surface-soft:#f2f6fb;
  --text:#111827;
  --muted:#5e6b7d;
  --blue:#307cff;
  --cyan:#22cce8;
  --purple:#8656ff;
  --pink:#df2db8;
  --line:#dce5f0;
  --line-strong:#c9d6e5;
  --radius:18px;
  --shadow:0 18px 46px rgba(28,52,82,.10);
  --shadow-hover:0 24px 60px rgba(28,52,82,.15)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff 0,#f8fafd 55%,#f3f7fb 100%);overflow-x:hidden}
a{color:inherit}.container{width:min(1400px,calc(100% - 48px));margin-inline:auto}
.page-glow{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(120px);opacity:.08;pointer-events:none;z-index:-1}.page-glow-left{left:-300px;top:60px;background:#168cff}.page-glow-right{right:-300px;top:120px;background:#bd2cff}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(30,58,90,.09)}
.topbar{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{font-size:23px;font-weight:500;text-decoration:none;color:#172033;letter-spacing:-.025em}
.toplinks{display:flex;gap:34px;align-items:center}.toplinks a{text-decoration:none;color:#273449;font-size:15px;font-weight:600;transition:color .2s ease}.toplinks a:hover{color:#6d4cff}
.hero{padding:54px 0 46px;text-align:center;position:relative}.hero-inner{display:flex;flex-direction:column;align-items:center}
.hero h1{margin:0 0 14px;font-size:clamp(46px,5vw,76px);line-height:1.04;letter-spacing:-.06em;color:#0c1424}.hero h1 span{background:linear-gradient(90deg,#8f51ff,#7185ff 48%,#25cce8);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{margin:0;color:#657286;font-size:clamp(17px,1.5vw,22px);line-height:1.5}
.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:15px 23px;border-radius:14px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(110deg,#368cff,#7367ff 52%,#d934bd);box-shadow:0 12px 30px rgba(105,83,255,.22)}
.btn-primary:hover{box-shadow:0 16px 38px rgba(105,83,255,.30)}
.btn-secondary{color:#1e293b;background:#fff;border-color:#b9c7d8;box-shadow:0 8px 22px rgba(30,58,90,.06)}.btn-secondary:hover{border-color:#8559ff}
.solutions-section{padding:0 0 22px}.section-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;margin:12px 0 24px}.section-title span{height:1px;background:linear-gradient(90deg,transparent,#cad6e4)}.section-title span:last-child{background:linear-gradient(90deg,#cad6e4,transparent)}.section-title h2{margin:0;font-size:25px;letter-spacing:-.03em;color:#162033}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-card{min-width:0;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.96);box-shadow:var(--shadow);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.product-card:hover{transform:translateY(-5px);border-color:#bfcde0;box-shadow:var(--shadow-hover)}
.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:19px}.product-icon{width:64px;height:64px;object-fit:contain;object-position:left center;border-radius:15px}.status{font-size:12px;white-space:nowrap;padding:7px 10px;border:1px solid #d8e2ed;border-radius:999px;color:#526177;background:#f7f9fc}
.product-card h3{font-size:24px;line-height:1.15;letter-spacing:-.035em;margin:0 0 10px;color:#101827}.product-card p{color:var(--muted);line-height:1.55;margin:0 0 18px;font-size:15px;min-height:70px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:19px}.tags span{font-size:11px;padding:6px 9px;border-radius:999px;border:1px solid #dbe4ef;color:#5e6c80;background:#f8fafc}
.demo-btn{margin-top:auto;width:100%;height:52px;border-radius:12px;border:1px solid currentColor;background:#fff;font-size:15px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.demo-btn:hover:not(.disabled){transform:translateY(-1px);box-shadow:0 10px 24px rgba(29,53,86,.10)}.demo-btn.disabled{opacity:.92}.agent-btn{color:#d92cbc}.live-btn{color:#337cff}.segmentos-btn{color:#5f43e9}.media-btn{color:#e33291}
.agent-card{border-top:3px solid rgba(217,44,188,.72)}.live-card{border-top:3px solid rgba(51,124,255,.72)}.segmentos-card{border-top:3px solid rgba(68,112,246,.78)}.media-card{border-top:3px solid rgba(227,50,145,.72)}
.security-section{padding:18px 0 36px}.security-box{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:20px 22px;border:1px solid #d7e2ee;border-radius:16px;background:linear-gradient(90deg,#f4fbff,#f8f6ff);box-shadow:0 10px 30px rgba(33,65,98,.06)}.shield{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;border:1px solid #afe8f3;background:#e8faff;font-size:28px;color:#24bcd7}.security-box h3{margin:0 0 5px;font-size:15px;color:#152238}.security-box p{margin:0;color:#647287;line-height:1.5;font-size:14px}
.footer{border-top:1px solid #dfe7f0;padding:26px 0 34px;color:#7b889b;font-size:13px;background:rgba(255,255,255,.58)}.footer-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px}.footer-row>span:last-child{text-align:right}.footer nav{display:flex;gap:28px}.footer a{text-decoration:none;color:#68778a}.footer a:hover{color:#7054ea}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,25px);opacity:0;pointer-events:none;z-index:50;background:#fff;color:#152238;border:1px solid #ccd9e7;border-radius:13px;padding:13px 18px;box-shadow:0 18px 50px rgba(25,49,78,.18);transition:.24s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card p{min-height:auto}.footer-row{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-row>span:last-child{text-align:center}}
@media(max-width:760px){.container{width:min(100% - 28px,1400px)}.topbar{height:66px}.toplinks{gap:18px}.toplinks a{font-size:13px}.hero{padding:40px 0 38px}.product-grid{grid-template-columns:1fr}.section-title{grid-template-columns:1fr;text-align:center}.section-title span{display:none}.product-card{padding:20px}.security-box{grid-template-columns:1fr}.footer nav{flex-wrap:wrap;justify-content:center;gap:15px 22px}}
@media(max-width:520px){.brand{font-size:20px}.toplinks a:nth-child(2){display:none}.hero h1{font-size:43px}.lead{font-size:16px}.hero-actions{width:100%}.btn{width:100%;min-width:0}.product-card h3{font-size:22px}.product-icon{width:58px;height:58px}.status{font-size:11px;padding:6px 9px}.security-box{padding:18px}.footer{padding-bottom:28px}}

.segmentos-card .product-icon{
  width:64px;
  height:64px;
  object-fit:contain;
}

/* TEKTUM Innovation Lab v8 — Oportunidades y experiencia de ecosistema */
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#6d55dc}
.opportunity-section{padding:48px 0 30px}
.opportunity-shell{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:54px;align-items:start;padding:46px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,247,255,.96));box-shadow:var(--shadow)}
.opportunity-copy{padding:18px 4px}
.opportunity-copy h2{margin:0 0 18px;font-size:clamp(32px,3vw,48px);line-height:1.08;letter-spacing:-.05em;color:#111827}
.opportunity-copy p{margin:0 0 14px;color:var(--muted);font-size:17px;line-height:1.65}
.opportunity-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.opportunity-points span{padding:9px 12px;border:1px solid #dcdff7;border-radius:999px;background:#fff;color:#5d56a4;font-size:12px;font-weight:800}
.opportunity-form{padding:26px;border:1px solid #dfe5ef;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(28,52,82,.08)}
.form-row{display:grid;gap:8px;margin-bottom:17px}
.form-row label{font-size:13px;font-weight:800;color:#273449}
.form-row label span{color:#c5288f}.form-row label small{font-weight:600;color:#8a96a7}
.form-row input,.form-row textarea{width:100%;border:1px solid #ccd8e6;border-radius:12px;background:#fbfcfe;color:#172033;font:inherit;padding:13px 14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.form-row textarea{resize:vertical;min-height:140px;line-height:1.55}
.form-row input:focus,.form-row textarea:focus{border-color:#7a66ef;background:#fff;box-shadow:0 0 0 4px rgba(122,102,239,.11)}
.field-meta{display:flex;justify-content:space-between;color:#8a96a7;font-size:11px}
.privacy-check{display:flex;align-items:flex-start;gap:10px;margin:2px 0 18px;color:#617086;font-size:12px;line-height:1.45;cursor:pointer}
.privacy-check input{margin-top:3px;accent-color:#7158e8}
.form-submit{width:100%;border:0;cursor:pointer;font-size:15px}
.form-submit:disabled{opacity:.65;cursor:wait;transform:none}
.form-status{min-height:20px;margin:12px 0 0;font-size:13px;text-align:center;color:#647287}
.form-status.success{color:#087b50}.form-status.error{color:#b42318}
.legal-note{margin:14px 0 0;color:#8a96a7;font-size:11px;line-height:1.5;text-align:center}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:980px){.opportunity-shell{grid-template-columns:1fr;gap:24px;padding:32px}.opportunity-copy{padding:0}.toplinks a:nth-child(3){display:none}}
@media(max-width:620px){.opportunity-section{padding-top:34px}.opportunity-shell{padding:20px;border-radius:20px}.opportunity-form{padding:19px}.opportunity-copy h2{font-size:34px}.opportunity-copy p{font-size:15px}.toplinks a:nth-child(2){display:none}}
