
:root{
  --home-bg:#0b1120;
  --home-bg-2:#0f172a;
  --home-surface:rgba(15,23,42,.76);
  --home-surface-strong:#111827;
  --home-card:rgba(255,255,255,.075);
  --home-card-2:rgba(255,255,255,.115);
  --home-border:rgba(148,163,184,.20);
  --home-border-strong:rgba(148,163,184,.34);
  --home-text:#f8fafc;
  --home-muted:#b6c2d4;
  --home-soft:#93a4ba;
  --home-primary:#38bdf8;
  --home-primary-2:#818cf8;
  --home-accent:#22c55e;
  --home-warm:#f59e0b;
  --home-danger:#f43f5e;
  --home-radius:26px;
  --home-radius-sm:18px;
  --home-shadow:0 24px 80px rgba(0,0,0,.34);
  --home-shadow-soft:0 16px 45px rgba(15,23,42,.22);
  --home-container:1180px;
  --home-transition:180ms ease;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scrollbar-gutter:stable}
body.home-page{
  margin:0;
  background:
    radial-gradient(circle at 82% 4%, rgba(56,189,248,.20), transparent 34rem),
    radial-gradient(circle at 18% 12%, rgba(129,140,248,.22), transparent 30rem),
    radial-gradient(circle at 50% 95%, rgba(34,197,94,.10), transparent 34rem),
    linear-gradient(145deg, var(--home-bg) 0%, #101827 52%, #0a0f1d 100%);
  color:var(--home-text);
  font-family:'Vazirmatn', Tahoma, Arial, sans-serif;
  overflow-x:hidden;
  min-height:100vh;
}
body.home-page::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.26;
  z-index:-2;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,1), transparent 88%);
}
body.home-page::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:linear-gradient(90deg, rgba(255,255,255,.02), transparent 40%, rgba(255,255,255,.03));
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.home-shell{position:relative;z-index:1}
.home-container{width:min(var(--home-container), calc(100% - 32px));margin-inline:auto}
.home-section{padding:92px 0}
.home-section-tight{padding:58px 0}
.text-muted-home{color:var(--home-muted)!important}.text-soft-home{color:var(--home-soft)!important}
.gradient-text{
  background:linear-gradient(135deg,#e0f2fe 0%, var(--home-primary) 32%, var(--home-primary-2) 72%, #c4b5fd 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.home-pill{
  display:inline-flex;align-items:center;gap:.55rem;
  padding:.55rem .9rem;border-radius:999px;
  color:#dbeafe;background:rgba(56,189,248,.10);
  border:1px solid rgba(56,189,248,.22);
  font-weight:800;font-size:.88rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.home-navbar{
  position:sticky;top:0;z-index:50;
  padding:18px 0;
  transition:background var(--home-transition), box-shadow var(--home-transition), padding var(--home-transition);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
}
.home-navbar.is-scrolled{
  padding:10px 0;
  background:rgba(8,13,26,.78);
  border-bottom:1px solid rgba(148,163,184,.16);
  box-shadow:0 10px 35px rgba(0,0,0,.20);
}
.home-nav-inner{
  min-height:64px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(15,23,42,.54);
  border-radius:24px;
  padding:.65rem .8rem;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.home-brand{display:flex;align-items:center;gap:.75rem;font-weight:1000;letter-spacing:.5px;color:#fff}
.home-brand-logo{
  width:48px;height:48px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,rgba(56,189,248,.95),rgba(129,140,248,.95));
  color:#fff;box-shadow:0 14px 34px rgba(56,189,248,.22);
}
.home-brand small{display:block;color:var(--home-soft);font-size:.72rem;font-weight:700;margin-top:2px}
.home-nav-link{
  color:#cbd5e1!important;font-weight:800;font-size:.95rem;
  padding:.65rem .82rem!important;border-radius:14px;transition:background var(--home-transition),color var(--home-transition);
}
.home-nav-link:hover{background:rgba(255,255,255,.07);color:#fff!important}
.btn-home-primary,.btn-home-secondary,.btn-home-rep,.btn-home-dark,.product-order-btn,.article-link,.home-cta-link{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:48px;border-radius:16px;font-weight:900;transition:filter var(--home-transition),background var(--home-transition),border-color var(--home-transition),box-shadow var(--home-transition);
}
.btn-home-primary,.product-order-btn{
  border:0;color:#05111f!important;
  background:linear-gradient(135deg,#67e8f9 0%, #38bdf8 45%, #818cf8 100%);
  box-shadow:0 16px 38px rgba(56,189,248,.24);
}
.btn-home-primary:hover,.product-order-btn:hover{filter:brightness(1.08);box-shadow:0 20px 48px rgba(56,189,248,.32)}
.btn-home-secondary{
  color:#e2e8f0!important;background:rgba(255,255,255,.075);border:1px solid rgba(148,163,184,.24);backdrop-filter:blur(12px);
}
.btn-home-secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(226,232,240,.32);color:#fff!important}

.btn-home-rep{
  color:#052e16!important;
  background:linear-gradient(135deg,#86efac 0%, #22c55e 52%, #16a34a 100%);
  border:0;
  box-shadow:0 16px 38px rgba(34,197,94,.23);
}
.btn-home-rep:hover{filter:brightness(1.07);box-shadow:0 20px 48px rgba(34,197,94,.30);color:#031b0d!important}
.home-nav-rep{
  color:#dcfce7!important;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.22);
}
.home-nav-rep:hover{background:rgba(34,197,94,.20);border-color:rgba(34,197,94,.36);color:#fff!important}
.representative-home-section{padding-top:28px}
.rep-portal-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.25fr auto;
  gap:24px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(34,197,94,.20), transparent 28rem),
    linear-gradient(145deg,rgba(15,23,42,.88),rgba(15,23,42,.58));
  border:1px solid rgba(34,197,94,.20);
  box-shadow:var(--home-shadow-soft);
}
.rep-portal-card::before{
  content:"";
  position:absolute;
  inset:-120px auto auto -90px;
  width:260px;height:260px;border-radius:50%;
  background:rgba(56,189,248,.12);
  filter:blur(34px);
}
.rep-portal-copy,.rep-portal-actions{position:relative;z-index:2}
.rep-portal-copy .section-title{font-size:clamp(1.8rem,3vw,2.8rem);margin-bottom:12px}
.rep-feature-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.rep-feature-row span{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.62rem .82rem;
  border-radius:999px;
  color:#dcfce7;
  background:rgba(34,197,94,.10);
  border:1px solid rgba(34,197,94,.18);
  font-weight:900;font-size:.88rem;
}
.rep-feature-row i{color:#86efac}
.rep-portal-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.btn-home-dark{background:#0f172a;color:#fff!important;border:1px solid rgba(148,163,184,.22)}
.home-toggler{border:1px solid rgba(148,163,184,.25);border-radius:16px;background:rgba(255,255,255,.06);padding:.7rem .85rem;color:#fff}
.home-hero{padding:76px 0 96px;position:relative;overflow:hidden}
.home-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:44px;align-items:center}
.hero-title{font-size:clamp(2.45rem,6vw,5.15rem);line-height:1.15;font-weight:1000;letter-spacing:-1px;margin:22px 0 20px}
.hero-desc{font-size:1.14rem;line-height:2.05;color:var(--home-muted);max-width:720px;margin-bottom:30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-actions a{padding:0 1.25rem}
.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:680px;margin-top:28px}
.hero-metric{
  padding:15px;border-radius:18px;background:rgba(255,255,255,.064);border:1px solid rgba(148,163,184,.17);
}
.hero-metric strong{display:block;font-size:1.25rem;color:#fff}.hero-metric span{display:block;color:var(--home-soft);font-size:.85rem;margin-top:4px}
.hero-visual{position:relative;min-height:580px}.orb-card{
  position:absolute;inset:26px 0 auto auto;width:min(96%,470px);height:520px;border-radius:42px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.17);box-shadow:var(--home-shadow);
  overflow:hidden;backdrop-filter:blur(18px);
}
.orb-card::before{content:"";position:absolute;inset:-40% -30% auto auto;width:360px;height:360px;border-radius:50%;background:rgba(56,189,248,.28);filter:blur(44px)}
.orb-card::after{content:"";position:absolute;left:-14%;bottom:-16%;width:300px;height:300px;border-radius:50%;background:rgba(129,140,248,.23);filter:blur(42px)}
.phone-frame{
  position:absolute;right:52px;top:78px;width:290px;height:430px;border-radius:42px;
  background:linear-gradient(145deg,#0b1223,#172036);
  border:1px solid rgba(255,255,255,.20);box-shadow:0 28px 80px rgba(0,0,0,.45);
  padding:18px;overflow:hidden;z-index:2;
}
.phone-screen{height:100%;border-radius:30px;background:linear-gradient(180deg,#111827,#0b1120);padding:18px;position:relative;overflow:hidden}
.phone-screen::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 10%,rgba(56,189,248,.25),transparent 45%),radial-gradient(circle at 90% 40%,rgba(34,197,94,.16),transparent 42%)}
.phone-line{position:relative;height:12px;border-radius:20px;background:rgba(255,255,255,.12);margin-bottom:13px}.phone-line:nth-child(2){width:74%}.phone-line:nth-child(3){width:52%}.phone-line:nth-child(4){width:90%}
.phone-service{position:relative;margin-top:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:18px}
.phone-service h4{font-size:1rem;margin:0 0 12px;font-weight:900}.phone-service p{font-size:.82rem;color:var(--home-muted);margin:0;line-height:1.8}
.float-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:.65rem;padding:13px 15px;border-radius:18px;background:rgba(15,23,42,.86);border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 50px rgba(0,0,0,.30);backdrop-filter:blur(14px);font-weight:900}
.float-chip i{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:rgba(56,189,248,.14);color:#67e8f9}.chip-1{right:0;top:108px}.chip-2{left:22px;top:270px}.chip-3{right:76px;bottom:8px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:34px}.section-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:1000;line-height:1.3;margin:0}.section-desc{color:var(--home-muted);line-height:1.95;max-width:640px;margin:12px 0 0}.section-actions{flex:0 0 auto}
.trust-strip{margin-top:-32px;position:relative;z-index:4}.trust-box{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:16px;border-radius:28px;background:rgba(15,23,42,.78);border:1px solid rgba(148,163,184,.18);box-shadow:var(--home-shadow-soft);backdrop-filter:blur(18px)}
.trust-item{display:flex;gap:12px;align-items:center;padding:15px;border-radius:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06)}.trust-item i{font-size:1.55rem;color:#67e8f9}.trust-item strong{display:block}.trust-item span{display:block;color:var(--home-soft);font-size:.86rem;margin-top:3px}
.home-card,.product-card,.article-card,.service-card,.step-card,.faq-card,.cta-card,.site-alert,.product-modal{
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.052));
  border:1px solid var(--home-border);border-radius:var(--home-radius);box-shadow:var(--home-shadow-soft);backdrop-filter:blur(16px);
}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{padding:24px;min-height:250px;position:relative;overflow:hidden}.service-card::before{content:"";position:absolute;inset:auto -45px -45px auto;width:150px;height:150px;border-radius:50%;background:rgba(56,189,248,.12);filter:blur(20px)}
.service-icon,.article-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin-bottom:18px;background:linear-gradient(135deg,rgba(56,189,248,.18),rgba(129,140,248,.17));color:#67e8f9;font-size:1.7rem;border:1px solid rgba(148,163,184,.18)}
.service-card h3,.article-card h3,.product-card h3,.step-card h3{font-weight:1000;color:#fff}.service-card p,.article-card p,.product-desc,.product-summary,.faq-card p{color:var(--home-muted);line-height:1.95}.service-list{padding:0;margin:18px 0 0;list-style:none}.service-list li{display:flex;gap:8px;align-items:center;color:#dbeafe;margin-top:9px;font-size:.94rem}.service-list i{color:#22c55e}
.products-section{background:linear-gradient(180deg,transparent,rgba(15,23,42,.24),transparent)}.product-card{padding:22px;height:100%;display:flex;flex-direction:column;gap:0}.product-top{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.product-type-badge,.product-stock-badge{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.47rem .75rem;font-size:.78rem;font-weight:900}.product-type-badge{background:rgba(56,189,248,.12);color:#bae6fd;border:1px solid rgba(56,189,248,.18)}.product-stock-badge.in-stock{background:rgba(34,197,94,.12);color:#bbf7d0;border:1px solid rgba(34,197,94,.18)}.product-stock-badge.out-stock{background:rgba(244,63,94,.12);color:#fecdd3;border:1px solid rgba(244,63,94,.18)}.product-desc{min-height:70px}.product-summary{font-size:.92rem;min-height:66px}.product-feature-list{list-style:none;padding:0;margin:0 0 18px}.product-feature-list li{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:.9rem;margin-bottom:7px}.product-feature-list i{color:#22c55e}.product-price{font-size:1.9rem;font-weight:1000;color:#fff}.product-order-btn{width:100%;padding:.85rem 1rem;margin-top:auto}.product-order-btn:disabled{opacity:.54;cursor:not-allowed;filter:grayscale(.2);box-shadow:none}.product-article-link,.article-link{color:#93c5fd;font-weight:900}.product-article-link:hover,.article-link:hover{color:#e0f2fe}.product-actions{margin-top:auto;display:flex;flex-direction:column;gap:12px}
.empty-card{padding:36px;text-align:center}.empty-card i{font-size:2.6rem;color:#67e8f9}.site-alert{padding:1rem 1.15rem;margin-bottom:24px;color:#fff}.site-alert-success{border-color:rgba(34,197,94,.28);background:rgba(34,197,94,.10)}.site-alert-danger{border-color:rgba(244,63,94,.32);background:rgba(244,63,94,.11)}
.workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.step-card{padding:22px}.step-num{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:rgba(56,189,248,.13);color:#bae6fd;border:1px solid rgba(56,189,248,.18);font-weight:1000;margin-bottom:16px}.step-card p{color:var(--home-muted);line-height:1.85;margin:0}
.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.article-card{padding:22px;height:100%}
.feature-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:stretch}.feature-panel{padding:30px}.feature-panel ul{list-style:none;padding:0;margin:22px 0 0}.feature-panel li{display:flex;gap:10px;align-items:flex-start;color:#dbeafe;margin-bottom:13px;line-height:1.8}.feature-panel li i{color:#22c55e;margin-top:3px}.feature-preview{padding:24px;position:relative;overflow:hidden}.dashboard-preview{height:100%;min-height:310px;border-radius:28px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(145deg,#0b1120,#151f35);padding:18px}.preview-bar{height:44px;border-radius:16px;background:rgba(255,255,255,.08);display:flex;align-items:center;gap:8px;padding:0 14px}.dot{width:10px;height:10px;border-radius:50%;background:#38bdf8}.dot:nth-child(2){background:#818cf8}.dot:nth-child(3){background:#22c55e}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.preview-tile{height:96px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);padding:14px}.preview-tile span{display:block;width:70%;height:11px;border-radius:20px;background:rgba(255,255,255,.14);margin-bottom:12px}.preview-tile strong{display:block;font-size:1.4rem}.preview-table{margin-top:14px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.preview-row{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.07);color:#cbd5e1;font-size:.85rem}.preview-row:last-child{border-bottom:0}
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.faq-card{padding:22px}.faq-card h3{font-size:1.08rem;font-weight:1000;margin-bottom:9px}
.cta-card{padding:36px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;overflow:hidden;position:relative}.cta-card::before{content:"";position:absolute;left:-100px;top:-100px;width:260px;height:260px;border-radius:50%;background:rgba(56,189,248,.16);filter:blur(25px)}.cta-card h2{font-weight:1000;margin:0 0 10px}.cta-card p{color:var(--home-muted);line-height:1.85;margin:0}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:2}
.footer{padding:54px 0 34px;border-top:1px solid rgba(148,163,184,.16);background:rgba(2,6,23,.28)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}.footer h3{font-weight:1000}.footer p,.footer a{color:var(--home-muted);line-height:1.9}.footer a:hover{color:#fff}.socials{display:flex;gap:10px;margin-top:18px}.socials a{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(148,163,184,.16);color:#e2e8f0}.copyright{color:#64748b;border-top:1px solid rgba(148,163,184,.13);margin-top:34px;padding-top:22px;font-size:.9rem}
.modal-content.product-modal{background:#0f172a;color:#f8fafc;border-color:rgba(148,163,184,.24);border-radius:24px;box-shadow:var(--home-shadow)}.product-modal .modal-header,.product-modal .modal-footer{border-color:rgba(148,163,184,.16)!important}.product-modal .btn-close{filter:invert(1) grayscale(100%)}.product-modal .form-label{font-weight:800;color:#e2e8f0}.product-modal .form-control{background:rgba(255,255,255,.065);border:1px solid rgba(148,163,184,.22);border-radius:15px;color:#fff;min-height:48px}.product-modal textarea.form-control{min-height:110px}.product-modal .form-control:focus{background:rgba(255,255,255,.09);border-color:rgba(56,189,248,.45);color:#fff;box-shadow:0 0 0 .25rem rgba(56,189,248,.10)}.product-modal .form-control::placeholder{color:#64748b}.product-modal .btn-outline-light{border-color:rgba(148,163,184,.28);color:#e2e8f0}.product-modal .btn-primary{background:linear-gradient(135deg,#38bdf8,#818cf8);border:0;color:#06111f;font-weight:900;border-radius:14px;padding:.7rem 1.2rem}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media (max-width:1100px){.home-hero-grid,.feature-split{grid-template-columns:1fr}.hero-visual{min-height:500px}.orb-card{left:50%;right:auto;transform:translateX(-50%)}.service-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}.workflow-grid{grid-template-columns:repeat(2,1fr)}.trust-box{grid-template-columns:repeat(2,1fr)}}
@media (max-width:991px){.home-nav-inner{border-radius:20px}.navbar-collapse{padding-top:12px}.home-nav-link{margin-top:4px}.home-section{padding:70px 0}.section-head{display:block}.section-actions{margin-top:18px}.hero-metrics{grid-template-columns:1fr 1fr}.home-hero{padding-top:48px}.hero-visual{display:none}.cta-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.home-nav-inner .btn-home-primary{width:100%;margin-top:8px}}
@media (max-width:640px){.home-container{width:min(100% - 22px,var(--home-container))}.home-brand small{display:none}.home-brand-logo{width:42px;height:42px}.home-nav-inner{padding:.55rem}.hero-actions a,.cta-actions a{width:100%}.hero-metrics,.trust-box,.service-grid,.workflow-grid,.article-grid,.faq-grid,.preview-grid,.footer-grid{grid-template-columns:1fr}.home-section{padding:58px 0}.home-section-tight{padding:42px 0}.trust-strip{margin-top:0}.product-card,.service-card,.article-card,.step-card,.faq-card,.feature-panel,.feature-preview,.cta-card{border-radius:22px}.hero-title{letter-spacing:-.5px}.preview-row{grid-template-columns:1fr}.section-title{font-size:2rem}}

/* v16: homepage real product images */
.hero-image-showcase{position:absolute;inset:0;z-index:2}
.showcase-phone{position:absolute;display:grid;place-items:center;border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 70px rgba(0,0,0,.42);backdrop-filter:blur(18px);overflow:hidden}
.showcase-phone img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;padding:22px;filter:drop-shadow(0 24px 40px rgba(0,0,0,.38))}
.showcase-phone-main{right:54px;top:50px;width:300px;height:450px}
.showcase-phone-side{left:28px;bottom:26px;width:210px;height:330px;transform:rotate(-6deg);opacity:.94}
.showcase-glow{position:absolute;inset:auto auto -20% -15%;width:180px;height:180px;border-radius:50%;background:rgba(56,189,248,.28);filter:blur(34px)}
.showcase-phone-side .showcase-glow{background:rgba(129,140,248,.25);right:-20%;left:auto}
.showcase-dashboard-card{position:absolute;right:18px;bottom:66px;width:250px;border-radius:24px;padding:16px;background:rgba(15,23,42,.88);border:1px solid rgba(148,163,184,.24);box-shadow:0 22px 60px rgba(0,0,0,.34);backdrop-filter:blur(16px);z-index:4}
.showcase-dashboard-card strong{display:block;margin-top:14px;font-size:1.1rem;color:#fff;font-weight:1000}.showcase-dashboard-card small{display:block;margin-top:5px;color:var(--home-soft);font-weight:800}
.visual-products-section{padding-top:28px;padding-bottom:72px}
.visual-products-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:center;padding:26px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.045));border:1px solid rgba(148,163,184,.18);box-shadow:var(--home-shadow-soft);backdrop-filter:blur(16px)}
.visual-copy{padding:12px 8px}.visual-image-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.visual-product-card{position:relative;min-height:260px;border-radius:30px;padding:18px;overflow:hidden;background:linear-gradient(160deg,rgba(15,23,42,.92),rgba(30,41,59,.76));border:1px solid rgba(148,163,184,.22);box-shadow:0 20px 55px rgba(0,0,0,.28)}
.visual-product-card::before{content:"";position:absolute;inset:-45% -30% auto auto;width:220px;height:220px;border-radius:50%;background:rgba(56,189,248,.22);filter:blur(34px)}
.visual-product-card span{position:relative;z-index:2;display:inline-flex;border-radius:999px;padding:.45rem .75rem;background:rgba(56,189,248,.11);border:1px solid rgba(56,189,248,.18);color:#bae6fd;font-size:.78rem;font-weight:1000}
.visual-product-card img{position:relative;z-index:2;width:100%;height:175px;object-fit:contain;margin:8px auto 10px;filter:drop-shadow(0 24px 34px rgba(0,0,0,.38))}
.visual-product-card strong{position:relative;z-index:2;display:block;text-align:center;color:#fff;font-size:1.05rem;font-weight:1000}
.product-image-mini{height:150px;border-radius:22px;margin-bottom:16px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,rgba(56,189,248,.08),rgba(129,140,248,.08));border:1px solid rgba(148,163,184,.16)}
.product-image-mini img{width:100%;height:138px;object-fit:contain;padding:10px;filter:drop-shadow(0 18px 28px rgba(0,0,0,.34))}
@media (max-width:1100px){.visual-products-grid{grid-template-columns:1fr}.hero-image-showcase{position:relative;min-height:500px}.showcase-phone-main{right:50%;transform:translateX(50%);top:40px}.showcase-phone-side{left:12%;bottom:20px}.showcase-dashboard-card{right:10%;bottom:46px}}
@media (max-width:991px){.hero-image-showcase{display:none}.visual-products-section{padding-top:36px}.visual-products-grid{padding:20px;border-radius:26px}.product-image-mini{height:130px}.product-image-mini img{height:118px}}
@media (max-width:640px){.visual-image-row{grid-template-columns:1fr}.visual-product-card{min-height:235px}.visual-product-card img{height:150px}.product-image-mini{height:120px}.product-image-mini img{height:110px}}

/* v20 - user email registration/order account sync */
.customer-order-note{
  display:flex;
  align-items:center;
  gap:.55rem;
  margin-bottom:14px;
  padding:.75rem .9rem;
  border-radius:16px;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.22);
  color:#dcfce7;
  font-weight:800;
}
.home-nav-link i{vertical-align:-2px}
.product-modal .form-text{font-size:.82rem;line-height:1.7}

/* v47 - representative login and cleaner homepage CTA */
@media (max-width:991px){
  .home-nav-rep{margin-top:8px;text-align:center}
  .home-nav-inner .btn-home-rep{width:100%;margin-top:8px}
  .rep-portal-card{grid-template-columns:1fr;padding:26px;border-radius:26px}
  .rep-portal-actions{justify-content:stretch}
  .rep-portal-actions a{width:100%}
}
@media (max-width:640px){
  .rep-feature-row span{width:100%;justify-content:center}
  .rep-portal-card{padding:22px}
}

/* v48: cleaner public site pages and single representative login button */
.home-nav-link.active{background:rgba(56,189,248,.12);color:#fff!important;border:1px solid rgba(56,189,248,.22)}
.site-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}
.site-page-card{display:flex;flex-direction:column;gap:8px;padding:22px;border-radius:24px;background:rgba(255,255,255,.07);border:1px solid rgba(148,163,184,.18);box-shadow:var(--home-shadow-soft);min-height:168px;transition:background var(--home-transition),border-color var(--home-transition),filter var(--home-transition)}
.site-page-card:hover{background:rgba(255,255,255,.11);border-color:rgba(56,189,248,.28);filter:brightness(1.05)}
.site-page-card i{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.18);color:#bae6fd;font-size:1.35rem}
.site-page-card strong{font-size:1.08rem;font-weight:1000;color:#fff}.site-page-card span{color:var(--home-muted);line-height:1.8;font-size:.92rem}
.site-map-section .section-head{align-items:flex-end}
@media(max-width:1100px){.site-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.site-page-grid{grid-template-columns:1fr}.home-nav-rep{margin-top:8px}}
