/* 4Gozineh theme — RTL, mobile-first */
:root{
  --blue:#0052ff;--blue-700:#003bb8;--blue-600:#0046d9;--blue-50:#eef3ff;--blue-100:#dbe7ff;
  --ink:#0f172a;--slate:#2e3a47;--muted:#64748b;--line:#e2e8f0;--soft:#f1f5f9;
  --bg:#fafafa;--card:#fff;--smile:#f26b35;--ok:#0f9d58;--err:#c62828;
  --font:"Vazirmatn",Tahoma,sans-serif;
  --r-sm:.5rem;--r:.75rem;--r-lg:1rem;--r-xl:1.5rem;
  --shadow:0 2px 4px rgba(15,23,42,.025),0 12px 32px rgba(15,23,42,.055);
  --shadow-lg:0 24px 64px rgba(15,23,42,.10);
  --accent-shadow:0 8px 24px rgba(0,82,255,.22);
  --grad:linear-gradient(135deg,#0052ff,#4d7cff);
  --header-h:4.25rem;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}
body{margin:0;font-family:var(--font);font-size:1rem;line-height:1.9;color:var(--ink);background:var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
img,svg,video{max-width:100%;height:auto}
a{color:var(--blue)}
a:hover{color:var(--blue-700)}
h1,h2,h3,h4{line-height:1.45;margin:0 0 .6em;font-weight:800;color:var(--ink)}
h1{font-size:clamp(1.75rem,4.2vw,2.75rem)}
h2{font-size:clamp(1.4rem,3vw,2rem)}
h3{font-size:1.125rem;font-weight:700}
p{margin:0 0 1em}
button,input,select,textarea{font:inherit;color:inherit}
::selection{background:var(--blue-100);color:var(--ink)}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.sr-only,.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;inset-inline-start:1rem;top:-4rem;z-index:2000;background:var(--ink);color:#fff;padding:.6rem 1rem;border-radius:var(--r)}
.skip-link:focus{top:1rem}
.ico{width:1.25em;height:1.25em;flex-shrink:0;vertical-align:middle}
bdi{unicode-bidi:isolate}
.wrap{width:100%;max-width:74rem;margin-inline:auto;padding-inline:1.25rem}
.wrap--narrow{max-width:46rem}
.section{padding-block:4rem}
.section--tight{padding-block:2.5rem}
.section-title{text-align:center;margin-bottom:2rem}
.section-head{max-width:44rem;margin:0 auto 2.5rem;text-align:center}
.section-head p{color:var(--muted);font-size:1.0625rem}
.section-head--start{margin-inline:0;text-align:start}
.section-head--row{max-width:none;display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap;text-align:start}
.section-more{margin-top:1.5rem}
.link-strong{font-weight:700;text-decoration:none}
.link-strong:hover{text-decoration:underline}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.55rem 1.15rem;border-radius:var(--r);border:1px solid transparent;font-weight:700;font-size:.9375rem;line-height:1.4;text-decoration:none;cursor:pointer;transition:background-color .2s,border-color .2s,box-shadow .2s,color .2s;white-space:nowrap}
.btn-lg{min-height:3.25rem;padding-inline:1.5rem;font-size:1rem}
.btn-block{display:flex;width:100%}
.btn-primary{color:#fff;background:var(--blue);background-image:linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15)),var(--grad);border-color:var(--blue-600);box-shadow:0 2px 5px rgba(0,82,255,.12)}
.btn-primary:hover,.btn-primary:focus-visible{color:#fff;background:var(--blue-600);border-color:var(--blue-700);box-shadow:var(--accent-shadow)}
.btn-primary:active{background:var(--blue-700)}
.btn-outline{color:var(--blue);border-color:var(--blue);background:#fff}
.btn-outline:hover{color:#fff;background:var(--blue)}
.btn-ghost{color:var(--ink);background:var(--soft);border-color:var(--line)}
.btn-ghost:hover{color:var(--ink);background:#e8eef7;border-color:#b9c9e6}
.btn-light{color:var(--blue-700);background:#fff}
.btn-light:hover{color:var(--blue-700);background:var(--blue-50)}
.btn-line-light{color:#fff;border-color:rgba(255,255,255,.45)}
.btn-line-light:hover{color:#fff;background:rgba(255,255,255,.1);border-color:#fff}

/* Header */
.site-header{position:sticky;top:0;z-index:1030;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 4px 20px rgba(15,23,42,.035)}
@supports (backdrop-filter:blur(16px)){.site-header{background:rgba(255,255,255,.84);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}}
.admin-bar .site-header{top:32px}
@media (max-width:782px){.admin-bar .site-header{top:46px}}
.header-inner{display:flex;align-items:center;gap:1rem;min-height:var(--header-h)}
.brand,.custom-logo-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--slate);flex-shrink:0}
.brand img{width:44px;height:auto}
.custom-logo{max-height:48px;width:auto}
.brand-name{font-weight:900;font-size:1.25rem;letter-spacing:0}
.primary-nav{margin-inline-start:auto}
.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:.25rem}
.nav-list a{display:block;padding:.5rem .75rem;border-radius:var(--r-sm);color:var(--slate);font-weight:600;text-decoration:none;font-size:.9375rem}
.nav-list a:hover,.nav-list .current-menu-item>a,.nav-list .current_page_item>a{color:var(--blue);background:var(--blue-50)}
.nav-list .sub-menu{list-style:none;padding:0;margin:0}
.nav-extra{display:none}
.header-actions{display:flex;align-items:center;gap:.5rem}
.header-phone{display:none;align-items:center;gap:.4rem;color:var(--slate);font-weight:700;text-decoration:none;font-size:.9375rem;padding-inline:.5rem}
.header-phone .ico{color:var(--blue)}
.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--r);border:1px solid var(--line);background:#fff;cursor:pointer}
.nav-toggle .i-close{display:none}
.nav-open .nav-toggle .i-open{display:none}
.nav-open .nav-toggle .i-close{display:block}

@media (max-width:1023.98px){
  .header-login span{display:none}
  .header-login{padding-inline:.7rem}
  .primary-nav{position:fixed;inset:var(--header-h) 0 auto 0;max-height:calc(100dvh - var(--header-h));overflow:auto;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow-lg);padding:1rem 1.25rem 1.5rem;margin:0;display:none}
  .admin-bar .primary-nav{top:calc(var(--header-h) + 46px)}
  .nav-open .primary-nav{display:block}
  .nav-list{flex-direction:column}
  .nav-list a{padding:.8rem .75rem;font-size:1rem;border-bottom:1px solid var(--soft);border-radius:0}
  .nav-list .sub-menu a{padding-inline-start:1.75rem;font-weight:500}
  .nav-extra{display:grid;gap:.75rem;margin-top:1rem}
  .nav-phone{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;text-decoration:none;padding:.5rem}
}
@media (max-width:479.98px){.header-buy{display:none}.brand-name{font-size:1.125rem}}
@media (min-width:1024px){
  .nav-toggle{display:none}
  .nav-list .menu-item-has-children{position:relative}
  .nav-list .sub-menu{position:absolute;inset-inline-start:0;top:100%;min-width:14rem;background:#fff;border:1px solid var(--line);border-radius:.875rem;box-shadow:var(--shadow);padding:.4rem;display:none}
  .nav-list li:hover>.sub-menu,.nav-list li:focus-within>.sub-menu{display:block}
}
@media (min-width:1200px){.header-phone{display:inline-flex}}

/* Hero */
.hero{position:relative;padding-block:3rem 4rem;background-image:radial-gradient(ellipse at 95% 0%,rgba(0,82,255,.07),transparent 50%),radial-gradient(ellipse at 0% 100%,rgba(242,107,53,.05),transparent 45%)}
.hero-grid{display:grid;gap:2.5rem;align-items:center}
.hero h1{font-size:clamp(1.9rem,5vw,3.1rem);line-height:1.35;font-weight:900;max-width:18ch;margin-bottom:1rem}
.hero-lead{font-size:1.125rem;color:#334155;max-width:36rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-block:1.75rem}
.hero-proof{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;color:var(--muted);font-size:.9375rem}
.hero-proof li{display:inline-flex;align-items:center;gap:.4rem}
.hero-proof .ico{color:var(--blue)}
@media (min-width:960px){.hero{padding-block:5rem 6rem}.hero-grid{grid-template-columns:1.15fr .85fr;gap:4rem}}

/* The signature: four-choice quiz card */
.quiz{position:relative;background:var(--card);border:1px solid var(--line);border-radius:1.5rem;box-shadow:var(--shadow-lg);padding:1.5rem 1.5rem 2.75rem;overflow:hidden}
.quiz-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.8125rem;color:var(--muted);margin-bottom:1rem}
.quiz-live{display:inline-flex;align-items:center;gap:.45rem;font-weight:700;color:var(--ink)}
.quiz-live i{width:.55rem;height:.55rem;border-radius:50%;background:#e11d48;box-shadow:0 0 0 4px rgba(225,29,72,.14)}
.quiz-q{font-weight:800;font-size:1.125rem;line-height:1.7;margin-bottom:1rem}
.quiz-opts{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}
.quiz-opts button{width:100%;display:flex;align-items:center;gap:.75rem;text-align:start;padding:.75rem .9rem;border:1.5px solid var(--line);border-radius:var(--r);background:#fff;cursor:pointer;font-weight:600;line-height:1.6;transition:border-color .2s,background-color .2s}
.quiz-opts button:hover{border-color:#b9c9e6;background:#f8faff}
.quiz-key{flex-shrink:0;display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:.6rem;background:var(--soft);font-size:.8125rem;font-weight:800;color:var(--slate)}
.quiz-opts button[aria-pressed="true"]{border-color:var(--blue);background:var(--blue-50)}
.quiz-opts button[aria-pressed="true"] .quiz-key{background:var(--blue);color:#fff}
.quiz.is-answered button[data-correct]{border-color:var(--ok);background:#effaf3}
.quiz.is-answered button[data-correct] .quiz-key{background:var(--ok);color:#fff}
.quiz-result{margin:1rem 0 0;min-height:3.4em;font-size:.9375rem;color:var(--muted);line-height:1.8}
.quiz-result strong{color:var(--ink)}
.quiz-smile{position:absolute;inset-inline:0;bottom:-.9rem;margin-inline:auto;width:9rem;color:var(--smile);fill:#dbe3ee;opacity:.9}

/* Clients */
.clients{border-block:1px solid var(--line);background:#fff}
.clients-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 2rem;padding-block:1.25rem;text-align:center}
.clients p{margin:0;color:var(--muted);font-size:.875rem}
.clients ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 2rem;font-weight:800;color:var(--slate)}

/* Features */
.feat-grid{display:grid;gap:1rem}
.feat{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:1.5rem}
.feat>.ico{width:2rem;height:2rem;color:var(--blue);margin-bottom:.75rem}
.feat p{color:#475569;margin:0}
.feat--lead{background:var(--ink);border-color:var(--ink);color:#e2e8f0;padding:2rem}
.feat--lead h3{color:#fff;font-size:1.375rem}
.feat--lead p{color:#cbd5e1}
.feat--lead>.ico{color:#8fb0ff}
.feat-points{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem}
.feat-points li{padding:.3rem .75rem;border-radius:2rem;background:rgba(255,255,255,.08);font-size:.875rem}
@media (min-width:720px){.feat-grid{grid-template-columns:repeat(2,1fr)}.feat--lead{grid-column:1/-1}}
@media (min-width:1024px){.feat-grid{grid-template-columns:repeat(3,1fr)}.feat--lead{grid-column:span 1;grid-row:span 2;display:flex;flex-direction:column;justify-content:flex-end}}

/* Audience */
.aud-grid{display:grid;gap:1rem}
.aud{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:2rem}
.aud>.ico{width:2.25rem;height:2.25rem;color:var(--blue);margin-bottom:1rem}
.aud p{color:#475569}
.aud ul{padding-inline-start:1.2rem;margin:0 0 1.25rem;color:#334155}
.aud li{margin-bottom:.35rem}
.aud--dark{background:linear-gradient(160deg,#0f172a,#1e293b);border-color:#0f172a;color:#e2e8f0}
.aud--dark h3{color:#fff}.aud--dark p,.aud--dark ul{color:#cbd5e1}
.aud--dark>.ico{color:#8fb0ff}.aud--dark .link-strong{color:#a9c2ff}
@media (min-width:860px){.aud-grid{grid-template-columns:1fr 1fr}}

/* Steps (a real sequence) */
.steps{background:#fff;border-block:1px solid var(--line)}
.steps-list{list-style:none;counter-reset:step;padding:0;margin:0;display:grid;gap:1.5rem}
.steps-list li{counter-increment:step;position:relative;padding-inline-start:3.75rem}
.steps-list li::before{content:counter(step,persian);position:absolute;inset-inline-start:0;top:0;width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:.9rem;background:var(--blue-50);color:var(--blue);font-weight:900;font-size:1.25rem}
.steps-list p{color:var(--muted);margin:0}
@media (min-width:860px){.steps-list{grid-template-columns:repeat(3,1fr)}}

/* Pricing */
.pricing{background-image:radial-gradient(ellipse at 50% 0%,rgba(0,82,255,.06),transparent 60%)}
.calc{display:grid;gap:1.25rem;align-items:end;max-width:52rem;margin:0 auto 1rem;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:1.25rem 1.5rem;box-shadow:var(--shadow)}
.calc label{display:block;font-weight:700;margin-bottom:.5rem}
.calc-input{display:flex;align-items:center;gap:1rem}
.calc-input input[type=range]{flex:1;accent-color:var(--blue);min-height:2.75rem}
.calc-number{display:flex;align-items:center;gap:.4rem;flex-shrink:0}
.calc-number input{width:6.5rem;min-height:2.75rem;text-align:center;border:1px solid #cbd5e1;border-radius:var(--r);font-weight:800;font-size:1.0625rem;padding:.3rem}
.calc-number span{color:var(--muted);font-size:.875rem}
.billing{display:inline-flex;padding:.3rem;background:var(--soft);border-radius:var(--r);gap:.25rem;justify-self:start}
.billing-opt{border:0;background:transparent;padding:.55rem 1rem;border-radius:.6rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;min-height:2.5rem;color:var(--slate)}
.billing-opt[aria-checked="true"]{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(15,23,42,.1)}
.billing-save{font-size:.75rem;background:#fff1eb;color:#b4441a;padding:.1rem .5rem;border-radius:2rem}
@media (min-width:760px){.calc{grid-template-columns:1fr auto}}
.calc-enterprise{text-align:center;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--r);padding:.75rem 1rem;max-width:52rem;margin:0 auto 1rem}
.plans{display:grid;gap:1.25rem;margin-top:2rem;align-items:start}
@media (min-width:960px){.plans{grid-template-columns:repeat(3,1fr)}}
.plan{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:1.75rem 1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column}
.plan--popular{border:2px solid var(--blue);box-shadow:0 24px 56px rgba(0,82,255,.16)}
@media (min-width:960px){.plan--popular{transform:translateY(-.75rem)}}
.plan-badge{position:absolute;top:-.85rem;inset-inline-start:1.5rem;margin:0;background:#c9481a;color:#fff;font-size:.8125rem;font-weight:800;padding:.2rem .8rem;border-radius:2rem}
.plan-name{font-size:1.5rem;font-weight:900;margin-bottom:.35rem}
.plan-for{color:var(--muted);font-size:.9375rem;min-height:3.4em}
.plan-price{display:flex;align-items:flex-end;gap:.6rem;margin-block:.5rem .25rem}
.plan-unit{font-size:2.5rem;font-weight:900;line-height:1;color:var(--ink);font-variant-numeric:tabular-nums}
.plan-per{font-size:.8125rem;color:var(--muted);line-height:1.5}
.plan-total{font-weight:700;color:var(--blue-700);background:var(--blue-50);border-radius:var(--r-sm);padding:.5rem .75rem;margin:.75rem 0 .35rem;font-size:.9375rem;line-height:1.7}
.plan-total s{color:var(--muted);font-weight:500}
.plan-min{font-size:.8125rem;color:var(--muted);margin-bottom:1.25rem}
.plan-cta{margin-bottom:1.5rem}
.plan-features{list-style:none;padding:0;margin:0;display:grid;gap:.6rem;font-size:.9375rem}
.plan-features li{display:flex;gap:.55rem;align-items:flex-start;line-height:1.7}
.plan-features .ico{color:var(--ok);margin-top:.2rem}
.plan-features .is-inherit{font-weight:800}
.plan-features .is-inherit .ico{color:var(--blue)}
.assurance{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2rem;margin-top:2.5rem}
.assurance p{display:flex;align-items:center;gap:.5rem;margin:0;color:#334155;font-size:.9375rem;max-width:30rem}
.assurance .ico{color:var(--blue);width:1.5rem;height:1.5rem}
.tax-note{text-align:center;color:var(--muted);font-size:.8125rem;margin-top:1.25rem}

/* Compare */
.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-lg);background:#fff}
.cmp-table{width:100%;min-width:40rem;border-collapse:collapse;font-size:.9375rem}
.cmp-table th,.cmp-table td{padding:.85rem 1rem;border-bottom:1px solid var(--line);text-align:center}
.cmp-table th[scope=row]{text-align:start;font-weight:600}
.cmp-table thead th{background:var(--soft);font-weight:800;position:sticky;top:0}
.cmp-table thead th:nth-child(3){color:var(--blue)}
.cmp-table tbody tr:last-child>*{border-bottom:0}
.cmp-table .yes .ico{color:var(--ok)}.cmp-table .no .ico{color:#cbd5e1}

/* Add-ons */
.addon-grid{display:grid;gap:1rem}
@media (min-width:720px){.addon-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1100px){.addon-grid{grid-template-columns:repeat(4,1fr)}}
.addon{background:#fff;border:1px dashed #b9c9e6;border-radius:var(--r-lg);padding:1.25rem}
.addon>.ico{width:1.75rem;height:1.75rem;color:var(--blue);margin-bottom:.5rem}
.addon p{color:#475569;font-size:.9375rem}
.addon a{font-weight:700;text-decoration:none}

/* FAQ */
.faq-grid{display:grid;gap:2rem}
@media (min-width:960px){.faq-grid{grid-template-columns:.8fr 1.2fr;gap:4rem}.faq-intro{position:sticky;top:calc(var(--header-h) + 2rem);align-self:start}}
.faq-intro p{color:var(--muted)}
.faq-phone{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.25rem;text-decoration:none}
.faq-list{display:grid;gap:.75rem}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg)}
.faq-item summary{cursor:pointer;list-style:none;padding:1rem 1.25rem;font-weight:700;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";font-size:1.4rem;font-weight:400;color:var(--blue);line-height:1;flex-shrink:0}
.faq-item[open] summary::after{content:"−"}
.faq-item[open]{border-color:#bfd0ff}
.faq-item p{padding:0 1.25rem 1.1rem;margin:0;color:#475569}

/* Testimonials */
.t-grid{display:grid;gap:1rem}
@media (min-width:860px){.t-grid{grid-template-columns:repeat(2,1fr)}}
.t-item{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:1.75rem}
.t-item blockquote{margin:0 0 1rem;font-size:1.0625rem;line-height:2}
.t-item figcaption{display:flex;flex-direction:column;font-size:.9375rem}
.t-item figcaption span{color:var(--muted);font-size:.875rem}

/* Posts */
.post-grid{display:grid;gap:1.25rem}
@media (min-width:700px){.post-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.post-grid{grid-template-columns:repeat(3,1fr)}}
.post-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column}
.post-card-media{display:block;aspect-ratio:16/9;background:linear-gradient(135deg,var(--blue-50),#fff);overflow:hidden}
.post-card-media img{width:100%;height:100%;object-fit:cover}
.post-card-ph{display:grid;place-items:center;height:100%;color:var(--blue)}
.post-card-ph .ico{width:3rem;height:3rem;opacity:.7}
.post-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}
.post-card-cat{font-size:.8125rem;font-weight:700;color:var(--blue);margin-bottom:.35rem}
.post-card-title{font-size:1.0625rem;line-height:1.7}
.post-card-title a{color:var(--ink);text-decoration:none}
.post-card-title a:hover{color:var(--blue)}
.post-card-excerpt{color:#475569;font-size:.9375rem;flex:1}
.post-card-meta{font-size:.8125rem;color:var(--muted);margin:0}
.cat-pills{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-wrap:wrap;gap:.5rem}
.cat-pills a{display:inline-block;padding:.35rem .9rem;border:1px solid var(--line);border-radius:2rem;background:#fff;text-decoration:none;color:var(--slate);font-size:.875rem;font-weight:600}
.cat-pills a:hover,.cat-pills .current-cat a{border-color:var(--blue);color:var(--blue)}
.pagination{margin-top:2.5rem}
.nav-links{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}
.page-numbers{display:inline-grid;place-items:center;min-width:2.75rem;height:2.75rem;padding-inline:.75rem;border:1px solid var(--line);border-radius:var(--r);background:#fff;text-decoration:none;color:var(--ink)}
.page-numbers.current{background:var(--blue);color:#fff;border-color:var(--blue)}

/* Inner pages */
.page-hero{padding-block:2.5rem 2rem;background:#fff;border-bottom:1px solid var(--line);background-image:radial-gradient(ellipse at 95% 0%,rgba(0,82,255,.055),transparent 48%)}
.page-hero h1{max-width:40rem;margin-bottom:.5rem}
.page-lead{color:#475569;font-size:1.0625rem;max-width:42rem;margin:0}
.crumbs ol{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.25rem;font-size:.8125rem;color:var(--muted)}
.crumbs li:not(:last-child)::after{content:"/";margin-inline-start:.35rem;color:#cbd5e1}
.crumbs a{color:var(--muted);text-decoration:none}
.crumbs a:hover{color:var(--blue)}
.post-meta{color:var(--muted);font-size:.9375rem;margin:0}
.post-meta a{text-decoration:none;font-weight:700}
.post-thumb{margin-top:2rem}.post-thumb img{border-radius:var(--r-lg)}
.prose{padding-block:2rem;font-size:1.0625rem;line-height:2.05}
.prose h2{margin-top:2rem;font-size:1.5rem}
.prose h3{margin-top:1.5rem}
.prose ul,.prose ol{padding-inline-start:1.4rem}
.prose li{margin-bottom:.45rem}
.prose img{border-radius:var(--r)}
.prose blockquote{margin:1.5rem 0;padding:1rem 1.25rem;border-inline-start:4px solid var(--blue);background:var(--blue-50);border-radius:var(--r-sm)}
.inline-cta{margin-block:2.5rem;padding:1.5rem;border-radius:var(--r-xl);background:var(--ink);color:#cbd5e1}
.inline-cta h2{color:#fff;margin-top:0;font-size:1.25rem}
.post-tags{font-size:.875rem;color:var(--muted)}

/* Features page */
.feature-groups{display:grid;gap:1.25rem}
.fgroup{display:grid;gap:1.25rem;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:1.75rem}
@media (min-width:860px){.fgroup{grid-template-columns:.9fr 1.1fr;gap:3rem;padding:2.5rem}}
.fgroup-head>.ico{width:2.25rem;height:2.25rem;color:var(--blue);margin-bottom:.75rem}
.fgroup-head p{color:var(--muted)}
.fgroup-list{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}
.fgroup-list li{display:flex;gap:.6rem;align-items:flex-start}
.fgroup-list .ico{color:var(--ok);margin-top:.25rem}

/* Solutions */
.solutions{display:grid;gap:2rem}
.solution{display:grid;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid var(--line)}
.solution:last-child{border-bottom:0}
@media (min-width:960px){.solution{grid-template-columns:.9fr 1.1fr;gap:3rem}}
.solution-head>.ico{width:2.5rem;height:2.5rem;color:var(--blue);margin-bottom:.75rem}
.solution-sub{font-weight:700;color:var(--blue-700)}
.solution-head p:not(.solution-sub){color:#475569}
.cases{display:grid;gap:1rem}
@media (min-width:600px){.cases{grid-template-columns:1fr 1fr}}
.case{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:1.25rem}
.case p{margin:0;color:#475569;font-size:.9375rem}

/* Contact / form */
.contact-grid{display:grid;gap:2rem}
@media (min-width:960px){.contact-grid{grid-template-columns:1.2fr .8fr;gap:3rem}}
.lead-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:1.75rem;box-shadow:var(--shadow)}
.lead-title{font-size:1.375rem}
.lead-sub{color:var(--muted)}
.lead-form{display:grid;gap:1rem}
.field label{display:block;font-weight:700;font-size:.9375rem;margin-bottom:.35rem}
.field input,.field select,.field textarea{width:100%;min-height:3rem;padding:.6rem .9rem;border:1px solid #cbd5e1;border-radius:var(--r);background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 .2rem rgba(0,82,255,.14)}
.field input[type=tel]{direction:ltr;text-align:right}
.field-row{display:grid;gap:1rem}
@media (min-width:560px){.field-row{grid-template-columns:1.4fr 1fr}}
.hp{position:absolute;inset-inline-start:-9999px;width:1px;height:1px;overflow:hidden}
.lead-privacy{font-size:.8125rem;color:var(--muted);margin:0;text-align:center}
.notice{border-radius:var(--r);padding:1rem 1.25rem;margin-bottom:1rem}
.notice--ok{background:#effaf3;border:1px solid #bde5cc}
.notice--err{background:#fdecec;border:1px solid #f5c2c2;color:var(--err)}
.contact-call{display:grid;gap:.25rem;background:var(--grad);color:#fff;border-radius:var(--r-xl);padding:1.5rem;text-decoration:none;margin-bottom:1.25rem}
.contact-call:hover{color:#fff;box-shadow:var(--accent-shadow)}
.contact-call .ico{width:1.75rem;height:1.75rem}
.contact-call strong{font-size:1.75rem;font-weight:900}
.contact-list{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}
.contact-list li{display:flex;gap:.6rem;align-items:flex-start}
.contact-list .ico{color:var(--blue);margin-top:.3rem}

/* CTA band */
.cta-band{background:var(--grad);color:#e6edff;padding-block:3.5rem}
.cta-inner{display:grid;gap:1.5rem;align-items:center}
.cta-band h2{color:#fff}
.cta-band p{margin:0;font-size:1.0625rem}
.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}
@media (min-width:900px){.cta-inner{grid-template-columns:1fr auto}}

/* 404 & search */
.notfound{text-align:center}
.notfound-code{font-size:clamp(4rem,14vw,8rem);font-weight:900;line-height:1;color:var(--blue-100);margin:0}
.notfound-links{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.5rem}
.search-form{display:flex;max-width:28rem;margin-inline:auto;border:1px solid #cbd5e1;border-radius:var(--r);overflow:hidden;background:#fff}
.search-form input{flex:1;border:0;padding:.7rem 1rem;min-height:3rem;min-width:0}
.search-form input:focus{outline:none}
.search-form button{border:0;background:var(--blue);color:#fff;width:3rem;cursor:pointer}
.empty{text-align:center;padding-block:2rem}

/* Comments */
.comments{padding-block:2rem;border-top:1px solid var(--line)}
.comment-list{padding:0;list-style:none}
.comment-body{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1rem;margin-bottom:1rem}
.comment-form input:not([type=submit]):not([type=checkbox]),.comment-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:var(--r);padding:.6rem .9rem}
.comment-form .submit{background:var(--blue);color:#fff;border:0;border-radius:var(--r);padding:.7rem 1.4rem;font-weight:700;cursor:pointer}

/* Footer */
.site-footer{background-color:var(--ink);background-image:radial-gradient(circle,rgba(255,255,255,.035) 1px,transparent 1px);background-size:32px 32px;color:#cbd5e1;padding-top:3.5rem;font-size:.9375rem}
.footer-grid{display:grid;gap:2rem;padding-bottom:2.5rem}
@media (min-width:760px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr}}
.footer-logo{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:900;font-size:1.25rem;margin-bottom:.75rem}
.footer-logo img{width:44px;background:#fff;border-radius:.6rem;padding:.2rem}
.site-footer h2{color:#fff;font-size:1rem;margin-bottom:.9rem}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.site-footer a{color:#dbe7ff;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.site-footer a:focus-visible{outline-color:#a9c2ff}
.footer-call{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.25rem}
.footer-contact li{display:flex;gap:.5rem;align-items:flex-start}
.footer-contact .ico{color:#8fb0ff;margin-top:.3rem}
.trust-badges{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}
.trust-badges img{background:#fff;border-radius:.5rem;max-height:90px;width:auto}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;border-top:1px solid rgba(255,255,255,.08);padding-block:1.25rem;font-size:.8125rem}
.footer-bottom p{margin:0}

/* Floating sales call (desktop) + mobile action bar */
.g4-sales-support{position:fixed;inset-inline-end:1.25rem;bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));z-index:1020;display:none;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;color:var(--blue);background:rgba(255,255,255,.96);border:1px solid rgba(0,82,255,.24);border-radius:1.125rem;box-shadow:0 8px 28px rgba(0,82,255,.15);text-decoration:none;transition:transform .2s,box-shadow .2s}
.g4-sales-support .ico{width:1.625rem;height:1.625rem}
.g4-sales-support:hover,.g4-sales-support:focus-visible{color:var(--blue-700);box-shadow:0 12px 32px rgba(0,82,255,.24)}
.g4-sales-support__label{position:absolute;inset-inline-end:calc(100% + .75rem);padding:.6rem .9rem;white-space:nowrap;font-size:.8125rem;font-weight:500;line-height:1.8;color:#fff;background:var(--ink);border-radius:.75rem;opacity:0;visibility:hidden;transition:opacity .2s}
.g4-sales-support:hover .g4-sales-support__label,.g4-sales-support:focus-visible .g4-sales-support__label{opacity:1;visibility:visible}
.mobile-bar{position:fixed;inset-inline:0;bottom:0;z-index:1020;display:flex;gap:.5rem;padding:.6rem 1rem calc(.6rem + env(safe-area-inset-bottom,0px));background:rgba(255,255,255,.96);border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(15,23,42,.06)}
.mobile-bar .btn{flex:1}
.mobile-bar-call{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:6rem;border:1px solid var(--line);border-radius:var(--r);font-weight:700;text-decoration:none;color:var(--ink);background:#fff}
.mobile-bar-call .ico{color:var(--blue)}
@media (max-width:767.98px){body{padding-bottom:4.5rem}}
@media (min-width:768px){.mobile-bar{display:none}.g4-sales-support{display:inline-flex}}
@media (hover:hover) and (prefers-reduced-motion:no-preference){.g4-sales-support:hover{transform:translateY(-3px)}}

/* Hero load moment: one orchestrated reveal */
@media (prefers-reduced-motion:no-preference){
  .hero-copy>*{animation:g4rise .6s cubic-bezier(.2,.7,.2,1) both}
  .hero-copy>:nth-child(2){animation-delay:.06s}.hero-copy>:nth-child(3){animation-delay:.12s}.hero-copy>:nth-child(4){animation-delay:.18s}
  .quiz{animation:g4rise .7s .15s cubic-bezier(.2,.7,.2,1) both}
  @keyframes g4rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{.site-header,.mobile-bar,.g4-sales-support,.cta-band,.site-footer{display:none!important}}

/* WordPress core classes */
.alignleft{float:left;margin:0 0 1rem 1.5rem}.alignright{float:right;margin:0 1.5rem 1rem 0}.aligncenter{display:block;margin-inline:auto}
.wp-caption-text,.wp-element-caption{font-size:.875rem;color:var(--muted);text-align:center}
.widget{margin-bottom:2rem}

/* Enterprise system, v1.1: Persian typography, shared surfaces, deliberate depth. */
:root{--section-space:clamp(3.5rem,7vw,7rem);--mobile-action-height:5rem;--muted:#536477}
.wrap{max-width:74.5rem}.section{padding-block:var(--section-space)}
.hero{padding-block:4rem 6rem;background:radial-gradient(ellipse at 15% 35%,#e8efff 0,transparent 52%),#fafafa}
.hero h1{font-size:clamp(2.1rem,4vw,3.8rem);line-height:1.5;max-width:22ch;letter-spacing:-.035em}
.hero-grid>*{min-width:0}.hero-lead{font-size:1.05rem;line-height:2.1}.hero-proof{font-size:.8rem;gap:.75rem}.hero-proof li:before{content:'✓';color:var(--blue);margin-inline-end:.4rem}
.section-label{display:inline-flex;align-items:center;gap:.6rem;border:1px solid #ccdafa;background:#edf3ff;color:#0046d9;border-radius:2rem;font-size:.75rem;font-weight:700;padding:.35rem .9rem;margin-bottom:1.2rem}
.section-label:before{content:'';width:6px;height:6px;border-radius:50%;background:currentColor}.section-label i{display:none}
.gradient-text{background:linear-gradient(110deg,#0052ff,#345ee2);background-clip:text;-webkit-background-clip:text;color:transparent}
.btn{transition:transform .2s,box-shadow .2s,background-color .2s;white-space:normal;text-align:center;min-height:48px}.btn:active{transform:scale(.98)}
.btn-primary{background:linear-gradient(110deg,#0052ff,#355fe0)}
.btn-outline{border-color:var(--line);color:var(--ink)}.btn-outline:hover{background:var(--soft);color:var(--ink);border-color:#b9c9e6}
.problem-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.feature-card{padding:2rem;background:#fff;border:1px solid var(--line);border-radius:1rem;box-shadow:0 4px 20px #0f172a04}
.feature-card h2{font-size:1.5rem}.feature-card h3{margin-block:1rem .6rem}.feature-card p{font-size:.95rem;color:var(--muted);margin-bottom:0}.feature-card .eyebrow{font-size:.8rem;margin-top:1.4rem}
.gradient-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:12px;background:var(--grad);color:white;box-shadow:var(--accent-shadow)}
.insight-section{background-color:var(--ink);background-image:radial-gradient(circle,#ffffff0b 1px,transparent 1px);background-size:32px 32px;color:#dce4f0}.insight-section h2{color:#fff;font-size:clamp(2rem,3vw,3rem)}
.insight-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.insight-section .section-label{background:#ffffff0b;border-color:#ffffff24;color:#a6c2ff}.insight-panel{padding:2rem;border:1px solid #ffffff25;background:linear-gradient(140deg,#ffffff0d,#0052ff12);border-radius:1.5rem}.insight-panel ol{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.insight-panel li{display:flex;align-items:center;gap:1.2rem;border-bottom:1px solid #ffffff15;padding-bottom:1rem}.insight-panel b{font-size:1.5rem;color:#9fbdff}.insight-panel small{display:block;margin-top:1rem;color:#a6b6cd}
.dashboard-scene{position:relative;min-width:0;margin:2rem 0;padding:3rem 0 4rem;perspective:1000px}.dashboard-window{position:relative;background:#fff;border:1px solid #dae4f6;border-radius:18px;box-shadow:0 35px 65px #14366a20,0 4px 8px #14366a0a;transform:rotateY(7deg) rotateX(3deg);overflow:hidden}
.dashboard-top{padding:1rem;display:flex;justify-content:space-between;gap:.5rem;border-bottom:1px solid var(--line);font-size:.7rem}.dashboard-top small{font-weight:400;color:var(--muted)}.status-dot{color:#136940;font-size:.6rem}.status-dot:before{content:'●';margin-inline-end:.3rem}.dashboard-body{display:grid;grid-template-columns:45px 1fr}.dashboard-body aside{background:#f4f7fc;display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding-top:1rem;color:#64748b}.dashboard-main{padding:1rem}.dashboard-heading{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:1rem}.dashboard-heading small{color:#64748b}
.camera-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.camera-grid>div{position:relative;display:grid;place-items:center;aspect-ratio:1.2;border-radius:8px;background:linear-gradient(140deg,#eaf0fb,#d8e2f2)}.camera-grid>div:nth-child(2n){background:linear-gradient(140deg,#e4e8ef,#f1f4f9)}.camera-grid>div:first-child{background:linear-gradient(140deg,#0052ff,#527aff);color:white}.camera-grid span{border-radius:50%;width:32px;height:32px;display:grid;place-items:center;background:#ffffff55;font-size:.7rem}.camera-grid i{position:absolute;bottom:6px;right:6px;width:4px;height:4px;border-radius:50%;background:#176c4d}.class-toolbar{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;color:#64748b;font-size:.8rem}.call-control{background:#fee7e7;border-radius:6px;padding:.3rem;color:#9f2424}
.floating-insight,.floating-voice{position:absolute;display:flex;align-items:center;gap:.75rem;z-index:1;border:1px solid #e2e8f0;background:#fffffff5;border-radius:14px;padding:1rem;box-shadow:0 15px 40px #193e701a;font-size:.8rem}.floating-insight{bottom:2.5rem;right:-1rem}.floating-insight small{display:block;color:var(--muted);font-size:.65rem}.floating-voice{top:0;left:-1rem}.floating-voice>.ico{color:var(--blue)}.floating-voice small{color:var(--muted);font-size:.65rem}.dashboard-scene figcaption{position:absolute;bottom:-.5rem;text-align:center;width:100%;font-size:.65rem;color:var(--muted)}.scene-ring{position:absolute;inset:-1rem;border:1px dashed #b2c4eb;border-radius:50%;z-index:0}
.calc{max-width:none;grid-template-columns:1fr;margin-bottom:2.5rem}.billing{flex-wrap:wrap;width:100%;justify-content:center}.billing-opt{flex:1;flex-direction:column;font-size:.9rem;min-height:48px}.billing-opt[aria-pressed=true]{background:#fff;color:var(--blue);box-shadow:var(--shadow)}.billing-save{background:#e6edff;color:#1546b6;font-size:.65rem}.plan-badge{background:var(--blue)}.plan--popular{border:2px solid var(--blue);box-shadow:var(--accent-shadow)}.plan-price{flex-wrap:wrap}.plan-unit{font-size:clamp(2rem,3vw,2.5rem)}.plan-for{min-height:3.5rem}.plan-features{line-height:1.85}.plan-features .ico{color:#116a43}.pricing-note{max-width:45rem;margin:2rem auto;color:var(--muted);font-size:.8rem;text-align:center}.weekly-option{max-width:45rem;margin:1rem auto;border:1px solid var(--line);border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.weekly-option summary{cursor:pointer;min-height:44px;display:flex;align-items:center}.weekly-option p{margin:.5rem 0}.post-card-excerpt{overflow-wrap:anywhere}.post-card-media{aspect-ratio:16/8}.post-card-ph .ico{width:2.5rem}
.customer-logos,.product-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding-block:1.5rem}.customer-logos figure{margin:0;text-align:center;font-size:.75rem}.customer-logos img{width:100px;height:64px;object-fit:contain}.product-gallery figure{flex:1 1 300px;margin:0}.product-gallery img{border:1px solid var(--line);border-radius:16px}.product-gallery figcaption{font-size:.8rem;text-align:center}
.primary-nav .sub-menu a{min-height:44px}.nav-extra{padding-bottom:1rem}.mobile-bar{min-height:var(--mobile-action-height)}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.btn:hover{transform:translateY(-2px)}.feature-card{transition:transform .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}}
@media(prefers-reduced-motion:no-preference){.floating-insight{animation:g4float 5s ease-in-out infinite}.floating-voice{animation:g4float 4s ease-in-out 1s infinite}.scene-ring{animation:g4rotate 65s linear infinite}@keyframes g4float{50%{transform:translateY(-8px)}}@keyframes g4rotate{to{transform:rotate(360deg)}}}
@media(max-width:1023px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-scene{max-width:480px;width:100%;margin-inline:auto}.hero-grid{gap:3rem}.hero h1{max-width:none}.insight-grid{gap:2rem}}
@media(max-width:767px){.problem-grid,.insight-grid{grid-template-columns:1fr}.hero{padding-block:2.5rem 3.5rem}.dashboard-scene{display:none}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.hero-lead{font-size:1rem}.hero h1{font-size:2.15rem}.section{padding-block:3.5rem}.feature-card,.plan,.lead-card{padding:1.35rem}.calc{padding:1rem}.billing{display:grid;grid-template-columns:1fr 1fr}.billing-opt{font-size:.85rem;padding:.5rem}.plan-for{min-height:0}.plan-features{font-size:.9rem}.plan-unit{font-size:2.25rem}.site-header{--header-h:4rem}.header-inner{min-height:4rem}.brand img{width:42px}.brand-name{font-size:1rem}.mobile-bar{position:static;margin:0;padding:1rem;box-shadow:none}.mobile-bar-call{min-height:48px}body{padding-bottom:0}.g4-sales-support{display:none}.footer-bottom a{min-height:44px;display:inline-flex;align-items:center}.footer-grid{gap:1.5rem}.site-footer{padding-top:2rem}.insight-panel{padding:1.25rem}.cmp-table{min-width:36rem}.post-card-media{aspect-ratio:16/7}}
@media(max-width:420px){.product-grid{grid-template-columns:1fr}.hero-proof{gap:.5rem}.hero h1{font-size:1.9rem}.wrap{padding-inline:1rem}.header-actions{gap:.4rem}}
@media(prefers-reduced-motion:reduce){.dashboard-window{transform:none}}
.trial-note{font-size:.75rem;color:var(--muted);margin-top:-.25rem}
.testimonial-avatar{object-fit:contain;border-radius:10px;margin-bottom:.5rem}.trust-counts{display:flex;justify-content:center;gap:3rem;padding-top:1.5rem;flex-wrap:wrap}.trust-counts p{color:var(--muted);font-size:.85rem}.trust-counts strong{font-size:1.5rem;color:var(--blue);margin-inline-end:.5rem}
/* Keep clipped accessibility labels within the horizontally scrollable table. */
.table-scroll{position:relative;max-width:100%;isolation:isolate}.cmp-table .yes,.cmp-table .no{position:relative}.calc-users,.calc-input input[type=range]{min-width:0}
