/* ClipZ 2026 — Clear Content UI
   Accessible, calm, content-first visual system for both legacy and new locale pages. */
:root{
  color-scheme:light dark;
  --cz-bg:#f5f7fb;
  --cz-surface:#ffffff;
  --cz-surface-2:#eef2f7;
  --cz-surface-3:#e7ebf2;
  --cz-text:#111827;
  --cz-heading:#0f172a;
  --cz-soft:#4b5563;
  --cz-muted:#6b7280;
  --cz-border:#d9e0e9;
  --cz-border-strong:#c5ceda;
  --cz-brand:#4f46e5;
  --cz-brand-hover:#4338ca;
  --cz-brand-contrast:#ffffff;
  --cz-accent:#0f766e;
  --cz-accent-soft:#e7f6f3;
  --cz-brand-soft:#eef0ff;
  --cz-link:#4338ca;
  --cz-focus:#2563eb;
  --cz-danger:#b42318;
  --cz-header-bg:rgba(245,247,251,.94);
  --cz-overlay:rgba(15,23,42,.46);
  --cz-shadow-1:0 1px 2px rgba(15,23,42,.05),0 6px 20px rgba(15,23,42,.05);
  --cz-shadow-2:0 14px 40px rgba(15,23,42,.10);
  --cz-radius-sm:12px;
  --cz-radius:18px;
  --cz-radius-lg:24px;
  --cz-pill:999px;
  --cz-container:1180px;
  --cz-reading:780px;
  --cz-header:72px;
  --cz-section:clamp(3.25rem,6vw,6rem);
  --cz-ease:cubic-bezier(.2,.7,.2,1)
}
html[data-theme="dark"]{
  color-scheme:dark;
  --cz-bg:#0d1117;
  --cz-surface:#151a22;
  --cz-surface-2:#1b222d;
  --cz-surface-3:#232c38;
  --cz-text:#e8edf5;
  --cz-heading:#f8fafc;
  --cz-soft:#b7c0cc;
  --cz-muted:#95a1b2;
  --cz-border:#2b3543;
  --cz-border-strong:#3a4657;
  --cz-brand:#8b8cff;
  --cz-brand-hover:#a5a6ff;
  --cz-brand-contrast:#0d1117;
  --cz-accent:#5eead4;
  --cz-accent-soft:#123b38;
  --cz-brand-soft:#25284d;
  --cz-link:#a8b1ff;
  --cz-focus:#60a5fa;
  --cz-danger:#ff8a80;
  --cz-header-bg:rgba(13,17,23,.92);
  --cz-overlay:rgba(0,0,0,.62);
  --cz-shadow-1:0 1px 2px rgba(0,0,0,.24),0 8px 24px rgba(0,0,0,.18);
  --cz-shadow-2:0 18px 48px rgba(0,0,0,.32)
}
@media (prefers-color-scheme:dark){
  html:not([data-theme]){
    color-scheme:dark;
    --cz-bg:#0d1117;--cz-surface:#151a22;--cz-surface-2:#1b222d;--cz-surface-3:#232c38;
    --cz-text:#e8edf5;--cz-heading:#f8fafc;--cz-soft:#b7c0cc;--cz-muted:#95a1b2;
    --cz-border:#2b3543;--cz-border-strong:#3a4657;--cz-brand:#8b8cff;--cz-brand-hover:#a5a6ff;
    --cz-brand-contrast:#0d1117;--cz-accent:#5eead4;--cz-accent-soft:#123b38;--cz-brand-soft:#25284d;
    --cz-link:#a8b1ff;--cz-focus:#60a5fa;--cz-header-bg:rgba(13,17,23,.92);--cz-shadow-1:0 1px 2px rgba(0,0,0,.24),0 8px 24px rgba(0,0,0,.18);--cz-shadow-2:0 18px 48px rgba(0,0,0,.32)
  }
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--cz-header) + 18px);background:var(--cz-bg)}
body{margin:0;min-height:100vh;overflow-x:hidden;background:var(--cz-bg);color:var(--cz-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.72;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .22s var(--cz-ease),color .22s var(--cz-ease)}
body.rtl{font-family:"Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;letter-spacing:0}
img,video,iframe{max-width:100%}img{height:auto;display:block}a{color:var(--cz-link)}button,input,select,textarea{font:inherit;color:inherit}::selection{background:color-mix(in srgb,var(--cz-brand) 28%,transparent)}
.container{width:min(calc(100% - 2rem),var(--cz-container))!important;margin-inline:auto!important;padding-inline:0!important}
.main-content{min-height:72vh;padding-top:var(--cz-header)}
:focus-visible{outline:3px solid var(--cz-focus)!important;outline-offset:3px!important;border-radius:8px}
.skip-link{position:fixed;z-index:10000;inset-inline-start:1rem;top:.65rem;transform:translateY(-150%);padding:.72rem 1rem;border-radius:10px;background:var(--cz-heading);color:var(--cz-surface);font-weight:800;text-decoration:none;transition:transform .18s var(--cz-ease)}.skip-link:focus{transform:none}

/* Typography */
h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--cz-heading)!important;font-family:inherit;line-height:1.16;letter-spacing:-.025em;text-wrap:balance}body.rtl h1,body.rtl h2,body.rtl h3{letter-spacing:0}
h1{font-size:clamp(2.3rem,6vw,4.8rem);font-weight:850}h2{font-size:clamp(1.72rem,3.4vw,2.8rem);font-weight:820}h3{font-size:clamp(1.12rem,1.8vw,1.42rem);font-weight:760}
p,li{font-size:clamp(.99rem,1vw,1.055rem)}p{color:var(--cz-soft)}
.lead,.page-subtitle,.hero-description,.hero-subtitle{color:var(--cz-soft)!important;font-size:clamp(1.08rem,1.6vw,1.27rem)!important;line-height:1.78!important}
.eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .85rem;padding:.38rem .7rem;border:1px solid var(--cz-border);border-radius:var(--cz-pill);background:var(--cz-surface);color:var(--cz-brand)!important;font-size:.78rem!important;font-weight:820;letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--cz-shadow-1)}
.brand-gradient{background:none!important;color:var(--cz-brand)!important;-webkit-text-fill-color:currentColor!important}

/* Header */
.main-header{position:fixed!important;inset:0 0 auto!important;z-index:1000!important;min-height:var(--cz-header)!important;background:var(--cz-header-bg)!important;border-bottom:1px solid var(--cz-border)!important;-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);transition:box-shadow .2s var(--cz-ease),background-color .2s var(--cz-ease)}
.main-header.is-scrolled{box-shadow:0 8px 28px rgba(15,23,42,.08)}
.navbar{min-height:var(--cz-header)!important;display:flex!important;align-items:center!important}.nav-wrapper{width:100%;display:flex!important;align-items:center!important;gap:.65rem!important}
.logo{flex:0 0 auto}.logo a{display:inline-flex!important;align-items:center!important;gap:.62rem!important;min-height:48px!important;text-decoration:none!important;color:var(--cz-heading)!important;font-size:1.16rem!important;font-weight:850!important}.logo img{width:40px!important;height:40px!important;margin:0!important;border-radius:11px!important;border:1px solid var(--cz-border)!important;box-shadow:none!important}
.nav-menu{display:flex!important;align-items:center!important;justify-content:center!important;gap:.15rem!important;margin:0 auto!important;padding:0!important;list-style:none!important}.nav-menu li{list-style:none!important}
.nav-link,.lang-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:.55rem .82rem!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--cz-soft)!important;text-decoration:none!important;font-size:.91rem!important;font-weight:700!important;cursor:pointer!important;transition:background-color .16s var(--cz-ease),color .16s var(--cz-ease)!important}.nav-link:hover,.nav-link:focus-visible,.lang-button:hover,.lang-button:focus-visible{color:var(--cz-heading)!important;background:var(--cz-surface-2)!important}
.dropdown,.language-switcher{position:relative!important}.dropdown-menu,.lang-dropdown{position:absolute!important;top:calc(100% + .55rem)!important;z-index:40!important;min-width:220px!important;max-height:min(70vh,520px)!important;overflow:auto!important;padding:.45rem!important;margin:0!important;list-style:none!important;border:1px solid var(--cz-border)!important;border-radius:14px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-2)!important;opacity:0!important;visibility:hidden!important;transform:translateY(-5px)!important;transition:.16s var(--cz-ease)!important}.dropdown-menu{inset-inline-start:0!important;width:min(360px,88vw)!important}.lang-dropdown{inset-inline-end:0!important}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu,.dropdown.active .dropdown-menu,.language-switcher:hover .lang-dropdown,.language-switcher:focus-within .lang-dropdown,.lang-dropdown.active{opacity:1!important;visibility:visible!important;transform:none!important}
.dropdown-menu a,.lang-dropdown a{display:flex!important;align-items:center!important;min-height:44px!important;padding:.7rem .76rem!important;border-radius:9px!important;color:var(--cz-soft)!important;text-decoration:none!important;font-size:.91rem!important;font-weight:650!important}.dropdown-menu a:hover,.lang-dropdown a:hover,.lang-dropdown a.active{background:var(--cz-surface-2)!important;color:var(--cz-heading)!important}
.header-actions{display:flex;align-items:center;gap:.4rem;flex:0 0 auto}.theme-toggle{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;padding:0!important;border:1px solid var(--cz-border)!important;border-radius:11px!important;background:var(--cz-surface)!important;color:var(--cz-heading)!important;cursor:pointer!important;box-shadow:none!important;transition:background-color .16s var(--cz-ease),border-color .16s var(--cz-ease)!important}.theme-toggle:hover{background:var(--cz-surface-2)!important;border-color:var(--cz-border-strong)!important}.theme-toggle svg{width:20px;height:20px;stroke:currentColor}.theme-icon-moon{display:block}.theme-icon-sun{display:none}html[data-theme="dark"] .theme-icon-moon{display:none}html[data-theme="dark"] .theme-icon-sun{display:block}
.header-cta{flex:0 0 auto}.mobile-menu-toggle{display:none!important;width:44px!important;height:44px!important;padding:10px!important;border:1px solid var(--cz-border)!important;border-radius:11px!important;background:var(--cz-surface)!important;color:var(--cz-heading)!important;cursor:pointer!important}.mobile-menu-toggle span{display:block!important;width:21px!important;height:2px!important;margin:4px auto!important;border-radius:2px!important;background:currentColor!important;transition:.2s var(--cz-ease)!important}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* Buttons */
.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.55rem!important;min-height:48px!important;padding:.76rem 1.12rem!important;border:1px solid transparent!important;border-radius:12px!important;text-decoration:none!important;font-weight:780!important;line-height:1.15!important;transition:background-color .16s var(--cz-ease),border-color .16s var(--cz-ease),transform .16s var(--cz-ease)!important}.btn-primary{color:var(--cz-brand-contrast)!important;background:var(--cz-brand)!important;border-color:var(--cz-brand)!important;box-shadow:none!important}.btn-primary:hover{background:var(--cz-brand-hover)!important;border-color:var(--cz-brand-hover)!important;transform:translateY(-1px)}.btn-secondary{color:var(--cz-heading)!important;background:var(--cz-surface)!important;border-color:var(--cz-border-strong)!important}.btn-secondary:hover{background:var(--cz-surface-2)!important;transform:translateY(-1px)}.btn-large{min-height:52px!important;padding:.9rem 1.35rem!important}

/* Breadcrumb + metadata */
.breadcrumb-wrapper{padding:1rem 0 0!important;background:transparent!important}.breadcrumb{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.42rem!important;color:var(--cz-muted)!important;font-size:.86rem!important}.breadcrumb a{color:var(--cz-soft)!important;text-decoration:none!important}.breadcrumb a:hover{color:var(--cz-link)!important}.article-meta-container{padding:.55rem 0 0!important;background:transparent!important}.article-meta{display:flex!important;flex-wrap:wrap!important;gap:.55rem 1rem!important;color:var(--cz-muted)!important;font-size:.83rem!important}.article-meta>*{font-size:.83rem!important}

/* Hero */
.hero-section,.page-hero,.feature-hero{position:relative!important;padding:clamp(4.1rem,7vw,6.5rem) 0 clamp(3.2rem,6vw,5.3rem)!important;background:transparent!important;text-align:start!important;border-bottom:1px solid var(--cz-border)!important}
.hero-section .hero-content,.feature-hero .container,.page-hero .container{position:relative;max-width:960px}.hero-title,.feature-hero h1,.page-hero h1{max-width:900px;color:var(--cz-heading)!important;background:none!important;-webkit-text-fill-color:currentColor!important}.hero-subtitle,.hero-description,.feature-hero .lead,.page-hero .page-subtitle{max-width:800px;margin-top:1rem!important}.hero-buttons{display:flex!important;flex-wrap:wrap!important;gap:.72rem!important;margin-top:1.6rem!important}.hero-buttons img,.btn img{width:auto!important;max-height:27px!important;margin:0!important}
.hero-stats,.fact-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.72rem!important;max-width:820px!important;margin-top:1.7rem!important}.stat,.fact-chip{padding:1rem 1.05rem!important;border:1px solid var(--cz-border)!important;border-radius:14px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}.stat strong,.fact-chip strong{display:block!important;color:var(--cz-heading)!important;font-size:1.05rem!important}.stat span,.fact-chip span{display:block!important;margin-top:.17rem!important;color:var(--cz-muted)!important;font-size:.8rem!important}.app-rating{display:inline-flex!important;align-items:center!important;gap:.38rem!important;margin-top:1.1rem!important;padding:.5rem .75rem!important;border:1px solid var(--cz-border)!important;border-radius:10px!important;background:var(--cz-surface)!important;color:var(--cz-soft)!important}.feature-hero .feature-icon{margin-bottom:.8rem}.feature-hero .btn{margin-top:0!important}

/* TOC */
.table-of-contents{padding:1.2rem 0 0!important;background:transparent!important}.table-of-contents .container{padding:1rem 1.1rem!important;border:1px solid var(--cz-border)!important;border-radius:16px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}.table-of-contents h2{font-size:1.18rem!important;margin:0 0 .75rem!important}.table-of-contents nav{overflow-x:auto;scrollbar-width:thin}.table-of-contents ul{display:flex!important;flex-wrap:nowrap!important;gap:.45rem!important;margin:0!important;padding:0 0 .25rem!important;list-style:none!important;min-width:max-content}.table-of-contents li{list-style:none!important}.table-of-contents a{display:inline-flex!important;align-items:center!important;min-height:40px!important;padding:.52rem .72rem!important;border:1px solid var(--cz-border)!important;border-radius:9px!important;background:var(--cz-bg)!important;color:var(--cz-link)!important;text-decoration:none!important;font-weight:700!important;font-size:.86rem!important}.table-of-contents a:hover{background:var(--cz-brand-soft)!important;border-color:color-mix(in srgb,var(--cz-brand) 35%,var(--cz-border))!important}

/* Sections */
.features-section,.why-choose-section,.how-it-works-section,.comparison-section,.faq-section,.video-demo-section,.content-section,.feature-content,.download-section,.cta-section,.about-section{padding:var(--cz-section) 0!important;background:transparent!important}.section-header{max-width:850px;margin-bottom:clamp(1.8rem,4vw,2.7rem)!important}.section-header p{max-width:760px!important;color:var(--cz-soft)!important;line-height:1.78!important}.content-section+.content-section,.features-section,.faq-section,.video-demo-section{border-top:1px solid var(--cz-border)}
.content-block{max-width:var(--cz-reading);margin:0 auto clamp(1.3rem,3vw,2rem)!important;padding:clamp(1.25rem,3vw,2rem)!important;border:1px solid var(--cz-border)!important;border-radius:18px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}.content-block h2{font-size:clamp(1.45rem,2.5vw,2rem)!important;margin-bottom:.85rem!important}.content-block h3{margin-top:1.45rem}.content-block p:last-child{margin-bottom:0}.content-block ul,.content-block ol{padding-inline-start:1.3rem;color:var(--cz-soft)}.content-block a{text-underline-offset:3px;text-decoration-thickness:1px}.seo-intro{font-size:1.08rem!important;color:var(--cz-text)!important}

/* Feature grids */
.features-grid,.benefits-grid,.steps-grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:1rem!important}.feature-card,.benefit-card,.step-card{position:relative!important;min-width:0!important;padding:1.35rem!important;border:1px solid var(--cz-border)!important;border-radius:16px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}.feature-card{grid-column:span 4;display:flex!important;flex-direction:column!important;gap:.72rem!important;min-height:230px!important}.feature-card:hover{border-color:var(--cz-border-strong)!important;box-shadow:var(--cz-shadow-2)!important}.feature-icon{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;border-radius:12px!important;background:var(--cz-brand-soft)!important;color:var(--cz-brand)!important;font-size:1.35rem!important}.feature-card p,.benefit-card p,.step-card p{color:var(--cz-soft)!important}.feature-link{display:inline-flex!important;align-items:center!important;min-height:40px!important;margin-top:auto!important;color:var(--cz-link)!important;text-decoration:none!important;font-weight:780!important}.feature-link:hover{text-decoration:underline!important}.benefit-card{grid-column:span 3}.step-card{grid-column:span 3}.step-number{display:grid!important;place-items:center!important;width:36px!important;height:36px!important;margin-bottom:.8rem!important;border-radius:10px!important;background:var(--cz-brand)!important;color:var(--cz-brand-contrast)!important;font-weight:850!important}

/* Feature media and long-form layout */
.feature-block{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;gap:clamp(1.2rem,4vw,2.6rem)!important;align-items:center!important;max-width:var(--cz-container)!important;margin:0 auto clamp(2.2rem,5vw,4rem)!important;padding:clamp(1rem,2vw,1.35rem)!important;border:1px solid var(--cz-border)!important;border-radius:20px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}.feature-block.reverse .feature-media{order:2}.feature-block>.content-block{max-width:none;margin:0!important;padding:clamp(.4rem,1vw,.8rem)!important;border:0!important;background:transparent!important;box-shadow:none!important}.feature-media{min-width:0}.video-wrapper{overflow:hidden!important;border:1px solid var(--cz-border)!important;border-radius:14px!important;background:#090c11!important;box-shadow:none!important}.feature-video,.feature-image{display:block!important;width:100%!important;height:auto!important;margin:0!important;object-fit:cover!important}.feature-tip,.info-card,.highlight-section,.learn-more-box{padding:1rem 1.05rem!important;border-inline-start:4px solid var(--cz-accent)!important;border-radius:10px!important;background:var(--cz-accent-soft)!important;color:var(--cz-soft)!important}

/* GEO / answer-first blocks */
.answer-summary,.decision-grid,.entity-facts,.use-case-grid{max-width:var(--cz-container);margin:0 auto clamp(1.4rem,3vw,2.2rem)}
.answer-summary{padding:1.3rem 1.4rem;border:1px solid color-mix(in srgb,var(--cz-brand) 28%,var(--cz-border));border-radius:16px;background:var(--cz-brand-soft)}.answer-summary h2{font-size:1.35rem!important;margin-bottom:.55rem}.answer-summary p{margin:.35rem 0;color:var(--cz-text)}
.decision-grid,.use-case-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.decision-card,.use-case-card,.entity-facts{padding:1.25rem;border:1px solid var(--cz-border);border-radius:16px;background:var(--cz-surface);box-shadow:var(--cz-shadow-1)}.decision-card h3,.use-case-card h3{margin-bottom:.55rem}.decision-card p,.use-case-card p{margin-bottom:0}.entity-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.entity-fact{padding:.9rem;border-radius:12px;background:var(--cz-surface-2)}.entity-fact strong{display:block;color:var(--cz-heading);font-size:.9rem}.entity-fact span{display:block;margin-top:.2rem;color:var(--cz-muted);font-size:.86rem}

/* Tables */
.comparison-table-wrapper{overflow-x:auto!important;margin:1.2rem 0!important;border:1px solid var(--cz-border)!important;border-radius:15px!important;background:var(--cz-surface)!important}.comparison-table{width:100%!important;min-width:660px!important;border-collapse:collapse!important;background:transparent!important;color:var(--cz-text)!important}.comparison-table th,.comparison-table td{padding:.9rem 1rem!important;border-bottom:1px solid var(--cz-border)!important;text-align:start!important;vertical-align:top!important}.comparison-table th{background:var(--cz-surface-2)!important;color:var(--cz-heading)!important;font-weight:800!important}.comparison-table tr:last-child td{border-bottom:0!important}.comparison-table .highlight{background:var(--cz-brand-soft)!important;color:var(--cz-heading)!important}.comparison-summary{margin-top:1rem!important;padding:1rem 1.1rem!important;border-radius:12px!important;background:var(--cz-surface-2)!important}

/* FAQ */
.faq-container{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.8rem!important}.faq-item{overflow:hidden!important;margin:0!important;border:1px solid var(--cz-border)!important;border-radius:14px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}.faq-item summary,.faq-item>h3{display:flex!important;align-items:center!important;min-height:58px!important;margin:0!important;padding:1rem 1.1rem!important;color:var(--cz-heading)!important;font-size:1rem!important;font-weight:780!important;cursor:pointer!important;list-style:none!important}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";margin-inline-start:auto;color:var(--cz-brand);font-size:1.35rem;font-weight:500}.faq-item[open] summary:after{content:"–"}.faq-item p,.faq-item>div{margin:0!important;padding:0 1.1rem 1rem!important;color:var(--cz-soft)!important}.faq-item>h3+p{padding-top:0!important}

/* Quote, CTA, navigation, footer */
blockquote{max-width:var(--cz-reading);margin:0 auto!important;padding:1.4rem 1.5rem!important;border:1px solid var(--cz-border)!important;border-inline-start:4px solid var(--cz-brand)!important;border-radius:15px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-1)!important}blockquote p{color:var(--cz-text)!important;font-size:1.08rem!important}blockquote footer{margin-top:.8rem;color:var(--cz-muted);font-size:.88rem}
.feature-navigation{padding:1.2rem 0 var(--cz-section)!important}.nav-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.8rem!important}.nav-prev,.nav-next{display:flex!important;align-items:center!important;min-height:64px!important;padding:1rem 1.1rem!important;border:1px solid var(--cz-border)!important;border-radius:14px!important;background:var(--cz-surface)!important;color:var(--cz-link)!important;text-decoration:none!important;font-weight:740!important}.nav-next{justify-content:flex-end;text-align:end!important}.nav-prev:hover,.nav-next:hover{background:var(--cz-surface-2)!important}
.cta-section{text-align:center!important;border-top:1px solid var(--cz-border)!important;background:var(--cz-surface-2)!important}.cta-section .container{max-width:850px!important}.cta-section h2{margin-bottom:.8rem!important}.cta-description{max-width:720px!important;margin:0 auto 1.4rem!important}.cta-section .btn{margin-inline:auto!important}
.main-footer{padding:clamp(3rem,6vw,5rem) 0 1.4rem!important;border-top:1px solid var(--cz-border)!important;background:var(--cz-surface)!important;color:var(--cz-soft)!important}.footer-content{display:grid!important;grid-template-columns:1.4fr 1fr 1fr 1fr!important;gap:2rem!important}.footer-brand{display:flex!important;align-items:center!important;gap:.65rem!important;color:var(--cz-heading)!important;font-size:1.15rem!important;font-weight:850!important}.footer-brand img{width:40px!important;height:40px!important;border-radius:11px!important;border:1px solid var(--cz-border)!important}.footer-section h3{font-size:1rem!important;margin-bottom:.75rem!important}.footer-links{margin:0!important;padding:0!important;list-style:none!important}.footer-links li{margin:.38rem 0!important}.footer-links a{color:var(--cz-soft)!important;text-decoration:none!important}.footer-links a:hover{color:var(--cz-link)!important;text-decoration:underline!important}.footer-facts{color:var(--cz-muted)!important;font-size:.87rem!important}.footer-bottom{display:flex!important;justify-content:space-between!important;gap:1rem!important;margin-top:2.2rem!important;padding-top:1.2rem!important;border-top:1px solid var(--cz-border)!important;color:var(--cz-muted)!important}.footer-bottom p{margin:0!important;font-size:.84rem!important}.back-to-top{position:fixed!important;z-index:90!important;inset-inline-end:1rem!important;bottom:1rem!important;width:44px!important;height:44px!important;border:1px solid var(--cz-border)!important;border-radius:12px!important;background:var(--cz-surface)!important;color:var(--cz-heading)!important;box-shadow:var(--cz-shadow-2)!important;opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important;cursor:pointer!important;transition:.18s var(--cz-ease)!important}.back-to-top.show{opacity:1!important;visibility:visible!important;transform:none!important}

@media (max-width:980px){
  :root{--cz-header:68px}
  .container{width:min(calc(100% - 1.4rem),var(--cz-container))!important}
  .nav-wrapper{gap:.45rem!important}.nav-menu{position:fixed!important;z-index:55!important;top:calc(var(--cz-header) + .55rem)!important;inset-inline:.7rem!important;display:none!important;max-height:calc(100vh - var(--cz-header) - 1.4rem)!important;overflow:auto!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:.3rem!important;margin:0!important;padding:.7rem!important;border:1px solid var(--cz-border)!important;border-radius:16px!important;background:var(--cz-surface)!important;box-shadow:var(--cz-shadow-2)!important}.nav-menu.active{display:flex!important}.nav-menu>li{width:100%!important}.nav-link{width:100%!important;justify-content:flex-start!important;min-height:48px!important;padding:.7rem .8rem!important}.dropdown-menu{position:static!important;width:100%!important;max-height:none!important;margin-top:.3rem!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;display:none!important;background:var(--cz-surface-2)!important}.dropdown.active .dropdown-menu{display:block!important}.mobile-menu-toggle{display:block!important}.header-cta{display:none!important}.language-switcher{margin-inline-start:auto!important}.lang-button{max-width:130px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.lang-dropdown{position:fixed!important;top:calc(var(--cz-header) + .55rem)!important;inset-inline:.7rem!important;max-height:65vh!important}
  .feature-card{grid-column:span 6}.benefit-card,.step-card{grid-column:span 6}.feature-block{grid-template-columns:1fr!important}.feature-block.reverse .feature-media{order:0}.faq-container{grid-template-columns:1fr!important}.footer-content{grid-template-columns:1fr 1fr!important}.entity-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  h1{font-size:clamp(2rem,11vw,3.25rem)}h2{font-size:clamp(1.55rem,8vw,2.15rem)}
  .hero-section,.page-hero,.feature-hero{padding:3.3rem 0 2.8rem!important}.hero-buttons{display:grid!important;grid-template-columns:1fr!important}.hero-buttons .btn{width:100%!important}.hero-stats,.fact-strip{grid-template-columns:1fr!important}.stat,.fact-chip{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important}.stat span,.fact-chip span{margin:0!important;text-align:end!important}
  .features-grid,.benefits-grid,.steps-grid{grid-template-columns:1fr!important}.feature-card,.benefit-card,.step-card{grid-column:auto!important;min-height:auto!important}.decision-grid,.use-case-grid{grid-template-columns:1fr}.entity-facts{grid-template-columns:1fr}.content-block{padding:1.15rem!important}.feature-block{padding:.8rem!important;border-radius:16px!important}.nav-links{grid-template-columns:1fr!important}.nav-next{justify-content:flex-start!important;text-align:start!important}.footer-content{grid-template-columns:1fr!important;gap:1.45rem!important}.footer-bottom{flex-direction:column!important}.language-switcher .lang-button{width:42px!important;max-width:42px!important;font-size:0!important}.language-switcher .lang-button:before{content:"🌐";font-size:18px!important}.theme-toggle{width:42px!important;height:42px!important}.table-of-contents .container{padding:.9rem!important}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
