@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-400.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-500.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-600.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans Arabic";src:url("../fonts/ibm-plex-sans-arabic/ibm-plex-sans-arabic-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}

.public-home-codex {
    --home-primary: #10449e;
    --home-primary-dark: #0b347b;
    --home-primary-soft: #eaf0ff;
    --home-secondary: #10b981;
    --home-secondary-dark: #07875e;
    --home-secondary-soft: #e8fbf4;
    --home-text: #172033;
    --home-muted: #64748b;
    --home-background: #f7f9fc;
    --home-surface: #ffffff;
    --home-border: #dce4ef;
    --home-dark: #07101f;
    margin: 0;
    color: var(--home-text);
    background: var(--home-background);
    font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
    font-weight: 400;
    font-synthesis: none;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.public-home-codex *, .public-home-codex *::before, .public-home-codex *::after { box-sizing: border-box; }
.public-home-codex a { color: inherit; text-decoration: none; }
.public-home-codex button { font: inherit; }
.public-home-codex img { max-width: 100%; }
.mh-container, .mh6-container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.mh-section { position: relative; isolation: isolate; }
.mh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 10px 22px; border: 0; border-radius: 14px; font-weight: 800; transition: .35s cubic-bezier(.16,1,.3,1); }
.mh-btn-primary { color: #fff !important; background: linear-gradient(135deg, var(--home-primary), #2563eb); box-shadow: 0 12px 25px -12px rgba(16,68,158,.65); overflow: hidden; }
.mh-btn-primary:hover { transform: translateY(-2px); background: linear-gradient(135deg, #2563eb, var(--home-secondary)); box-shadow: 0 18px 34px -12px rgba(16,68,158,.55); }
.mh-btn-secondary { color: var(--home-text) !important; background: rgba(255,255,255,.9); border: 1px solid var(--home-border); box-shadow: 0 8px 24px rgba(23,32,51,.05); }
.mh-btn-secondary:hover { color: var(--home-primary) !important; border-color: rgba(16,68,158,.3); transform: translateY(-2px); }
.mh-btn-large { min-height: 58px; padding-inline: 28px; border-radius: 18px; font-size: 1.02rem; }

/* home-6 shell + home-10 navigation pills */
.mh6-header { position: fixed; inset: 0 0 auto; z-index: 100; padding-top: 18px; pointer-events: none; transition: padding .35s ease; }
.mh6-header.is-scrolled { padding-top: 7px; }
.mh6-nav-shell { min-height: 72px; padding: 8px 10px 8px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.82); border-radius: 22px; background: rgba(255,255,255,.74); box-shadow: 0 12px 42px -18px rgba(16,68,158,.2), inset 0 0 0 1px rgba(255,255,255,.45); backdrop-filter: blur(18px) saturate(160%); pointer-events: auto; transition: .35s ease; }
.mh6-header.is-scrolled .mh6-nav-shell { min-height: 62px; background: rgba(255,255,255,.92); box-shadow: 0 14px 36px -18px rgba(23,32,51,.28); }
.mh6-logo { width: 155px; flex: 0 0 auto; display: flex; align-items: center; }
.mh6-logo img { width: 100%; height: 46px; object-fit: contain; object-position: right center; }
.mh10-nav-links { list-style: none; margin: 0; padding: 4px; display: flex; align-items: center; gap: 2px; background: rgba(241,245,249,.72); border: 1px solid rgba(220,228,239,.65); border-radius: 999px; }
.mh10-nav-links a { display: block; padding: 9px 13px; border-radius: 999px; color: #596579; font-size: .77rem; font-weight: 700; white-space: nowrap; transition: .25s ease; }
.mh10-nav-links a:hover { color: var(--home-primary); background: rgba(255,255,255,.72); }
.mh10-nav-links a.is-active { color: var(--home-primary); background: #fff; box-shadow: 0 3px 10px rgba(15,23,42,.07); }
.mh6-actions { display: flex; align-items: center; flex: 0 0 auto; }
.mh6-actions .mh-btn { min-height: 45px; border-radius: 13px; padding-inline: 18px; font-size: .78rem; }
.mh6-nav-toggle { width: 44px; height: 44px; padding: 11px; display: none; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid var(--home-border); border-radius: 13px; background: #fff; color: var(--home-text); cursor: pointer; }
.mh6-nav-toggle span { display: block; height: 2px; border-radius: 10px; background: currentColor; transition: .25s; }
.mh6-mobile-menu { pointer-events: auto; margin-top: 8px; padding: 12px; border: 1px solid rgba(220,228,239,.85); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 22px 55px rgba(15,23,42,.16); backdrop-filter: blur(18px); }
.mh6-mobile-menu[hidden] { display: none; }
.mh6-mobile-menu a { display: block; padding: 12px 14px; border-radius: 11px; font-weight: 700; color: #475569; }
.mh6-mobile-menu a:hover { color: var(--home-primary); background: var(--home-primary-soft); }
.mh6-mobile-menu .mh6-mobile-cta { margin-top: 6px; color: #fff; text-align: center; background: var(--home-primary); }

/* home-10 hero */
.mh10-hero { min-height: 100svh; padding: 138px 0 80px; display: flex; align-items: center; overflow: hidden; background: var(--home-background); }
.mh10-grid-pattern { position: absolute; inset: 0; z-index: -3; opacity: .7; background-size: 48px 48px; background-image: linear-gradient(to right, rgba(16,68,158,.045) 1px, transparent 1px), linear-gradient(to bottom, rgba(16,68,158,.045) 1px, transparent 1px); -webkit-mask-image: radial-gradient(circle at center,#000 25%,transparent 78%); mask-image: radial-gradient(circle at center,#000 25%,transparent 78%); }
.mh10-blob { position: absolute; z-index: -2; width: min(44vw,650px); aspect-ratio: 1; border-radius: 50%; filter: blur(105px); opacity: .32; pointer-events: none; }
.mh10-blob-blue { top: 7%; right: -13%; background: #60a5fa; animation: mh-blob 15s infinite; }
.mh10-blob-green { top: 31%; left: -14%; background: #6ee7b7; animation: mh-blob-reverse 19s infinite; }
.mh10-hero-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 34px; align-items: center; }
.mh10-copy { position: relative; z-index: 2; text-align: right; }
.mh10-badge { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 9px 14px; border: 1px solid var(--home-border); border-radius: 999px; color: #526075; background: rgba(255,255,255,.9); box-shadow: 0 5px 16px rgba(15,23,42,.05); font-size: .76rem; font-weight: 800; }
.mh10-live-dot { width: 10px; height: 10px; position: relative; display: inline-flex; border-radius: 50%; background: var(--home-secondary); }
.mh10-live-dot::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--home-secondary); animation: mh-ping 1.6s infinite; }
.mh10-copy h1 { max-width: 620px; margin: 0 0 22px; color: #0f172a; font-size: clamp(2.55rem,4.4vw,4.2rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 900; text-wrap: balance; }
.mh10-copy h1::first-line { color: var(--home-text); }
.mh10-lead { max-width: 590px; margin: 0 0 30px; color: var(--home-muted); font-size: clamp(1rem,1.5vw,1.22rem); line-height: 1.9; text-wrap: balance; }
.mh10-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 24px; }
.mh-play { width: 26px; height: 26px; display: inline-grid; place-items: center; border-radius: 50%; color: var(--home-primary); background: var(--home-primary-soft); font-size: .66rem; }
.mh10-availability { display: flex; align-items: center; gap: 9px; margin: 0; color: #607087; font-size: .82rem; font-weight: 700; }
.mh10-availability span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--home-secondary-dark); background: var(--home-secondary-soft); }

/* exact home-3 window composition */
.mh3-scene { min-width: 0; perspective: 1000px; }
.mh3-scene-inner { position: relative; width: 100%; height: 555px; transform-style: preserve-3d; transition: transform .18s cubic-bezier(.2,0,.2,1); }
.mh3-back-glow { position: absolute; z-index: -1; inset: 11% 7%; border-radius: 50%; background: linear-gradient(45deg,rgba(16,68,158,.5),rgba(16,185,129,.4)); filter: blur(95px); opacity: .28; }
.mh3-window { position: absolute; inset: 9% 4% 8%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: #fff; box-shadow: 0 30px 70px -22px rgba(15,23,42,.22); transform: translateZ(20px); }
.mh3-browser-bar { height: 50px; flex: 0 0 auto; padding: 0 18px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #edf1f6; background: rgba(248,250,252,.93); }
.mh3-lights { display: flex; gap: 6px; }
.mh3-lights i { width: 11px; height: 11px; border-radius: 50%; background: #fb7185; }
.mh3-lights i:nth-child(2) { background: #fbbf24; }.mh3-lights i:nth-child(3) { background: #34d399; }
.mh3-address { margin: auto; padding: 5px 16px; min-width: 150px; display: flex; justify-content: center; gap: 6px; border-radius: 8px; color: #9aa7b9; background: #fff; box-shadow: inset 0 1px 3px rgba(15,23,42,.05); font-size: .68rem; }
.mh3-dashboard { min-height: 0; flex: 1; display: flex; background: #f8fafc; }
.mh3-sidebar { width: 78px; padding: 22px 14px; display: flex; align-items: center; flex-direction: column; gap: 16px; border-left: 1px solid #edf1f6; background: #fff; }
.mh3-sidebar img { width: 40px; height: 40px; padding: 3px; object-fit: contain; border-radius: 12px; box-shadow: 0 7px 15px rgba(16,68,158,.18); }
.mh3-sidebar i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #9ba7b8; font-style: normal; font-size: 1.05rem; }
.mh3-sidebar i.is-active { color: var(--home-primary); background: var(--home-primary-soft); }
.mh3-workspace { min-width: 0; flex: 1; padding: 24px; display: flex; flex-direction: column; gap: 18px; }
.mh3-workspace-head { display: flex; align-items: center; justify-content: space-between; }
.mh3-workspace-head div i,.mh3-workspace-head div b { display: block; height: 8px; margin-bottom: 8px; border-radius: 99px; background: #dce4ef; }
.mh3-workspace-head div i { width: 72px; }.mh3-workspace-head div b { width: 130px; height: 14px; background: #172033; }
.mh3-workspace-head span { width: 38px; height: 38px; border-radius: 50%; background: #edf2f7; }
.mh3-stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.mh3-stat-grid article { min-height: 112px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #edf1f6; border-radius: 16px; background: #fff; box-shadow: 0 4px 14px rgba(15,23,42,.035); }
.mh3-stat-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--home-secondary); background: var(--home-secondary-soft); font-size: .84rem; }
.mh3-stat-icon.is-blue { color: var(--home-primary); background: var(--home-primary-soft); }.mh3-stat-icon.is-soft { color: #7c3aed; background: #f3e8ff; }
.mh3-stat-grid strong { font-size: .86rem; }.mh3-stat-grid small { color: var(--home-muted); font-size: .66rem; }
.mh3-chart-card { position: relative; min-height: 150px; flex: 1; overflow: hidden; border: 1px solid #edf1f6; border-radius: 17px; background: #fff; box-shadow: 0 4px 14px rgba(15,23,42,.035); }
.mh3-chart-title { position: absolute; z-index: 2; top: 16px; right: 16px; }.mh3-chart-title b,.mh3-chart-title i { display: block; width: 90px; height: 8px; margin-bottom: 7px; border-radius: 99px; background: #dce4ef; }.mh3-chart-title i { width: 58px; opacity: .7; }
.mh3-chart-card svg { position: absolute; inset: 45px 14px 14px; width: calc(100% - 28px); height: calc(100% - 60px); }
.mh3-notice,.mh3-goal { position: absolute; z-index: 8; border: 1px solid rgba(255,255,255,.94); background: rgba(255,255,255,.95); box-shadow: 0 14px 40px rgba(15,23,42,.14); backdrop-filter: blur(12px); }
.mh3-notice { padding: 13px; display: flex; align-items: center; gap: 12px; border-radius: 17px; }
.mh3-notice-whatsapp { top: 6%; left: -1%; }.mh3-notice-order { right: -2%; bottom: 14%; }
.mh3-notice-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; }
.mh3-notice-icon.is-whatsapp { color: var(--home-secondary-dark); background: var(--home-secondary-soft); }.mh3-notice-icon.is-whatsapp::before { content:""; position:absolute; width:42px; height:42px; border-radius:50%; background:rgba(16,185,129,.16); animation:mh-ping 2s infinite; }.mh3-notice-icon svg { position:relative; z-index:1; width:22px; height:22px; }
.mh3-notice-icon.is-success { color: var(--home-secondary-dark); background: var(--home-secondary-soft); font-weight: 900; }
.mh3-notice div { display: flex; flex-direction: column; gap: 4px; }.mh3-notice strong { color: var(--home-text); font-size: .8rem; white-space: nowrap; }.mh3-notice small { color: var(--home-muted); font-size: .66rem; }
.mh3-goal { left: 2%; bottom: 2%; width: 188px; padding: 13px; border-radius: 17px; }
.mh3-goal div { display:flex; align-items:center; gap:7px; margin-bottom:9px; }.mh3-goal div i { width:8px; height:8px; border-radius:50%; background:var(--home-primary); animation:mh-pulse 2s infinite; }.mh3-goal strong { font-size:.7rem; }.mh3-goal>span { height:7px; display:block; overflow:hidden; border-radius:99px; background:#edf2f7; }.mh3-goal>span b { display:block; width:85%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--home-primary),var(--home-secondary)); }.mh3-goal small { display:block; margin-top:6px; color:var(--home-muted); font-size:.63rem; }

/* home-10 marquee */
.mh10-marquee { padding: 30px 0 34px; overflow: hidden; border-block: 1px solid #edf1f6; background: #fff; }
.mh10-marquee-label { margin-bottom: 18px; text-align: center; }.mh10-marquee-label p { margin: 0; color: #93a0b3; font-size: .7rem; font-weight: 900; letter-spacing: .13em; }
.mh10-marquee-viewport { position: relative; display: flex; overflow: hidden; }
.mh10-marquee-fade { position:absolute; z-index:3; top:0; bottom:0; width:min(11vw,130px); pointer-events:none; }.mh10-marquee-fade.is-right { right:0; background:linear-gradient(90deg,transparent,#fff); }.mh10-marquee-fade.is-left { left:0; background:linear-gradient(270deg,transparent,#fff); }
.mh10-marquee-track { display: flex; width: max-content; animation: mh-marquee 36s linear infinite; }.mh10-marquee-viewport:hover .mh10-marquee-track { animation-play-state: paused; }
.mh10-marquee-group { min-width:max-content; padding-inline:28px; display:flex; align-items:center; gap:54px; }
.mh10-logo-item { min-width:max-content; display:flex; align-items:center; gap:10px; color:#a9b4c4; filter:grayscale(1); transition:.3s; }.mh10-logo-item:hover { color:var(--home-text); filter:none; }.mh10-logo-item strong { font-size:1.05rem; }.mh-icon { width:35px; height:35px; display:grid; place-items:center; border-radius:11px; color:var(--home-primary); background:var(--home-primary-soft); font-style:normal; }.mh-icon::before { font-weight:900; }.mh-icon-store::before{content:"▣"}.mh-icon-spark::before{content:"✦"}.mh-icon-service::before{content:"◇"}.mh-icon-box::before{content:"□"}.mh-icon-orders::before{content:"✓"}.mh-icon-whatsapp::before{content:"◔"}.mh-icon-search::before{content:"⌕"}.mh-icon-payment::before{content:"▤"}

/* home-8 bento */
.mh8-features { padding: 104px 0; background-color:#f9fbfe; background-size:40px 40px; background-image:linear-gradient(to right,rgba(16,68,158,.035) 1px,transparent 1px),linear-gradient(to bottom,rgba(16,68,158,.035) 1px,transparent 1px); }
.mh-section-head { max-width: 720px; margin: 0 auto 54px; text-align: center; }.mh-section-head>span { width:max-content; display:block; margin:0 auto 14px; padding:7px 15px; border:1px solid #dbeafe; border-radius:999px; color:var(--home-primary); background:#eff6ff; font-size:.7rem; font-weight:900; letter-spacing:.08em; }.mh-section-head h2 { margin:0 0 16px; color:var(--home-text); font-size:clamp(2rem,4vw,3.25rem); line-height:1.25; letter-spacing:-.035em; }.mh-section-head p { margin:0; color:var(--home-muted); font-size:1.05rem; line-height:1.85; }
.mh8-bento { max-width:1080px; margin:auto; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.mh8-card { position:relative; overflow:hidden; padding:28px; border:1px solid rgba(255,255,255,.98); border-radius:30px; background:rgba(255,255,255,.8); box-shadow:0 14px 45px -20px rgba(16,68,158,.18); backdrop-filter:blur(12px); transition:.4s cubic-bezier(.16,1,.3,1); }.mh8-card:hover { transform:translateY(-5px); border-color:rgba(16,68,158,.13); box-shadow:0 24px 55px -22px rgba(16,68,158,.23); }.mh-hover-glow::before { content:""; position:absolute; inset:0; z-index:0; border-radius:inherit; opacity:0; background:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(16,185,129,.08),transparent 40%); transition:.4s; }.mh-hover-glow:hover::before { opacity:1; }.mh8-card>* { position:relative; z-index:1; }
.mh8-card-large { grid-column:span 2; grid-row:span 2; min-height:440px; display:flex; flex-direction:column; }.mh8-card-wide { grid-column:span 2; min-height:210px; }.mh8-card-small { min-height:210px; }.mh8-card-orb { position:absolute; z-index:0; top:-80px; right:-80px; width:230px; height:230px; border-radius:50%; background:linear-gradient(135deg,rgba(16,68,158,.15),transparent); opacity:0; transition:.6s; }.mh8-card:hover .mh8-card-orb { opacity:1; }
.mh8-feature-icon { width:54px; height:54px; margin-bottom:20px; display:grid; place-items:center; border-radius:17px; color:var(--home-primary); background:var(--home-primary-soft); box-shadow:inset 0 1px 2px rgba(16,68,158,.05); font-size:1.35rem; transition:.4s; }.mh8-card:hover .mh8-feature-icon { transform:scale(1.08) rotate(4deg); }.mh8-feature-icon::before { font-weight:900; }.mh8-feature-icon.mh-icon-chart::before{content:"⌁"}.mh8-feature-icon.mh-icon-payment::before{content:"▤"}.mh8-feature-icon.mh-icon-whatsapp::before{content:"◔"}.mh8-feature-icon.mh-icon-limits::before{content:"◎"}.mh8-card h3 { margin:0 0 10px; font-size:1.28rem; }.mh8-card p { margin:0; color:var(--home-muted); line-height:1.8; font-size:.9rem; }
.mh8-analytics { position:relative; min-height:142px; margin-top:auto; padding:18px; overflow:hidden; border:1px solid #edf1f6; border-radius:18px; color:rgba(16,68,158,.24); background:#f8fafc; box-shadow:inset 0 2px 8px rgba(15,23,42,.03); }.mh8-analytics::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,#fff,transparent 70%); }.mh8-analytics svg { width:100%; height:100px; }
.mh8-card-top { display:flex; align-items:flex-start; justify-content:space-between; }.mh8-mini-badges { display:flex; direction:ltr; }.mh8-mini-badges i { width:38px; height:38px; margin-left:-8px; display:grid; place-items:center; border:1px solid #edf1f6; border-radius:50%; color:var(--home-primary); background:#fff; box-shadow:0 4px 10px rgba(15,23,42,.06); font-style:normal; font-size:.58rem; font-weight:900; }.mh8-mini-badges i:nth-child(2){color:var(--home-secondary-dark)}.mh8-mini-badges i:nth-child(3){color:#fff;background:var(--home-text)}
.mh8-showcase { position:relative; grid-column:span 4; overflow:hidden; padding:3px; border-radius:32px; background:var(--home-dark); box-shadow:0 24px 55px -20px rgba(3,10,24,.48); }.mh8-showcase-border { position:absolute; inset:-100%; background:conic-gradient(from 0deg,var(--home-primary),var(--home-secondary),var(--home-primary)); animation:mh-spin 6s linear infinite; }.mh8-showcase-inner { position:relative; z-index:1; padding:38px; display:flex; align-items:center; gap:48px; border-radius:29px; background:#0a1628; }.mh8-showcase-inner>div:first-child { flex:1; }.mh8-showcase h3 { margin:0 0 14px; color:#fff; font-size:1.75rem; }.mh8-showcase p { margin:0 0 20px; color:#a7b4c8; line-height:1.8; }.mh8-showcase a { color:#54e5b7; font-weight:900; }.mh8-theme-window { width:38%; padding:16px; border:1px solid rgba(255,255,255,.1); border-radius:18px; background:rgba(255,255,255,.055); transform:rotate(-2deg); transition:.45s; }.mh8-showcase:hover .mh8-theme-window { transform:rotate(0); }.mh8-theme-window>div { display:flex; gap:6px; margin-bottom:12px; }.mh8-theme-window>div i { width:10px; height:10px; border-radius:50%; background:#fb7185; }.mh8-theme-window>div i:nth-child(2){background:#fbbf24}.mh8-theme-window>div i:nth-child(3){background:#34d399}.mh8-theme-window>b { height:80px; display:block; border-radius:11px; background:rgba(255,255,255,.08); }.mh8-theme-window>span { margin-top:10px; display:grid; grid-template-columns:1fr 1fr; gap:10px; }.mh8-theme-window>span i { height:52px; border-radius:9px; background:rgba(16,68,158,.28); }.mh8-theme-window>span i+ i { background:rgba(255,255,255,.055); }

/* home-7 AI */
.mh7-ai { padding:110px 0; overflow:hidden; background:#fff; }.mh7-ai-wash { position:absolute; z-index:-1; inset:0 50% 0 0; background:linear-gradient(90deg,transparent,var(--home-background)); }.mh7-ai-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.mh7-ai-visual { position:relative; order:2; }.mh7-ai-glow { position:absolute; inset:3%; border-radius:35px; background:linear-gradient(45deg,rgba(16,68,158,.15),rgba(16,185,129,.15)); filter:blur(15px); transform:rotate(-3deg) scale(1.03); }.mh7-chat { position:relative; padding:24px; border:1px solid #edf1f6; border-radius:28px; background:#fff; box-shadow:0 28px 60px -24px rgba(16,68,158,.25); }.mh7-chat-head { padding-bottom:16px; margin-bottom:20px; display:flex; gap:12px; align-items:center; border-bottom:1px solid #edf1f6; }.mh7-magic { width:44px; height:44px; display:grid; place-items:center; border-radius:50%; color:#fff; background:linear-gradient(135deg,var(--home-primary),var(--home-secondary)); box-shadow:0 8px 18px rgba(16,68,158,.23); }.mh7-chat-head h3 { margin:0 0 3px; font-size:.93rem; }.mh7-chat-head p { margin:0; color:var(--home-secondary-dark); font-size:.66rem; }.mh7-messages { display:flex; flex-direction:column; gap:14px; margin-bottom:20px; }.mh7-message { max-width:88%; padding:12px 15px; border-radius:17px; font-size:.78rem; line-height:1.75; }.mh7-message.is-user { align-self:flex-end; border-top-right-radius:4px; background:#f1f5f9; }.mh7-message.is-assistant { align-self:flex-start; border:1px solid rgba(16,68,158,.12); border-top-left-radius:4px; background:rgba(234,240,255,.55); }.mh7-message.is-assistant>strong { display:block; margin-bottom:5px; color:var(--home-primary); font-size:.7rem; }.mh7-message.is-assistant>div { padding-top:10px; margin-top:10px; display:flex; gap:7px; border-top:1px solid rgba(16,68,158,.1); }.mh7-message button { padding:5px 9px; border:1px solid var(--home-border); border-radius:999px; color:var(--home-muted); background:#fff; font-size:.62rem; }.mh7-input { height:45px; padding:5px 7px 5px 14px; display:flex; align-items:center; justify-content:space-between; border:1px solid var(--home-border); border-radius:13px; color:#a0aaba; background:#f8fafc; font-size:.72rem; }.mh7-input button { width:34px; height:34px; border:0; border-radius:9px; color:#fff; background:var(--home-primary); }.mh7-floating-card { position:absolute; left:-30px; top:22%; padding:12px; display:flex; align-items:center; gap:10px; border:1px solid #edf1f6; border-radius:17px; background:#fff; box-shadow:0 15px 35px rgba(15,23,42,.13); }.mh7-floating-card>span { padding:8px; border-radius:11px; color:var(--home-secondary-dark); background:var(--home-secondary-soft); font-size:.68rem; font-weight:900; }.mh7-floating-card div { display:flex; flex-direction:column; gap:3px; }.mh7-floating-card strong { font-size:.72rem; }.mh7-floating-card small { color:var(--home-muted); font-size:.6rem; }
.mh7-ai-copy { order:1; }.mh7-status { width:max-content; margin-bottom:20px; padding:7px 14px; display:flex; align-items:center; gap:8px; border:1px solid rgba(16,68,158,.17); border-radius:999px; color:var(--home-primary); background:linear-gradient(90deg,var(--home-primary-soft),var(--home-secondary-soft)); font-size:.76rem; font-weight:900; }.mh7-ai-copy h2 { margin:0 0 18px; font-size:clamp(2.1rem,4vw,3.2rem); letter-spacing:-.035em; }.mh7-ai-copy>p { margin:0 0 27px; color:var(--home-muted); font-size:1.04rem; line-height:1.9; }.mh7-ai-copy ul { list-style:none; margin:0; padding:0; display:grid; gap:14px; }.mh7-ai-copy li { display:flex; gap:10px; align-items:center; font-weight:700; color:#3a4658; }.mh7-ai-copy li span { width:25px; height:25px; display:grid; place-items:center; border-radius:50%; color:var(--home-secondary-dark); background:var(--home-secondary-soft); font-size:.72rem; }

/* home-10 journey */
.mh10-journey { padding:110px 0; overflow:hidden; background:#fff; }.mh10-journey-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }.mh10-store-visual { position:relative; order:2; }.mh10-store-glow { position:absolute; inset:-10%; border-radius:50%; background:linear-gradient(45deg,rgba(16,68,158,.13),rgba(16,185,129,.08),transparent); filter:blur(65px); }.mh10-browser-window { position:relative; overflow:hidden; border:1px solid var(--home-border); border-radius:28px; background:#fff; box-shadow:0 30px 65px -25px rgba(15,23,42,.26); transition:.65s cubic-bezier(.16,1,.3,1); }.mh10-browser-window:hover { transform:scale(1.018); }.mh10-browser-head { height:49px; padding:0 16px; display:flex; align-items:center; gap:16px; border-bottom:1px solid var(--home-border); background:#f8fafc; }.mh10-browser-head>div { display:flex; gap:6px; direction:ltr; }.mh10-browser-head i { width:10px; height:10px; border-radius:50%; background:#fb7185; }.mh10-browser-head i:nth-child(2){background:#fbbf24}.mh10-browser-head i:nth-child(3){background:#34d399}.mh10-browser-head span { flex:1; padding:5px; border:1px solid var(--home-border); border-radius:7px; color:#9ba7b8; background:#fff; text-align:center; font: .65rem Consolas,monospace; }.mh10-store-body { height:388px; background:#f8fafc; overflow:hidden; }.mh10-store-head { height:65px; padding:13px 16px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid #edf1f6; background:#fff; }.mh10-store-head img { width:34px; height:34px; object-fit:contain; }.mh10-store-head span { display:flex; gap:11px; }.mh10-store-head span i { width:52px; height:7px; border-radius:99px; background:#dce4ef; }.mh10-store-head b { width:28px; height:28px; display:grid; place-items:center; border-radius:8px; color:var(--home-muted); background:#f1f5f9; }.mh10-store-banner { height:122px; margin:16px; padding:24px; display:flex; flex-direction:column; justify-content:center; overflow:hidden; border-radius:17px; color:#fff; background:linear-gradient(135deg,var(--home-primary),#2563eb 55%,var(--home-secondary)); }.mh10-store-banner strong { font-size:1.25rem; }.mh10-store-banner small { margin-top:5px; opacity:.8; }.mh10-products { padding:0 16px; display:grid; grid-template-columns:1fr 1fr; gap:14px; }.mh10-products article { position:relative; padding:9px; overflow:hidden; border:1px solid #edf1f6; border-radius:14px; background:#fff; }.mh10-products article>i { height:82px; display:block; border-radius:10px; background:linear-gradient(135deg,#eaf0ff,#eef8f5); }.mh10-products article>b,.mh10-products article>span { width:65%; height:7px; display:block; margin-top:9px; border-radius:99px; background:#dce4ef; }.mh10-products article>span { width:35%; background:rgba(16,68,158,.4); }.mh10-products em { position:absolute; inset:9px 9px auto; height:82px; display:grid; place-items:center; color:#fff; background:rgba(16,68,158,.82); opacity:0; font-style:normal; font-size:.7rem; transition:.3s; }.mh10-products article:hover em { opacity:1; }
.mh10-journey-copy { order:1; }.mh10-journey-copy h2 { margin:0 0 13px; font-size:clamp(2rem,3.6vw,2.9rem); line-height:1.3; letter-spacing:-.03em; }.mh10-journey-lead { margin:0 0 30px; color:var(--home-muted); line-height:1.8; }.mh10-steps { position:relative; display:grid; gap:22px; }.mh10-steps::before { content:""; position:absolute; top:24px; bottom:24px; right:21px; width:2px; background:linear-gradient(var(--home-primary),var(--home-secondary),var(--home-border)); }.mh10-steps article { position:relative; display:flex; gap:19px; }.mh10-steps article>span { width:44px; height:44px; flex:0 0 auto; display:grid; place-items:center; z-index:1; border-radius:50%; color:#fff; background:var(--home-primary); box-shadow:0 0 0 7px #fff,0 6px 15px rgba(16,68,158,.2); font-weight:900; }.mh10-steps article>span.is-green{background:var(--home-secondary)}.mh10-steps article>span.is-outline{color:#8592a5;border:2px solid var(--home-border);background:#fff;box-shadow:0 0 0 7px #fff}.mh10-steps h3 { margin:2px 0 5px; font-size:1.02rem; }.mh10-steps p { margin:0; color:var(--home-muted); font-size:.82rem; line-height:1.7; }.mh10-journey-note { margin:24px 0 0; padding:10px 12px; display:flex; gap:9px; align-items:center; border:1px solid #dbeafe; border-radius:12px; color:#526075; background:#f8fbff; font-size:.74rem; }.mh10-journey-note span { width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--home-primary);font-weight:900; }

/* home-8 pricing */
.mh8-pricing { padding:110px 0; overflow:hidden; border-top:1px solid #edf1f6; background:#fafcff; }.mh8-pricing-orb { position:absolute; z-index:-1; width:520px; aspect-ratio:1; top:-260px; left:-180px; border-radius:50%; background:rgba(16,185,129,.08); filter:blur(80px); }.mh8-plan-tabs { position:relative; width:max-content; max-width:100%; margin:28px auto 0; padding:5px; display:flex; border:1px solid #edf1f6; border-radius:999px; background:#fff; box-shadow:0 5px 16px rgba(15,23,42,.05); }.mh8-tab-slider { position:absolute; top:5px; right:5px; width:calc(50% - 5px); height:calc(100% - 10px); border-radius:999px; background:var(--home-primary); box-shadow:0 6px 15px rgba(16,68,158,.25); transition:.35s cubic-bezier(.16,1,.3,1); }.mh8-plan-tabs.is-pro .mh8-tab-slider { transform:translateX(-100%); }.mh8-plan-tabs button { position:relative; z-index:1; width:170px; min-height:43px; padding:8px 13px; border:0; border-radius:999px; color:#5e6b7d; background:transparent; cursor:pointer; font-size:.78rem; font-weight:900; transition:.25s; }.mh8-plan-tabs button.is-active { color:#fff; }.mh8-plan-panel { display:none; }.mh8-plan-panel.is-active { display:block; }.mh8-pricing-grid { max-width:1080px; margin:auto; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; align-items:center; }.mh8-plan-card { position:relative; padding:28px; border:1px solid rgba(255,255,255,.95); border-radius:28px; background:rgba(255,255,255,.86); box-shadow:0 14px 45px -20px rgba(16,68,158,.16); backdrop-filter:blur(10px); transition:.4s; }.mh8-plan-card:hover { transform:translateY(-7px); }.mh8-plan-card.is-featured { padding-block:36px; color:#fff; border-color:rgba(16,68,158,.35); border-radius:34px; background:#07101f; box-shadow:0 28px 65px -23px rgba(7,16,31,.7); transform:translateY(-12px); }.mh8-plan-card.is-featured:hover { transform:translateY(-18px); }.mh8-plan-card.is-featured::before { content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(135deg,rgba(16,68,158,.25),transparent 60%); }.mh8-plan-card>* { position:relative; }.mh8-popular { position:absolute; top:-14px; left:50%; transform:translateX(-50%); padding:7px 19px; border-radius:999px; color:#fff; background:linear-gradient(90deg,var(--home-secondary),#2dd4bf); box-shadow:0 8px 18px rgba(16,185,129,.25); font-size:.66rem; font-weight:900; white-space:nowrap; }.mh8-plan-card h3 { margin:0 0 7px; font-size:1.2rem; }.mh8-plan-intro { margin:0 0 22px; min-height:38px; color:#8995a7; font-size:.76rem; line-height:1.6; }.mh8-price { min-height:82px; padding-bottom:22px; margin-bottom:22px; display:flex; align-items:flex-end; gap:8px; border-bottom:1px solid #edf1f6; }.mh8-plan-card.is-featured .mh8-price { border-color:rgba(255,255,255,.1); }.mh8-price strong { font-size:clamp(2.4rem,4vw,3.3rem); line-height:1; letter-spacing:-.05em; }.mh8-price>span { padding-bottom:3px; display:flex; flex-direction:column; color:#7c899a; font-size:.65rem; }.mh8-price small { margin-top:2px; font-size:.65rem; }.mh8-plan-card ul { min-height:185px; list-style:none; margin:0 0 24px; padding:0; display:grid; align-content:start; gap:12px; }.mh8-plan-card li { display:flex; gap:9px; align-items:flex-start; color:#596579; font-size:.76rem; line-height:1.5; }.mh8-plan-card.is-featured li { color:#c5d0df; }.mh8-plan-card li span { color:var(--home-secondary); font-weight:900; }.mh8-plan-card>a { display:block; padding:13px; border:1px solid var(--home-border); border-radius:13px; background:#f8fafc; text-align:center; font-size:.78rem; font-weight:900; transition:.3s; }.mh8-plan-card>a:hover { color:#fff; border-color:var(--home-primary); background:var(--home-primary); }.mh8-plan-card.is-featured>a { color:#fff; border-color:transparent; background:linear-gradient(90deg,var(--home-primary),#2563eb,var(--home-primary)); background-size:200% auto; animation:mh-shimmer 3s linear infinite; }.mh8-empty-plan,.mh8-professional-card { max-width:700px; margin:auto; padding:42px; border:1px solid var(--home-border); border-radius:30px; background:#fff; box-shadow:0 18px 48px -25px rgba(15,23,42,.22); text-align:center; }.mh8-empty-plan h3,.mh8-professional-card h3 { margin:0 0 12px;font-size:1.7rem; }.mh8-empty-plan p,.mh8-professional-card p { color:var(--home-muted);line-height:1.8; }.mh8-empty-plan a,.mh8-professional-card>a { display:inline-block;margin-top:18px;padding:12px 25px;border-radius:13px;color:#fff;background:var(--home-primary);font-weight:900; }.mh8-professional-card { position:relative; overflow:hidden; color:#fff; border-color:rgba(16,68,158,.3); background:#07101f; }.mh8-professional-card::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at top left,rgba(16,185,129,.22),transparent 45%),radial-gradient(circle at bottom right,rgba(16,68,158,.3),transparent 50%); }.mh8-professional-card>* { position:relative; }.mh8-professional-icon { width:66px;height:66px;margin:0 auto 17px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:21px;color:var(--home-secondary);background:rgba(255,255,255,.05);font-size:1.8rem; }.mh8-professional-card>span { display:inline-block;margin-bottom:12px;padding:5px 12px;border-radius:999px;color:var(--home-secondary);background:rgba(16,185,129,.11);font-size:.68rem;font-weight:900; }.mh8-professional-card p { color:#a7b4c8; }.mh8-professional-card ul { width:max-content;max-width:100%;margin:20px auto 0;padding:0;list-style:none;display:grid;gap:8px;color:#c7d1df;text-align:right;font-size:.8rem; }.mh8-professional-card li::before { content:"✓";margin-left:8px;color:var(--home-secondary); }.mh8-professional-card>a { background:var(--home-secondary); }

/* home-8 final CTA */
.mh8-final-cta { padding:105px 16px; overflow:hidden; color:#fff; background:#07101f; }.mh8-cta-radial { position:absolute; z-index:-1; inset:0; background:radial-gradient(ellipse at top right,rgba(16,68,158,.34),#07101f 60%); }.mh8-cta-orb { position:absolute; z-index:-1; bottom:-170px; left:-140px; width:380px; aspect-ratio:1; border-radius:50%; background:rgba(16,185,129,.2); filter:blur(90px); }.mh8-cta-content { max-width:850px; margin:auto; text-align:center; }.mh8-rocket { width:76px;height:76px;margin:0 auto 26px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:25px;color:var(--home-secondary);background:rgba(255,255,255,.05);box-shadow:0 0 30px rgba(16,185,129,.16);font-size:2rem; }.mh8-cta-content h2 { margin:0 0 16px;font-size:clamp(2.4rem,5vw,4.2rem);letter-spacing:-.045em; }.mh8-cta-content h2::after { content:"";width:90px;height:5px;margin:14px auto 0;display:block;border-radius:99px;background:linear-gradient(90deg,var(--home-primary),var(--home-secondary)); }.mh8-cta-content>p { max-width:680px;margin:0 auto 28px;color:#a9b4c5;font-size:1.08rem;line-height:1.8; }.mh8-cta-content>div:not(.mh8-rocket) { display:flex;justify-content:center;align-items:center;gap:12px; }.mh8-cta-content a { min-width:160px;padding:13px 22px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-weight:900;transition:.3s; }.mh8-cta-content a:hover { color:var(--home-secondary); }.mh8-cta-content a.is-primary { color:#04101a;background:var(--home-secondary);box-shadow:0 0 24px rgba(16,185,129,.3); }.mh8-cta-content a.is-primary:hover { color:#04101a;background:#fff;transform:scale(1.03); }.mh8-cta-content small { margin-top:22px;display:flex;justify-content:center;align-items:center;gap:8px;color:#7f8da0;font-weight:700; }.mh8-cta-content small span { color:var(--home-secondary); }

/* home-6 footer */
.mh6-footer { padding-top:68px; color:#98a6b9; border-top:1px solid rgba(255,255,255,.05); background:#07101f; }.mh6-footer-grid { padding-bottom:58px; display:grid; grid-template-columns:2fr repeat(3,1fr); gap:50px; }.mh6-footer-logo { width:160px; display:block; margin-bottom:17px; }.mh6-footer-logo img { width:100%; height:58px; object-fit:contain; object-position:right center; }.mh6-footer-brand p { max-width:350px;margin:0;color:#7f8da0;font-size:.84rem;line-height:1.9; }.mh6-footer h3 { margin:8px 0 18px;color:#fff;font-size:.92rem; }.mh6-footer-links { list-style:none;margin:0;padding:0;display:grid;gap:11px; }.mh6-footer-links a { color:#8795a9;font-size:.78rem;transition:.25s; }.mh6-footer-links a:hover { color:#fff; transform:translateX(-3px); }.mh6-footer-bottom { padding:21px 0;border-top:1px solid rgba(255,255,255,.08); }.mh6-footer-bottom-inner { display:flex;justify-content:space-between;align-items:center;gap:20px; }.mh6-footer-bottom p { margin:0;color:#6f7d90;font-size:.7rem; }.mh6-footer-bottom-inner>div { display:flex;gap:20px; }.mh6-footer-bottom a { color:#6f7d90;font-size:.7rem; }.mh6-footer-bottom a:hover { color:#fff; }

/* High-fidelity correction 02 — isolated homepage refinement */
.etmam-homepage h1,.etmam-homepage h2,.etmam-homepage h3,.etmam-homepage strong,.etmam-homepage b{font-weight:700}
.etmam-homepage .mh-btn,.etmam-homepage .mh10-nav-links a,.etmam-homepage .mh6-mobile-menu a{font-weight:600}
.etmam-homepage .mh6-actions{gap:7px}.etmam-homepage .mh6-login{padding:10px 13px;color:#334155;font-size:.78rem;font-weight:600;transition:.25s}.etmam-homepage .mh6-login:hover{color:var(--home-primary)}
.etmam-homepage .mh10-copy h1{max-width:690px;font-size:clamp(2.45rem,3.85vw,3.7rem);font-weight:700;letter-spacing:-.035em;line-height:1.19}.etmam-homepage .mh10-copy h1>span{display:block;white-space:nowrap}.etmam-homepage .mh10-copy h1 em,.etmam-homepage .mh-section-head h2 em,.etmam-homepage .mh10-journey-copy h2 em,.etmam-homepage .mh8-pricing-head h2 em,.etmam-homepage .mh8-cta-content h2 em{color:transparent;background:linear-gradient(105deg,var(--home-primary),#2871df 58%,var(--home-secondary));-webkit-background-clip:text;background-clip:text;font-style:normal}
.etmam-homepage .mh3-scene,.etmam-homepage .mh3-scene-inner{overflow:visible}.etmam-homepage .mh3-window{z-index:2}.etmam-homepage .mh3-notice,.etmam-homepage .mh3-goal{z-index:12}.etmam-homepage .mh3-notice-icon i{position:relative;z-index:2;font-size:1.35rem}.etmam-homepage .mh3-notice-icon.is-whatsapp::before{width:42px;height:42px}.etmam-homepage .mh3-notice-icon svg{display:none}
.etmam-homepage .mh6-strip-layout{display:grid;grid-template-columns:minmax(190px,280px) minmax(0,1fr);align-items:center;gap:28px}.etmam-homepage .mh10-marquee-label{margin:0;color:#334155;text-align:right;font-size:.88rem;font-weight:600;line-height:1.55}.etmam-homepage .mh10-marquee-viewport{direction:ltr}.etmam-homepage .mh10-marquee-track{transform:translateX(-50%);animation:mh-marquee-ltr 34s linear infinite}.etmam-homepage .mh10-marquee-group{direction:rtl}.etmam-homepage .mh10-logo-item{display:flex;align-items:center;gap:10px;color:#7b8798}.etmam-homepage .mh10-logo-item i{color:#8a97a9;font-size:1.35rem}.etmam-homepage .mh10-logo-item strong{font-size:.78rem;white-space:nowrap}
.etmam-homepage .mh-section-head h2{font-weight:700}.etmam-homepage .mh8-feature-icon::before{display:none}.etmam-homepage .mh8-feature-icon i{font-size:1.55rem}.etmam-homepage .mh8-mini-badges i.ph-bold{font-size:.8rem}.etmam-homepage .mh8-showcase{background:#0a2446;box-shadow:0 26px 60px -22px rgba(16,68,158,.48)}.etmam-homepage .mh8-showcase-border{inset:-65%;opacity:.55;background:conic-gradient(from 0deg,rgba(35,112,232,.9),rgba(16,185,129,.72),rgba(35,112,232,.9));animation-duration:11s}.etmam-homepage .mh8-showcase-inner{overflow:hidden;background:linear-gradient(132deg,#0b2b55 0%,#0b376b 55%,#075844 130%)}.etmam-homepage .mh8-showcase-inner::before,.etmam-homepage .mh8-showcase-inner::after{content:"";position:absolute;width:280px;aspect-ratio:1;border-radius:50%;filter:blur(70px);opacity:.22;animation:mh-showcase-glow 9s ease-in-out infinite}.etmam-homepage .mh8-showcase-inner::before{right:-90px;top:-130px;background:#3b82f6}.etmam-homepage .mh8-showcase-inner::after{left:-80px;bottom:-150px;background:#10b981;animation-delay:-4.5s}.etmam-homepage .mh8-showcase-inner>*{position:relative;z-index:1}.etmam-homepage .mh8-theme-window>b{display:grid;place-items:center}.etmam-homepage .mh8-theme-window>b i{color:rgba(255,255,255,.42);font-size:2rem}
.etmam-homepage .mh7-status{font-weight:600}.etmam-homepage .mh7-magic i,.etmam-homepage .mh7-input i{font-size:1.15rem}.etmam-homepage .mh7-ai-copy li span i{font-size:.82rem}
.etmam-homepage .mh10-journey-copy h2{font-weight:700}.etmam-homepage .mh10-browser-head>div>i{width:10px;height:10px;border-radius:50%;background:#fb7185}.etmam-homepage .mh10-browser-head>div>i:nth-child(2){background:#fbbf24}.etmam-homepage .mh10-browser-head>div>i:nth-child(3){background:#34d399}.etmam-homepage .mh10-browser-head>span{display:flex;align-items:center;justify-content:center;gap:6px}.etmam-homepage .mh10-browser-head>span i{width:auto;height:auto;border-radius:0;color:#94a3b8;background:none}.etmam-homepage .mh10-store-head b i{font-size:1rem}
.etmam-homepage .mh8-pricing-head h2{font-weight:700}.etmam-homepage .mh8-plan-tabs button{display:flex;align-items:center;justify-content:center;gap:6px;font-weight:600}.etmam-homepage .mh8-plan-tabs button small{padding:2px 6px;border-radius:999px;color:#07875e;background:#dcfce7;font-size:.55rem;font-weight:700}.etmam-homepage .mh8-plan-tabs button.is-active small{color:#065f46;background:rgba(255,255,255,.75)}.etmam-homepage .mh8-tab-slider{overflow:hidden;transition:.58s cubic-bezier(.16,1,.3,1)}.etmam-homepage .mh8-tab-slider::after{content:"";position:absolute;inset:42% -10% -55%;border-radius:50% 50% 0 0;background:rgba(16,185,129,.52);filter:blur(5px)}.etmam-homepage .mh8-plan-card.is-featured{overflow:hidden;background:linear-gradient(145deg,#10449e 0%,#0b347b 68%,#084933 145%);box-shadow:0 28px 65px -23px rgba(16,68,158,.72)}.etmam-homepage .mh8-plan-card.is-featured::before{background:radial-gradient(circle at 0 100%,rgba(16,185,129,.42),transparent 45%),linear-gradient(135deg,rgba(255,255,255,.08),transparent 50%)}.etmam-homepage .mh8-plan-card li>span{width:21px;height:21px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:var(--home-secondary-dark);background:var(--home-secondary-soft);font-size:.65rem}.etmam-homepage .mh8-plan-card.is-featured li>span{color:#fff;background:rgba(16,185,129,.72)}
.etmam-homepage .mh8-cta-content h2{font-weight:700}.etmam-homepage .mh8-cta-content h2 em{white-space:nowrap}.etmam-homepage .mh8-rocket i{font-size:2rem}.etmam-homepage .mh8-cta-content a{display:inline-flex;align-items:center;justify-content:center;gap:9px}.etmam-homepage .mh8-cta-content small i{color:var(--home-secondary);font-size:1rem}
.etmam-homepage .mh6-footer{background:linear-gradient(145deg,#071a33,#082754 62%,#06344a)}.etmam-homepage .mh6-footer-brand>strong{display:block;margin:-6px 0 10px;color:#fff;font-size:.88rem}.etmam-homepage .mh6-socials{display:flex;gap:8px;margin-top:20px}.etmam-homepage .mh6-socials a,.etmam-homepage .mh6-socials span{width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:10px;color:#a8bad0;background:rgba(255,255,255,.055);font-size:1rem;transition:.25s}.etmam-homepage .mh6-socials a:hover{color:#fff;border-color:rgba(16,185,129,.5);background:rgba(16,185,129,.15);transform:translateY(-2px)}.etmam-homepage .mh6-footer-meta{display:flex;align-items:center;gap:20px}.etmam-homepage .mh6-system-status{display:flex;align-items:center;gap:7px;color:#88d9bd;font-size:.7rem}.etmam-homepage .mh6-system-status i{width:8px;height:8px;position:relative;border-radius:50%;background:var(--home-secondary)}.etmam-homepage .mh6-system-status i::after{content:"";position:absolute;inset:0;border-radius:inherit;background:inherit;animation:mh-ping 1.8s infinite}
@keyframes mh-marquee-ltr{to{transform:translateX(0)}}
@keyframes mh-showcase-glow{50%{transform:translate(32px,-18px) scale(1.15);opacity:.34}}

/* Targeted visual correction 03 */
.etmam-homepage-active{scrollbar-width:auto;scrollbar-color:rgba(16,68,158,.72) rgba(16,68,158,.06)}
.etmam-homepage-active::-webkit-scrollbar{width:11px;height:11px}
.etmam-homepage-active::-webkit-scrollbar-track{background:rgba(16,68,158,.045)}
.etmam-homepage-active::-webkit-scrollbar-thumb{border:3px solid rgba(247,249,252,.9);border-radius:999px;background:linear-gradient(180deg,rgba(16,68,158,.78),rgba(16,185,129,.72));background-clip:padding-box}
.etmam-homepage-active::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(11,52,123,.92),rgba(7,135,94,.88));background-clip:padding-box}
.etmam-homepage .mh6-nav-shell{border-color:rgba(255,255,255,.52);background:rgba(255,255,255,.68);box-shadow:0 12px 40px -12px rgba(16,68,158,.08);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}
.etmam-homepage .mh6-header.is-scrolled .mh6-nav-shell{background:rgba(255,255,255,.86);border-color:rgba(255,255,255,.64);box-shadow:0 12px 34px -16px rgba(16,68,158,.18)}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.etmam-homepage .mh6-nav-shell{background:rgba(255,255,255,.92)}}
.etmam-homepage .mh6-logo{width:clamp(165px,12vw,178px)}.etmam-homepage .mh6-logo img{height:50px}
.etmam-homepage .mh6-start-free{position:relative;min-width:126px;min-height:45px;padding:10px 24px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(16,68,158,.14);border-radius:12px;color:#fff;background:#10449e;box-shadow:0 8px 18px rgba(16,68,158,.2);font-size:.78rem;font-weight:600;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease}
.etmam-homepage .mh6-start-free-orb{position:absolute;width:0;height:0;border-radius:50%;background:#10b981;transition:width .5s cubic-bezier(.16,1,.3,1),height .5s cubic-bezier(.16,1,.3,1)}
.etmam-homepage .mh6-start-free-content{position:relative;display:flex;align-items:center;gap:8px;white-space:nowrap}.etmam-homepage .mh6-start-free-content i{font-size:.82rem}
.etmam-homepage .mh6-start-free:hover{transform:translateY(-2px);border-color:rgba(16,185,129,.28);box-shadow:0 10px 22px rgba(16,68,158,.3)}.etmam-homepage .mh6-start-free:hover .mh6-start-free-orb{width:230px;height:230px}.etmam-homepage .mh6-start-free:focus-visible{outline:3px solid rgba(16,185,129,.3);outline-offset:3px}
.etmam-homepage .mh10-hero-container,.etmam-homepage .mh10-hero-grid,.etmam-homepage .mh3-scene,.etmam-homepage .mh3-scene-inner{overflow:visible}.etmam-homepage .mh3-scene{position:relative;z-index:3}.etmam-homepage .mh3-scene-inner{isolation:isolate}.etmam-homepage .mh3-back-glow{z-index:0}.etmam-homepage .mh3-window{z-index:10;transform:none}.etmam-homepage .mh3-notice,.etmam-homepage .mh3-goal{z-index:30}.etmam-homepage .mh3-sidebar{gap:24px}.etmam-homepage .mh3-workspace{justify-content:center}
.etmam-homepage .mh10-marquee{padding:24px 0;border-color:rgba(226,232,240,.8)}.etmam-homepage .mh6-strip-layout{grid-template-columns:minmax(210px,280px) minmax(0,1fr);gap:24px}.etmam-homepage .mh10-marquee-label{color:#94a3b8;font-size:.82rem;white-space:nowrap}.etmam-homepage .mh10-marquee-viewport{min-height:66px;align-items:center}.etmam-homepage .mh10-marquee-group{gap:28px;padding-inline:14px}.etmam-homepage .mh10-logo-item{width:154px;height:60px;padding:7px 14px;display:grid;place-items:center;border:1px solid rgba(226,232,240,.82);border-radius:14px;background:rgba(255,255,255,.9);filter:grayscale(1);opacity:.62;transition:filter .3s ease,opacity .3s ease,transform .3s ease}.etmam-homepage .mh10-logo-item:hover{filter:none;opacity:1;transform:translateY(-2px)}.etmam-homepage .mh10-logo-item img{width:100%;height:46px;object-fit:contain}.etmam-homepage .mh10-marquee-track{animation-duration:32s}
.etmam-homepage .mh-section-head{max-width:920px}.etmam-homepage .mh-section-head h2{font-size:clamp(2rem,3.35vw,3rem);line-height:1.2}.etmam-homepage .mh8-showcase{padding:1px;border:1px solid rgba(16,68,158,.1);background:rgba(255,255,255,.82);box-shadow:0 24px 56px -28px rgba(16,68,158,.3)}.etmam-homepage .mh8-showcase-border{inset:-70%;opacity:.2;background:conic-gradient(from 0deg,rgba(16,68,158,.42),rgba(16,185,129,.38),rgba(16,68,158,.42));animation-duration:14s}.etmam-homepage .mh8-showcase-inner{border-radius:30px;background:linear-gradient(130deg,rgba(255,255,255,.98),rgba(239,246,255,.94) 58%,rgba(236,253,245,.86))}.etmam-homepage .mh8-showcase-inner::before,.etmam-homepage .mh8-showcase-inner::after{opacity:.13;filter:blur(82px);animation-duration:12s}.etmam-homepage .mh8-showcase h3{color:#172033}.etmam-homepage .mh8-showcase p{color:#64748b}.etmam-homepage .mh8-showcase a{color:#10449e}.etmam-homepage .mh8-theme-window{border-color:rgba(16,68,158,.12);background:rgba(255,255,255,.72);box-shadow:0 16px 34px -24px rgba(16,68,158,.32)}.etmam-homepage .mh8-theme-window>b{background:rgba(16,68,158,.055)}.etmam-homepage .mh8-theme-window>b i{color:rgba(16,68,158,.34)}.etmam-homepage .mh8-theme-window>span i{background:rgba(16,68,158,.12)}.etmam-homepage .mh8-theme-window>span i+i{background:rgba(16,185,129,.1)}
.etmam-homepage .mh7-ai{background:linear-gradient(110deg,#fff 0%,#f8fbff 52%,#f4fbf8 100%)}.etmam-homepage .mh7-ai-wash{inset:0;background:radial-gradient(circle at 18% 34%,rgba(16,68,158,.08),transparent 34%),radial-gradient(circle at 82% 68%,rgba(16,185,129,.07),transparent 36%)}.etmam-homepage .mh7-ai-grid{position:relative}.etmam-homepage .mh7-ai-visual{order:1}.etmam-homepage .mh7-ai-copy{order:2}.etmam-homepage .mh7-chat{background:rgba(255,255,255,.92)}
.etmam-homepage .mh8-pricing-grid{padding-top:22px}.etmam-homepage .mh8-plan-card.is-featured{overflow:visible}.etmam-homepage .mh8-plan-card.is-featured::before{overflow:hidden}.etmam-homepage .mh8-popular{z-index:8}
.etmam-homepage .mh6-footer-logo{width:210px;margin-bottom:20px}.etmam-homepage .mh6-footer-logo img{width:100%;height:auto;aspect-ratio:333/127;object-fit:contain}.etmam-homepage .mh6-socials i{font-size:1.05rem;font-weight:400}

/* effects */
.mh-reveal { opacity:0; transform:translateY(28px) scale(.985); transition:.8s cubic-bezier(.16,1,.3,1); }.mh-reveal.is-visible { opacity:1;transform:none; }.mh-delay-1{transition-delay:.1s}.mh-delay-2{transition-delay:.2s}.mh-delay-3{transition-delay:.3s}.mh-float{animation:mh-float 6s ease-in-out infinite}.mh-float-delayed{animation:mh-float 6s ease-in-out 1.3s infinite}.mh-float-slow{animation:mh-float-small 8s ease-in-out 2s infinite}
@keyframes mh-blob{0%,100%{transform:translate(0) scale(1)}33%{transform:translate(45px,-35px) scale(1.08)}66%{transform:translate(-35px,20px) scale(.93)}}
@keyframes mh-blob-reverse{0%,100%{transform:translate(0) scale(1)}33%{transform:translate(-40px,35px) scale(1.12)}66%{transform:translate(35px,-20px) scale(.9)}}
@keyframes mh-ping{0%{transform:scale(1);opacity:.7}80%,100%{transform:scale(2.3);opacity:0}}
@keyframes mh-pulse{50%{opacity:.4;transform:scale(.8)}}
@keyframes mh-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes mh-float-small{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes mh-marquee{to{transform:translateX(50%)}}
@keyframes mh-spin{to{transform:rotate(360deg)}}
@keyframes mh-shimmer{to{background-position:-200% 0}}

@media (max-width:1120px) {
    .mh10-nav-links a { padding-inline:9px;font-size:.7rem; }.mh6-logo{width:130px}.mh6-actions .mh-btn{padding-inline:13px}.mh10-hero-grid{grid-template-columns:1fr 1.2fr}.mh3-scene-inner{height:500px}.mh3-notice-whatsapp{left:0}.mh3-notice-order{right:0}.mh8-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mh8-plan-card.is-featured{transform:none}.mh8-plan-card.is-featured:hover{transform:translateY(-7px)}
}

@media (max-width:960px) {
    .mh6-header{padding-top:10px}.mh6-nav-shell{min-height:64px;border-radius:18px}.mh10-nav-links,.mh6-actions>.mh-btn{display:none}.mh6-nav-toggle{display:flex}.mh6-logo{width:142px}.mh10-hero{padding-top:112px}.mh10-hero-grid{grid-template-columns:1fr;gap:18px}.mh10-copy{text-align:center}.mh10-copy h1,.mh10-lead{margin-inline:auto}.mh10-badge{margin-inline:auto}.mh10-actions,.mh10-availability{justify-content:center}.mh3-scene{max-width:760px;width:100%;margin:auto}.mh3-scene-inner{height:520px}.mh8-bento{grid-template-columns:repeat(2,1fr)}.mh8-card-large{grid-column:span 2}.mh8-card-wide{grid-column:span 2}.mh8-showcase{grid-column:span 2}.mh7-ai-grid,.mh10-journey-grid{grid-template-columns:1fr;gap:55px}.mh7-ai-copy,.mh10-journey-copy{order:1}.mh7-ai-visual,.mh10-store-visual{order:2;max-width:650px;width:100%;margin:auto}.mh8-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mh6-footer-grid{grid-template-columns:2fr 1fr 1fr}.mh6-footer-grid>div:last-child{grid-column:2}
}

@media (max-width:700px) {
    .mh-container,.mh6-container{width:min(100% - 24px,1180px)}.mh6-nav-shell{padding:7px 9px 7px 12px}.mh6-logo{width:128px}.mh10-hero{min-height:auto;padding:105px 0 62px}.mh10-copy h1{font-size:clamp(2.25rem,11vw,3.2rem)}.mh10-lead{font-size:.97rem;line-height:1.8}.mh10-actions{display:grid}.mh10-actions .mh-btn{width:100%}.mh3-scene-inner{height:445px;margin-top:12px}.mh3-window{inset:10% 1% 10%;border-radius:22px}.mh3-browser-bar{height:42px}.mh3-address{min-width:120px}.mh3-sidebar{width:58px;padding:16px 8px;gap:12px}.mh3-sidebar img,.mh3-sidebar i{width:34px;height:34px}.mh3-workspace{padding:14px;gap:12px}.mh3-stat-grid{gap:8px}.mh3-stat-grid article{min-height:92px;padding:9px}.mh3-stat-grid strong{font-size:.63rem}.mh3-stat-grid small{font-size:.54rem}.mh3-stat-icon{width:25px;height:25px}.mh3-chart-card{min-height:120px}.mh3-notice{padding:9px;gap:8px;border-radius:14px}.mh3-notice-icon{width:34px;height:34px}.mh3-notice-icon.is-whatsapp::before{width:34px;height:34px}.mh3-notice strong{font-size:.66rem}.mh3-notice small{font-size:.55rem}.mh3-notice-whatsapp{top:2%;left:1%}.mh3-notice-order{right:1%;bottom:4%}.mh3-goal{width:150px;left:2%;bottom:20%;padding:9px}.mh3-goal strong{font-size:.58rem}.mh10-marquee-group{gap:34px}.mh8-features,.mh7-ai,.mh10-journey,.mh8-pricing{padding:78px 0}.mh-section-head{margin-bottom:38px}.mh-section-head h2{font-size:2.1rem}.mh-section-head p{font-size:.93rem}.mh8-bento{grid-template-columns:1fr}.mh8-card-large,.mh8-card-wide,.mh8-card-small,.mh8-showcase{grid-column:span 1}.mh8-card-large{min-height:400px}.mh8-showcase-inner{padding:27px;display:block}.mh8-theme-window{width:100%;margin-top:28px}.mh7-ai-grid,.mh10-journey-grid{gap:40px}.mh7-ai-copy h2,.mh10-journey-copy h2{font-size:2.15rem}.mh7-ai-copy>p{font-size:.94rem}.mh7-chat{padding:16px}.mh7-floating-card{left:-4px;top:auto;bottom:-28px}.mh10-store-body{height:340px}.mh10-products article>i,.mh10-products em{height:65px}.mh8-plan-tabs{width:100%}.mh8-plan-tabs button{width:50%;font-size:.7rem}.mh8-pricing-grid{grid-template-columns:1fr;gap:18px}.mh8-plan-card,.mh8-plan-card.is-featured{padding:26px;border-radius:27px}.mh8-plan-card ul{min-height:0}.mh8-final-cta{padding:80px 14px}.mh8-cta-content>div:not(.mh8-rocket){flex-direction:column}.mh8-cta-content a{width:100%;max-width:320px}.mh6-footer{padding-top:50px}.mh6-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.mh6-footer-brand{grid-column:span 2}.mh6-footer-grid>div:last-child{grid-column:auto}.mh6-footer-bottom-inner{flex-direction:column;text-align:center}
}

@media (max-width:390px) {
    .mh3-scene-inner{height:410px}.mh3-stat-grid article{min-height:86px}.mh3-stat-grid small{display:none}.mh3-goal{display:none}.mh7-message{max-width:96%}.mh10-store-body{height:310px}.mh10-store-banner{height:100px}.mh6-footer-grid{grid-template-columns:1fr}.mh6-footer-brand{grid-column:auto}
}

@media (max-width:960px){
    .etmam-homepage .mh6-actions{display:flex}.etmam-homepage .mh6-login,.etmam-homepage .mh6-start-free{display:none}
    .etmam-homepage .mh6-logo{width:148px}.etmam-homepage .mh6-logo img{height:48px}
    .etmam-homepage .mh6-strip-layout{grid-template-columns:1fr;gap:16px}
    .etmam-homepage .mh10-marquee-label{text-align:center}
}
@media (max-width:700px){
    .etmam-homepage .mh6-logo{width:136px}.etmam-homepage .mh6-logo img{height:45px}
    .etmam-homepage .mh10-copy h1>span{white-space:normal}
    .etmam-homepage .mh10-copy h1{line-height:1.25}
    .etmam-homepage .mh6-footer-meta{flex-wrap:wrap;justify-content:center;gap:12px 18px}
}
@media (min-width:961px){
    .etmam-homepage .mh-section-head h2{white-space:nowrap}
}
@media (min-width:961px) and (max-width:1120px){
    .etmam-homepage .mh6-logo{width:160px}
}

@media (prefers-reduced-motion:reduce) {
    .public-home-codex *,.public-home-codex *::before,.public-home-codex *::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.mh-reveal{opacity:1;transform:none}.mh10-marquee-track{transform:none}
}
