:root {
  --ink: #08112c;
  --ink-2: #121c42;
  --navy: #05091c;
  --navy-2: #091438;
  --blue: #079cff;
  --cyan: #20e6ee;
  --purple: #7a35ff;
  --magenta: #e12df4;
  --green: #28d8a1;
  --text: #0a1230;
  --muted: #5d6680;
  --surface: #ffffff;
  --soft: #f7f7ff;
  --line: #e6e7f5;
  --shadow: 0 18px 54px rgba(38, 33, 100, .12);
  --radius: 24px;
  --container: 1180px;
  --gradient: linear-gradient(115deg, #039cff 0%, #6e3dff 54%, #dc30ee 100%);
  --gradient-accessible: linear-gradient(115deg, #006fbf 0%, #5f34e6 54%, #a21bb7 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Segoe UI", Arial, "Noto Sans Hebrew", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; position: relative; z-index: 2; }
.section { padding: 88px 0; position: relative; overflow: clip; }
.section-dark { color: #fff; background: var(--navy); position: relative; overflow: clip; }
.section-soft { background: linear-gradient(180deg, #fafaff 0%, #f5f4ff 100%); }

.skip-link {
  position: fixed; top: 8px; right: 8px; z-index: 9999;
  background: #fff; color: #08112c; padding: 10px 16px; border-radius: 10px;
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(4,8,28,.72);
  backdrop-filter: blur(18px);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(4,8,28,.93); box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 26px; }
.nav-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; justify-self:end; }
.lang-switch { font-family:"Heebo", Arial, sans-serif; min-width:46px; min-height:40px; padding:8px 12px; border-radius:9px; border:1px solid rgba(187,198,255,.38); background:rgba(9,15,48,.52); color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:13px; font-weight:800; line-height:1; transition:transform .2s,border-color .2s,background .2s; }
.lang-switch:hover { transform:translateY(-2px); border-color:rgba(114,231,255,.72); background:rgba(28,38,88,.72); }
.lang-switch-light { color:#3625a7; background:#fff; border-color:#c9c7ee; }
.lang-switch-light:hover { background:#f5f4ff; border-color:#9086df; }
.brand { justify-self: start; width: 184px; height: 52px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 4px 14px rgba(27,207,255,.12)); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; color: rgba(255,255,255,.86); font-size: 15px; font-weight: 650; }
.main-nav a { position: relative; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; width: 0; height: 2px; background: var(--gradient); transition: width .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 9px; border-radius: 10px; }
.menu-toggle span { display:block; height:2px; background:#fff; margin:5px 0; border-radius:2px; }

.btn { min-height: 46px; padding: 11px 22px; border-radius: 9px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 6px #005fcc; }
.btn-primary { color: #fff; background: var(--gradient-accessible); box-shadow: 0 10px 26px rgba(116,57,255,.32); }
.btn-primary:hover { box-shadow: 0 14px 34px rgba(116,57,255,.45); }
.btn-ghost { color: #fff; border-color: rgba(187,198,255,.45); background: rgba(6,10,34,.36); }
.btn-outline { color: #4c2fd4; border-color: #b9b5ef; background: #fff; }
.btn-lg { min-height: 54px; padding: 14px 26px; font-size: 16px; }

.section-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; z-index: 0; pointer-events: none; }
.hero-video { opacity: .29; mix-blend-mode: screen; }

.hero { min-height: 730px; padding: 135px 0 64px; display: flex; align-items: center; background: radial-gradient(circle at 18% 22%, rgba(43,60,255,.22), transparent 33%), #05091c; }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:120px; background:linear-gradient(to top, rgba(5,9,28,.9), transparent); z-index:1; pointer-events:none; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; align-items: center; }
.hero-copy { max-width: 590px; }
.eyebrow { margin:0 0 14px; color:#a9dbff; font-weight:700; font-size:14px; letter-spacing:.03em; }
.eyebrow.dark { color:#5d43df; }
.hero h1 { margin:0; font-size: clamp(44px, 5vw, 72px); line-height:1.03; letter-spacing:-.035em; }
.hero h1 span, .control h2 span, .product-copy h2 span { background: var(--gradient); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-lead { margin: 26px 0 30px; color: rgba(255,255,255,.86); font-size: 20px; line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.hero-visual { position:relative; min-height:auto; display:grid; place-items:center; }
.hero-visual img { width:auto; max-width:min(100%, 760px); height:auto; max-height:560px; object-fit:contain; animation: floatDiagram 6s ease-in-out infinite; filter: drop-shadow(0 30px 50px rgba(74,45,255,.24)); }
.diagram-glow { position:absolute; width:55%; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle, rgba(86,53,255,.32), rgba(16,196,255,.12) 42%, transparent 70%); filter:blur(28px); animation:pulseGlow 4s ease-in-out infinite; }
.hero-orb { position:absolute; border-radius:50%; filter:blur(90px); opacity:.32; z-index:0; }
.orb-a { width:260px; height:260px; right:12%; top:12%; background:#0dc9ff; animation: driftA 9s ease-in-out infinite alternate; }
.orb-b { width:300px; height:300px; left:10%; bottom:-80px; background:#ad27ff; animation: driftB 11s ease-in-out infinite alternate; }

.section-heading { max-width: 760px; margin:0 auto 36px; }
.section-heading.centered { text-align:center; }
.section-heading.light p { color:rgba(255,255,255,.78); }
.section-heading h2, .product-copy h2, .control-copy h2, .contact-copy h2 { margin:0 0 10px; font-size:clamp(32px,3.4vw,48px); line-height:1.13; letter-spacing:-.025em; }
.section-heading p { margin:0; color:var(--muted); }

.question-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.question-card { background:#fff; min-height:150px; border:1px solid #ecebf8; border-radius:18px; box-shadow:0 12px 28px rgba(45,43,100,.08); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:22px 16px; transition:transform .25s, box-shadow .25s, border-color .25s; }
.question-card img { width:52px; height:52px; object-fit:contain; margin-bottom:8px; }
.question-card p { margin:0; font-size:18px; font-weight:750; }
.question-card.is-active, .question-card:hover { transform:translateY(-7px); border-color:#cfc5ff; box-shadow:0 20px 44px rgba(88,55,212,.16); }
.closing-line { text-align:center; font-size:20px; margin:26px 0 0; }
.closing-line strong { position:relative; }
.closing-line strong::after { content:""; display:block; width:42px; height:3px; margin:10px auto 0; border-radius:3px; background:var(--gradient); }

.flow { padding:70px 0 76px; background:radial-gradient(circle at 75% 20%, #14145d 0%, #080a27 46%, #060719 100%); }
.bubble-video { position:absolute; left:2%; top:0; height:100%; width:auto; opacity:.16; mix-blend-mode:screen; pointer-events:none; }
.flow-steps { list-style:none; margin:32px auto 0; padding:0; max-width:880px; display:grid; grid-template-columns:repeat(4,1fr); gap:42px; counter-reset:step; }
.flow-steps li { text-align:center; position:relative; min-width:0; }
.flow-steps li:not(:last-child)::after { content:"←"; position:absolute; left:-30px; top:35px; color:#4cbcff; font-size:28px; animation:arrowPulse 1.8s ease-in-out infinite; }
.flow-icon { width:88px; height:88px; border-radius:50%; margin:0 auto 11px; display:grid; place-items:center; border:1px solid rgba(199,77,255,.8); background:rgba(20,15,71,.72); box-shadow:inset 0 0 24px rgba(145,42,255,.12), 0 0 24px rgba(90,50,255,.12); position:relative; }
.flow-icon::after { counter-increment:step; content:counter(step); position:absolute; top:-7px; right:-4px; width:27px; height:27px; border-radius:50%; background:#4d2d92; display:grid; place-items:center; font-size:13px; }
.flow-icon img { width:54px; height:54px; object-fit:contain; }

.reveal-product { background:radial-gradient(circle at 14% 60%, rgba(240,46,244,.06), transparent 26%), #fff; }
.split-grid { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:58px; }
.product-art { min-height:auto; display:grid; place-items:center; position:relative; }
.product-art img { width:auto; max-width:min(100%, 620px); height:auto; object-fit:contain; filter:drop-shadow(0 24px 34px rgba(100,74,180,.15)); animation:floatSmall 7s ease-in-out infinite; }
.art-ring { position:absolute; border-radius:50%; border:1px solid rgba(82,74,255,.15); animation:spinRing 18s linear infinite; }
.ring-one { width:370px; height:370px; border-top-color:#22dce8; border-right-color:#be46ff; }
.ring-two { width:440px; height:440px; border-bottom-color:#4d60ff; border-left-color:#f157d6; animation-direction:reverse; animation-duration:24s; }
.product-copy { max-width:570px; }
.large-copy { font-size:21px; color:#2f3856; margin:18px 0 24px; }
.check-list { margin:0; padding:0; list-style:none; }
.check-list li { position:relative; padding:8px 34px 8px 0; }
.check-list li::before { content:""; position:absolute; right:0; top:14px; width:14px; height:14px; border-radius:50%; background:var(--gradient); box-shadow:0 0 0 5px rgba(110,61,255,.08); }
.highlight-copy { margin-top:24px; border-right:4px solid #9d3df1; padding:5px 16px 5px 0; font-family:"Segoe UI", Arial, "Noto Sans Hebrew", sans-serif; font-style:normal; font-weight:700; line-height:1.7; color:#36255d; }

.level-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:40px; }
.level-card { position:relative; background:#fff; border:1px solid #dfdef5; border-radius:20px; padding:28px; box-shadow:var(--shadow); overflow:hidden; transition:transform .25s, box-shadow .25s; }
.level-card:hover { transform:translateY(-8px); box-shadow:0 24px 55px rgba(51,40,145,.16); }
.level-topline { position:absolute; top:0; right:0; left:0; height:4px; }
.online .level-topline { background:#0cbcf4; }
.connect .level-topline { background:#25d49d; }
.act .level-topline { background:#cc3ae9; }
.card-icon { width:58px; height:58px; object-fit:contain; float:left; margin:0 12px 8px 0; }
.level-label { margin:0; font-size:20px; font-weight:850; direction:ltr; text-align:right; }
.online .level-label { color:#078ddb; } .connect .level-label { color:#12a777; } .act .level-label { color:#b32bd0; }
.level-card h3 { margin:8px 0 16px; font-size:20px; }
.level-card ul { clear:both; padding-right:20px; color:#46506e; }
.level-card li { margin:5px 0; }
.card-note { margin:20px -10px -10px; border-radius:12px; padding:12px; text-align:center; font-weight:750; background:#faf9ff; }

.benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.benefit-card { padding:24px 20px; border-radius:18px; text-align:center; background:linear-gradient(180deg,#ffffff 0%, #f5f6ff 100%); border:1px solid #e2e5fb; box-shadow:0 10px 28px rgba(52,47,105,.07); }
.benefit-card:nth-child(1) { background:linear-gradient(180deg,#eef9ff 0%, #e8f4ff 100%); }
.benefit-card:nth-child(2) { background:linear-gradient(180deg,#f2f8ff 0%, #eaf0ff 100%); }
.benefit-card:nth-child(3) { background:linear-gradient(180deg,#f8f5ff 0%, #f1edff 100%); }
.benefit-card:nth-child(4) { background:linear-gradient(180deg,#f5fbff 0%, #edf7ff 100%); }
.benefit-card:hover { transform:translateY(-6px); box-shadow:0 20px 42px rgba(58,50,120,.14); }
.benefit-card img { width:58px; height:58px; object-fit:contain; margin:0 auto 10px; transition:transform .25s; }
.benefit-card:hover img { transform:scale(1.08) rotate(-3deg); }
.benefit-card h3 { margin:0 0 6px; font-size:19px; }
.benefit-card p { margin:0; color:var(--muted); font-size:15px; }

.examples-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.example-card { background:#fff; border-radius:18px; padding:0; overflow:hidden; border:1px solid #e8e7f7; box-shadow:0 14px 38px rgba(58,50,120,.10); transition:transform .25s, box-shadow .25s; }
.example-card:hover { transform:translateY(-7px); box-shadow:0 22px 48px rgba(58,50,120,.16); }
.example-image { width:100%; height:auto; aspect-ratio:1.84/1; object-fit:cover; object-position:center; }
.example-body { padding:18px 20px 21px; }
.example-card h3 { margin:0 0 6px; font-size:19px; }
.example-card blockquote { margin:0 0 7px; font-family:"Segoe UI", Arial, "Noto Sans Hebrew", sans-serif; font-style:normal; font-weight:700; line-height:1.55; font-size:17px; color:#101936; }
.example-card p { margin:0; color:var(--muted); font-size:15px; }

.control { padding:88px 0; background:#06091c; }
.control-video { opacity:.22; mix-blend-mode:screen; }
.control::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(6,9,28,.98) 0%, rgba(6,9,28,.75) 58%, rgba(6,9,28,.35)); z-index:0; }
.control-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.control-copy p:last-child { color:rgba(255,255,255,.72); max-width:500px; }
.control-points { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.control-point { display:flex; align-items:center; gap:14px; background:rgba(17,24,69,.72); border:1px solid rgba(135,116,255,.2); border-radius:16px; padding:18px; backdrop-filter:blur(8px); }
.control-point img { width:48px; height:48px; object-fit:contain; flex:0 0 auto; }
.control-point h3 { margin:0; font-size:17px; }
.control-point p { margin:1px 0 0; color:rgba(255,255,255,.65); font-size:14px; }

.pricing { background:#fff; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:1030px; margin:0 auto; align-items:stretch; }
.price-card { border:1px solid #e0def2; border-radius:22px; padding:28px; background:#fff; box-shadow:var(--shadow); text-align:center; position:relative; display:flex; flex-direction:column; align-items:stretch; }
.price-card.featured { transform:translateY(-10px); border-color:#a998ff; box-shadow:0 24px 60px rgba(92,61,217,.2); }
.popular { position:absolute; top:-13px; right:50%; transform:translateX(50%); background:var(--gradient-accessible); color:#fff; border-radius:999px; padding:5px 15px; font-size:12px; font-weight:800; }
.price-plan { font-weight:850; font-size:20px; direction:ltr; margin:0 0 10px; }
.price { display:flex; align-items:baseline; justify-content:center; gap:5px; flex-wrap:wrap; margin:4px 0 12px; }
.price span { width:100%; font-size:13px; color:var(--muted); }
.price strong { font-size:42px; line-height:1; letter-spacing:-.04em; }
.price small { color:var(--muted); }
.price-card > p:not(.price-plan) { color:var(--muted); margin:4px 0 22px; flex:1; }
.pricing-note { text-align:center; max-width:780px; margin:24px auto 0; color:var(--muted); font-size:14px; }

.start-grid { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.start-card { background:#fff; border:1px solid #e8e7f7; border-radius:18px; padding:24px; position:relative; overflow:hidden; }
.start-card::before { content:""; position:absolute; width:100px; height:100px; border-radius:50%; left:-40px; top:-45px; background:linear-gradient(135deg, rgba(26,180,255,.12), rgba(208,46,242,.1)); }
.start-card span { width:32px; height:32px; border-radius:50%; display:grid; place-items:center; background:var(--gradient-accessible); color:#fff; font-weight:800; position:relative; }
.start-card h3 { margin:16px 0 6px; font-size:18px; }
.start-card p { margin:0; color:var(--muted); font-size:14px; }

.contact { padding:90px 0; background:#06081c; }
.contact-video { opacity:.32; mix-blend-mode:screen; }
.contact::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(6,8,28,.68), rgba(6,8,28,.92)); z-index:0; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.contact-copy > p:not(.eyebrow) { color:rgba(255,255,255,.76); font-size:19px; max-width:560px; }
.whatsapp-inline { display:inline-flex; align-items:center; gap:10px; margin-top:12px; color:#b9ffe4; font-weight:750; }
.whatsapp-inline img { width:38px; height:38px; }
.contact-form { background:rgba(13,17,53,.84); border:1px solid rgba(138,121,255,.25); border-radius:22px; padding:28px; backdrop-filter:blur(14px); display:grid; grid-template-columns:1fr 1fr; gap:14px; box-shadow:0 20px 50px rgba(0,0,0,.2); }
.contact-form label { display:grid; gap:6px; color:#e8eaff; font-size:14px; font-weight:700; }
.contact-form label:nth-of-type(4) { grid-column:1/-1; }
.contact-form input, .contact-form textarea { width:100%; border:1px solid rgba(150,160,225,.28); border-radius:10px; background:rgba(6,10,33,.82); color:#fff; padding:11px 13px; outline:none; }
.contact-form textarea { resize:vertical; min-height:110px; }
.contact-form input:focus, .contact-form textarea:focus { border-color:#3ac8ff; box-shadow:0 0 0 3px rgba(58,200,255,.12); }
.contact-form button { grid-column:1/-1; }
.form-note { grid-column:1/-1; margin:0; color:rgba(255,255,255,.62); font-size:12px; text-align:center; }
.form-note a { color:#b9e9ff; text-decoration:underline; text-underline-offset:2px; }
.form-note a:hover, .form-note a:focus-visible { color:#fff; }

.site-footer { background:#030516; color:rgba(255,255,255,.7); padding:26px 0; border-top:1px solid rgba(255,255,255,.08); }
.footer-grid { display:grid; grid-template-columns:1fr auto 1fr; gap:24px; align-items:center; }
.footer-brand { display:flex; align-items:center; gap:18px; justify-self:start; }
.footer-meyda { width:74px; height:60px; object-fit:contain; }
.powered-by-lockup { display:inline-flex; align-items:center; justify-content:center; gap:11px; min-height:48px; padding:8px 13px; border:1px solid rgba(255,255,255,.24); border-radius:12px; background:rgba(255,255,255,.035); color:rgba(255,255,255,.70); font-size:12px; font-weight:500; letter-spacing:0; line-height:1; transition:color .2s, border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.powered-by-lockup:hover { color:#fff; border-color:rgba(255,255,255,.38); background:rgba(255,255,255,.065); transform:translateY(-1px); box-shadow:0 8px 20px rgba(0,0,0,.12); }
.powered-by-lockup span { white-space:nowrap; }
.powered-by-lockup img { width:58px; height:30px; max-height:30px; object-fit:contain; background:transparent; border-radius:0; padding:0; flex:0 0 auto; filter:brightness(1.55) contrast(.96); }
.tagline { margin:0; font-size:12px; text-align:center; color:rgba(255,255,255,.48); }
.footer-links { justify-self:end; display:flex; gap:18px; font-size:13px; }
.footer-links a:hover { color:#fff; }


.legal-page { min-height:100vh; background:linear-gradient(180deg,#f8f9ff 0%,#f2f3ff 100%); }
.legal-shell { min-height:100vh; padding:54px 0 80px; }
.legal-container { max-width:900px; }
.legal-nav { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px; }
.legal-card { background:#fff; border:1px solid #e2e4f4; border-radius:24px; box-shadow:var(--shadow); padding:clamp(28px,5vw,52px); }
.legal-card h1 { margin:0 0 10px; font-size:clamp(34px,4vw,50px); line-height:1.1; }
.legal-card h2 { margin:32px 0 10px; font-size:clamp(20px,2.2vw,26px); line-height:1.25; color:#101936; }
.legal-card p { margin:0 0 18px; color:#3c4665; }
.legal-card p:last-child { margin-bottom:0; }
.legal-card ul { margin:0 0 20px; padding-inline-start:24px; color:#3c4665; }
.legal-card li { margin:7px 0; }
.legal-card a { color:#4338ca; text-decoration:underline; text-underline-offset:2px; }
.legal-card a:hover, .legal-card a:focus-visible { color:#1d4ed8; }
.legal-updated { font-size:14px; color:#69738f !important; margin-bottom:24px !important; }
.legal-binding-note { margin:0 0 26px !important; padding:14px 16px; border:1px solid #d9d8f5; border-radius:12px; background:#f6f5ff; color:#302a69 !important; font-size:14px; }

.whatsapp-float { position:fixed; left:22px; bottom:22px; z-index:900; width:58px; height:58px; border-radius:50%; background:#08112c; box-shadow:0 12px 28px rgba(0,0,0,.25); display:grid; place-items:center; transition:transform .2s; }
.whatsapp-float:hover { transform:translateY(-4px) scale(1.03); }
.whatsapp-float img { width:48px; height:48px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .65s ease, transform .65s ease; }
/* Keep the LCP hero text immediately paintable; animate decorative elements instead. */
.hero .hero-copy.reveal { opacity:1; transform:none; transition:none; }
.reveal.is-visible { opacity:1; transform:none; }
.reveal-delay-1 { transition-delay:.08s; }
.reveal-delay-2 { transition-delay:.16s; }
.reveal-delay-3 { transition-delay:.24s; }

@keyframes floatDiagram { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-13px) scale(1.015)} }
@keyframes floatSmall { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }
@keyframes pulseGlow { 0%,100%{transform:scale(.94);opacity:.72} 50%{transform:scale(1.08);opacity:1} }
@keyframes driftA { to{transform:translate(-60px,45px) scale(1.15)} }
@keyframes driftB { to{transform:translate(70px,-45px) scale(.88)} }
@keyframes spinRing { to{transform:rotate(360deg)} }
@keyframes arrowPulse { 0%,100%{opacity:.35;transform:translateX(0)} 50%{opacity:1;transform:translateX(-5px)} }


/* Direction-aware layout refinements for the English site */
html[dir="ltr"] .skip-link { left:8px; right:auto; }
html[dir="ltr"] .main-nav a::after { left:0; right:auto; }
html[dir="ltr"] .check-list li { padding:8px 0 8px 34px; }
html[dir="ltr"] .check-list li::before { left:0; right:auto; }
html[dir="ltr"] .highlight-copy { border-left:4px solid #9d3df1; border-right:0; padding:5px 0 5px 16px; }
html[dir="ltr"] .card-icon { float:right; margin:0 0 8px 12px; }
html[dir="ltr"] .level-label { text-align:left; }
html[dir="ltr"] .flow-steps li:not(:last-child)::after { content:"→"; right:-30px; left:auto; }
html[dir="ltr"] .control::after { background:linear-gradient(270deg, rgba(6,9,28,.98) 0%, rgba(6,9,28,.75) 58%, rgba(6,9,28,.35)); }
html[dir="ltr"] .contact::after { background:linear-gradient(270deg, rgba(6,8,28,.68), rgba(6,8,28,.92)); }
html[dir="ltr"] .question-card { text-align:center; }



/* How it works page */
.main-nav a[aria-current="page"]::after { width:100%; }
.how-hero { min-height:670px; }
.how-hero .hero-lead { max-width:640px; }
.how-management { background:radial-gradient(circle at 15% 65%, rgba(41,179,255,.07), transparent 28%), #fff; }
.management-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:48px; align-items:center; max-width:1100px; margin:0 auto; }
.management-copy h3 { margin:0 0 14px; font-size:clamp(25px,2.5vw,34px); line-height:1.2; }
.management-copy p { margin:0 0 16px; color:#4b5572; font-size:18px; }
.console-mock { direction:inherit; border:1px solid rgba(103,115,217,.22); border-radius:22px; padding:14px; background:linear-gradient(145deg,#091233 0%,#111a48 65%,#171555 100%); box-shadow:0 28px 70px rgba(28,27,86,.20); overflow:hidden; }
.console-bar { min-height:44px; padding:8px 10px; display:flex; align-items:center; gap:7px; color:#e7ecff; border-bottom:1px solid rgba(255,255,255,.09); margin-bottom:6px; }
.console-bar > span { width:9px; height:9px; border-radius:50%; background:#5c65a8; }
.console-bar > span:nth-child(1) { background:#ee4a9c; }
.console-bar > span:nth-child(2) { background:#7a5bff; }
.console-bar > span:nth-child(3) { background:#21d5e5; }
.console-bar strong { margin-inline-start:auto; font-size:13px; letter-spacing:.02em; color:#cbd6ff; }
.console-row { min-height:82px; display:grid; grid-template-columns:54px 1fr auto; align-items:center; gap:13px; padding:12px 14px; border-radius:13px; color:#fff; }
.console-row + .console-row { margin-top:6px; }
.console-row:hover { background:rgba(255,255,255,.055); }
.console-row img { width:46px; height:46px; object-fit:contain; }
.console-row strong { display:block; font-size:16px; line-height:1.25; }
.console-row small { display:block; margin-top:3px; color:#aeb8d7; font-size:13px; line-height:1.4; }
.console-status { min-width:58px; padding:5px 9px; border:1px solid rgba(65,222,241,.28); border-radius:999px; background:rgba(22,183,208,.10); color:#87edfb; font-size:11px; font-weight:800; text-align:center; }
.how-flow { padding-top:78px; }
.how-flow .section-heading { max-width:880px; }
.rule-section { background:linear-gradient(180deg,#fff 0%,#fcfbff 100%); }
.rule-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:1060px; margin:0 auto; }
.rule-card { display:grid; grid-template-columns:76px 1fr; gap:20px; align-items:start; padding:28px; border:1px solid #e3e4f6; border-radius:22px; background:#fff; box-shadow:0 16px 42px rgba(52,47,105,.08); transition:transform .25s, box-shadow .25s; }
.rule-card:hover { transform:translateY(-5px); box-shadow:0 22px 50px rgba(52,47,105,.13); }
.rule-icon { width:72px; height:72px; display:grid; place-items:center; border-radius:18px; background:linear-gradient(145deg,#edf7ff,#f4edff); border:1px solid #e0dcff; }
.rule-icon img { width:54px; height:54px; object-fit:contain; }
.rule-label { margin:0 0 5px; color:#623bd6 !important; font-size:13px !important; font-weight:800; }
.rule-card h3 { margin:0 0 9px; font-size:21px; line-height:1.3; }
.rule-card p { margin:0; color:#59637e; font-size:15px; }
.usage-section .benefit-card { min-height:190px; display:flex; flex-direction:column; justify-content:flex-start; }
.integration-section { background:radial-gradient(circle at 88% 44%, rgba(143,54,255,.06), transparent 25%), #fff; }
.integration-grid { gap:72px; }
.faq-section { position:relative; isolation:isolate; overflow:hidden; background:linear-gradient(180deg,#f7f8ff 0%,#f1f4ff 100%); }
.faq-section::before { content:""; position:absolute; inset:0; z-index:-2; background:url("images/hero-poster.jpg") center/cover no-repeat; opacity:.045; filter:saturate(.85); pointer-events:none; }
.faq-section::after { content:""; position:absolute; inset:0; z-index:-1; background:radial-gradient(circle at 14% 18%,rgba(3,156,255,.13),transparent 30%),radial-gradient(circle at 88% 80%,rgba(220,48,238,.11),transparent 31%),linear-gradient(180deg,rgba(255,255,255,.72),rgba(244,246,255,.88)); pointer-events:none; }
.faq-section .section-heading::before { content:""; display:block; width:66px; height:66px; margin:0 auto 12px; background:url("icons/icon32.webp") center/contain no-repeat; filter:drop-shadow(0 10px 18px rgba(80,54,199,.16)); }
.faq-grid { display:grid; grid-template-columns:1fr; gap:12px; max-width:900px; margin:0 auto; }
.faq-item { border:1px solid rgba(202,205,235,.9); border-radius:16px; background:rgba(255,255,255,.88); box-shadow:0 10px 28px rgba(52,47,105,.07); overflow:hidden; backdrop-filter:blur(8px); transition:border-color .2s,box-shadow .2s,transform .2s; }
.faq-item:hover { border-color:#c9c0f5; box-shadow:0 14px 34px rgba(52,47,105,.10); }
.faq-item[open] { border-color:#bcb0ef; box-shadow:0 18px 42px rgba(70,52,150,.12); }
.faq-item summary { position:relative; list-style:none; cursor:pointer; padding:20px 22px; padding-inline-end:58px; font-weight:800; font-size:17px; line-height:1.45; color:#101936; }
.faq-item summary:focus-visible { outline:3px solid #2456c4; outline-offset:-3px; border-radius:14px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; inset-inline-end:18px; top:50%; transform:translateY(-50%); width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(145deg,#edf7ff,#f0eaff); color:#5932ca; border:1px solid #ded9fa; font-size:20px; font-weight:500; }
.faq-item[open] summary::after { content:"−"; }
.faq-item[open] summary { border-bottom:1px solid #ececf7; }
.faq-item p { margin:0; padding:18px 22px 22px; color:#59637e; line-height:1.7; }
.how-cta { padding:86px 0; }
.how-cta-inner { max-width:850px; margin:0 auto; text-align:center; }
.how-cta-inner > p:not(.eyebrow) { color:rgba(255,255,255,.78); font-size:18px; max-width:760px; margin:12px auto 24px; }
.how-cta-inner h2 { margin:0; font-size:clamp(32px,3.6vw,49px); line-height:1.14; }
.how-cta-actions { justify-content:center; }
.product-more-link { margin-top:18px; display:inline-flex; align-items:center; gap:7px; color:#5132c7; font-weight:800; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:5px; }
.product-more-link:hover { color:#1e66cc; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns:auto 1fr auto; min-height:74px; }
  .brand { width:158px; height:44px; }
  .nav-actions { grid-column:2; grid-row:1; justify-self:center; }
  .nav-cta { display:none; }
  .menu-toggle { display:block; justify-self:end; grid-column:3; grid-row:1; }
  .main-nav { position:absolute; top:calc(100% + 8px); right:20px; left:20px; display:none; flex-direction:column; gap:0; padding:10px; border-radius:14px; background:rgba(5,9,28,.98); border:1px solid rgba(255,255,255,.12); box-shadow:0 20px 50px rgba(0,0,0,.3); }
  .main-nav.is-open { display:flex; }
  .main-nav a { width:100%; padding:12px 14px; }
  .hero { min-height:auto; padding-top:118px; }
  .hero-grid, .split-grid, .control-grid, .contact-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:720px; text-align:center; margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-visual { min-height:auto; }
  .hero-visual img { max-width:min(100%, 700px); max-height:none; }
  .split-grid { gap:28px; }
  .product-copy { max-width:760px; margin-inline:auto; }
  .product-art { min-height:auto; max-width:680px; margin-inline:auto; }
  .question-grid, .benefit-grid, .examples-grid, .start-grid { grid-template-columns:1fr 1fr; }
  .level-grid, .pricing-grid { grid-template-columns:1fr; max-width:680px; margin-inline:auto; }
  .price-card.featured { transform:none; }
  .flow-steps { gap:20px; }
  .flow-steps li:not(:last-child)::after { left:-17px; }
  html[dir="ltr"] .flow-steps li:not(:last-child)::after { left:auto; right:-17px; }
  .contact-copy { text-align:center; }
  .whatsapp-inline { justify-content:center; }
  .footer-grid { grid-template-columns:1fr; text-align:center; }
  .footer-brand, .footer-links { justify-self:center; }
}

@media (max-width: 640px) {
  body { font-size:16px; }
  .container { width:min(100% - 26px, var(--container)); }
  .section { padding:64px 0; }
  .nav-shell { width:calc(100% - 20px); }
  .brand { justify-self:start; }
  .hero { padding:108px 0 44px; }
  .hero h1 { font-size:42px; }
  .hero-lead { font-size:17px; }
  .hero-actions { display:grid; }
  .hero-actions .btn { width:100%; }
  .hero-visual { min-height:auto; margin-top:6px; }
  .question-grid, .benefit-grid, .examples-grid, .start-grid { grid-template-columns:1fr; }
  .question-card { min-height:112px; flex-direction:row; justify-content:flex-start; gap:14px; text-align:right; padding:18px; }
  html[dir="ltr"] .question-card { text-align:left; }
  .question-card img { margin:0; width:46px; height:46px; }
  .flow { padding:58px 0; }
  .flow-steps { grid-template-columns:1fr 1fr; gap:26px 18px; max-width:420px; }
  .flow-steps li:not(:last-child)::after { display:none; }
  .flow-icon { width:76px; height:76px; }
  .flow-icon img { width:47px; height:47px; }
  .ring-one { width:270px; height:270px; }
  .ring-two { width:330px; height:330px; }
  .product-art { min-height:auto; }
  .level-card { padding:24px; }
  .control-points { grid-template-columns:1fr; }
  .contact-form { grid-template-columns:1fr; padding:20px; }
  .contact-form label:nth-of-type(4), .contact-form button, .form-note { grid-column:auto; }
  .legal-shell { padding:28px 0 54px; }
  .legal-nav { align-items:stretch; }
  .legal-card { border-radius:18px; }
  .footer-brand { flex-direction:column; gap:8px; }
  .footer-links { flex-wrap:wrap; justify-content:center; }
  .whatsapp-float { width:52px; height:52px; left:14px; bottom:14px; }
  .whatsapp-float img { width:43px; height:43px; }
}


@media (max-width: 980px) {
  .management-layout { grid-template-columns:1fr; gap:26px; }
  .management-copy { max-width:760px; margin-inline:auto; text-align:center; }
  .console-mock { max-width:760px; margin-inline:auto; width:100%; }
  .rule-grid { grid-template-columns:1fr; max-width:720px; }
  .faq-grid { max-width:760px; }
  .integration-grid { gap:30px; }
}

@media (max-width: 640px) {
  .how-hero { min-height:auto; }
  .management-copy p { font-size:16px; }
  .console-mock { padding:9px; border-radius:17px; }
  .console-row { grid-template-columns:42px 1fr; gap:10px; padding:11px 9px; }
  .console-row img { width:38px; height:38px; }
  .console-status { grid-column:2; justify-self:start; margin-top:2px; }
  .console-bar strong { font-size:11px; }
  .rule-card { grid-template-columns:1fr; padding:22px; }
  .rule-icon { width:62px; height:62px; }
  .rule-icon img { width:46px; height:46px; }
  .faq-item summary { padding:18px 16px; padding-inline-end:48px; font-size:16px; }
  .faq-item p { padding:16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  .reveal { opacity:1; transform:none; }
}

.not-found-card { text-align:center; }
.not-found-logo { width:min(360px,80%); height:auto; margin:0 auto 24px; }
.not-found-rule { margin:32px 0; border:0; border-top:1px solid var(--line); }


/* Cookie consent: fixed overlay avoids layout shifts. */
.cookie-consent {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 22px;
  width: min(520px, calc(100% - 28px));
  transform: translateX(-50%);
  color: #fff;
  background: rgba(7, 11, 35, .97);
  border: 1px solid rgba(134, 113, 255, .42);
  border-radius: 18px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .34);
  backdrop-filter: blur(14px);
  opacity: 1;
  transition: opacity .25s ease, transform .25s ease;
}
.cookie-consent.is-hiding {
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
}
.cookie-consent__content {
  min-height: 82px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cookie-consent__content strong {
  font-size: 18px;
  line-height: 1.4;
}
.cookie-consent__accept {
  flex: 0 0 auto;
  min-width: 92px;
}
@media (max-width: 520px) {
  .cookie-consent { bottom: 12px; }
  .cookie-consent__content { align-items: stretch; flex-direction: column; gap: 12px; padding: 16px; }
  .cookie-consent__accept { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent { transition: none; }
}
