/* DIDAC-SOFT — Sistema visual 2026 */
:root {
    --ink: #111429;
    --ink-soft: #252a46;
    --muted: #68708d;
    --muted-light: #959bb0;
    --line: #e6e7ef;
    --surface: #ffffff;
    --surface-soft: #f6f6fb;
    --surface-warm: #fbfaf8;
    --violet: #6138ee;
    --violet-dark: #4521bd;
    --violet-light: #8a6cff;
    --lilac: #eeeaff;
    --mint: #37c8a4;
    --mint-soft: #def8f0;
    --coral: #ff8068;
    --coral-soft: #fff0ec;
    --navy: #0c1020;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px rgb(17 20 41 / .05), 0 4px 16px rgb(17 20 41 / .04);
    --shadow-md: 0 14px 40px rgb(32 25 72 / .1);
    --shadow-lg: 0 30px 80px rgb(23 16 59 / .16);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 32px;
    --radius-xl: 44px;
    --container: 1220px;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --transition: 300ms var(--ease);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: 'Manrope', sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; }
::selection { color: var(--white); background: var(--violet); }
:focus-visible { outline: 3px solid rgb(97 56 238 / .35); outline-offset: 3px; }
.material-symbols-rounded { font-variation-settings: 'FILL' 0, 'wght' 450, 'GRAD' 0, 'opsz' 24; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.section-sm { padding: 72px 0; }
.surface-soft { background: var(--surface-soft); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: white; background: var(--violet); border-radius: 10px; transform: translateY(-150%); transition: transform var(--transition); }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: fixed; z-index: 200; inset: 0 0 auto; padding: 17px 0; transition: padding var(--transition), background var(--transition), box-shadow var(--transition); }
.site-header::before { content: ''; position: absolute; inset: 0; z-index: -1; background: rgb(255 255 255 / .8); border-bottom: 1px solid transparent; backdrop-filter: blur(0); opacity: 0; transition: var(--transition); }
.site-header.scrolled { padding: 10px 0; }
.site-header.scrolled::before { opacity: 1; border-color: rgb(230 231 239 / .8); backdrop-filter: blur(18px) saturate(140%); box-shadow: 0 8px 30px rgb(16 18 38 / .05); }
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; width: min(100% - 40px, var(--container)); margin-inline: auto; }
.site-logo { position: relative; z-index: 202; display: block; }
.site-logo img { width: auto; height: 44px; object-fit: contain; transition: height var(--transition); }
.site-header.scrolled .site-logo img { height: 38px; }
.nav-menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 6px; list-style: none; border: 1px solid rgb(230 231 239 / .78); border-radius: 999px; background: rgb(255 255 255 / .72); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.nav-menu a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 40px; padding: 8px 16px; color: #4f5572; border-radius: 999px; font-size: .88rem; font-weight: 700; transition: var(--transition); }
.nav-menu a:hover, .nav-menu a.active { color: var(--ink); background: var(--surface-soft); }
.nav-menu a.active { box-shadow: inset 0 0 0 1px rgb(97 56 238 / .08); }
.nav-menu .nav-cta { margin-left: 3px; padding-inline: 18px; color: var(--white); background: var(--ink); }
.nav-menu .nav-cta:hover { color: var(--white); background: var(--violet); transform: translateY(-1px); }
.nav-menu .nav-cta .material-symbols-rounded { font-size: 17px; }
.nav-mobile-contact { display: none; }
.mobile-toggle { position: relative; z-index: 202; display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.mobile-toggle span { position: absolute; left: 12px; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transition: var(--transition); }
.mobile-toggle span:nth-child(1) { top: 14px; }.mobile-toggle span:nth-child(2) { top: 20px; }.mobile-toggle span:nth-child(3) { top: 26px; }
.mobile-toggle.open span:nth-child(1) { top: 20px; transform: rotate(45deg); }.mobile-toggle.open span:nth-child(2) { opacity: 0; }.mobile-toggle.open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
.menu-backdrop { position: fixed; z-index: 190; inset: 0; background: rgb(12 16 32 / .45); opacity: 0; backdrop-filter: blur(4px); transition: opacity var(--transition); }
.menu-backdrop.visible { opacity: 1; }

/* Common typography and actions */
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); font-size: .76rem; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgb(55 200 164 / .13); }
.section-kicker.light { color: #b9a7ff; }
.section-intro { margin-bottom: 58px; }
.section-intro h2, .page-heading h1 { margin: 12px 0 0; color: var(--ink); font-size: clamp(2.15rem, 4.2vw, 4rem); font-weight: 700; letter-spacing: -.055em; line-height: 1.08; }
.section-intro h2 em, .page-heading h1 em { color: var(--violet); font-style: normal; }
.split-intro { display: grid; grid-template-columns: 1.2fr .65fr; gap: 80px; align-items: end; }
.split-intro p { max-width: 470px; margin: 0 0 6px; color: var(--muted); font-size: 1.03rem; line-height: 1.8; }
.centered { max-width: 760px; margin-right: auto; margin-left: auto; text-align: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform var(--transition), color var(--transition), background var(--transition), box-shadow var(--transition), border-color var(--transition); }
.btn:hover { transform: translateY(-2px); }
.btn .material-symbols-rounded { font-size: 19px; }
.btn-lg { min-height: 56px; padding: 15px 25px; }
.btn-primary, .btn-solid { color: var(--white); background: var(--violet); box-shadow: 0 12px 28px rgb(97 56 238 / .23); }
.btn-primary:hover, .btn-solid:hover { color: var(--white); background: var(--violet-dark); box-shadow: 0 16px 34px rgb(97 56 238 / .3); }
.btn-quiet { color: var(--ink-soft); background: transparent; }
.btn-quiet:hover { background: rgb(255 255 255 / .74); }
.btn-light { color: var(--ink); background: var(--white); }
.btn-light:hover { color: var(--violet); box-shadow: 0 12px 30px rgb(0 0 0 / .14); }
.btn-white { color: var(--violet-dark); background: var(--white); box-shadow: 0 15px 40px rgb(21 10 63 / .22); }
.btn-white:hover { color: var(--ink); }
.btn-outline { color: var(--violet); border-color: #cbc5e8; background: transparent; }
.btn-outline:hover { color: var(--violet-dark); border-color: var(--violet); background: var(--lilac); }
.text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--ink); font-size: .86rem; font-weight: 800; }
.text-link .material-symbols-rounded { font-size: 18px; transition: transform var(--transition); }
.text-link:hover { color: var(--violet); }.text-link:hover .material-symbols-rounded { transform: translateX(4px); }

/* Home hero */
.home-hero { position: relative; min-height: 850px; padding: 146px 0 90px; overflow: hidden; background: radial-gradient(circle at 70% 20%, #f2efff 0, transparent 31%), linear-gradient(145deg, #fbfbfe 0%, #f6f5fc 55%, #f9fafc 100%); }
.hero-aurora { position: absolute; top: -180px; left: -160px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgb(138 108 255 / .16), transparent 67%); filter: blur(5px); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgb(97 56 238 / .045) 1px, transparent 1px), linear-gradient(90deg, rgb(97 56 238 / .045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 42%, transparent); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 48px; align-items: center; }
.home-hero-copy { position: relative; z-index: 2; padding-top: 22px; }
.home-hero h1 { max-width: 650px; margin: 22px 0 24px; color: var(--ink); font-size: clamp(3.35rem, 5.5vw, 5.75rem); font-weight: 700; letter-spacing: -.072em; line-height: .98; }
.home-hero h1 em { position: relative; color: var(--violet); font-style: normal; }
.home-hero h1 em::after { content: ''; position: absolute; right: 0; bottom: -6px; left: 0; height: 7px; border-radius: 50%; background: var(--mint); clip-path: polygon(0 45%, 100% 0, 98% 65%, 3% 100%); opacity: .82; }
.home-hero-copy > p { max-width: 575px; margin: 0 0 32px; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.play-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 16px!important; }
.hero-proof { display: flex; gap: 0; margin-top: 47px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; min-width: 120px; padding: 0 22px; border-right: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; }.hero-proof div:last-child { border: 0; }
.hero-proof strong { color: var(--ink); font-size: 1.2rem; letter-spacing: -.04em; }.hero-proof span { max-width: 118px; color: var(--muted-light); font-size: .68rem; line-height: 1.45; }
.hero-visual { --rx: 0deg; --ry: 0deg; position: relative; z-index: 1; margin-right: -8vw; perspective: 1200px; transform: rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform 180ms ease-out; }
.visual-glow { position: absolute; z-index: -1; inset: 10% 12% -4%; border-radius: 50%; background: var(--violet); opacity: .18; filter: blur(80px); }
.app-window { overflow: hidden; width: 760px; max-width: 100%; border: 1px solid rgb(255 255 255 / .8); border-radius: 24px; background: #fbfbfd; box-shadow: 0 45px 100px rgb(39 23 97 / .22), 0 8px 28px rgb(38 30 76 / .09); transform: rotateY(-3deg) rotateX(1deg); }
.app-topbar { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 16px; color: #a0a4b4; border-bottom: 1px solid #ebeaf0; background: rgb(255 255 255 / .8); }
.app-topbar > .material-symbols-rounded { font-size: 18px; }
.app-dots { display: flex; gap: 5px; }.app-dots span { width: 7px; height: 7px; border-radius: 50%; background: #dedde5; }.app-dots span:first-child { background: #ff8b78; }.app-dots span:nth-child(2) { background: #f5c95c; }.app-dots span:nth-child(3) { background: #52cda6; }
.app-address { width: 190px; padding: 5px 12px; color: #979aaa; border-radius: 6px; background: #f3f3f6; font-size: .56rem; text-align: center; }
.app-layout { display: grid; grid-template-columns: 60px 1fr; min-height: 440px; }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 18px 0; color: #a8aabc; border-right: 1px solid #ecebf1; background: white; }
.app-sidebar .app-mark { display: grid; place-items: center; width: 29px; height: 29px; margin-bottom: 12px; color: white; border-radius: 9px; background: var(--violet); font-size: 1rem; font-weight: 800; }
.app-sidebar .material-symbols-rounded { font-size: 19px; }.app-sidebar .active { position: relative; color: var(--violet); }.app-sidebar .active::before { content: ''; position: absolute; inset: -8px; z-index: -1; border-radius: 8px; background: var(--lilac); }
.app-main { padding: 30px 30px 26px; }
.app-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }.app-heading small { color: #979bac; font-size: .62rem; }.app-heading h2 { margin: 2px 0 0; color: #24263b; font-size: 1.35rem; letter-spacing: -.04em; }.app-heading button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #e9e8ef; border-radius: 50%; background: white; }.app-heading button span { font-size: 17px; }
.app-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.app-stats > div { display: grid; grid-template-columns: auto 1fr; gap: 3px 9px; padding: 13px; border: 1px solid #ecebf2; border-radius: 12px; background: white; box-shadow: 0 5px 13px rgb(36 32 65 / .035); }.stat-icon { grid-row: span 2; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; font-size: 16px!important; }.stat-icon.lilac { color: var(--violet); background: var(--lilac); }.stat-icon.mint { color: #169a79; background: var(--mint-soft); }.stat-icon.coral { color: #dc654e; background: var(--coral-soft); }
.app-stats small { align-self: end; color: #9497aa; font-size: .51rem; white-space: nowrap; }.app-stats strong { color: #292b40; font-size: .95rem; line-height: 1.1; }.app-stats i { grid-column: 1 / -1; margin-top: 6px; color: #75a998; font-size: .48rem; font-style: normal; }
.app-panels { display: grid; grid-template-columns: 1.6fr .8fr; gap: 12px; margin-top: 13px; }.chart-panel, .progress-panel { min-height: 190px; padding: 17px; border: 1px solid #ecebf2; border-radius: 12px; background: white; }.panel-title { display: flex; align-items: center; justify-content: space-between; }.panel-title strong { color: #33354b; font-size: .66rem; }.panel-title span { color: #a3a6b5; font-size: .5rem; }
.chart-bars { display: flex; align-items: end; justify-content: space-around; height: 125px; margin-top: 10px; padding-top: 15px; border-bottom: 1px solid #eeedf2; background: repeating-linear-gradient(to bottom, #f3f2f6 0 1px, transparent 1px 31px); }.chart-bars i { width: 16px; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(to top, var(--violet), #9c84ff); }
.progress-panel { text-align: center; }.progress-ring { display: grid; place-items: center; width: 87px; height: 87px; margin: 22px auto 10px; border-radius: 50%; background: conic-gradient(var(--mint) 0 82%, #eff0f4 82%); position: relative; }.progress-ring::after { content: ''; position: absolute; inset: 9px; border-radius: 50%; background: white; }.progress-ring span { position: relative; z-index: 1; color: #292b40; font-size: 1.3rem; font-weight: 800; }.progress-ring small { font-size: .6rem; }.progress-panel p { margin: 0; color: #8c91a4; font-size: .55rem; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgb(255 255 255 / .9); border-radius: 13px; background: rgb(255 255 255 / .9); box-shadow: 0 14px 38px rgb(34 25 74 / .16); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }.note-one { right: 2%; bottom: 3%; }.note-one > span { color: var(--mint); font-variation-settings: 'FILL' 1; }.floating-note strong, .floating-note small { display: block; }.floating-note strong { color: #303248; font-size: .63rem; }.floating-note small { color: #9296a8; font-size: .48rem; }.note-two { top: 15%; left: -6%; flex-direction: column; align-items: flex-start; animation-delay: -2.5s; }.avatar-stack { display: flex; }.avatar-stack span { display: grid; place-items: center; width: 27px; height: 27px; margin-right: -6px; color: white; border: 2px solid white; border-radius: 50%; background: var(--violet); font-size: .42rem; font-weight: 800; }.avatar-stack span:nth-child(2) { background: var(--coral); }.avatar-stack span:nth-child(3) { color: var(--ink); background: var(--mint-soft); }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-8px) } }
.hero-scroll-hint { position: absolute; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 9px; color: #969aaa; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); }.hero-scroll-hint span { width: 22px; height: 34px; border: 1px solid #cacbd5; border-radius: 20px; }.hero-scroll-hint span::after { content: ''; display: block; width: 3px; height: 6px; margin: 7px auto; border-radius: 3px; background: var(--violet); animation: scrollDot 1.6s infinite; }@keyframes scrollDot { to { transform: translateY(10px); opacity: 0; } }

/* Trust and solutions */
.trust-strip { padding: 23px 0; border-block: 1px solid var(--line); background: white; }.trust-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .7rem; font-weight: 700; }.trust-strip-inner > span { color: var(--muted-light); letter-spacing: .08em; text-transform: uppercase; }.trust-strip-inner div { display: flex; align-items: center; gap: 7px; white-space: nowrap; }.trust-strip-inner i { color: var(--violet); font-size: 18px; font-style: normal; }
.solutions-section { background: var(--surface); }.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }.product-card { --tone: #ebe6ff; --tone-accent: #6d46ed; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 310px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }.product-card:hover { border-color: rgb(97 56 238 / .16); box-shadow: var(--shadow-md); transform: translateY(-6px); }.product-tone-2 { --tone: #e4f8f2; --tone-accent: #1ca27e; }.product-tone-3 { --tone: #fff0eb; --tone-accent: #e86f59; }.product-tone-4 { --tone: #e8f4ff; --tone-accent: #3987cd; }.product-tone-5 { --tone: #f4eafe; --tone-accent: #9b52c8; }
.product-visual { position: relative; display: flex; align-items: center; min-height: 100%; overflow: hidden; background: linear-gradient(145deg, white, var(--tone)); }.product-visual::after { content: ''; position: absolute; inset: auto -30% -37% 5%; height: 60%; border-radius: 50%; background: var(--tone-accent); opacity: .14; filter: blur(25px); }.product-visual img { position: relative; z-index: 1; width: 118%; max-width: none; margin-left: 8%; filter: drop-shadow(0 18px 20px rgb(28 24 53 / .13)); transition: transform 600ms var(--ease); }.product-card:hover .product-visual img { transform: translateY(-5px) scale(1.035); }.product-card-body { display: flex; flex-direction: column; padding: 30px 29px 28px; }.product-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }.product-meta > span { display: grid; place-items: center; width: 39px; height: 39px; color: var(--tone-accent); border-radius: 11px; background: var(--tone); font-size: 20px; }.product-meta small { color: #a0a3b3; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.product-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 1.12rem; letter-spacing: -.03em; line-height: 1.3; }.product-card h3 a:hover { color: var(--violet); }.product-card p { flex: 1; margin: 0 0 21px; color: var(--muted); font-size: .82rem; line-height: 1.68; }

/* Method and human */
.method-section { position: relative; overflow: hidden; color: white; background: var(--navy); }.method-section::before { content: ''; position: absolute; top: -30%; left: 32%; width: 600px; height: 600px; border-radius: 50%; background: rgb(97 56 238 / .18); filter: blur(100px); }.method-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.method-copy h2 { max-width: 580px; margin: 16px 0 24px; color: white; font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.055em; line-height: 1.08; }.method-copy h2 em { color: #a58eff; font-style: normal; }.method-copy p { max-width: 530px; margin: 0 0 33px; color: #a9aec2; line-height: 1.85; }.method-steps { margin: 0; padding: 0; list-style: none; }.method-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid rgb(255 255 255 / .1); }.method-steps li:first-child { padding-top: 0; }.method-steps > li > span { display: grid; place-items: center; width: 48px; height: 48px; color: #c9bbff; border: 1px solid rgb(165 142 255 / .3); border-radius: 50%; background: rgb(97 56 238 / .16); font-size: .7rem; font-weight: 800; }.method-steps h3 { margin: 1px 0 5px; color: white; font-size: 1.05rem; }.method-steps p { margin: 0; color: #8f95ac; font-size: .84rem; line-height: 1.7; }
.human-section { background: var(--surface-warm); }.human-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.human-visual { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(145deg, #ddd5ff, #f1effb 55%, #d9f5ed); }.human-pattern { position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(rgb(97 56 238 / .2) 1.5px, transparent 1.5px); background-size: 22px 22px; mask-image: linear-gradient(135deg, black, transparent 60%); }.human-card-main { position: absolute; z-index: 2; top: 20%; right: 10%; left: 10%; padding: 36px; border: 1px solid rgb(255 255 255 / .8); border-radius: 26px; background: rgb(255 255 255 / .83); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }.human-card-main > span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 42px; color: var(--violet); border-radius: 16px; background: var(--lilac); font-size: 28px; }.human-card-main strong { display: block; margin-bottom: 7px; font-size: 1.35rem; letter-spacing: -.04em; }.human-card-main p { max-width: 380px; margin: 0; color: var(--muted); font-size: .88rem; }.human-card-small { position: absolute; z-index: 3; right: 4%; bottom: 7%; display: flex; flex-direction: column; width: 170px; padding: 19px; border-radius: 18px; background: var(--ink); box-shadow: var(--shadow-md); }.human-card-small strong { color: white; font-size: 1.8rem; letter-spacing: -.05em; }.human-card-small span { color: #a9adc1; font-size: .64rem; }.human-copy h2 { margin: 16px 0 24px; color: var(--ink); font-size: clamp(2.2rem, 3.6vw, 3.55rem); letter-spacing: -.055em; line-height: 1.12; }.human-copy > p { margin: 0 0 27px; color: var(--muted); line-height: 1.85; }.human-copy blockquote { margin: 0 0 30px; padding: 2px 0 2px 24px; color: var(--ink-soft); border-left: 3px solid var(--mint); font-size: .95rem; font-weight: 700; line-height: 1.7; }

/* Clients and CTA */
.clients-section { overflow: hidden; }.clients-track-wrapper { position: relative; padding: 12px 0; overflow: hidden; }.clients-track-wrapper::before, .clients-track-wrapper::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; width: 120px; pointer-events: none; }.clients-track-wrapper::before { left: 0; background: linear-gradient(to right, white, transparent); }.clients-track-wrapper::after { right: 0; background: linear-gradient(to left, white, transparent); }.clients-track { display: flex; align-items: center; gap: 60px; width: max-content; animation: clientScroll 42s linear infinite; }.clients-track:hover { animation-play-state: paused; }.client-item { display: grid; place-items: center; flex: 0 0 150px; height: 80px; }.client-item img { width: auto; max-width: 140px; height: 50px; object-fit: contain; filter: grayscale(1); opacity: .48; transition: var(--transition); }.client-item:hover img { filter: grayscale(0); opacity: 1; }.client-item:first-child img { filter: grayscale(1); }@keyframes clientScroll { to { transform: translateX(calc(-50% - 30px)); } }
.final-cta-section { padding-top: 20px; background: white; }.final-cta { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 60px; overflow: hidden; padding: 70px 72px; color: white; border-radius: var(--radius-xl); background: linear-gradient(125deg, #4120ad, #6842ef 55%, #7551f3); box-shadow: 0 30px 70px rgb(66 33 173 / .22); }.final-cta::before { content: ''; position: absolute; top: -90%; right: 20%; width: 550px; height: 550px; border: 1px solid rgb(255 255 255 / .12); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / .03), 0 0 0 140px rgb(255 255 255 / .025); }.final-cta > * { position: relative; }.final-cta h2 { margin: 13px 0 15px; font-size: clamp(2.4rem, 4vw, 3.8rem); letter-spacing: -.06em; line-height: 1.08; }.final-cta h2 em { color: #c9bcff; font-style: normal; }.final-cta p { max-width: 570px; margin: 0; color: #d9d2f5; }.final-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 0 0 auto; }.final-cta-actions small { color: #c8bdea; font-size: .62rem; }

/* Interior page hero */
.page-hero, .detail-hero { position: relative; overflow: hidden; padding: 170px 0 88px; color: white; background: var(--navy); }.page-hero::before, .detail-hero::before { content: ''; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle at 77% 25%, var(--violet) 0, transparent 26%), linear-gradient(rgb(255 255 255 / .035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .035) 1px, transparent 1px); background-size: auto, 66px 66px, 66px 66px; }.page-hero .container, .detail-hero .container { position: relative; }.page-heading { max-width: 780px; }.page-heading .section-kicker { color: #b9a8ff; }.page-heading h1, .detail-hero h1 { color: white; }.page-heading p, .detail-hero-tagline { max-width: 660px; margin: 22px 0 0; color: #b1b6c9; font-size: 1.08rem; line-height: 1.8; }
.detail-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; color: #969caf; font-size: .71rem; font-weight: 700; }.breadcrumb a:hover { color: white; }.breadcrumb .material-symbols-rounded { font-size: 15px; }.detail-hero-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 22px; color: #c3b3ff; border: 1px solid rgb(195 179 255 / .22); border-radius: 15px; background: rgb(97 56 238 / .2); }.detail-hero-icon .material-symbols-rounded { font-size: 27px; }.detail-hero h1 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.06em; line-height: 1.03; }.detail-hero-actions { display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap; }.detail-visual { position: relative; }.detail-visual::before { content: ''; position: absolute; inset: 15%; border-radius: 50%; background: var(--violet); opacity: .24; filter: blur(65px); }.detail-visual-frame { position: relative; overflow: hidden; border: 1px solid rgb(255 255 255 / .13); border-radius: 28px; background: linear-gradient(145deg, rgb(255 255 255 / .12), rgb(255 255 255 / .03)); box-shadow: 0 30px 70px rgb(0 0 0 / .3); backdrop-filter: blur(10px); }.detail-visual-frame img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

/* Product detail */
.detail-section { padding: 110px 0; }.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }.detail-copy { position: sticky; top: 115px; }.detail-copy h2, .feature-column h2 { margin: 13px 0 20px; color: var(--ink); font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.05em; line-height: 1.13; }.detail-description { margin: 0 0 30px; color: var(--muted); font-size: 1.03rem; line-height: 1.88; }.micro-proof { display: flex; gap: 20px; margin: 28px 0; padding: 20px 0; border-block: 1px solid var(--line); }.micro-proof div { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .69rem; font-weight: 700; }.micro-proof span { color: var(--mint); font-size: 18px; }.features-grid { display: grid; gap: 10px; }.feature-item { display: flex; align-items: flex-start; gap: 13px; padding: 17px 18px; border: 1px solid transparent; border-radius: 14px; background: var(--surface-soft); transition: var(--transition); }.feature-item:hover { border-color: var(--line); background: white; box-shadow: var(--shadow-sm); transform: translateX(4px); }.feature-item .material-symbols-rounded { flex: 0 0 auto; margin-top: 2px; color: var(--mint); font-size: 20px; font-variation-settings: 'FILL' 1; }.feature-item > span:last-child { color: var(--ink-soft); font-size: .86rem; line-height: 1.6; }
.benefits-section { background: var(--surface-soft); }.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.benefit-card { padding: 31px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: var(--transition); }.benefit-card:hover { border-color: rgb(97 56 238 / .22); box-shadow: var(--shadow-md); transform: translateY(-5px); }.benefit-card > .material-symbols-rounded { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 36px; color: var(--violet); border-radius: 13px; background: var(--lilac); }.benefit-card h3, .benefit-card h4 { margin: 0 0 7px; font-size: .98rem; }.benefit-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }.other-products { background: white; }.other-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.mini-product { display: flex; align-items: center; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; transition: var(--transition); }.mini-product:hover { border-color: rgb(97 56 238 / .25); box-shadow: var(--shadow-sm); transform: translateY(-3px); }.mini-product > span:first-child { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; color: var(--violet); border-radius: 12px; background: var(--lilac); }.mini-product strong { display: block; color: var(--ink); font-size: .82rem; line-height: 1.35; }.mini-product small { color: var(--muted-light); font-size: .63rem; }.mini-product > span:last-child { margin-left: auto; color: var(--muted-light); font-size: 18px; }

/* About */
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }.story-aside { position: sticky; top: 115px; }.story-aside h2 { margin: 12px 0 22px; font-size: clamp(2.3rem, 4vw, 3.7rem); letter-spacing: -.06em; line-height: 1.1; }.story-aside h2 em { color: var(--violet); font-style: normal; }.story-aside p { color: var(--muted); line-height: 1.85; }.story-timeline { display: grid; gap: 14px; }.timeline-card { position: relative; padding: 29px 30px 29px 85px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }.timeline-card > span { position: absolute; top: 28px; left: 27px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--violet); border-radius: 50%; background: var(--lilac); font-size: .7rem; font-weight: 800; }.timeline-card h3 { margin: 0 0 7px; font-size: 1rem; }.timeline-card p { margin: 0; color: var(--muted); font-size: .83rem; }.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }.value-card { min-height: 270px; padding: 30px; border-radius: var(--radius); background: white; }.value-card .material-symbols-rounded { color: var(--violet); font-size: 30px; }.value-card span.number { float: right; color: #c9cbd6; font-size: .65rem; font-weight: 800; }.value-card h3 { margin: 80px 0 8px; }.value-card p { margin: 0; color: var(--muted); font-size: .8rem; }.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; }.about-stat { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: white; }.about-stat .number { color: var(--violet); font-size: 1.75rem; font-weight: 800; letter-spacing: -.05em; }.about-stat .label { color: var(--muted); font-size: .7rem; }

/* Contact */
.contact-section { background: var(--surface-soft); }.contact-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 35px; align-items: start; }.contact-panel, .contact-info-card { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }.contact-panel-head { margin-bottom: 30px; }.contact-panel-head h2 { margin: 0 0 8px; font-size: 1.7rem; letter-spacing: -.04em; }.contact-panel-head p { margin: 0; color: var(--muted); font-size: .85rem; }.contact-form { display: flex; flex-direction: column; gap: 18px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form-group { display: flex; flex-direction: column; gap: 7px; }.form-group label { color: var(--ink-soft); font-size: .75rem; font-weight: 800; }.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px 15px; color: var(--ink); border: 1px solid #dddfe8; border-radius: 12px; outline: 0; background: #fbfbfd; font-size: .87rem; transition: var(--transition); }.form-group textarea { min-height: 135px; resize: vertical; }.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--violet); background: white; box-shadow: 0 0 0 4px rgb(97 56 238 / .08); }.form-group input::placeholder, .form-group textarea::placeholder { color: #afb1bf; }.honeypot { position: absolute!important; left: -9999px!important; }.contact-info-card { position: sticky; top: 110px; color: white; border: 0; background: var(--navy); box-shadow: var(--shadow-md); }.contact-info-card h3 { margin: 0 0 7px; font-size: 1.3rem; }.contact-info-card > p { margin: 0 0 25px; color: #979db2; font-size: .82rem; }.contact-info-item { display: flex; align-items: flex-start; gap: 13px; padding: 17px 0; border-top: 1px solid rgb(255 255 255 / .1); }.contact-info-item > .material-symbols-rounded { color: #ac99ff; font-size: 21px; }.contact-info-item div { display: flex; flex-direction: column; }.contact-info-item strong { font-size: .68rem; }.contact-info-item a, .contact-info-item div > span { color: #aeb3c5; font-size: .78rem; }.contact-info-item a:hover { color: white; }.form-success { padding: 45px 25px; text-align: center; }.form-success > .material-symbols-rounded { color: var(--mint); font-size: 55px; font-variation-settings: 'FILL' 1; }.form-success h3 { margin: 13px 0 6px; }.form-success p { margin: 0 0 22px; color: var(--muted); }.form-error-msg { display: flex; gap: 10px; margin-bottom: 20px; padding: 13px 15px; color: #8f372a; border: 1px solid #f2c4bc; border-radius: 12px; background: #fff4f1; }.form-error-msg p { margin: 0; font-size: .78rem; }

/* Legal and 404 */
.legal-wrap { width: min(100% - 40px, 850px); margin: 0 auto; }.legal-content { padding: 50px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-sm); }.legal-content h2 { margin: 40px 0 12px; color: var(--ink); font-size: 1.12rem; }.legal-content h2:first-child { margin-top: 0; }.legal-content p, .legal-content li { color: var(--muted); font-size: .86rem; line-height: 1.85; }.legal-content ul { padding-left: 20px; }.legal-updated { margin-top: 35px!important; color: var(--muted-light)!important; font-size: .72rem!important; }.not-found { min-height: 82vh; display: grid; place-items: center; padding: 140px 0 70px; text-align: center; background: radial-gradient(circle at 50% 35%, var(--lilac), white 52%); }.not-found-code { color: var(--violet); font-size: clamp(6rem, 18vw, 13rem); font-weight: 800; letter-spacing: -.1em; line-height: .8; opacity: .12; }.not-found h1 { margin: -20px 0 10px; font-size: 2.2rem; letter-spacing: -.05em; }.not-found p { margin: 0 0 28px; color: var(--muted); }

/* Footer and WhatsApp */
.site-footer { position: relative; overflow: hidden; padding: 95px 0 25px; color: white; background: var(--navy); }.footer-orb { position: absolute; border-radius: 50%; filter: blur(100px); }.footer-orb-one { top: -300px; left: 10%; width: 520px; height: 520px; background: rgb(97 56 238 / .22); }.footer-orb-two { right: -200px; bottom: -300px; width: 500px; height: 500px; background: rgb(55 200 164 / .09); }.footer-content { position: relative; }.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 65px; border-bottom: 1px solid rgb(255 255 255 / .1); }.footer-kicker { color: #9582e7; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.footer-intro h2 { margin: 13px 0 0; font-size: clamp(2.3rem, 4vw, 3.7rem); letter-spacing: -.055em; line-height: 1.08; }.footer-talk { display: flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid #7262b8; font-size: .78rem; font-weight: 800; }.footer-talk:hover { color: #b8a5ff; }.footer-talk .material-symbols-rounded { font-size: 20px; }.footer-grid { display: grid; grid-template-columns: 2fr .7fr 1.1fr; gap: 70px; padding: 60px 0; }.footer-logo { width: 190px; height: auto; filter: brightness(0) invert(1); opacity: .9; }.footer-brand p { max-width: 370px; margin: 22px 0; color: #8f95a9; font-size: .8rem; line-height: 1.8; }.footer-social { display: flex; gap: 8px; }.footer-social a { display: grid; place-items: center; width: 35px; height: 35px; color: #a8adc0; border: 1px solid rgb(255 255 255 / .12); border-radius: 50%; font-size: .61rem; font-weight: 800; text-transform: uppercase; }.footer-social a:hover { color: white; border-color: var(--violet-light); background: var(--violet); }.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-col h3 { margin: 0 0 11px; color: white; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }.footer-col a, .footer-col > span { color: #8f95aa; font-size: .75rem; }.footer-col a:hover { color: white; transform: translateX(3px); }.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; color: #686f86; border-top: 1px solid rgb(255 255 255 / .08); font-size: .65rem; }.footer-bottom div { display: flex; gap: 22px; }.footer-bottom a:hover { color: white; }
.wa-fab { position: fixed; z-index: 120; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; min-height: 49px; padding: 10px 16px 10px 13px; color: white; border-radius: 999px; background: #1fbf70; box-shadow: 0 13px 35px rgb(31 191 112 / .35); transition: var(--transition); }.wa-fab:hover { color: white; background: #18a961; transform: translateY(-3px); }.wa-fab svg { width: 23px; height: 23px; }.wa-label { font-size: .7rem; font-weight: 800; }.wa-pulse { position: absolute; inset: 0; z-index: -1; border-radius: inherit; box-shadow: 0 0 0 0 rgb(31 191 112 / .35); animation: waPulse 2.4s infinite; }@keyframes waPulse { 70%,100% { box-shadow: 0 0 0 14px transparent; } }

/* Reveal */
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 750ms var(--ease) var(--delay, 0ms), transform 750ms var(--ease) var(--delay, 0ms); }.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1100px) {
    .home-hero { min-height: auto; padding-bottom: 105px; }.home-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 25px; }.home-hero h1 { font-size: clamp(3rem, 6vw, 4.8rem); }.hero-visual { margin-right: -23vw; }.app-window { width: 700px; }.hero-proof div { padding-inline: 14px; }.product-card { grid-template-columns: 1fr; }.product-visual { min-height: 210px; }.product-visual img { width: 75%; margin: 0 auto; }.method-grid, .human-grid { gap: 55px; }.detail-hero-grid { gap: 40px; }.benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
    .section { padding: 85px 0; }.mobile-toggle { display: block; }.site-header::before { opacity: 1; backdrop-filter: blur(18px); }.js .nav-menu { position: fixed; z-index: 201; top: 0; right: 0; display: flex; visibility: hidden; align-items: stretch; flex-direction: column; gap: 3px; width: min(88vw, 360px); height: 100dvh; padding: 105px 25px 30px; border: 0; border-radius: 0; background: white; box-shadow: -20px 0 60px rgb(12 16 32 / .2); transform: translateX(105%); transition: transform 420ms var(--ease), visibility 420ms; }.js .nav-menu.open { visibility: visible; transform: none; }.nav-menu a { justify-content: flex-start; min-height: 49px; padding-inline: 15px; font-size: 1rem; }.nav-menu .nav-cta { justify-content: center; margin: auto 0 0; }.nav-mobile-contact { display: block; }.no-js .site-header { position: relative; }.no-js .header-inner { align-items: flex-start; flex-direction: column; gap: 14px; }.no-js .mobile-toggle { display: none; }.no-js .site-nav, .no-js .nav-menu { width: 100%; }.no-js .nav-menu { justify-content: center; flex-wrap: wrap; border-radius: 18px; }
    .home-hero-grid { grid-template-columns: 1fr; }.home-hero-copy { max-width: 680px; }.hero-visual { width: 760px; max-width: 110%; margin: 35px auto 0; }.home-hero { padding-top: 135px; }.hero-scroll-hint { display: none; }.trust-strip-inner { flex-wrap: wrap; justify-content: center; }.trust-strip-inner > span { flex-basis: 100%; text-align: center; }.split-intro { grid-template-columns: 1fr; gap: 22px; }.products-grid { grid-template-columns: 1fr; }.product-card { grid-template-columns: .8fr 1.2fr; }.method-grid, .human-grid, .story-grid, .contact-grid, .detail-grid, .detail-hero-grid { grid-template-columns: 1fr; }.method-grid { gap: 65px; }.human-grid { gap: 50px; }.human-visual { min-height: 470px; }.detail-visual { max-width: 660px; }.detail-copy, .story-aside, .contact-info-card { position: static; }.detail-grid { gap: 60px; }.values-grid { grid-template-columns: repeat(2, 1fr); }.other-products-grid { grid-template-columns: 1fr; }.final-cta { align-items: flex-start; flex-direction: column; padding: 55px 45px; }.footer-grid { grid-template-columns: 1.5fr 1fr; }.footer-contact { grid-column: 1 / -1; }.footer-top { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
    :root { --radius-lg: 24px; --radius-xl: 28px; }.container, .header-inner { width: min(100% - 30px, var(--container)); }.section { padding: 70px 0; }.section-sm { padding: 55px 0; }.site-logo img { height: 35px; }.home-hero { padding: 122px 0 70px; }.home-hero h1 { margin-top: 17px; font-size: clamp(2.85rem, 15vw, 4.2rem); }.home-hero-copy > p { font-size: .96rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-proof { justify-content: space-between; margin-top: 36px; }.hero-proof div { min-width: 0; padding-inline: 10px; }.hero-proof strong { font-size: .95rem; }.hero-proof span { font-size: .56rem; }.hero-visual { width: 650px; max-width: 142%; margin-left: -5%; }.app-window { border-radius: 16px; }.app-layout { grid-template-columns: 42px 1fr; min-height: 330px; }.app-sidebar { gap: 15px; }.app-sidebar .material-symbols-rounded { font-size: 15px; }.app-main { padding: 18px 14px; }.app-stats > div:nth-child(3), .progress-panel { display: none; }.app-stats { grid-template-columns: 1fr 1fr; }.app-panels { grid-template-columns: 1fr; }.chart-panel { min-height: 145px; }.chart-bars { height: 85px; }.note-two { left: 1%; }.note-one { right: 3%; }.trust-strip-inner { display: grid; grid-template-columns: 1fr 1fr; }.trust-strip-inner > span { grid-column: 1 / -1; }.trust-strip-inner div { justify-content: center; font-size: .62rem; }.section-intro { margin-bottom: 38px; }.section-intro h2 { font-size: 2.25rem; }.product-card { grid-template-columns: 1fr; }.product-visual { min-height: 205px; }.product-card-body { padding: 25px 23px; }.product-visual img { width: 72%; }.method-copy h2, .human-copy h2 { font-size: 2.25rem; }.method-steps li { grid-template-columns: 48px 1fr; gap: 15px; }.human-visual { min-height: 400px; }.human-card-main { top: 12%; right: 6%; left: 6%; padding: 27px; }.human-card-main > span { margin-bottom: 30px; }.human-card-small { right: 3%; bottom: 4%; }.clients-track-wrapper::before, .clients-track-wrapper::after { width: 40px; }.final-cta { gap: 35px; padding: 42px 25px; }.final-cta h2 { font-size: 2.3rem; }.final-cta-actions { width: 100%; }.final-cta-actions .btn { width: 100%; }.page-hero, .detail-hero { padding: 135px 0 65px; }.detail-hero h1 { font-size: 2.75rem; }.detail-hero-tagline { font-size: .95rem; }.detail-hero-actions { align-items: stretch; flex-direction: column; }.detail-hero-actions .btn { width: 100%; }.detail-section { padding: 75px 0; }.benefits-grid, .values-grid, .about-stats { grid-template-columns: 1fr; }.micro-proof { align-items: flex-start; flex-direction: column; gap: 9px; }.contact-panel, .contact-info-card, .legal-content { padding: 27px 22px; }.form-row { grid-template-columns: 1fr; }.footer-top { padding-bottom: 45px; }.footer-intro h2 { font-size: 2.3rem; }.footer-grid { grid-template-columns: 1fr; gap: 40px; padding: 45px 0; }.footer-contact { grid-column: auto; }.footer-bottom { flex-direction: column; }.wa-fab { right: 14px; bottom: 14px; padding-right: 13px; }.wa-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }.clients-track { animation: none; }.js [data-reveal] { opacity: 1; transform: none; }
}


/* Product hero carousel */
.site-header:not(.scrolled)::before { opacity: .94; border-color: rgb(230 231 239 / .68); backdrop-filter: blur(18px) saturate(140%); }
.product-hero-carousel { --hero-accent: #8a6cff; --hero-accent-soft: #c7bbff; position: relative; min-height: 850px; overflow: hidden; color: white; background: #111429; isolation: isolate; }
.product-hero-track { position: relative; min-height: 850px; }
.product-hero-slide { position: absolute; inset: 0; visibility: hidden; overflow: hidden; opacity: 0; pointer-events: none; background: radial-gradient(circle at 78% 24%, var(--hero-glow, rgb(97 56 238 / .55)), transparent 30%), linear-gradient(125deg, var(--hero-from, #111429), var(--hero-to, #30206c)); transform: scale(1.025); transition: opacity 700ms var(--ease), transform 1100ms var(--ease), visibility 700ms; }
.product-hero-slide.is-active { visibility: visible; z-index: 2; opacity: 1; pointer-events: auto; transform: scale(1); }
.product-hero-theme-1 { --hero-from: #111429; --hero-to: #362078; --hero-glow: rgb(106 67 239 / .55); --hero-accent: #9b83ff; --hero-accent-soft: #d1c8ff; }
.product-hero-theme-2 { --hero-from: #0d2020; --hero-to: #124d43; --hero-glow: rgb(55 200 164 / .4); --hero-accent: #4ed7b4; --hero-accent-soft: #bdf4e5; }
.product-hero-theme-3 { --hero-from: #251721; --hero-to: #73382f; --hero-glow: rgb(255 128 104 / .42); --hero-accent: #ff927d; --hero-accent-soft: #ffd1c8; }
.product-hero-theme-4 { --hero-from: #101b2c; --hero-to: #174b77; --hero-glow: rgb(57 135 205 / .48); --hero-accent: #64afea; --hero-accent-soft: #c9e7ff; }
.product-hero-theme-5 { --hero-from: #1b1425; --hero-to: #57246e; --hero-glow: rgb(155 82 200 / .46); --hero-accent: #c076e8; --hero-accent-soft: #eacbfa; }
.product-hero-orb { position: absolute; border: 1px solid rgb(255 255 255 / .08); border-radius: 50%; pointer-events: none; }
.product-hero-orb-one { top: -390px; right: -210px; width: 820px; height: 820px; box-shadow: 0 0 0 90px rgb(255 255 255 / .025), 0 0 0 180px rgb(255 255 255 / .018); }
.product-hero-orb-two { bottom: -390px; left: -250px; width: 650px; height: 650px; box-shadow: 0 0 0 75px rgb(255 255 255 / .018); }
.product-hero-mesh { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgb(255 255 255 / .04) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .04) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 48%, black); }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; min-height: 850px; padding-top: 128px; padding-bottom: 125px; }
.product-hero-copy { max-width: 650px; opacity: 0; transform: translateY(25px); transition: opacity 600ms var(--ease) 160ms, transform 700ms var(--ease) 160ms; }
.product-hero-slide.is-active .product-hero-copy { opacity: 1; transform: none; }
.product-hero-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 23px; color: var(--hero-accent-soft); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-hero-icon { display: grid; place-items: center; width: 38px; height: 38px; color: white; border: 1px solid rgb(255 255 255 / .18); border-radius: 11px; background: rgb(255 255 255 / .1); font-size: 20px; backdrop-filter: blur(8px); }
.product-hero-copy h1, .product-hero-copy h2 { max-width: 690px; margin: 0 0 21px; color: white; font-size: clamp(3rem, 5.1vw, 5.35rem); font-weight: 700; letter-spacing: -.07em; line-height: .99; text-wrap: balance; }
.product-hero-copy > p { max-width: 590px; margin: 0 0 30px; color: rgb(255 255 255 / .7); font-size: 1.06rem; line-height: 1.75; }
.product-hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.product-hero-secondary { display: inline-flex; align-items: center; gap: 8px; color: white; border-bottom: 1px solid rgb(255 255 255 / .35); font-size: .78rem; font-weight: 800; line-height: 2.2; }
.product-hero-secondary:hover { color: var(--hero-accent-soft); border-color: var(--hero-accent); }
.product-hero-secondary .material-symbols-rounded { font-size: 17px; transition: transform var(--transition); }
.product-hero-secondary:hover .material-symbols-rounded { transform: translateX(4px); }
.product-hero-features { display: flex; gap: 18px; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid rgb(255 255 255 / .12); list-style: none; }
.product-hero-features li { display: flex; align-items: flex-start; gap: 7px; max-width: 170px; color: rgb(255 255 255 / .62); font-size: .62rem; font-weight: 600; line-height: 1.5; }
.product-hero-features .material-symbols-rounded { flex: 0 0 auto; margin-top: 1px; color: var(--hero-accent); font-size: 16px; font-variation-settings: 'FILL' 1; }
.product-hero-visual { position: relative; opacity: 0; transform: translateX(45px) rotateY(-3deg); perspective: 1200px; transition: opacity 700ms var(--ease) 260ms, transform 900ms var(--ease) 260ms; }
.product-hero-slide.is-active .product-hero-visual { opacity: 1; transform: none; }
.product-hero-window { position: relative; overflow: hidden; border: 1px solid rgb(255 255 255 / .2); border-radius: 27px; background: rgb(255 255 255 / .1); box-shadow: 0 40px 100px rgb(0 0 0 / .36); transform: rotateY(-2deg) rotateX(1deg); backdrop-filter: blur(13px); }
.product-hero-windowbar { display: flex; align-items: center; gap: 7px; height: 43px; padding: 0 16px; color: rgb(255 255 255 / .48); border-bottom: 1px solid rgb(255 255 255 / .12); background: rgb(12 16 32 / .45); font-size: .55rem; letter-spacing: .05em; }
.product-hero-windowbar i { width: 7px; height: 7px; border-radius: 50%; background: #ff8068; }
.product-hero-windowbar i:nth-child(2) { background: #f3c65a; }.product-hero-windowbar i:nth-child(3) { margin-right: 8px; background: #37c8a4; }
.product-hero-window img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.product-hero-benefit { position: absolute; right: -22px; bottom: -28px; display: flex; align-items: center; gap: 12px; max-width: 240px; padding: 14px 17px; color: var(--ink); border: 1px solid rgb(255 255 255 / .82); border-radius: 15px; background: rgb(255 255 255 / .93); box-shadow: 0 18px 50px rgb(0 0 0 / .24); backdrop-filter: blur(14px); animation: float 5s ease-in-out infinite; }
.product-hero-benefit > span { display: grid; place-items: center; width: 37px; height: 37px; color: var(--hero-to); border-radius: 10px; background: var(--hero-accent-soft); font-size: 19px; }
.product-hero-benefit strong, .product-hero-benefit small { display: block; }.product-hero-benefit strong { font-size: .68rem; }.product-hero-benefit small { margin-top: 2px; color: var(--muted); font-size: .5rem; line-height: 1.35; }
.product-hero-number { position: absolute; top: -33px; right: 24px; display: flex; align-items: baseline; gap: 4px; color: white; text-shadow: 0 4px 20px rgb(0 0 0 / .2); }
.product-hero-number strong { font-size: 2.1rem; letter-spacing: -.08em; }.product-hero-number span { color: rgb(255 255 255 / .42); font-size: .7rem; font-weight: 800; }
.product-hero-controls { position: absolute; z-index: 10; right: 0; bottom: 34px; left: 0; display: grid; grid-template-columns: auto 1fr auto auto; gap: 22px; align-items: center; }
.product-hero-arrows { display: flex; gap: 8px; }.product-hero-arrow, .product-hero-pause { display: grid; place-items: center; width: 43px; height: 43px; padding: 0; color: white; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; background: rgb(255 255 255 / .08); cursor: pointer; backdrop-filter: blur(9px); transition: var(--transition); }
.product-hero-arrow:hover, .product-hero-pause:hover { border-color: rgb(255 255 255 / .5); background: rgb(255 255 255 / .18); transform: translateY(-2px); }.product-hero-arrow .material-symbols-rounded, .product-hero-pause .material-symbols-rounded { font-size: 19px; }
.product-hero-dots { display: flex; gap: 7px; align-items: center; }.product-hero-dot { display: block; flex: 1 1 0; max-width: 58px; height: 26px; padding: 11px 0; border: 0; background: transparent; cursor: pointer; }.product-hero-dot span { display: block; height: 3px; overflow: hidden; border-radius: 4px; background: rgb(255 255 255 / .22); transition: var(--transition); }.product-hero-dot:hover span { background: rgb(255 255 255 / .5); }.product-hero-dot.is-active span { background: white; transform: scaleY(1.6); }
.product-hero-status { display: flex; align-items: baseline; gap: 4px; min-width: 58px; color: white; }.product-hero-status strong { font-size: 1rem; }.product-hero-status span { color: rgb(255 255 255 / .42); font-size: .64rem; font-weight: 800; }
.product-hero-progress { position: absolute; z-index: 11; right: 0; bottom: 0; left: 0; height: 3px; background: rgb(255 255 255 / .1); }.product-hero-progress span { display: block; width: 0; height: 100%; background: white; }.product-hero-progress span.is-running { animation: productHeroProgress 7s linear forwards; }@keyframes productHeroProgress { to { width: 100%; } }
.no-js .product-hero-controls, .no-js .product-hero-progress { display: none; }.no-js .product-hero-slide:not(.is-active) { display: none; }

@media (max-width: 1100px) {
    .product-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }.product-hero-copy h1, .product-hero-copy h2 { font-size: clamp(2.7rem, 5.2vw, 4.4rem); }.product-hero-benefit { right: 5px; }.product-hero-features li:nth-child(3) { display: none; }
}
@media (max-width: 860px) {
    .product-hero-carousel, .product-hero-track, .product-hero-grid { min-height: 970px; }.product-hero-grid { grid-template-columns: 1fr; gap: 42px; align-content: center; padding-top: 135px; padding-bottom: 145px; }.product-hero-copy { max-width: 680px; }.product-hero-copy h1, .product-hero-copy h2 { max-width: 650px; }.product-hero-copy > p { max-width: 620px; }.product-hero-visual { width: min(90%, 660px); margin: 0 auto; }.product-hero-controls { bottom: 27px; }.product-hero-dots { gap: 3px; }.product-hero-dot { padding-inline: 2px; }.product-hero-benefit { right: -12px; bottom: -18px; }
}
@media (max-width: 600px) {
    .product-hero-carousel, .product-hero-track, .product-hero-grid { min-height: 880px; }.product-hero-grid { gap: 32px; align-content: start; padding-top: 122px; padding-bottom: 120px; }.product-hero-kicker { margin-bottom: 15px; font-size: .58rem; }.product-hero-icon { width: 34px; height: 34px; }.product-hero-copy h1, .product-hero-copy h2 { margin-bottom: 16px; font-size: clamp(2.45rem, 13vw, 3.35rem); line-height: 1.01; }.product-hero-copy > p { margin-bottom: 21px; font-size: .86rem; line-height: 1.65; }.product-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }.product-hero-actions .btn { width: 100%; }.product-hero-secondary { justify-content: center; width: 100%; border: 0; }.product-hero-features { margin-top: 18px; padding-top: 15px; }.product-hero-features li { max-width: none; font-size: .57rem; }.product-hero-features li:nth-child(n+2) { display: none; }.product-hero-visual { width: 100%; }.product-hero-window { border-radius: 18px; }.product-hero-windowbar { height: 31px; }.product-hero-benefit { right: 5px; bottom: -25px; max-width: 205px; padding: 10px 12px; }.product-hero-number { display: none; }.product-hero-controls { grid-template-columns: auto 1fr auto; gap: 10px; bottom: 18px; }.product-hero-arrows { gap: 5px; }.product-hero-arrow, .product-hero-pause { width: 37px; height: 37px; }.product-hero-dots { display: none; }.product-hero-status { justify-self: end; }.product-hero-orb-one { right: -480px; }.product-hero-mesh { opacity: .14; }
}
@media (prefers-reduced-motion: reduce) {
    .product-hero-slide, .product-hero-copy, .product-hero-visual { transition: none; }.product-hero-benefit, .product-hero-progress span { animation: none!important; }
}


/* Floating logo navigation over dark heroes */
body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled)::before {
    opacity: 0;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: blur(0);
}

body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) .header-inner {
    width: min(calc(100% - 40px), 1040px);
    padding: 7px 8px 7px 17px;
    border: 1px solid rgb(255 255 255 / .72);
    border-radius: 999px;
    background: rgb(255 255 255 / .92);
    box-shadow: 0 18px 55px rgb(4 7 20 / .22), inset 0 1px 0 rgb(255 255 255 / .95);
    backdrop-filter: blur(20px) saturate(150%);
}

.header-inner {
    transition: width var(--transition), padding var(--transition), border-color var(--transition), border-radius var(--transition), background var(--transition), box-shadow var(--transition);
}

.site-logo picture {
    display: block;
}

body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) .site-logo img {
    height: 38px;
}

@media (min-width: 861px) {
    body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) .nav-menu {
        border-color: transparent;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }
}

@media (max-width: 860px) {
    body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) {
        padding: 10px 0;
    }

    body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) .header-inner {
        width: min(calc(100% - 28px), var(--container));
        padding: 6px 7px 6px 13px;
    }

    body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) .site-logo img {
        height: 32px;
    }
}


/* Horizontal logo extracted from the supplied dual-logo artwork */
.site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 126px;
    height: 32px;
    overflow: visible;
    line-height: 0;
}

.site-logo picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: auto;
    overflow: visible;
}

.site-logo img,
.site-header.scrolled .site-logo img,
body:has(main > :is(.product-hero-carousel, .page-hero, .detail-hero)) .site-header:not(.scrolled) .site-logo img {
    display: block;
    width: 126px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.site-header.scrolled .site-logo {
    width: 115px;
    height: 28px;
}

.site-header.scrolled .site-logo picture,
.site-header.scrolled .site-logo img {
    width: 115px;
    height: auto;
}

/* Enfoque1 training link and announcement */
.nav-menu .nav-training {
    gap: 5px;
    color: var(--violet-dark);
}

.nav-menu .nav-training > .material-symbols-rounded:first-child {
    font-size: 17px;
}

.nav-menu .nav-training .nav-external {
    margin-left: -2px;
    font-size: 12px;
    opacity: .58;
}

.training-announcement {
    position: relative;
    overflow: hidden;
    color: white;
    background: linear-gradient(110deg, #111429 0%, #201653 48%, #4a28b8 100%);
}

.training-announcement-glow {
    position: absolute;
    top: -90px;
    right: 12%;
    width: 260px;
    height: 180px;
    border-radius: 50%;
    background: rgb(138 108 255 / .34);
    filter: blur(60px);
    pointer-events: none;
}

.training-announcement-inner {
    position: relative;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    min-height: 104px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.training-brand {
    display: flex;
    align-items: center;
    padding-right: 28px;
    border-right: 1px solid rgb(255 255 255 / .16);
}

.training-brand img {
    width: 138px;
    max-height: 44px;
    object-fit: contain;
    object-position: left center;
}

.training-announcement-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.training-announcement-copy > span {
    color: #bbaeff;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.training-announcement-copy strong {
    color: white;
    font-size: .93rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.45;
}

.training-announcement-copy em {
    color: #c8bbff;
    font-style: normal;
}

.training-announcement-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    color: white;
    border: 1px solid rgb(255 255 255 / .22);
    border-radius: 999px;
    background: rgb(255 255 255 / .08);
    font-size: .7rem;
    font-weight: 800;
    white-space: nowrap;
    transition: var(--transition);
}

.training-announcement-link:hover {
    color: var(--violet-dark);
    border-color: white;
    background: white;
    transform: translateY(-2px);
}

.training-announcement-link .material-symbols-rounded {
    font-size: 16px;
}

@media (max-width: 860px) {
    .training-announcement-inner {
        grid-template-columns: 145px minmax(0, 1fr) auto;
        gap: 18px;
    }

    .training-brand {
        padding-right: 18px;
    }

    .training-brand img {
        width: 118px;
    }

    .training-announcement-copy strong {
        font-size: .8rem;
    }

    .training-announcement-link {
        width: 42px;
        height: 42px;
        padding: 0;
        justify-content: center;
        font-size: 0;
    }
}

@media (max-width: 600px) {
    .training-announcement-inner {
        grid-template-columns: 1fr auto;
        min-height: 0;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .training-brand {
        grid-column: 1;
        width: fit-content;
        padding: 0;
        border: 0;
    }

    .training-brand img {
        width: 105px;
        max-height: 34px;
    }

    .training-announcement-copy {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .training-announcement-link {
        grid-column: 2;
        grid-row: 1;
    }
}

/* Thank-you Modal */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(17 20 41 / .6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms var(--ease), visibility 350ms var(--ease);
    padding: 24px;
}

.modal-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.modal-container {
    position: relative;
    width: min(100%, 460px);
    background: var(--surface);
    border-radius: var(--radius);
    padding: 48px 36px 36px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    transform: translateY(24px) scale(.96);
    transition: transform 400ms var(--ease);
}

.modal-overlay.is-visible .modal-container {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: var(--surface-soft);
    cursor: pointer;
    transition: background var(--transition);
}

.modal-close:hover {
    background: var(--line);
}

.modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mint-soft), var(--lilac));
}

.modal-icon .material-symbols-rounded {
    font-size: 32px;
    color: var(--violet);
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 32;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 12px;
}

.modal-text {
    font-size: 1rem;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0 0 8px;
}

.modal-subtext {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.5;
    margin: 0 0 28px;
}

.modal-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
