:root {
  --landing-navy: #071d49;
  --landing-navy-2: #0c326f;
  --landing-blue: #176bff;
  --landing-blue-dark: #0c4fc8;
  --landing-cyan: #31c7c3;
  --landing-green: #12a66f;
  --landing-whatsapp: #18b65b;
  --landing-ink: #12233f;
  --landing-muted: #687993;
  --landing-line: #dfe7f1;
  --landing-bg: #f7f9fc;
  --landing-white: #fff;
  --landing-shadow: 0 28px 80px rgba(7, 29, 73, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; color: var(--landing-ink); background: var(--landing-bg); font-family: Inter, system-ui, sans-serif; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.landing-container { width: min(100% - 40px, 1240px); margin-inline: auto; }
.landing-skip { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--landing-navy); text-decoration: none; transform: translateY(-150%); }
.landing-skip:focus { transform: none; }

.landing-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; background: rgba(247, 249, 252, .82); backdrop-filter: blur(18px); transition: .2s ease; }
.landing-header.scrolled { border-bottom-color: rgba(7, 29, 73, .08); background: rgba(255, 255, 255, .92); box-shadow: 0 10px 35px rgba(7, 29, 73, .06); }
.landing-nav-shell { display: flex; align-items: center; min-height: 78px; gap: 28px; }
.landing-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: var(--landing-navy); text-decoration: none; }
.landing-brand > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--landing-navy), var(--landing-blue)); box-shadow: 0 10px 25px rgba(23, 107, 255, .2); }
.landing-brand strong { font-size: 1.12rem; font-weight: 900; letter-spacing: -.05em; }
.landing-brand em { color: var(--landing-blue); font-style: normal; }
.landing-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.landing-nav a, .landing-login-link { position: relative; color: #576a85; font-size: .77rem; font-weight: 700; text-decoration: none; }
.landing-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; border-radius: 99px; background: var(--landing-blue); content: ""; transform: scaleX(0); transition: .18s ease; }
.landing-nav a:hover { color: var(--landing-navy); }
.landing-nav a:hover::after { transform: scaleX(1); }
.landing-nav-actions { display: flex; align-items: center; gap: 17px; }
.landing-login-link:hover { color: var(--landing-blue); }
.landing-menu-button { display: none; place-items: center; width: 43px; height: 43px; margin-left: auto; border: 1px solid #d7e3f4; border-radius: 13px; color: var(--landing-blue); background: #edf4ff; font-size: 1.2rem; }

.landing-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; font-size: .78rem; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.landing-button:hover { transform: translateY(-2px); }
.landing-button:focus-visible, .landing-menu-button:focus-visible, .landing-nav a:focus-visible { outline: 3px solid rgba(23, 107, 255, .22); outline-offset: 3px; }
.landing-button.small { min-height: 43px; padding: 0 15px; border-radius: 12px; font-size: .7rem; }
.landing-button.primary { color: #fff; background: linear-gradient(135deg, var(--landing-blue), var(--landing-blue-dark)); box-shadow: 0 13px 30px rgba(23, 107, 255, .23); }
.landing-button.primary:hover { box-shadow: 0 17px 36px rgba(23, 107, 255, .3); }
.landing-button.secondary { border-color: #d8e2ef; color: #405671; background: #fff; }
.landing-button.light { color: var(--landing-navy); background: #fff; box-shadow: 0 16px 38px rgba(0, 0, 0, .15); }

.landing-hero { position: relative; isolation: isolate; min-height: 820px; padding: 150px 0 84px; overflow: hidden; background: radial-gradient(circle at 12% 15%, rgba(23, 107, 255, .1), transparent 28%), radial-gradient(circle at 82% 26%, rgba(49, 199, 195, .11), transparent 27%), var(--landing-bg); }
.landing-hero::before { position: absolute; z-index: -1; inset: 0; opacity: .35; background-image: radial-gradient(rgba(23, 107, 255, .19) .7px, transparent .7px); background-size: 19px 19px; mask-image: linear-gradient(90deg, #000, transparent 70%); content: ""; }
.landing-hero-grid { display: grid; grid-template-columns: minmax(420px, .8fr) minmax(610px, 1.2fr); align-items: center; gap: 55px; }
.landing-hero-copy { position: relative; z-index: 2; }
.landing-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #d5e3f7; border-radius: 999px; color: #416081; background: rgba(255, 255, 255, .72); font-size: .67rem; font-weight: 800; letter-spacing: .03em; }
.landing-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--landing-green); box-shadow: 0 0 0 5px rgba(18, 166, 111, .11); }
.landing-hero h1 { max-width: 630px; margin: 25px 0 18px; color: var(--landing-navy); font-size: clamp(3.2rem, 6vw, 5.45rem); font-weight: 900; line-height: .94; letter-spacing: -.075em; }
.landing-hero h1 span { color: var(--landing-blue); }
.landing-hero-copy > p { max-width: 610px; margin: 0; color: var(--landing-muted); font-size: 1rem; line-height: 1.75; }
.landing-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.landing-trust-row { display: flex; flex-wrap: wrap; gap: 15px 20px; margin-top: 25px; color: #667993; font-size: .67rem; font-weight: 700; }
.landing-trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.landing-trust-row i { color: var(--landing-green); font-size: .85rem; }

.product-stage { position: relative; min-width: 0; padding: 35px 0 55px; perspective: 1800px; }
.product-glow { position: absolute; inset: 12% 4% 4% 10%; border-radius: 50%; background: radial-gradient(circle, rgba(23, 107, 255, .24), rgba(49, 199, 195, .09) 46%, transparent 72%); filter: blur(32px); }
.product-window { position: relative; z-index: 2; width: 810px; overflow: hidden; border: 1px solid rgba(83, 109, 145, .2); border-radius: 20px; background: #fff; box-shadow: 0 35px 90px rgba(7, 29, 73, .22); transform: rotateY(-7deg) rotateX(2deg); transform-origin: center; }
.product-window-bar { display: grid; grid-template-columns: 100px 1fr 100px; align-items: center; min-height: 42px; padding: 0 14px; border-bottom: 1px solid #e5ebf3; background: #f5f7fa; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d2d9e4; }
.window-dots i:first-child { background: #ff8378; }.window-dots i:nth-child(2) { background: #ffc76b; }.window-dots i:last-child { background: #5dd39e; }
.window-address { justify-self: center; display: inline-flex; align-items: center; gap: 5px; padding: 5px 35px; border: 1px solid #e1e7ef; border-radius: 7px; color: #8a98aa; background: #fff; font-size: .52rem; }
.window-address i { color: #5e7088; }
.window-live { justify-self: end; display: inline-flex; align-items: center; gap: 5px; color: #6e7d90; font-size: .5rem; font-weight: 700; }
.window-live i { width: 6px; height: 6px; border-radius: 50%; background: #17b67b; }
.product-app { display: grid; grid-template-columns: 145px 1fr; min-height: 465px; }
.product-side { padding: 17px 11px; border-right: 1px solid #e7edf5; background: #fff; }
.product-logo { display: flex; align-items: center; gap: 6px; padding: 0 5px 15px; color: var(--landing-navy); font-size: .59rem; }
.product-logo > i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; color: #fff; background: linear-gradient(135deg, var(--landing-navy), var(--landing-blue)); }
.product-logo strong { font-weight: 900; }.product-logo span { color: var(--landing-blue); }
.product-user { display: flex; align-items: center; gap: 7px; padding: 8px; border: 1px solid #e5ebf3; border-radius: 9px; background: #f8fafe; }
.product-user > span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px; border-radius: 8px; color: #fff; background: var(--landing-navy); font-size: .47rem; font-weight: 800; }
.product-user div { display: grid; gap: 1px; min-width: 0; }
.product-user strong { overflow: hidden; font-size: .48rem; text-overflow: ellipsis; white-space: nowrap; }.product-user small { color: #8795a7; font-size: .41rem; }
.product-links { display: grid; gap: 3px; margin-top: 15px; }
.product-links > span { display: flex; align-items: center; gap: 7px; min-height: 29px; padding: 0 8px; border-radius: 7px; color: #708097; font-size: .46rem; font-weight: 700; }
.product-links > span i { width: 13px; font-size: .59rem; }.product-links > span.active { color: #fff; background: var(--landing-blue); }.product-links > span.whatsapp { color: #0d8b49; background: #eafaf1; }
.product-main { min-width: 0; background: #f4f7fb; }
.product-top { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 20px; border-bottom: 1px solid #e5ebf2; background: rgba(255,255,255,.9); }
.product-top > div { display: grid; gap: 2px; }.product-top small { color: #8492a5; font-size: .42rem; }.product-top strong { color: var(--landing-navy); font-size: .6rem; }
.product-top > span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid #dbe5f1; border-radius: 99px; color: #60738e; background: #fff; font-size: .4rem; font-weight: 700; }.product-top > span i { color: var(--landing-green); }
.product-content { padding: 18px; }
.product-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; }
.product-heading > div { display: grid; gap: 3px; }.product-heading small { color: #71839c; font-size: .44rem; }.product-heading strong { color: var(--landing-navy); font-size: .92rem; letter-spacing: -.03em; }
.product-heading button { min-height: 27px; padding: 0 9px; border: 0; border-radius: 7px; color: #fff; background: var(--landing-blue); font-size: .43rem; font-weight: 750; }
.product-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }
.product-kpis article { display: grid; grid-template-columns: 30px 1fr; gap: 6px; padding: 10px; border: 1px solid #e3eaf3; border-radius: 10px; background: #fff; }
.product-kpis article > i { grid-row: 1 / 4; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: var(--landing-blue); background: #edf4ff; font-size: .72rem; }.product-kpis article:nth-child(2) > i { color: #0a9260; background: #eafbf3; }.product-kpis article:nth-child(3) > i { color: #7c50c8; background: #f4efff; }
.product-kpis article > span { display: grid; color: #8594a8; font-size: .39rem; }.product-kpis strong { margin-top: 1px; color: var(--landing-navy); font-size: .72rem; }.product-kpis small { color: #8c9aad; font-size: .35rem; }
.product-lower { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8px; margin-top: 9px; }
.product-agenda, .product-whatsapp { min-width: 0; border: 1px solid #e3eaf3; border-radius: 11px; background: #fff; }
.product-agenda { padding: 11px; }.product-agenda header { display: flex; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid #edf1f6; }.product-agenda header div { display: grid; gap: 2px; }.product-agenda header small { color: #8997aa; font-size: .36rem; }.product-agenda header strong { color: var(--landing-navy); font-size: .55rem; }.product-agenda header > span { align-self: start; padding: 4px 6px; border-radius: 6px; color: var(--landing-blue); background: #edf4ff; font-size: .36rem; font-weight: 700; }
.appointment-row { display: grid; grid-template-columns: 34px 24px minmax(0,1fr) auto; align-items: center; gap: 6px; padding: 8px 0; border-bottom: 1px solid #f0f3f7; }.appointment-row:last-child { border-bottom: 0; }.appointment-row time { color: var(--landing-blue); font-size: .4rem; font-weight: 800; }.appointment-avatar { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; color: #fff; background: #176bff; font-size: .35rem; font-weight: 800; }.appointment-avatar.second { background: #7457c8; }.appointment-avatar.third { background: #0e9a73; }.appointment-row div { display: grid; gap: 1px; min-width: 0; }.appointment-row strong { overflow: hidden; color: #263a58; font-size: .43rem; text-overflow: ellipsis; white-space: nowrap; }.appointment-row small { overflow: hidden; color: #8a98aa; font-size: .35rem; text-overflow: ellipsis; white-space: nowrap; }.appointment-row em { padding: 4px 5px; border-radius: 99px; color: #07805a; background: #eafaf2; font-size: .31rem; font-style: normal; font-weight: 700; }
.product-whatsapp { display: flex; flex-direction: column; padding: 13px; background: linear-gradient(145deg, #fff, #f1fff7); }.whatsapp-icon { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 12px; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #25d366, #0a9d4b); font-size: 1rem; box-shadow: 0 9px 20px rgba(24, 182, 91, .22); }.product-whatsapp > small { color: #0c9850; font-size: .38rem; font-weight: 750; }.product-whatsapp > strong { margin-top: 5px; color: #123a29; font-size: .63rem; line-height: 1.25; }.product-whatsapp > p { margin: 6px 0 auto; color: #738b81; font-size: .37rem; line-height: 1.5; }.product-whatsapp > div { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid #d9efe3; }.product-whatsapp > div span { display: flex; align-items: center; gap: 4px; color: #47705f; font-size: .34rem; }.product-whatsapp > div span i { width: 5px; height: 5px; border-radius: 50%; background: #16b46d; }.product-whatsapp b { color: #0c8c50; font-size: .5rem; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(106, 128, 159, .17); border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(7, 29, 73, .15); backdrop-filter: blur(13px); }
.floating-card > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: #fff; background: var(--landing-green); }.floating-card > div { display: grid; gap: 2px; }.floating-card small { color: #8392a5; font-size: .4rem; }.floating-card strong { color: var(--landing-navy); font-size: .5rem; }.floating-revenue { top: 5px; right: -38px; }.floating-client { bottom: 4px; left: -20px; }.floating-client > span { background: #7657ca; }

.landing-proof { border-top: 1px solid #e2e9f2; border-bottom: 1px solid #e2e9f2; background: #fff; }
.proof-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 35px; min-height: 114px; }.proof-grid > div:first-child { display: grid; gap: 4px; }.proof-grid strong { color: var(--landing-navy); font-size: .82rem; }.proof-grid > div:first-child span { color: #8492a5; font-size: .72rem; }.proof-items { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.proof-items span { display: inline-flex; align-items: center; gap: 7px; color: #61728a; font-size: .67rem; font-weight: 700; white-space: nowrap; }.proof-items i { color: var(--landing-blue); font-size: .85rem; }.proof-items span:last-child i { color: var(--landing-whatsapp); }

.landing-section { padding: 112px 0; }.section-heading { max-width: 670px; }.section-heading > span, .section-tag { color: var(--landing-blue); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.section-heading h2, .whatsapp-copy h2 { margin: 14px 0 18px; color: var(--landing-navy); font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 900; line-height: 1.02; letter-spacing: -.065em; }.section-heading p, .whatsapp-copy > p { margin: 0; color: var(--landing-muted); font-size: .9rem; line-height: 1.75; }.section-heading.centered { margin: 0 auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }.feature-card { position: relative; display: flex; flex-direction: column; min-height: 345px; overflow: hidden; padding: 27px; border: 1px solid var(--landing-line); border-radius: 23px; background: #fff; box-shadow: 0 13px 40px rgba(7, 29, 73, .055); }.feature-card.featured { grid-column: span 2; min-height: 410px; }.feature-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 24px; border-radius: 15px; color: var(--landing-blue); background: #edf4ff; font-size: 1.18rem; }.feature-icon.teal { color: #078c85; background: #e8fbfa; }.feature-icon.violet { color: #6c48ba; background: #f2edff; }.feature-icon.amber { color: #ae6d08; background: #fff5dc; }.feature-icon.dark { color: #fff; background: var(--landing-navy); }.feature-card > span { color: var(--landing-blue); font-size: .62rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.feature-card h3 { max-width: 470px; margin: 9px 0 10px; color: var(--landing-navy); font-size: 1.28rem; font-weight: 850; line-height: 1.2; letter-spacing: -.035em; }.feature-card > p { max-width: 530px; margin: 0; color: var(--landing-muted); font-size: .75rem; line-height: 1.65; }
.mini-calendar { align-self: flex-end; width: min(56%, 390px); margin: -92px 0 -27px; padding: 17px; border: 1px solid #dee7f2; border-radius: 18px 18px 0 0; background: #f9fbfe; box-shadow: 0 16px 45px rgba(7, 29, 73, .09); }.mini-calendar header { display: flex; justify-content: space-between; color: var(--landing-navy); font-size: .63rem; }.mini-calendar header span { color: #8493a7; font-size: .52rem; }.calendar-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 14px; }.calendar-days > span { display: grid; place-items: center; gap: 4px; min-height: 47px; border-radius: 9px; color: #8897aa; font-size: .44rem; font-weight: 700; }.calendar-days small { color: #435774; font-size: .55rem; }.calendar-days .selected { color: #fff; background: var(--landing-blue); }.calendar-days .selected small { color: #fff; }.calendar-booking { display: flex; align-items: center; gap: 9px; margin-top: 10px; padding: 10px; border-radius: 10px; background: #eaf2ff; }.calendar-booking > i { width: 4px; height: 30px; border-radius: 99px; background: var(--landing-blue); }.calendar-booking > span { display: grid; gap: 2px; }.calendar-booking strong { color: #254a87; font-size: .5rem; }.calendar-booking small { color: #6f84a6; font-size: .42rem; }
.client-stack { display: flex; margin-top: auto; padding-top: 28px; }.client-stack span { display: grid; place-items: center; width: 44px; height: 44px; margin-right: -8px; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--landing-blue); font-size: .53rem; font-weight: 800; }.client-stack span:nth-child(2) { background: #7457c8; }.client-stack span:nth-child(3) { background: #0f9d78; }.client-stack span:last-child { color: #667993; background: #edf2f8; }
.finance-mini { display: flex; align-items: flex-end; gap: 8px; height: 105px; margin-top: auto; padding-top: 25px; }.finance-mini i { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #7f9cff, var(--landing-blue)); }.finance-mini i:nth-child(2n) { background: linear-gradient(180deg, #6dddd7, #12aaa4); }
.subscription-mini { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding: 14px; border: 1px solid #e4eaf2; border-radius: 13px; background: #f9fbfd; }.subscription-mini > span { display: flex; align-items: center; gap: 8px; color: #394f6d; font-size: .64rem; }.subscription-mini > span i { color: #b37b12; }.subscription-mini em { padding: 5px 7px; border-radius: 99px; color: #087953; background: #e9faf2; font-size: .5rem; font-style: normal; font-weight: 800; }
.unit-mini { display: grid; gap: 7px; margin-top: auto; padding-top: 20px; }.unit-mini > span { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; padding: 10px 11px; border-radius: 10px; color: #53667e; background: #f5f8fc; font-size: .58rem; }.unit-mini i { width: 7px; height: 7px; border-radius: 50%; background: #17ad77; box-shadow: 0 0 0 4px rgba(23,173,119,.1); }.unit-mini strong { color: #0c845d; font-size: .48rem; }

.whatsapp-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(37, 211, 102, .2), transparent 28%), linear-gradient(135deg, #062a22, #074b3a 58%, #08694d); }.whatsapp-section::before { position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(rgba(255,255,255,.42) .7px, transparent .7px); background-size: 18px 18px; content: ""; }.whatsapp-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(450px, 1.05fr); align-items: center; gap: 90px; }.section-tag.green { display: inline-flex; align-items: center; gap: 8px; color: #8ff4b8; }.whatsapp-copy h2 { color: #fff; }.whatsapp-copy > p { color: rgba(255,255,255,.68); }.whatsapp-copy ul { display: grid; gap: 12px; margin: 25px 0 29px; padding: 0; list-style: none; }.whatsapp-copy li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.8); font-size: .76rem; font-weight: 650; }.whatsapp-copy li i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #073c2d; background: #66eca0; }.whatsapp-button { color: #073c2d; background: #72f2a8; box-shadow: 0 16px 38px rgba(0,0,0,.18); }.whatsapp-button:hover { background: #8affb8; }
.whatsapp-phone-stage { position: relative; display: grid; place-items: center; min-height: 650px; }.whatsapp-phone-stage::before { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); content: ""; }.whatsapp-phone { position: relative; z-index: 2; width: min(100%, 370px); overflow: hidden; border: 9px solid #10201c; border-radius: 34px; background: #efeae2; box-shadow: 0 38px 85px rgba(0,0,0,.32); transform: rotate(3deg); }.whatsapp-phone header { display: flex; align-items: center; gap: 9px; min-height: 68px; padding: 0 13px; background: #f0f2f5; color: #345049; }.whatsapp-phone header > span:first-child { color: #6c817b; }.chat-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--landing-navy); }.whatsapp-phone header > div { display: grid; flex: 1; gap: 2px; }.whatsapp-phone header strong { color: #264039; font-size: .72rem; }.whatsapp-phone header small { color: #778b86; font-size: .52rem; }.whatsapp-phone header > i { color: #1aad65; }.chat-body { display: flex; flex-direction: column; align-items: flex-start; min-height: 420px; padding: 18px 13px; background-color: #efeae2; background-image: radial-gradient(rgba(93,78,62,.09) .7px, transparent .7px); background-size: 14px 14px; }.chat-date { align-self: center; padding: 5px 8px; border-radius: 7px; color: #6d7c78; background: rgba(255,255,255,.82); font-size: .48rem; }.chat-message { position: relative; max-width: 85%; margin-top: 11px; padding: 10px 11px 17px; border-radius: 10px; color: #324640; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.06); font-size: .64rem; line-height: 1.45; }.chat-message.sent { align-self: flex-end; background: #d9fdd3; }.chat-message time { position: absolute; right: 7px; bottom: 5px; color: #879691; font-size: .4rem; }.chat-message time i { color: #53a4d5; }.whatsapp-phone footer { display: flex; align-items: center; gap: 10px; min-height: 58px; padding: 0 13px; color: #71827d; background: #f0f2f5; }.whatsapp-phone footer span { flex: 1; padding: 10px 13px; border-radius: 99px; color: #8a9995; background: #fff; font-size: .56rem; }.connection-pill { position: absolute; z-index: 3; right: 0; bottom: 90px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(255,255,255,.95); box-shadow: 0 22px 55px rgba(0,0,0,.25); color: #21473b; }.connection-pill > i { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 11px; color: #fff; background: #17af65; }.connection-pill > span { display: grid; gap: 2px; }.connection-pill small { color: #7b9088; font-size: .45rem; }.connection-pill strong { font-size: .61rem; }.connection-pill em { margin-left: 9px; padding: 5px 7px; border-radius: 99px; color: #08794d; background: #e5fbed; font-size: .45rem; font-style: normal; font-weight: 800; }

.process-section { background: #fff; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; counter-reset: steps; }.process-grid article { position: relative; min-height: 270px; padding: 28px; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 22px; background: #fbfcfe; }.process-grid article > span { position: absolute; top: 14px; right: 18px; color: #e5ebf4; font-size: 3.5rem; font-weight: 900; letter-spacing: -.08em; }.process-grid article > i { display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 55px; border-radius: 15px; color: var(--landing-blue); background: #eaf2ff; font-size: 1.15rem; }.process-grid article:nth-child(2) > i { color: #078d83; background: #e8fbfa; }.process-grid article:nth-child(3) > i { color: #6f4dbc; background: #f2edff; }.process-grid h3 { position: relative; margin: 0 0 9px; color: var(--landing-navy); font-size: 1rem; font-weight: 850; }.process-grid p { position: relative; margin: 0; color: var(--landing-muted); font-size: .73rem; line-height: 1.6; }
.audience-section { background: #f4f7fb; }.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 95px; }.landing-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--landing-blue); font-size: .76rem; font-weight: 850; text-decoration: none; }.landing-text-link:hover i { transform: translateX(4px); }.landing-text-link i { transition: .18s ease; }.audience-cards { display: grid; gap: 10px; }.audience-cards article { display: flex; align-items: center; gap: 16px; min-height: 104px; padding: 19px; border: 1px solid var(--landing-line); border-radius: 18px; background: #fff; transition: .18s ease; }.audience-cards article:hover { border-color: #bad2f7; box-shadow: 0 16px 40px rgba(7,29,73,.08); transform: translateX(-4px); }.audience-cards article > i { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 15px; color: var(--landing-blue); background: #edf4ff; font-size: 1.1rem; }.audience-cards article:nth-child(2) > i { color: #078c83; background: #e9fbf9; }.audience-cards article:nth-child(3) > i { color: #704bbb; background: #f2edff; }.audience-cards div { display: grid; gap: 5px; }.audience-cards strong { color: var(--landing-navy); font-size: .86rem; }.audience-cards span { color: var(--landing-muted); font-size: .7rem; }

.landing-final-cta { padding: 45px 0 100px; background: #f4f7fb; }.final-cta-shell { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 330px; padding: clamp(35px, 5vw, 65px); overflow: hidden; border-radius: 30px; color: #fff; background: radial-gradient(circle at 85% 10%, rgba(49,199,195,.3), transparent 25%), linear-gradient(135deg, #061735, #0b2e6c 62%, #176bff); box-shadow: 0 30px 80px rgba(7,29,73,.23); }.final-cta-shell::after { position: absolute; right: -120px; bottom: -310px; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); content: ""; }.final-cta-shell > div { position: relative; z-index: 2; }.final-cta-shell > div:first-child { max-width: 760px; }.final-cta-shell > div:first-child > span { color: #8ed5ff; font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.final-cta-shell h2 { margin: 14px 0 0; font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 900; line-height: 1.05; letter-spacing: -.06em; }.final-cta-shell > div:last-child { display: grid; justify-items: center; gap: 12px; flex: 0 0 auto; }.final-cta-shell small { color: rgba(255,255,255,.55); font-size: .58rem; }
.landing-footer { padding: 70px 0 25px; color: #9aadca; background: #061329; }.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 55px; padding-bottom: 48px; }.footer-brand { color: #fff; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid > div:first-child p { max-width: 350px; margin: 8px 0 0; font-size: .7rem; line-height: 1.65; }.footer-grid > div:not(:first-child) strong { margin-bottom: 7px; color: #fff; font-size: .7rem; }.footer-grid a, .footer-grid span { color: #8fa4c3; font-size: .65rem; text-decoration: none; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: .59rem; }

@media (max-width: 1180px) {
  .landing-nav { gap: 18px; }.landing-login-link { display: none; }
  .landing-hero-grid { grid-template-columns: minmax(360px, .8fr) minmax(540px, 1.2fr); gap: 35px; }
  .product-window { width: 720px; transform: rotateY(-5deg) scale(.92); transform-origin: left center; }
  .floating-revenue { right: 0; }.floating-client { left: 0; }
  .proof-grid { grid-template-columns: 1fr; gap: 15px; padding-block: 25px; }.proof-items { justify-content: flex-start; flex-wrap: wrap; }
  .whatsapp-grid { gap: 45px; }.connection-pill { right: -10px; }
}

@media (max-width: 980px) {
  .landing-menu-button { display: grid; }
  .landing-nav { position: fixed; inset: 78px 18px auto; display: grid; gap: 4px; padding: 13px; opacity: 0; visibility: hidden; border: 1px solid #dfe7f1; border-radius: 17px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(7,29,73,.16); transform: translateY(-10px); transition: .2s ease; }
  .landing-nav.open { opacity: 1; visibility: visible; transform: none; }.landing-nav a { padding: 13px; border-radius: 10px; }.landing-nav a:hover { background: #f1f6ff; }.landing-nav a::after { display: none; }
  .landing-nav-actions { margin-left: 0; }.landing-nav-actions .landing-button { display: none; }
  .landing-hero { padding-top: 125px; }.landing-hero-grid { grid-template-columns: 1fr; }.landing-hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }.landing-hero-copy > p { margin-inline: auto; }.landing-hero-actions, .landing-trust-row { justify-content: center; }
  .product-stage { width: min(100%, 800px); margin: 0 auto; }.product-window { width: 100%; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.feature-card.featured { grid-column: 1 / -1; }
  .whatsapp-grid { grid-template-columns: 1fr; }.whatsapp-copy { max-width: 690px; }.whatsapp-phone-stage { min-height: 600px; }.connection-pill { right: 14%; }
  .audience-grid { grid-template-columns: 1fr; gap: 45px; }.audience-cards { grid-template-columns: repeat(3, 1fr); }.audience-cards article { align-items: flex-start; flex-direction: column; }
  .final-cta-shell { align-items: flex-start; flex-direction: column; }.final-cta-shell > div:last-child { justify-items: start; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 720px) {
  .landing-container { width: min(100% - 28px, 1240px); }.landing-nav-shell { min-height: 70px; }.landing-nav { inset-block-start: 70px; }
  .landing-brand > span { width: 39px; height: 39px; }.landing-brand strong { font-size: 1rem; }
  .landing-hero { min-height: 0; padding: 112px 0 60px; }.landing-hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }.landing-hero-copy > p { font-size: .88rem; }
  .product-stage { margin-top: 10px; padding-bottom: 10px; }.product-window { overflow: visible; border: 0; border-radius: 18px; background: transparent; box-shadow: none; }.product-window-bar { display: none; }.product-app { display: block; min-height: 0; }.product-side { display: none; }.product-main { overflow: hidden; border: 1px solid #dce5f0; border-radius: 18px; box-shadow: 0 24px 65px rgba(7,29,73,.16); }.product-content { padding: 13px; }.product-kpis { grid-template-columns: 1fr 1fr; }.product-kpis article:last-child { display: none; }.product-lower { grid-template-columns: 1fr; }.product-whatsapp { min-height: 180px; }.floating-card { display: none; }
  .landing-proof { display: none; }.landing-section { padding: 78px 0; }.section-heading h2, .whatsapp-copy h2 { font-size: clamp(2rem, 10vw, 3.1rem); }
  .feature-grid { grid-template-columns: 1fr; margin-top: 32px; }.feature-card.featured { grid-column: auto; min-height: 470px; }.feature-card { min-height: 315px; }.mini-calendar { width: 100%; margin: 28px 0 -27px; }
  .whatsapp-phone-stage { min-height: 570px; }.connection-pill { right: 0; bottom: 50px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 35px; }.process-grid article { min-height: 230px; }.process-grid article > i { margin-bottom: 42px; }
  .audience-cards { grid-template-columns: 1fr; }.audience-cards article { align-items: center; flex-direction: row; }.audience-cards article:hover { transform: none; }
  .landing-final-cta { padding: 18px 0 70px; }.final-cta-shell { min-height: 0; padding: 35px 24px; border-radius: 23px; }.final-cta-shell h2 { font-size: 2.2rem; }.final-cta-shell .landing-button { width: 100%; }.final-cta-shell > div:last-child { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .landing-hero-actions { display: grid; }.landing-hero-actions .landing-button { width: 100%; }.landing-trust-row { display: grid; justify-content: start; text-align: left; }
  .product-top { padding-inline: 13px; }.product-heading { align-items: flex-start; flex-direction: column; }.product-heading button { min-height: 32px; }.product-kpis { grid-template-columns: 1fr; }.product-kpis article:nth-child(2) { display: none; }.appointment-row { grid-template-columns: 34px 24px minmax(0,1fr); }.appointment-row em { grid-column: 3; justify-self: start; }
  .whatsapp-phone { width: 100%; border-width: 7px; transform: none; }.connection-pill { right: 6px; bottom: 30px; }.whatsapp-copy li { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.landing-header, .landing-nav, .landing-button, .audience-cards article, .landing-text-link i { transition: none; }
}

/* Vendas, planos e personalizador Suite */
.d-none { display: none !important; }
.pricing-section { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 8% 8%, rgba(23,107,255,.11), transparent 27%), radial-gradient(circle at 92% 35%, rgba(49,199,195,.1), transparent 25%), #f2f6fb; }
.pricing-section::before { position: absolute; z-index: -1; inset: 0; opacity: .24; background-image: radial-gradient(rgba(23,107,255,.22) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(#000, transparent 58%); content: ""; }
.pricing-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 40px; }
.pricing-heading .section-heading { max-width: 780px; }
.pricing-security { display: flex; align-items: center; gap: 13px; min-width: 315px; padding: 16px; border: 1px solid rgba(23,107,255,.14); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 14px 40px rgba(7,29,73,.07); backdrop-filter: blur(12px); }
.pricing-security > span { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 15px; color: #fff; background: linear-gradient(135deg,#176bff,#12a66f); font-size: 1.15rem; }
.pricing-security > div { display: grid; gap: 2px; }.pricing-security small { color: #71839b; font-size: .68rem; font-weight: 800; text-transform: uppercase; }.pricing-security strong { color: var(--landing-navy); font-size: .82rem; }.pricing-security em { color: #8290a4; font-size: .67rem; font-style: normal; }
.pricing-live-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; min-height: 52px; margin: 42px 0 14px; padding: 0 18px; border: 1px solid #dce5f0; border-radius: 16px; color: #61738d; background: rgba(255,255,255,.8); font-size: .7rem; }
.pricing-live-bar > span { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }.pricing-live-bar > span i { width: 8px; height: 8px; border-radius: 50%; background: #10ae71; box-shadow: 0 0 0 5px rgba(16,174,113,.11); }.pricing-live-bar strong { color: #425873; font-size: .68rem; }.pricing-live-bar em { justify-self: end; font-style: normal; }
.plans-loading { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 270px; border: 1px dashed #cbd9eb; border-radius: 24px; color: #667b97; background: rgba(255,255,255,.55); }.plans-loading > i { color: var(--landing-blue); font-size: 1.6rem; animation: plans-spin .9s linear infinite; }.plans-loading > span { display: grid; gap: 4px; }.plans-loading strong { color: var(--landing-navy); font-size: .88rem; }.plans-loading small { font-size: .72rem; }
@keyframes plans-spin { to { transform: rotate(360deg); } }
.plans-error { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 18px; border: 1px solid #f2cbc4; border-radius: 18px; color: #9b3429; background: #fff5f3; }.plans-error > i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; background: #ffe7e3; }.plans-error > div { display: grid; gap: 3px; }.plans-error span { font-size: .72rem; }.plans-error button { min-height: 40px; padding: 0 14px; border: 1px solid #e8b8b0; border-radius: 11px; color: #9b3429; background: #fff; font-weight: 800; }
.plans-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 14px; }
.plan-sales-card { position: relative; display: flex; flex-direction: column; min-height: 555px; overflow: hidden; padding: 27px; border: 1px solid #dbe4ef; border-radius: 25px; background: rgba(255,255,255,.93); box-shadow: 0 20px 55px rgba(7,29,73,.08); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.plan-sales-card:hover { border-color: #b9cee9; box-shadow: 0 28px 70px rgba(7,29,73,.13); transform: translateY(-5px); }.plan-sales-card.recommended { color: #fff; border-color: transparent; background: radial-gradient(circle at 100% 0, rgba(49,199,195,.3), transparent 28%), linear-gradient(145deg,#071d49,#0b3475 68%,#1456b5); box-shadow: 0 28px 75px rgba(7,29,73,.24); }.plan-sales-card.suite-card { border-color: #c8d6ff; background: radial-gradient(circle at 88% 5%,rgba(116,82,218,.15),transparent 32%),linear-gradient(155deg,#fff,#f3f5ff); }
.plan-card-ribbon { position: absolute; top: 19px; right: -35px; width: 145px; padding: 7px 0; color: #07351f; background: #8cf0b7; font-size: .59rem; font-weight: 900; text-align: center; text-transform: uppercase; transform: rotate(38deg); }
.plan-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }.plan-card-name { display: grid; gap: 7px; }.plan-card-name > span { color: var(--landing-blue); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.plan-card-name h3 { margin: 0; color: var(--landing-navy); font-size: 1.72rem; font-weight: 900; letter-spacing: -.05em; }.recommended .plan-card-name > span { color: #8be9ba; }.recommended .plan-card-name h3 { color: #fff; }.plan-card-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px; color: var(--landing-blue); background: #edf4ff; }.recommended .plan-card-icon { color: #fff; background: rgba(255,255,255,.12); }.suite-card .plan-card-icon { color: #7154c7; background: #eee9ff; }
.plan-card-description { min-height: 64px; margin: 18px 0 0; color: #74849a; font-size: .77rem; line-height: 1.65; }.recommended .plan-card-description { color: rgba(255,255,255,.68); }
.plan-card-price { display: flex; align-items: flex-end; gap: 7px; min-height: 85px; padding: 17px 0; border-bottom: 1px solid #e5ebf2; }.plan-card-price > div { display: grid; }.plan-card-price del { color: #9aa6b7; font-size: .69rem; }.plan-card-price strong { color: var(--landing-navy); font-size: 2.28rem; font-weight: 900; letter-spacing: -.065em; }.plan-card-price span { padding-bottom: 8px; color: #7e8ca0; font-size: .7rem; font-weight: 700; }.recommended .plan-card-price { border-color: rgba(255,255,255,.13); }.recommended .plan-card-price strong { color: #fff; }.recommended .plan-card-price span,.recommended .plan-card-price del { color: rgba(255,255,255,.6); }.plan-card-price.custom strong { font-size: 1.5rem; letter-spacing: -.04em; }
.plan-feature-list { display: grid; gap: 11px; margin: 19px 0 25px; }.plan-feature-list span { display: flex; align-items: flex-start; gap: 9px; color: #566b86; font-size: .73rem; line-height: 1.45; }.plan-feature-list i { color: #0ca46a; font-size: .88rem; }.recommended .plan-feature-list span { color: rgba(255,255,255,.82); }.recommended .plan-feature-list i { color: #7fe6ad; }
.plan-card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; margin-bottom: 14px; }.plan-card-meta span { padding: 6px 8px; border-radius: 999px; color: #6a7e98; background: #f0f4f9; font-size: .6rem; font-weight: 750; }.recommended .plan-card-meta span { color: rgba(255,255,255,.75); background: rgba(255,255,255,.1); }
.plan-sales-card .plan-cta { width: 100%; border: 0; cursor: pointer; }.recommended .plan-cta { color: var(--landing-navy); background: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.16); }.plan-card-note { display: block; margin-top: 10px; color: #8996a8; font-size: .61rem; text-align: center; }.recommended .plan-card-note { color: rgba(255,255,255,.55); }
.suite-builder { margin-top: 26px; overflow: hidden; border: 1px solid #cad7eb; border-radius: 30px; background: #fff; box-shadow: 0 30px 85px rgba(7,29,73,.12); }
.suite-builder-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; padding: 38px; color: #fff; background: radial-gradient(circle at 84% 0,rgba(102,209,207,.3),transparent 30%),linear-gradient(135deg,#071d49,#143d82 70%,#2163d1); }.suite-builder-head > div:first-child { max-width: 780px; }.suite-builder-head > div:first-child > span { display: inline-flex; align-items: center; gap: 7px; color: #9fe3ff; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.suite-builder-head h3 { margin: 10px 0 8px; font-size: clamp(1.8rem,3vw,2.7rem); font-weight: 900; letter-spacing: -.055em; }.suite-builder-head p { margin: 0; color: rgba(255,255,255,.67); font-size: .78rem; line-height: 1.7; }.suite-reference { display: grid; justify-items: end; min-width: 200px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }.suite-reference small,.suite-reference span { color: rgba(255,255,255,.6); font-size: .62rem; }.suite-reference strong { margin: 4px 0; font-size: 1.45rem; }
.suite-value-table { margin: 22px; padding: 20px; border: 1px solid #e1e8f2; border-radius: 19px; background: #f8fafd; }.suite-table-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 15px; }.suite-table-head span { color: var(--landing-blue); font-size: .63rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.suite-table-head h4 { margin: 4px 0 0; color: var(--landing-navy); font-size: 1.08rem; }.suite-table-head p { max-width: 490px; margin: 0; color: #78899f; font-size: .68rem; line-height: 1.5; text-align: right; }.suite-table-scroll { overflow-x: auto; }.suite-value-table table { width: 100%; border-collapse: collapse; min-width: 650px; }.suite-value-table th,.suite-value-table td { padding: 11px 12px; border-bottom: 1px solid #e3e9f1; color: #5f728c; font-size: .7rem; text-align: left; }.suite-value-table th { color: #8794a6; font-size: .6rem; text-transform: uppercase; }.suite-value-table td:first-child { color: #344a67; font-weight: 800; }.suite-value-table td:last-child { color: var(--landing-navy); font-weight: 900; }.suite-value-table tr:last-child td { border-bottom: 0; }
.suite-workbench { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: start; gap: 18px; padding: 0 22px 22px; }.suite-options { display: grid; gap: 14px; }.suite-options > section { padding: 22px; border: 1px solid #e0e7f0; border-radius: 20px; }.suite-options > section > header { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 18px; }.suite-options > section > header > span { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border-radius: 11px; color: #fff; background: var(--landing-blue); font-size: .65rem; font-weight: 900; }.suite-options header h4 { margin: 0; color: var(--landing-navy); font-size: .95rem; }.suite-options header p { margin: 3px 0 0; color: #8492a5; font-size: .68rem; }
.suite-module-groups { display: grid; gap: 14px; }.suite-module-group { display: grid; gap: 8px; }.suite-module-group > strong { color: #8290a4; font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; }.suite-module-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }.suite-module-option { position: relative; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 9px 10px; border: 1px solid #dde5ef; border-radius: 13px; color: #536983; background: #fff; cursor: pointer; transition: .16s ease; }.suite-module-option:hover { border-color: #a9c6f3; }.suite-module-option input { position: absolute; opacity: 0; }.suite-module-option > i { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 9px; color: #7790b0; background: #edf2f8; }.suite-module-option span { display: grid; gap: 1px; font-size: .68rem; font-weight: 800; }.suite-module-option small { color: #92a0b2; font-size: .55rem; font-weight: 600; }.suite-module-option.selected { border-color: #8eb8fa; color: #174d99; background: #edf5ff; }.suite-module-option.selected > i { color: #fff; background: var(--landing-blue); }.suite-module-option.included::after { position: absolute; top: 6px; right: 7px; color: #0b9b65; content: "Incluso"; font-size: .47rem; font-weight: 900; text-transform: uppercase; }
.suite-limit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.suite-limit-control { display: grid; grid-template-columns: minmax(0,1fr) 96px; align-items: center; gap: 10px; min-height: 69px; padding: 10px; border: 1px solid #e0e7f0; border-radius: 14px; background: #fbfcfe; }.suite-limit-control.disabled { opacity: .48; }.suite-limit-label { display: grid; gap: 3px; }.suite-limit-label strong { color: #435a76; font-size: .69rem; }.suite-limit-label small { color: #8a98aa; font-size: .56rem; }.suite-limit-actions { display: grid; grid-template-columns: 1fr 34px; }.suite-limit-actions input { width: 100%; min-width: 0; height: 36px; padding: 0 7px; border: 1px solid #d6e0eb; border-radius: 9px 0 0 9px; color: var(--landing-navy); background: #fff; font-size: .68rem; font-weight: 800; text-align: center; outline: 0; }.suite-limit-actions button { display: grid; place-items: center; width: 34px; border: 1px solid #d6e0eb; border-left: 0; border-radius: 0 9px 9px 0; color: #73849a; background: #fff; }.suite-limit-actions button.active { color: #fff; border-color: #7759d0; background: #7759d0; }.suite-limit-actions input:disabled,.suite-limit-actions button:disabled { cursor: not-allowed; }
.suite-summary { position: sticky; top: 96px; display: grid; padding: 24px; border-radius: 21px; color: #fff; background: radial-gradient(circle at 100% 0,rgba(49,199,195,.28),transparent 35%),linear-gradient(145deg,#071d49,#0b3475); box-shadow: 0 20px 50px rgba(7,29,73,.2); }.suite-summary-label { color: #8dd7ff; font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.suite-summary-price { display: flex; align-items: flex-end; gap: 6px; margin-top: 8px; }.suite-summary-price strong { font-size: 2.05rem; font-weight: 900; letter-spacing: -.055em; }.suite-summary-price span { padding-bottom: 5px; color: rgba(255,255,255,.58); font-size: .7rem; }.suite-summary > p { margin: 8px 0 18px; color: rgba(255,255,255,.62); font-size: .68rem; line-height: 1.5; }.suite-summary-list { display: grid; gap: 8px; max-height: 205px; overflow: auto; padding: 13px 0; border-block: 1px solid rgba(255,255,255,.13); }.suite-summary-list span { display: flex; justify-content: space-between; gap: 9px; color: rgba(255,255,255,.75); font-size: .62rem; }.suite-summary-list b { color: #fff; font-size: .62rem; }.suite-summary .landing-button { width: 100%; margin-top: 18px; border: 0; color: var(--landing-navy); background: #fff; cursor: pointer; box-shadow: none; }.suite-summary > small { display: flex; align-items: flex-start; gap: 6px; margin-top: 11px; color: rgba(255,255,255,.55); font-size: .57rem; line-height: 1.5; }
.sales-assurance { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 18px; }.sales-assurance article { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid #dce5ef; border-radius: 16px; background: rgba(255,255,255,.72); }.sales-assurance article > i { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 39px; border-radius: 12px; color: var(--landing-blue); background: #eaf2ff; }.sales-assurance article > div { display: grid; gap: 3px; }.sales-assurance strong { color: #364d69; font-size: .71rem; }.sales-assurance span { color: #7e8da1; font-size: .62rem; line-height: 1.45; }
body.checkout-open { overflow: hidden; }.sales-modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 20px; }.sales-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,15,38,.72); backdrop-filter: blur(7px); }.sales-modal-panel { position: relative; width: min(100%,690px); max-height: calc(100vh - 40px); overflow: auto; padding: 28px; border: 1px solid rgba(255,255,255,.6); border-radius: 25px; background: #fff; box-shadow: 0 38px 100px rgba(0,0,0,.3); animation: checkout-in .22s ease-out; }.sales-modal-close { position: absolute; top: 17px; right: 17px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #dfe6ef; border-radius: 11px; color: #60738e; background: #f5f8fb; }.sales-modal-brand { display: flex; align-items: center; gap: 9px; }.sales-modal-brand > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: linear-gradient(135deg,var(--landing-navy),var(--landing-blue)); }.sales-modal-brand > div { display: grid; gap: 1px; }.sales-modal-brand strong { color: var(--landing-navy); font-size: .84rem; }.sales-modal-brand small { color: #8a98aa; font-size: .62rem; }.sales-modal-plan { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 22px 0; padding: 20px; border-radius: 18px; color: #fff; background: radial-gradient(circle at 100% 0,rgba(49,199,195,.25),transparent 37%),linear-gradient(135deg,#071d49,#155dc8); }.sales-modal-plan > div { display: grid; gap: 5px; }.sales-modal-plan > div > span { color: #94d8ff; font-size: .61rem; font-weight: 850; text-transform: uppercase; }.sales-modal-plan h2 { margin: 0; font-size: 1.55rem; font-weight: 900; }.sales-modal-plan p { max-width: 400px; margin: 0; color: rgba(255,255,255,.64); font-size: .66rem; line-height: 1.45; }.sales-modal-plan > strong { flex: 0 0 auto; font-size: 1.35rem; }.sales-modal-plan > strong small { display: block; color: rgba(255,255,255,.55); font-size: .55rem; text-align: right; }
.sales-checkout-form { display: grid; gap: 14px; }.checkout-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }.checkout-form-grid label { display: grid; gap: 6px; }.checkout-form-grid label > span { color: #445a75; font-size: .68rem; font-weight: 800; }.checkout-form-grid input { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid #d9e2ed; border-radius: 12px; color: var(--landing-navy); background: #fbfcfe; font-size: .75rem; outline: 0; }.checkout-form-grid input:focus { border-color: #86aff0; box-shadow: 0 0 0 4px rgba(23,107,255,.09); }.checkout-consent { display: flex; align-items: flex-start; gap: 9px; padding: 11px; border: 1px solid #e1e7ef; border-radius: 12px; color: #697b93; background: #f8fafc; font-size: .65rem; line-height: 1.45; }.checkout-consent input { margin-top: 2px; accent-color: var(--landing-blue); }.checkout-feedback { padding: 11px 13px; border: 1px solid #f1c7c0; border-radius: 11px; color: #9d352b; background: #fff4f2; font-size: .68rem; }.checkout-feedback.success { color: #087451; border-color: #b8e4ce; background: #effbf5; }.checkout-submit { width: 100%; border: 0; cursor: pointer; }.checkout-submit:disabled { opacity: .65; cursor: wait; transform: none; }.checkout-provider { display: flex; align-items: center; gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #e6ebf2; color: #657992; }.checkout-provider > i { color: #0ba36a; font-size: 1.15rem; }.checkout-provider > span { display: grid; gap: 2px; }.checkout-provider strong { color: #405570; font-size: .67rem; }.checkout-provider small { font-size: .59rem; }
@keyframes checkout-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }

@media (max-width: 1080px) { .pricing-heading { grid-template-columns: 1fr; }.pricing-security { justify-self: start; }.plans-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.plan-sales-card:last-child { grid-column: 1/-1; }.suite-workbench { grid-template-columns: 1fr; }.suite-summary { position: static; }.suite-module-list { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 760px) { .pricing-live-bar { grid-template-columns: 1fr; gap: 6px; padding-block: 13px; }.pricing-live-bar strong { display: none; }.pricing-live-bar em { justify-self: start; }.plans-grid { grid-template-columns: 1fr; }.plan-sales-card:last-child { grid-column: auto; }.plan-sales-card { min-height: 0; padding: 23px; }.suite-builder { border-radius: 23px; }.suite-builder-head { grid-template-columns: 1fr; padding: 27px 22px; }.suite-reference { justify-items: start; min-width: 0; }.suite-value-table { margin: 13px; padding: 15px; }.suite-table-head { align-items: flex-start; flex-direction: column; }.suite-table-head p { text-align: left; }.suite-workbench { padding: 0 13px 13px; }.suite-options > section { padding: 16px; }.suite-module-list,.suite-limit-grid { grid-template-columns: 1fr; }.sales-assurance { grid-template-columns: 1fr; }.plans-error { grid-template-columns: 40px 1fr; }.plans-error button { grid-column: 1/-1; }.sales-modal { padding: 8px; }.sales-modal-panel { max-height: calc(100vh - 16px); padding: 20px; border-radius: 20px; }.sales-modal-plan { align-items: flex-start; flex-direction: column; }.sales-modal-plan > strong small { display: inline; }.checkout-form-grid { grid-template-columns: 1fr; } }
@media (max-width: 430px) { .pricing-security { min-width: 0; width: 100%; }.plans-loading { align-items: flex-start; min-height: 220px; padding: 30px 20px; }.suite-limit-control { grid-template-columns: 1fr 90px; }.sales-modal-panel { padding: 18px 15px; }.sales-modal-close { top: 12px; right: 12px; }.sales-modal-plan { padding: 17px; } }
