/*
Theme Name: SellCode Labs
Theme URI: https://sellcodelabs.com/
Author: SellCode Labs
Description: Tema comercial inicial para SellCode Labs.
Version: 1.7.1
Text Domain: sellcode-labs
*/

:root {
  --sc-ink: #0b1020;
  --sc-slate: #51607a;
  --sc-paper: #f7f8fc;
  --sc-white: #ffffff;
  --sc-blue: #2f63ff;
  --sc-cyan: #3fd6ff;
  --sc-line: #dfe4ef;
  --sc-dark: #10182f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--sc-ink); background: var(--sc-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.sc-shell { overflow: hidden; }
.sc-container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.sc-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,16,32,.07); }
.sc-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.sc-brand { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.sc-mark { width: 31px; height: 31px; display: inline-block; flex: 0 0 31px; border-radius: 9px; background: url('/wp-content/themes/sellcode-labs/assets/sellcode-mark.svg') center / contain no-repeat; font-size: 0; box-shadow: 0 8px 18px rgba(47,99,255,.24); }
.sc-links { display: flex; gap: 24px; color: #39445c; font-size: 14px; font-weight: 650; }
.sc-links a:hover { color: var(--sc-blue); }
.sc-nav-cta, .sc-button { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--sc-blue); color: white; font-size: 14px; font-weight: 750; box-shadow: 0 12px 25px rgba(47,99,255,.20); transition: transform .2s ease, box-shadow .2s ease; }
.sc-nav-cta { padding: 11px 17px; }
.sc-menu-toggle { display:none; width:42px; height:42px; padding:0; border:1px solid #dbe2ef; border-radius:10px; color:var(--sc-ink); background:white; font:inherit; cursor:pointer; }
.sc-menu-toggle span,.sc-menu-toggle:before,.sc-menu-toggle:after { content:""; display:block; width:18px; height:2px; margin:4px auto; border-radius:2px; background:currentColor; }
.sc-mobile-menu { display:none; }
.sc-button { padding: 15px 20px; }
.sc-button:hover, .sc-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(47,99,255,.28); }
.sc-hero { position: relative; color: white; background: var(--sc-dark); padding: 112px 0 94px; isolation: isolate; }
.sc-hero:before, .sc-hero:after { content: ""; position: absolute; z-index: -1; border-radius: 999px; filter: blur(6px); opacity: .8; }
.sc-hero:before { width: 520px; height: 520px; right: -180px; top: -170px; background: radial-gradient(circle, rgba(63,214,255,.75), rgba(47,99,255,.05) 65%); }
.sc-hero:after { width: 390px; height: 390px; left: 34%; bottom: -280px; background: radial-gradient(circle, rgba(121,72,255,.6), transparent 68%); }
.sc-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 19px; color: #9fc8ff; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sc-kicker:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sc-cyan); box-shadow: 0 0 0 5px rgba(63,214,255,.13); }
.sc-hero-grid { display: grid; grid-template-columns: 1.1fr .8fr; align-items: center; gap: 68px; }
.sc-hero h1 { max-width: 700px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.065em; }
.sc-hero h1 em { color: var(--sc-cyan); font-style: normal; }
.sc-hero p { max-width: 615px; margin: 25px 0 31px; color: #c6cfdf; font-size: 18px; line-height: 1.6; }
.sc-proof { display: flex; align-items: center; gap: 11px; color: #b7c2d8; font-size: 13px; }
.sc-proof b { color: white; }
.sc-proof-separator { opacity: .65; }
.sc-orbit { position: relative; width: 460px; min-height: 460px; margin: 0 auto; }
.sc-orbit-rings { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; pointer-events: none; }
.sc-orbit-rings i { position: absolute; border: 1px solid rgba(126,177,255,.24); border-radius: 50%; box-shadow: inset 0 0 30px rgba(35,93,255,.025); }
.sc-orbit-rings i:nth-child(1) { width: 270px; height: 270px; border-color: rgba(74,170,255,.3); }
.sc-orbit-rings i:nth-child(2) { width: 320px; height: 320px; border-color: rgba(103,137,255,.24); }
.sc-orbit-rings i:nth-child(3) { width: 370px; height: 370px; border-color: rgba(113,178,255,.2); }
.sc-orbit-rings i:nth-child(4) { width: 420px; height: 420px; border-color: rgba(181,206,255,.19); }
.sc-orbit-main { position: absolute; inset: 0; z-index: 5; display: grid; place-items: center; pointer-events: none; }
.sc-orbit-code { position: relative; width: 175px; min-height: 206px; padding: 24px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(17,28,58,.94); box-shadow: 0 23px 50px rgba(0,0,0,.32); color: #d8ecff; font: 12px/1.8 ui-monospace, SFMono-Regular, Menlo, monospace; }
.sc-type-code { display: block; white-space: pre; } .sc-code-line { display: block; min-height: 21px; } .sc-code-accent { color: var(--sc-cyan); }
.sc-code-cursor { display: block; width: 8px; height: 14px; margin-top: 2px; background: var(--sc-cyan); box-shadow: 0 0 13px rgba(63,214,255,.8); opacity: 0; } .sc-code-cursor.is-visible { opacity: 1; animation: sc-cursor 1s steps(2,end) infinite; } @keyframes sc-cursor { 50% { opacity: .15; } }
.sc-orbit-track { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.sc-tag { position: absolute; padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(22,34,69,.9); box-shadow: 0 11px 23px rgba(0,0,0,.16); color: #e9f4ff; font-size: 12px; font-weight: 750; white-space: nowrap; opacity: 0; transform: translate(-50%,-50%); backdrop-filter: blur(8px); }
.sc-tag.is-visible { opacity: 1; transition: opacity .18s ease; }
.sc-track-a,.sc-track-b,.sc-track-c,.sc-track-d { width:auto; height:auto; animation:none; }
.sc-section { padding: 105px 0; }
.sc-section.alt { background: var(--sc-white); }
.sc-label { margin: 0 0 13px; color: var(--sc-blue); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.sc-heading { max-width: 730px; margin: 0; font-size: clamp(31px, 4vw, 50px); line-height: 1.06; letter-spacing: -.055em; }
.sc-intro { max-width: 610px; margin: 18px 0 0; color: var(--sc-slate); font-size: 17px; line-height: 1.65; }
.sc-grid { display: grid; gap: 20px; margin-top: 47px; }
.sc-grid.services { grid-template-columns: repeat(3, 1fr); }
.sc-card { min-height: 250px; padding: 29px; border: 1px solid var(--sc-line); border-radius: 16px; background: var(--sc-white); transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.sc-card:hover { transform: translateY(-5px); border-color: #b6caff; box-shadow: 0 18px 38px rgba(23,47,103,.10); }
.sc-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 12px; color: var(--sc-blue); background: #e9efff; font-size: 20px; font-weight: 800; }
.sc-card h3 { margin: 0; font-size: 21px; letter-spacing: -.035em; } .sc-card p { margin: 12px 0 0; color: var(--sc-slate); font-size: 15px; line-height: 1.6; }
.sc-solution { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; margin-top: 47px; border-radius: 20px; background: var(--sc-dark); color: white; }
.sc-solution-copy { padding: 57px; } .sc-solution-copy h3 { max-width: 440px; margin: 0; font-size: 38px; line-height: 1.05; letter-spacing: -.05em; }
.sc-solution-copy p { max-width: 480px; margin: 20px 0 0; color: #bbc7dc; line-height: 1.65; }
.sc-checks { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; color: #e7f5ff; font-size: 14px; }
.sc-checks li:before { content: "✓"; display: inline-grid; width: 21px; height: 21px; place-items: center; margin-right: 10px; border-radius: 50%; color: #0b2540; background: var(--sc-cyan); font-weight: 900; }
.sc-solution-copy > .sc-button { margin-top: 32px; }
.sc-page-hero + .sc-section + .sc-section .sc-panel .sc-dashboard { justify-self:center; margin-inline:auto; transform:translateX(-14px); }
.sc-panel { display: grid; place-items: center; min-height: 405px; padding: 36px; background: linear-gradient(135deg, #273d93, #0a142b 70%); }
.sc-dashboard { width: min(100%, 400px); padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(11,16,32,.74); box-shadow: 0 24px 45px rgba(0,0,0,.3); }
.sc-dash-top { display: flex; justify-content: space-between; margin-bottom: 22px; color: #cbd6ef; font-size: 12px; } .sc-dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #4ce2ad; }
.sc-bars { display: flex; align-items: end; gap: 10px; height: 125px; padding: 13px; border-radius: 10px; background: #121d3d; }
.sc-bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(#5ce0ff, #4773ff); transform-origin: bottom; animation: sc-bar-pulse 3.5s ease-in-out infinite; } .sc-bars i:nth-child(1){height:35%;animation-delay:-.9s}.sc-bars i:nth-child(2){height:62%;animation-delay:-2.2s}.sc-bars i:nth-child(3){height:48%;animation-delay:-1.4s}.sc-bars i:nth-child(4){height:83%;animation-delay:-2.8s}.sc-bars i:nth-child(5){height:100%;animation-delay:-.3s}
@keyframes sc-bar-pulse { 0%,100% { transform:scaleY(.58); filter:brightness(.85); } 52% { transform:scaleY(1); filter:brightness(1.12); } }
.sc-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; } .sc-metric { padding: 13px; border-radius: 9px; background: #121d3d; color: #8495bc; font-size: 11px; } .sc-metric strong { display: block; margin-top: 5px; color: white; font-size: 18px; }
.sc-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 45px; }
.sc-step { position: relative; padding-top: 55px; } .sc-number { position: absolute; top: 0; color: #a4b3cc; font-size: 13px; font-weight: 850; } .sc-step:not(:last-child):after { content: ""; position: absolute; top: 8px; left: 46px; right: 0; border-top: 1px solid #cbd4e5; }
.sc-step h3 { margin: 0; font-size: 19px; letter-spacing: -.03em; } .sc-step p { margin: 10px 0 0; color: var(--sc-slate); font-size: 14px; line-height: 1.6; }
.sc-cta { padding: 83px 0; color: white; background: linear-gradient(120deg, #2f63ff, #6b43e8); text-align: center; } .sc-cta h2 { max-width: 700px; margin: 0 auto; font-size: clamp(34px,4.5vw,58px); line-height: 1.02; letter-spacing: -.06em; } .sc-cta p { max-width: 540px; margin: 18px auto 28px; color: #e6ecff; line-height: 1.65; } .sc-cta .sc-button { background: white; color: #244cc4; box-shadow: none; }
.sc-footer { padding: 36px 0; color: #aab4c8; background: #090e1c; } .sc-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; } .sc-footer .sc-brand { color: white; }
.sc-page-hero { padding: 96px 0 65px; color: white; background: linear-gradient(125deg, #10182f, #173d91); } .sc-page-hero h1 { max-width: 790px; margin: 0; font-size: clamp(40px, 5vw, 65px); line-height: 1; letter-spacing: -.06em; } .sc-page-hero p { max-width: 690px; margin: 22px 0 0; color: #d9e3fa; font-size: 18px; line-height: 1.6; }
.sc-grid.two { grid-template-columns: repeat(2,1fr); } .sc-card.compact { min-height: auto; } .sc-card .sc-link { display: inline-block; margin-top: 19px; color: var(--sc-blue); font-size: 14px; font-weight: 800; }
.sc-form-wrap { max-width: 850px; margin: 0 auto; } .sc-form { display: grid; gap: 19px; padding: 34px; border: 1px solid var(--sc-line); border-radius: 18px; background: white; box-shadow: 0 18px 42px rgba(23,47,103,.08); } .sc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } .sc-form label { display: grid; gap: 8px; color: #263550; font-size: 14px; font-weight: 750; } .sc-form input,.sc-form select,.sc-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #cbd4e5; border-radius: 8px; color: var(--sc-ink); background: white; font: inherit; font-weight: 450; } .sc-form textarea { resize: vertical; } .sc-form input:focus,.sc-form select:focus,.sc-form textarea:focus { outline: 3px solid #dce6ff; border-color: var(--sc-blue); } .sc-consent { grid-template-columns: auto 1fr; align-items: start; } .sc-consent input { width: 17px; margin-top: 2px; } .sc-consent a { color: var(--sc-blue); text-decoration: underline; } .sc-honeypot { position: absolute; left: -9999px; } .sc-notice { margin-bottom: 20px; padding: 15px 17px; border-radius: 10px; color: #125c40; background: #e2f8eb; font-weight: 700; }
.sc-article { max-width: 790px; } .sc-article h2 { margin: 45px 0 14px; font-size: 28px; letter-spacing: -.04em; } .sc-article p,.sc-article li { color: var(--sc-slate); font-size: 17px; line-height: 1.7; } .sc-article ul { padding-left: 21px; }
.sc-demo { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; } .sc-demo-choices { display: grid; gap: 10px; margin: 28px 0; } .sc-demo-choice { padding: 14px 16px; border: 1px solid var(--sc-line); border-radius: 10px; color: #34415b; background: white; text-align: left; font: inherit; font-weight: 750; cursor: pointer; transition: .2s ease; } .sc-demo-choice:hover,.sc-demo-choice.is-selected { border-color: var(--sc-blue); color: var(--sc-blue); background: #edf2ff; box-shadow: 0 7px 17px rgba(47,99,255,.09); }
.sc-chat { padding: 24px; border: 1px solid #243764; border-radius: 18px; color: #dbeaff; background: #101a38; box-shadow: 0 22px 48px rgba(20,36,86,.19); } .sc-chat-top { display:flex; justify-content:space-between; gap:10px; margin-bottom:26px; color:#aabce6; font-size:12px; font-weight:750; } .sc-message { max-width: 82%; margin: 13px 0; padding: 13px 14px; border-radius: 12px; font-size: 14px; line-height: 1.5; } .sc-message-user { margin-left:auto; border-bottom-right-radius:3px; color:white; background:#3365f4; } .sc-message-agent { border-bottom-left-radius:3px; color:#dcecff; background:#192850; } .sc-chat-note { margin-top:24px; padding-top:15px; border-top:1px solid rgba(175,199,255,.16); color:#9db1dd; font-size:12px; line-height:1.5; }
.sc-diagnostic-result { padding:20px; border-radius:12px; color:#d9e8ff; background:#132148; } .sc-diagnostic-result span { display:block; color:#99afd9; font-size:12px; font-weight:750; } .sc-diagnostic-result strong { display:block; margin:6px 0; color:#62dcff; font-size:25px; letter-spacing:-.03em; } .sc-diagnostic-result p { margin:0; color:#c6d6f5; font-size:14px; line-height:1.5; }
.sc-agent-stage { display:grid; grid-template-columns:.92fr 1.08fr; gap:62px; align-items:center; } .sc-agent-points { display:flex; flex-wrap:wrap; gap:9px; margin-top:27px; } .sc-agent-points span { padding:8px 10px; border-radius:999px; color:#315dd9; background:#eaf0ff; font-size:12px; font-weight:800; }
.sc-agent-chat { overflow:hidden; border:1px solid #c8d2ea; border-radius:20px; background:#edf2fb; box-shadow:0 24px 54px rgba(29,55,116,.16); } .sc-agent-chat-header { display:flex; align-items:center; gap:10px; min-height:70px; padding:14px 17px; border-bottom:1px solid #d5deef; background:white; color:#172342; font-size:13px; } .sc-agent-avatar,.sc-bubble-avatar { display:grid; place-items:center; flex:0 0 auto; width:34px; height:34px; border-radius:10px; color:white; background:linear-gradient(135deg,#4cdbff,#385dff 58%,#7b52ff); font-size:12px; font-weight:900; letter-spacing:-1px; } .sc-agent-chat-header small { display:block; margin-top:3px; color:#7080a2; font-size:10px; font-weight:650; } .sc-agent-chat-header small i { display:inline-block; width:6px; height:6px; border-radius:50%; background:#42c895; } .sc-agent-chat-header button { margin-left:auto; border:0; color:#7f8cab; background:transparent; font:inherit; font-weight:900; letter-spacing:2px; }
.sc-agent-thread { display:grid; gap:14px; min-height:310px; padding:23px 19px; overflow:hidden; background:radial-gradient(circle at 85% 15%,rgba(78,115,255,.11),transparent 40%),#edf2fb; } .sc-chat-bubble { position:relative; display:flex; gap:9px; box-sizing:border-box; width:fit-content; max-width:calc(100% - 4px); min-width:0; padding:12px 14px; border-radius:15px; font-size:13px; line-height:1.5; opacity:0; transform:translateY(12px); } .sc-agent-chat.is-active .sc-chat-bubble { animation:sc-chat-in .45s ease forwards; } .sc-agent-chat.is-active .sc-chat-bubble:nth-child(2) { animation-delay:.75s; } .sc-agent-chat.is-active .sc-chat-bubble:nth-child(3) { animation-delay:1.45s; } .sc-chat-bubble p { min-width:0; margin:0; overflow-wrap:anywhere; } .sc-chat-bubble time { position:absolute; bottom:4px; right:10px; color:#8391ae; font-size:8px; } .sc-chat-bubble-agent { width:min(100%,370px); padding-right:38px; border-bottom-left-radius:4px; color:#243556; background:white; box-shadow:0 5px 13px rgba(51,71,119,.08); } .sc-chat-bubble-client { justify-self:end; width:fit-content; max-width:78%; padding:12px 38px 19px 14px; border-bottom-right-radius:4px; color:white; background:#3564f5; } .sc-chat-bubble-client time { color:#d5e0ff; } @keyframes sc-chat-in { to { opacity:1; transform:translateY(0); } }
.sc-chat-composer { display:flex; align-items:center; gap:9px; padding:12px 14px; border-top:1px solid #d5deef; color:#8895b0; background:white; font-size:12px; } .sc-chat-composer > span { flex:1; padding:11px 13px; border-radius:11px; background:#f0f3f8; } .sc-chat-composer button { display:grid; place-items:center; width:34px; height:34px; padding:0; border:0; border-radius:50%; color:#657492; background:#edf1f8; } .sc-chat-composer .sc-send-button { color:white; background:#3564f5; box-shadow:0 6px 14px rgba(53,100,245,.25); } .sc-chat-composer svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; }
@media (max-width: 780px) { .sc-container { width: min(100% - 32px,1120px); } .sc-links { display:none; } .sc-menu-toggle { display:block; margin-left:auto; } .sc-nav-cta { display:none; } body.sc-mobile-menu-open { overflow:hidden; } .sc-mobile-menu { position:fixed; z-index:100; inset:0; padding:23px 20px 30px; color:var(--sc-ink); background:#f7f8fc; } .sc-mobile-menu.is-open { display:flex; flex-direction:column; } .sc-mobile-menu-top { display:flex; align-items:center; justify-content:space-between; } .sc-mobile-menu-brand { display:flex; align-items:center; gap:10px; font-size:18px; font-weight:850; letter-spacing:-.04em; } .sc-mobile-menu-close { width:42px; height:42px; border:1px solid #dbe2ef; border-radius:10px; color:var(--sc-ink); background:white; font-size:25px; line-height:1; cursor:pointer; } .sc-mobile-menu-links { display:grid; gap:3px; margin:43px 0 25px; } .sc-mobile-menu-links a { padding:14px 0; border-bottom:1px solid #dce3ef; color:#283650; font-size:20px; font-weight:780; letter-spacing:-.03em; } .sc-mobile-menu-links a[aria-current="page"] { color:var(--sc-blue); } .sc-mobile-menu .sc-button { margin-top:auto; } .sc-hero { padding: 79px 0 64px; } .sc-hero-grid,.sc-solution,.sc-demo,.sc-agent-stage { grid-template-columns: 1fr; gap: 34px; } .sc-orbit { width:330px; min-height:330px; max-width:100%; } .sc-orbit-rings i:nth-child(1) { width:190px;height:190px; }.sc-orbit-rings i:nth-child(2) { width:230px;height:230px; }.sc-orbit-rings i:nth-child(3) { width:270px;height:270px; }.sc-orbit-rings i:nth-child(4) { width:310px;height:310px; }.sc-orbit-code { width:156px; min-height:188px; padding:21px 18px; font-size:11px; }.sc-tag { font-size:10px;padding:8px 10px; } .sc-grid.services,.sc-process,.sc-grid.two,.sc-form-grid { grid-template-columns: 1fr; } .sc-step { padding-top: 31px; padding-left: 49px; } .sc-step:not(:last-child):after { top: 38px; left: 8px; bottom: -19px; right: auto; border-top: 0; border-left: 1px solid #cbd4e5; } .sc-solution-copy { padding: 38px 28px; } .sc-panel { min-height: 330px; } .sc-section { padding: 74px 0; } .sc-footer-inner { align-items: flex-start; flex-direction: column; } .sc-proof { display:block; line-height:1.6; } .sc-proof-brand,.sc-proof-tagline { display:block; } .sc-proof-separator { display:none; } .sc-form { padding: 23px 18px; } .sc-agent-thread { min-height:290px; } }
@media (prefers-reduced-motion: reduce) { .sc-code-cursor,.sc-bars i,.sc-agent-chat .sc-chat-bubble { animation:none; } .sc-agent-chat .sc-chat-bubble { opacity:1; transform:none; } }
@media (max-width: 780px) { .sc-page-hero + .sc-section + .sc-section .sc-panel .sc-dashboard { transform:none; } }
