:root{
  --primary:#4f7cff;
  --primary-dark:#1247b3;
  --deep:#0f4288;
  --text:#14213d;
  --muted:#6f7d96;
  --line:#e7eefb;
  --bg:#ffffff;
  --bg-soft:#f8fbff;
  --accent:#18c58f;
  --accent-soft:#e7fbf4;
  --shadow:0 20px 60px rgba(38,73,164,.12);
  --shadow-soft:0 12px 30px rgba(38,73,164,.08);
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',Arial,sans-serif;color:var(--text);background:var(--bg);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 32px));margin:0 auto}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3{letter-spacing:-.04em}
p{line-height:1.8}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.navbar{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand img{height:46px}
.nav-menu{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.nav-menu a{font-size:14px;font-weight:700;color:#55637d;position:relative;padding:10px 4px}
.nav-menu a.active,.nav-menu a:hover{color:var(--primary-dark)}
.nav-menu a.active::after,.nav-menu a:hover::after{content:"";position:absolute;left:4px;right:4px;bottom:0;height:2px;border-radius:2px;background:var(--primary)}
.nav-actions{display:flex;gap:12px;align-items:center}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft);font-size:20px;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 22px;border-radius:12px;border:1px solid transparent;font-size:15px;font-weight:800;transition:.25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),#6d9dff);color:#fff;box-shadow:0 10px 24px rgba(79,124,255,.28)}
.btn-outline{background:#fff;color:var(--text);border-color:var(--line);box-shadow:var(--shadow-soft)}
.btn-soft{background:#f3f7ff;color:var(--primary-dark);border:1px solid #dce8ff}
.badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 14px;border-radius:999px;background:#f3f7ff;border:1px solid #dce8ff;color:var(--primary-dark);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.hero{padding:52px 0 76px;background:radial-gradient(circle at 8% 10%, rgba(79,124,255,.12) 0, transparent 24%),radial-gradient(circle at 92% 10%, rgba(24,197,143,.12) 0, transparent 16%),linear-gradient(180deg,#f6faff 0%,#ffffff 76%)}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:36px;align-items:center}
.hero-copy h1{margin:16px 0 18px;font-size:clamp(42px,6vw,72px);line-height:1.02}
.hero-copy p{margin:0 0 26px;max-width:660px;font-size:18px;color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.hero-stats,.grid-2,.grid-3,.grid-4,.pricing-grid,.faq-grid{display:grid;gap:18px}
.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.stat,.card,.price-card,.faq,.contact-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:var(--shadow-soft)}
.stat strong{display:block;font-size:28px;color:var(--primary-dark);margin-bottom:6px}
.stat span,.card p,.faq p,.page-hero p,.section-head p{color:var(--muted)}
.icon{width:60px;height:60px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#edf4ff,#dff8ef);color:var(--primary-dark);font-size:28px;margin-bottom:16px;border:1px solid #dce8ff}
.card h3,.price-card h3,.faq h3,.contact-box h3{margin:0 0 10px;font-size:24px}
.hero-card,.slider-shell{position:relative;border-radius:22px;padding:24px;background:linear-gradient(180deg,#0f4ca6,#0f4288);color:#fff;box-shadow:0 32px 70px rgba(15,66,136,.22);overflow:hidden}
.hero-card::before,.slider-shell::before{content:"";position:absolute;right:-70px;bottom:-80px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.08)}
.hero-window,.slider-window{position:relative;z-index:2;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px}
.hero-window{min-height:390px}.slider-window{min-height:430px}
.window-top,.slider-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.window-dots{display:flex;gap:8px}.window-dots span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.42)}
.mock-screen{position:relative;height:300px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#f8fbff,#e9f1ff);border:2px solid #dce8ff}
.mock-screen::before{content:"";position:absolute;left:0;right:0;top:0;height:15px;background:linear-gradient(90deg,#cadbff,#f5f9ff)}
.chart-bars{position:absolute;left:16px;right:16px;bottom:22px;height:120px;display:flex;align-items:flex-end;gap:12px}
.chart-bars span{flex:1;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#6d9dff,#1d6fff);animation:growBar 2.2s ease-in-out infinite alternate}
.chart-bars span:nth-child(1){height:48%}.chart-bars span:nth-child(2){height:76%;animation-delay:.2s}.chart-bars span:nth-child(3){height:58%;animation-delay:.4s}.chart-bars span:nth-child(4){height:88%;animation-delay:.6s}
.float-box{position:absolute;background:#fff;color:var(--text);border-radius:12px;padding:12px 14px;box-shadow:var(--shadow-soft)}
.float-box strong{display:block;color:var(--primary-dark);margin-bottom:3px}.float-box.one{left:18px;bottom:20px}.float-box.two{right:18px;top:24px}
.page-hero{padding:72px 0 34px;text-align:center;background:radial-gradient(circle at 10% 10%, rgba(79,124,255,.10) 0, transparent 22%),linear-gradient(180deg,#f8fbff 0%,#ffffff 80%)}
.page-hero h1,.section-head h2{margin:12px 0;font-size:clamp(34px,4vw,58px);line-height:1.08}
.section{padding:84px 0}.section-head{text-align:center;max-width:820px;margin:0 auto 34px}
.banner-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.banner{min-height:180px;border-radius:14px;padding:24px;color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow-soft)}
.banner.one{background:linear-gradient(135deg,#1450ad,#3c7cff)}.banner.two{background:linear-gradient(135deg,#0f9f75,#21cc98)}.banner.three{background:linear-gradient(135deg,#f26d2c,#ffb14b)}
.banner::after{content:"";position:absolute;right:-30px;bottom:-30px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.12)}
.banner h3{margin:0 0 10px;font-size:26px}.banner p{margin:0;color:rgba(255,255,255,.84)}
.plan-tag{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#edf4ff;color:var(--primary-dark);font-size:12px;font-weight:900;margin-bottom:16px}
.price-card.popular{border-color:#b8d0ff;box-shadow:0 28px 60px rgba(79,124,255,.15);transform:translateY(-8px);position:relative}
.price-card.popular::before{content:"Most Popular";position:absolute;top:16px;right:16px;padding:8px 12px;border-radius:999px;background:#eaf2ff;border:1px solid #d3e2ff;color:var(--primary-dark);font-size:12px;font-weight:900}
.price{font-size:50px;line-height:1;margin:8px 0}.price small{font-size:16px;color:var(--muted);font-weight:700}
.divider{height:1px;background:var(--line);margin:22px 0}
.features{display:grid;gap:12px;margin:0 0 26px}.features .item{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:14px;line-height:1.65}
.tick{width:22px;height:22px;flex:0 0 22px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-weight:900;margin-top:1px}
.price-card .btn{margin-top:auto}
.slider-shell .slider{position:relative;min-height:380px}
.slide{position:absolute;inset:0;opacity:0;pointer-events:none;transform:translateX(18px);transition:opacity .8s ease,transform .8s ease;display:grid;grid-template-columns:1.06fr .94fr;gap:18px;align-items:center}
.slide.active{opacity:1;pointer-events:auto;transform:translateX(0)}
.slide-copy h2{margin:12px 0;font-size:34px;line-height:1.08}.slide-copy p{margin:0 0 18px;color:rgba(255,255,255,.84);font-size:14px}
.slide-art{min-height:280px;border-radius:16px;position:relative;overflow:hidden;background:linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06))}
.slide .mock-screen{height:240px;width:84%;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute}
.slider-controls{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px}
.slider-dots{display:flex;gap:8px}.slider-dots button{width:10px;height:10px;border:none;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer}.slider-dots button.active{background:#fff}
.slider-buttons{display:flex;gap:10px}.slider-buttons button{width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#fff;color:var(--primary-dark);cursor:pointer;box-shadow:var(--shadow-soft);font-size:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.input,textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--line);background:#fff;font:inherit;color:var(--text);outline:none} textarea{min-height:140px;resize:vertical}.full{grid-column:1 / -1}
.cta{padding:24px 0 92px}.cta-box{background:linear-gradient(135deg,var(--brand-secondary,#0f4ca6),color-mix(in srgb,var(--brand-primary,#1759ba) 88%,#fff));color:#fff;border-radius:22px;padding:48px 38px;position:relative;overflow:hidden;box-shadow:0 28px 60px color-mix(in srgb,var(--brand-primary,#1759ba) 28%,transparent)}
.cta-box::before{content:"";position:absolute;right:-90px;top:-30px;width:280px;height:280px;border-radius:50%;border:1px dashed rgba(255,255,255,.18)}
.cta-box::after{content:"";position:absolute;left:-100px;bottom:-100px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.06)}
.cta-box h2{margin:0 0 12px;font-size:clamp(34px,4vw,56px);line-height:1.08;color:#fff;position:relative;z-index:2}
.cta-box p{margin:0 0 24px;max-width:720px;color:rgba(255,255,255,.82);position:relative;z-index:2}
.site-footer{border-top:1px solid var(--line);padding:24px 0 40px;background:#fff}
.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:var(--muted)} .footer-brand img{height:40px}
.reveal{opacity:0;transform:translateY(26px);transition:.8s ease}.reveal.show{opacity:1;transform:translateY(0)}
@keyframes growBar{from{transform:scaleY(.88);opacity:.92}to{transform:scaleY(1.04);opacity:1}}
@media (max-width:1100px){.hero-grid,.grid-4,.grid-3,.pricing-grid,.banner-strip,.grid-2,.faq-grid{grid-template-columns:1fr 1fr}.slide{grid-template-columns:1fr}.slider-window,.slider-shell .slider{min-height:540px}}
@media (max-width:900px){.menu-toggle{display:block}.nav-menu{position:absolute;top:84px;left:16px;right:16px;display:none;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.nav-menu.open{display:flex}.nav-actions{display:none}.hero-grid,.grid-4,.grid-3,.pricing-grid,.banner-strip,.grid-2,.hero-stats,.faq-grid,.form-grid{grid-template-columns:1fr}}
@media (max-width:640px){.container{width:min(1200px,calc(100% - 22px))}.hero-copy h1,.page-hero h1,.section-head h2,.cta-box h2{letter-spacing:-1px}.hero-actions{flex-direction:column}.btn{width:100%}.slider-window,.slider-shell .slider{min-height:620px}.slide-copy h2{font-size:28px}.price{font-size:40px}.stat,.card,.price-card,.faq,.contact-box,.cta-box,.hero-card,.slider-shell{padding:22px}.section{padding:68px 0}}

/* Website Features — premium showcase (justswitch-style) */
.gobiz-services-premium{
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(79,124,255,.10) 0, transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(14,165,233,.12) 0, transparent 20%),
    radial-gradient(circle at 82% 82%, rgba(16,185,129,.10) 0, transparent 22%),
    linear-gradient(180deg,#f6f9ff 0%, #eef5ff 100%) !important;
}
.gobiz-services-premium::before,
.gobiz-services-premium::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.gobiz-services-premium::before{
  width:360px;
  height:360px;
  left:-160px;
  top:42px;
  background:rgba(255,255,255,.58);
}
.gobiz-services-premium::after{
  width:280px;
  height:280px;
  right:-110px;
  bottom:28px;
  background:rgba(255,255,255,.42);
}
.gobiz-services-shell{
  position:relative;
  z-index:1;
  padding:40px;
  border-radius:34px;
  border:1px solid rgba(79,124,255,.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,250,255,.94)),
    #fff;
  box-shadow:0 34px 80px rgba(37,99,235,.12);
}
.gobiz-services-head{
  margin:0 auto 28px;
  text-align:center;
  max-width:760px;
}
.gobiz-services-head .badge{
  background:#eef3ff;
  border-color:#d9e5ff;
}
.gobiz-services-head h2{
  margin:14px 0 12px;
}
.gobiz-services-head p{
  margin:0 auto;
  max-width:640px;
}
.gobiz-services-spotlight{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:18px;
  align-items:stretch;
  margin-bottom:28px;
}
.gobiz-services-copy{
  padding:28px 30px;
  border-radius:26px;
  color:#fff;
  background:linear-gradient(135deg,#1546b0 0%, #4f46e5 48%, #0ea5e9 100%);
  box-shadow:0 22px 44px rgba(37,99,235,.2);
  position:relative;
  overflow:hidden;
}
.gobiz-services-copy::after{
  content:"";
  position:absolute;
  right:-48px;
  bottom:-54px;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
}
.gobiz-mini-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gobiz-services-copy h3{
  margin:16px 0 12px;
  font-size:clamp(28px,3vw,40px);
  line-height:1.1;
  color:#fff;
}
.gobiz-services-copy p{
  margin:0;
  max-width:620px;
  color:rgba(255,255,255,.88);
}
.gobiz-services-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.gobiz-services-metric{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:118px;
  padding:24px 20px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(79,124,255,.14);
  box-shadow:0 16px 36px rgba(15,66,136,.08);
  text-align:left;
}
.gobiz-services-metric:nth-child(1){background:linear-gradient(180deg,#eef4ff 0%,#ffffff 100%)}
.gobiz-services-metric:nth-child(2){background:linear-gradient(180deg,#eefcf7 0%,#ffffff 100%)}
.gobiz-services-metric:nth-child(3){background:linear-gradient(180deg,#fff4ea 0%,#ffffff 100%)}
.gobiz-services-metric strong{
  display:block;
  margin-bottom:8px;
  font-size:28px;
  color:var(--primary-dark);
}
.gobiz-services-metric span{
  color:var(--muted);
  font-size:14px;
  font-weight:600;
}
.gobiz-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.gobiz-theme-gallery{
  width:100%;
}
.gobiz-feature-card{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
  padding:22px 22px 20px;
  border-radius:24px;
  border:1px solid color-mix(in srgb, var(--feature-accent) 22%, white);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--feature-accent) 10%, white) 0%, #ffffff 28%),
    #fff;
  box-shadow:0 18px 40px rgba(20,33,61,.08);
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.gobiz-feature-card::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--feature-accent), color-mix(in srgb, var(--feature-accent) 34%, white));
}
.gobiz-feature-card::after{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:118px;
  height:118px;
  border-radius:50%;
  background:color-mix(in srgb, var(--feature-accent) 9%, white);
}
.gobiz-feature-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(20,33,61,.14);
  border-color:color-mix(in srgb, var(--feature-accent) 42%, white);
}
.gobiz-feature-topline{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.gobiz-feature-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:32px;
  padding:0 12px;
  border-radius:999px;
  background:color-mix(in srgb, var(--feature-accent) 13%, white);
  color:var(--feature-accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.gobiz-feature-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--feature-accent) 20%, white);
  color:#55637d;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.gobiz-feature-card .icon{
  position:relative;
  z-index:1;
  width:68px;
  height:68px;
  margin-bottom:18px;
  background:linear-gradient(135deg, color-mix(in srgb, var(--feature-accent) 18%, white), #ffffff);
  color:var(--feature-accent);
  border:1px solid color-mix(in srgb, var(--feature-accent) 26%, white);
  box-shadow:0 14px 28px color-mix(in srgb, var(--feature-accent) 14%, white);
}
.gobiz-feature-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:24px;
}
.gobiz-feature-card p{
  position:relative;
  z-index:1;
  margin:0 0 18px;
  font-size:15px;
  line-height:1.76;
}
.gobiz-feature-link{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:38px;
  margin-top:auto;
  padding:9px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--feature-accent) 18%, white);
  color:var(--feature-accent);
  font-size:13px;
  font-weight:800;
}
.gobiz-feature-arrow{
  width:16px;
  height:16px;
}
.gobiz-theme-preview-card{
  padding-bottom:18px;
}
.gobiz-theme-preview-frame{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin-bottom:18px;
  padding:16px;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), color-mix(in srgb, var(--feature-accent) 8%, white));
  border:1px solid color-mix(in srgb, var(--feature-accent) 16%, white);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85), 0 14px 30px rgba(15,23,42,.06);
  overflow:hidden;
}
.gobiz-theme-preview-frame::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.16));
  border:1px solid rgba(255,255,255,.56);
  pointer-events:none;
}
.gobiz-theme-preview-device{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:210px;
  aspect-ratio:4/3;
  padding:10px 12px;
}
.gobiz-theme-preview-device img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:200px;
  margin:0 auto;
  object-fit:contain;
  object-position:center center;
  filter:drop-shadow(0 16px 28px rgba(15,23,42,.14));
  transition:transform .28s ease, filter .28s ease;
}
.gobiz-theme-preview-card:hover .gobiz-theme-preview-device img{
  transform:translateY(-4px) scale(1.02);
  filter:drop-shadow(0 20px 34px rgba(15,23,42,.18));
}
.gobiz-theme-preview-meta{
  position:relative;
  z-index:1;
  flex:1 1 auto;
  margin-bottom:14px;
  text-align:left;
}
.gobiz-theme-preview-meta h3{
  margin:0 0 6px;
  font-size:22px;
  line-height:1.2;
}
.gobiz-theme-preview-meta p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  font-weight:600;
}
@media (max-width:1200px){
  .gobiz-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1100px){
  .gobiz-services-spotlight{grid-template-columns:1fr}
}
@media (max-width:900px){
  .gobiz-services-shell{
    padding:28px 22px;
    border-radius:26px;
  }
  .gobiz-services-metrics{grid-template-columns:1fr}
  .gobiz-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}
@media (max-width:640px){
  .gobiz-services-premium{padding:68px 0}
  .gobiz-services-shell{
    padding:22px 16px;
    border-radius:22px;
  }
  .gobiz-services-copy{
    padding:22px 18px;
    border-radius:20px;
  }
  .gobiz-services-copy h3{font-size:24px}
  .gobiz-feature-grid{grid-template-columns:1fr;gap:16px}
  .gobiz-feature-card{
    padding:20px 18px 18px;
    border-radius:20px;
  }
  .gobiz-feature-card h3{font-size:21px}
  .gobiz-theme-preview-device{
    min-height:180px;
    aspect-ratio:16/11;
  }
  .gobiz-theme-preview-device img{max-height:168px}
  .gobiz-theme-preview-meta h3{font-size:20px}
}

/* WhatsApp Store — premium auto marquee */
.wa-store-showcase-premium{
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(37,211,102,.12) 0, transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(79,124,255,.10) 0, transparent 20%),
    linear-gradient(180deg,#f4fbf6 0%, #eef5ff 100%) !important;
}
.wa-store-shell{
  position:relative;
  z-index:1;
  padding:40px;
  border-radius:34px;
  border:1px solid rgba(37,211,102,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,252,248,.94));
  box-shadow:0 34px 80px rgba(15,118,62,.10);
}
.wa-store-head{
  margin:0 auto 28px;
  text-align:center;
  max-width:760px;
}
.wa-store-badge{
  gap:10px;
  background:#e8f9ee;
  border-color:#c9efd6;
  color:#0f6b3f;
}
.wa-store-badge-icon{
  display:inline-flex;
  width:22px;
  height:22px;
  color:#25d366;
}
.wa-store-badge-icon svg{width:22px;height:22px}
.wa-store-spotlight{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:18px;
  margin-bottom:28px;
}
.wa-store-spotlight-copy{
  padding:28px 30px;
  border-radius:26px;
  color:#fff;
  background:linear-gradient(135deg,#0f6b3f 0%, #25d366 52%, #128c7e 100%);
  box-shadow:0 22px 44px rgba(15,107,63,.22);
}
.wa-store-mini-label{
  display:inline-flex;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wa-store-spotlight-copy h3{
  margin:16px 0 12px;
  font-size:clamp(26px,3vw,38px);
  line-height:1.1;
  color:#fff;
}
.wa-store-spotlight-copy p{margin:0;color:rgba(255,255,255,.9)}
.wa-store-spotlight-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.wa-store-metric{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:118px;
  padding:22px 18px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(37,211,102,.16);
  box-shadow:0 14px 32px rgba(15,66,136,.08);
}
.wa-store-metric strong{
  display:block;
  margin-bottom:8px;
  font-size:26px;
  color:var(--primary-dark);
}
.wa-store-metric span{color:var(--muted);font-size:14px;font-weight:600}
.wa-store-slider-shell{
  position:relative;
  overflow:hidden;
  margin-bottom:16px;
  padding:18px 0;
  border-radius:28px;
  background:linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
  border:1px solid rgba(79,124,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.wa-store-slider-fade{
  position:absolute;
  top:0;
  bottom:0;
  width:72px;
  z-index:2;
  pointer-events:none;
}
.wa-store-slider-fade-left{
  left:0;
  background:linear-gradient(90deg,#f8fbff 0%, rgba(248,251,255,0) 100%);
}
.wa-store-slider-fade-right{
  right:0;
  background:linear-gradient(270deg,#ffffff 0%, rgba(255,255,255,0) 100%);
}
.wa-store-slider-track{
  display:flex;
  align-items:stretch;
  gap:22px;
  width:max-content;
  padding:6px 12px;
  animation:waStoreMarquee 90s linear infinite;
}
.wa-store-slider-shell:hover .wa-store-slider-track,
.wa-store-slider-shell:focus-within .wa-store-slider-track{
  animation-play-state:paused;
}
@keyframes waStoreMarquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.wa-store-slide-card{
  flex:0 0 248px;
  width:248px;
  display:flex;
  flex-direction:column;
  padding:18px 18px 16px;
  border-radius:24px;
  border:1px solid color-mix(in srgb, var(--wa-accent) 24%, white);
  background:linear-gradient(180deg, color-mix(in srgb, var(--wa-accent) 8%, white) 0%, #fff 34%);
  box-shadow:0 18px 40px rgba(20,33,61,.08);
  transition:transform .28s ease, box-shadow .28s ease;
}
.wa-store-slide-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(20,33,61,.14);
}
.wa-store-slide-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:14px;
}
.wa-store-slide-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:30px;
  padding:0 10px;
  border-radius:999px;
  background:color-mix(in srgb, var(--wa-accent) 14%, white);
  color:var(--wa-accent);
  font-size:12px;
  font-weight:900;
}
.wa-store-slide-pill{
  display:inline-flex;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--wa-accent) 20%, white);
  color:#55637d;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.wa-store-phone-frame{
  position:relative;
  margin-bottom:14px;
  padding:10px;
  border-radius:28px;
  background:linear-gradient(180deg,#0f172a,#1e293b);
  box-shadow:0 16px 34px rgba(15,23,42,.18), inset 0 0 0 2px rgba(255,255,255,.08);
}
.wa-store-phone-frame::before{
  content:"";
  position:absolute;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  width:56px;
  height:5px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
}
.wa-store-phone-screen{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:360px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}
.wa-store-phone-screen img{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:top center;
}
.wa-store-slide-meta h3{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.2;
}
.wa-store-slide-meta p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
  line-height:1.5;
}
.wa-store-slider-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
}
.wa-store-live-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 0 0 6px rgba(37,211,102,.18);
  animation:waStorePulse 2s ease-in-out infinite;
}
@keyframes waStorePulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.15);opacity:.75}
}
@media (max-width:1100px){
  .wa-store-spotlight{grid-template-columns:1fr}
}
@media (max-width:900px){
  .wa-store-shell{padding:28px 22px;border-radius:26px}
  .wa-store-spotlight-metrics{grid-template-columns:1fr}
  .wa-store-slide-card{flex:0 0 220px;width:220px}
  .wa-store-phone-screen,.wa-store-phone-screen img{min-height:320px}
}
@media (max-width:640px){
  .wa-store-showcase-premium{padding:68px 0}
  .wa-store-shell{padding:22px 16px}
  .wa-store-slider-track{animation-duration:70s}
  .wa-store-slide-card{flex:0 0 200px;width:200px}
  .wa-store-phone-screen,.wa-store-phone-screen img{min-height:280px}
}
@media (prefers-reduced-motion:reduce){
  .wa-store-slider-track{animation:none}
  .wa-store-live-dot{animation:none}
}

/* theme carousel update */
.theme-section{
  padding:86px 0 92px;
  background:#fff;
}
.theme-head{
  text-align:center;
  max-width:860px;
  margin:0 auto 26px;
}
.theme-head h2{
  margin:12px 0 10px;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  color:var(--primary-dark);
}
.theme-head p{
  color:var(--muted);
  max-width:700px;
  margin:0 auto;
}
.theme-carousel{
  position:relative;
  height:560px;
  margin-top:18px;
  overflow:hidden;
}
.theme-stage{
  position:relative;
  height:100%;
}
.theme-card{
  position:absolute;
  top:50%;
  left:50%;
  width:240px;
  max-width:42vw;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 42px rgba(20,33,61,.16);
  border:1px solid rgba(79,124,255,.12);
  transform-origin:center center;
  transition:
    transform .75s ease,
    opacity .75s ease,
    filter .75s ease,
    z-index .2s ease;
}
.theme-card img{
  width:100%;
  height:auto;
  display:block;
}
.theme-card.pos-center{
  transform:translate(-50%,-50%) scale(1.08);
  z-index:8;
  opacity:1;
  filter:none;
}
.theme-card.pos-left-1{
  transform:translate(-112%,-50%) scale(.96) rotate(-2deg);
  z-index:7;
  opacity:1;
  filter:saturate(.97);
}
.theme-card.pos-right-1{
  transform:translate(12%,-50%) scale(.96) rotate(2deg);
  z-index:7;
  opacity:1;
  filter:saturate(.97);
}
.theme-card.pos-left-2{
  transform:translate(-172%,-50%) scale(.86) rotate(-4deg);
  z-index:6;
  opacity:.95;
  filter:blur(.15px);
}
.theme-card.pos-right-2{
  transform:translate(72%,-50%) scale(.86) rotate(4deg);
  z-index:6;
  opacity:.95;
  filter:blur(.15px);
}
.theme-card.pos-left-3{
  transform:translate(-224%,-50%) scale(.76) rotate(-6deg);
  z-index:5;
  opacity:.88;
  filter:blur(.25px);
}
.theme-card.pos-right-3{
  transform:translate(124%,-50%) scale(.76) rotate(6deg);
  z-index:5;
  opacity:.88;
  filter:blur(.25px);
}
.theme-card.pos-hidden{
  transform:translate(-50%,-50%) scale(.65);
  opacity:0;
  z-index:1;
  pointer-events:none;
}
.theme-carousel-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:18px;
}
.theme-carousel-nav button{
  width:46px;
  height:46px;
  border-radius:12px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--primary-dark);
  font-size:18px;
  cursor:pointer;
  box-shadow:var(--shadow-soft);
}
.theme-carousel-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:14px;
}
.theme-carousel-dots button{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  background:#c6d6ff;
  cursor:pointer;
  transition:.25s ease;
}
.theme-carousel-dots button.active{
  width:28px;
  background:var(--primary);
}
@media (max-width: 900px){
  .theme-carousel{
    height:420px;
  }
  .theme-card{
    width:180px;
    max-width:48vw;
  }
  .theme-card.pos-left-2,
  .theme-card.pos-right-2,
  .theme-card.pos-left-3,
  .theme-card.pos-right-3{
    opacity:0;
    pointer-events:none;
  }
  .theme-card.pos-left-2{transform:translate(-150%,-50%) scale(.82)}
  .theme-card.pos-right-2{transform:translate(50%,-50%) scale(.82)}
}
@media (max-width: 640px){
  .theme-section{
    padding:68px 0 72px;
  }
  .theme-carousel{
    height:360px;
  }
  .theme-card{
    width:150px;
    max-width:54vw;
    border-radius:18px;
  }
  .theme-card.pos-center{
    transform:translate(-50%,-50%) scale(1.03);
  }
  .theme-card.pos-left-1{
    transform:translate(-100%,-50%) scale(.88) rotate(-2deg);
  }
  .theme-card.pos-right-1{
    transform:translate(0%,-50%) scale(.88) rotate(2deg);
  }
}


.banner.four{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}
.banner.five{background:linear-gradient(135deg,#ec4899,#f472b6)}
.banner.six{background:linear-gradient(135deg,#14b8a6,#2dd4bf)}



/* premium footer — theme colors, lighter type */
.site-footer.gobiz-source-footer{
  border-top:none;
  padding:0;
  font-family:'Inter',Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--primary,#4f7cff) 22%, transparent), transparent 34%),
    radial-gradient(circle at 88% 100%, color-mix(in srgb, var(--accent,#18c58f) 16%, transparent), transparent 30%),
    linear-gradient(
      155deg,
      var(--brand-secondary,#0f4ca6) 0%,
      color-mix(in srgb, var(--brand-secondary,#0f4288) 72%, var(--brand-primary,#1759ba)) 48%,
      var(--brand-primary,#1759ba) 100%
    );
  color:#fff;
  position:relative;
  overflow:hidden;
}
.site-footer.gobiz-source-footer::before{
  content:"";
  position:absolute;
  left:-80px;
  top:-80px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  pointer-events:none;
}
.site-footer.gobiz-source-footer::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:rgba(255,255,255,.05);
  pointer-events:none;
}
.site-footer.gobiz-source-footer .footer-main{
  position:relative;
  z-index:2;
  padding:44px 0 20px;
}
.site-footer.gobiz-source-footer .footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(0,.72fr));
  gap:32px 24px;
  align-items:start;
}
.site-footer.gobiz-source-footer .footer-brand{
  max-width:380px;
}
.site-footer.gobiz-source-footer .footer-brand img:not(.brand-logo-img){
  height:38px;
  width:auto;
  margin-bottom:12px;
  opacity:.95;
}
.site-footer.gobiz-source-footer .footer-brand p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
  color:rgba(255,255,255,.78);
  letter-spacing:0;
}
.site-footer.gobiz-source-footer .footer-col h4{
  margin:0 0 12px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.92);
}
.site-footer.gobiz-source-footer .footer-links{
  display:grid;
  gap:8px;
}
.site-footer.gobiz-source-footer .footer-links a{
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  color:rgba(255,255,255,.76);
  transition:color .2s ease, opacity .2s ease;
}
.site-footer.gobiz-source-footer .footer-links a:hover{
  color:#fff;
  opacity:1;
}
.site-footer.gobiz-source-footer .footer-pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}
.site-footer.gobiz-source-footer .footer-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.9);
  font-size:11px;
  font-weight:500;
  letter-spacing:.02em;
}
.site-footer.gobiz-source-footer .footer-bottom{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(255,255,255,.12);
  padding:14px 0 20px;
}
.site-footer.gobiz-source-footer .footer-bottom-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px 20px;
  flex-wrap:wrap;
}
.site-footer.gobiz-source-footer .footer-bottom-row p,
.site-footer.gobiz-source-footer .footer-bottom-row a{
  margin:0;
  font-size:13px;
  line-height:1.55;
  font-weight:400;
  color:rgba(255,255,255,.72);
}
.site-footer.gobiz-source-footer .footer-mini-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
}
.site-footer.gobiz-source-footer .footer-mini-links a{
  font-size:13px;
  font-weight:400;
  color:rgba(255,255,255,.76);
}
.site-footer.gobiz-source-footer .footer-mini-links a:hover{
  color:#fff;
}
.site-footer.gobiz-source-footer .footer-dev-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  text-decoration:none;
  vertical-align:middle;
  font-weight:500;
  color:rgba(255,255,255,.82);
}
.site-footer.gobiz-source-footer .footer-dev-logo{
  display:inline-flex;
  align-items:center;
  padding:2px 7px 3px;
  border-radius:6px;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
  font-size:12px;
  font-weight:700;
  line-height:1;
  letter-spacing:0;
}
.site-footer.gobiz-source-footer .footer-dev-multi{color:#082f57}
.site-footer.gobiz-source-footer .footer-dev-pe{color:#ef1728}
.site-footer.gobiz-source-footer .footer-dev-company{
  color:rgba(255,255,255,.8);
  font-weight:500;
  font-size:13px;
}
@media (max-width: 950px){
  .site-footer.gobiz-source-footer .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:28px 20px;
  }
  .site-footer.gobiz-source-footer .footer-brand{
    grid-column:1 / -1;
    max-width:none;
  }
}
@media (max-width: 640px){
  .site-footer.gobiz-source-footer .footer-main{
    padding:36px 0 16px;
  }
  .site-footer.gobiz-source-footer .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .site-footer.gobiz-source-footer .footer-bottom-row{
    flex-direction:column;
    align-items:flex-start;
  }
}



/* extra preview section on inner pages */
.justswitch-preview-attach .preview-card-only{
  max-width:920px;
  margin:0 auto;
}
.justswitch-preview-attach .hero-window{
  min-height:420px;
}
.justswitch-preview-attach .mock-screen{
  height:320px;
}
@media (max-width:900px){
  .justswitch-preview-attach .preview-card-only{
    max-width:100%;
  }
  .justswitch-preview-attach .hero-window{
    min-height:340px;
  }
  .justswitch-preview-attach .mock-screen{
    height:240px;
  }
}



/* pricing dynamic long content */
.pricing-sections{
  display:grid;
  gap:18px;
  margin:14px 0 26px;
}
.pricing-group{
  display:grid;
  gap:10px;
}
.pricing-group-title{
  font-size:14px;
  font-weight:800;
  color:var(--primary-dark);
  text-transform:uppercase;
  letter-spacing:.04em;
  margin-bottom:2px;
}
.pricing-meta-note{
  color:var(--muted);
  font-size:13px;
  margin-top:-4px;
}



/* old pricing block restore */
.old-pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:start;
}
.old-price-card{
  background:#fff;
  border:1px solid #dfe6f5;
  border-radius:14px;
  padding:26px;
  box-shadow:var(--shadow-soft);
}
.old-price-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:6px;
  background:#2d65e5;
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.old-price-name{
  margin:14px 0 10px;
  font-size:16px;
  font-weight:700;
  color:var(--text);
}
.old-price-amount{
  font-size:52px;
  line-height:1;
  margin:4px 0 10px;
  color:#000;
  font-weight:900;
}
.old-price-amount small{
  font-size:16px;
  font-weight:600;
  color:var(--muted);
}
.old-price-desc{
  color:var(--muted);
  font-size:14px;
  margin-bottom:18px;
}
.old-price-divider{
  height:1px;
  background:#111827;
  opacity:.18;
  margin:18px 0 16px;
}
.old-price-section{
  margin-bottom:18px;
}
.old-price-section-title{
  color:#2d65e5;
  font-size:13px;
  font-weight:800;
  margin-bottom:10px;
}
.old-price-list{
  display:grid;
  gap:7px;
}
.old-price-list-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  color:#111827;
  line-height:1.55;
}
.old-price-check{
  color:#16a34a;
  font-weight:900;
}
.old-price-cross{
  color:#64748b;
  font-weight:900;
}
.old-price-label-new{
  display:inline-flex;
  align-items:center;
  margin-left:6px;
  padding:2px 6px;
  border-radius:5px;
  background:#e7fbf4;
  color:#129369;
  font-size:10px;
  font-weight:800;
}
.old-price-action{
  margin-top:12px;
}
.old-price-action .btn{
  width:100%;
  justify-content:center;
  border-radius:6px;
  min-height:44px;
}
@media (max-width:1100px){
  .old-pricing-grid{grid-template-columns:1fr;}
}



/* footer brand logo — compact card on theme gradient */
.site-footer.gobiz-source-footer .footer-brand .brand-logo-img{
  height:42px;
  max-width:220px;
  width:auto;
  margin-bottom:12px;
  display:block;
  object-fit:contain;
  padding:6px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 8px 22px rgba(8,24,64,.14);
  filter:none !important;
}



/* mobile login + register buttons only */
.mobile-auth-buttons{
  display:none;
}
@media (max-width:900px){
  .mobile-auth-buttons{
    display:grid;
    gap:12px;
    margin-top:18px;
    width:100%;
  }
  .mobile-auth-btn{
    width:100%;
    min-height:50px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 10px 22px rgba(0,0,0,.08);
  }
  .mobile-login-btn{
    background:#2d65e5;
    color:#fff;
  }
  .mobile-register-btn{
    background:#16a34a;
    color:#fff;
  }
  .nav-actions{
    display:none !important;
  }
}



/* mobile login/register button enhancement */
@media (max-width:900px){
  .mobile-auth-btn{
    color:#ffffff !important;
    gap:10px;
    position:relative;
    overflow:hidden;
  }
  .mobile-auth-btn span{
    position:relative;
    z-index:2;
  }
  .mobile-auth-icon{
    font-size:18px;
    line-height:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .mobile-login-btn{
    background:#2d65e5;
    color:#fff !important;
  }
  .mobile-register-btn{
    background:#16a34a;
    color:#fff !important;
    animation:registerPulse 1.8s ease-in-out infinite;
  }
  .mobile-register-btn::after{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
    transform:skewX(-20deg);
    animation:registerShine 2.6s linear infinite;
  }
  @keyframes registerPulse{
    0%,100%{transform:scale(1); box-shadow:0 10px 22px rgba(22,163,74,.18);}
    50%{transform:scale(1.02); box-shadow:0 14px 28px rgba(22,163,74,.28);}
  }
  @keyframes registerShine{
    0%{left:-120%;}
    100%{left:140%;}
  }
}


/* Projects dropdown */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown-toggle{
  font-size:14px;
  font-weight:700;
  color:#55637d;
  position:relative;
  padding:10px 4px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:0;
  background:transparent;
  font-family:inherit;
  cursor:pointer;
  text-align:inherit;
}
.nav-dropdown-toggle.active,.nav-dropdown-toggle:hover{color:var(--primary-dark)}
.nav-dropdown-toggle.active::after,.nav-dropdown-toggle:hover::after{content:"";position:absolute;left:4px;right:4px;bottom:0;height:2px;border-radius:2px;background:var(--primary)}
.nav-submenu{position:absolute;top:100%;left:0;min-width:320px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:10px;display:none;z-index:300}
.nav-submenu a{display:block;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.4}
.nav-submenu a:hover{background:#f5f8ff}
.nav-dropdown:hover .nav-submenu{display:block}
@media (max-width:900px){
  .nav-dropdown{width:100%;display:flex;flex-direction:column;align-items:stretch}
}

/* Mobile navigation — premium drawer (fix multi-column wrap bug) */
@media (max-width:900px){
  .gobiz-header .navbar{
    position:relative;
    flex-wrap:nowrap;
  }
  .gobiz-header.mobile-nav-open::before{
    content:"";
    position:fixed;
    inset:0;
    top:0;
    z-index:98;
    background:rgba(15,23,42,.42);
    backdrop-filter:blur(4px);
    animation:gobizMobileNavFade .22s ease;
  }
  @keyframes gobizMobileNavFade{
    from{opacity:0}
    to{opacity:1}
  }
  .gobiz-header .nav-menu{
    position:fixed;
    top:0;
    right:0;
    left:auto;
    z-index:120;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    gap:0;
    width:min(300px,calc(100vw - 24px));
    max-width:300px;
    height:100dvh;
    max-height:100dvh;
    margin:0;
    padding:72px 0 16px;
    border:0;
    border-left:1px solid var(--line);
    border-radius:0;
    background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
    box-shadow:-14px 0 40px rgba(15,33,84,.14);
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    transform:translateX(104%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,visibility .22s ease;
  }
  .gobiz-header .nav-menu.open{
    display:flex !important;
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }
  .gobiz-header .nav-menu > a:not(.gobiz-nav-live-demo):not(.mobile-auth-btn){
    display:flex;
    align-items:center;
    width:100%;
    min-height:42px;
    padding:9px 16px;
    font-size:14px;
    font-weight:500;
    color:#3d4d68;
    border-bottom:1px solid #eef3fc;
  }
  .gobiz-header .nav-menu > a:not(.gobiz-nav-live-demo):not(.mobile-auth-btn)::after{
    display:none;
  }
  .gobiz-header .nav-menu > a:not(.gobiz-nav-live-demo):not(.mobile-auth-btn).active,
  .gobiz-header .nav-menu > a:not(.gobiz-nav-live-demo):not(.mobile-auth-btn):hover{
    color:var(--primary-dark);
    background:linear-gradient(90deg,rgba(79,124,255,.08),transparent);
  }
  .gobiz-header .nav-dropdown{
    width:100%;
    border-bottom:1px solid #eef3fc;
  }
  .gobiz-header .nav-dropdown-toggle{
    width:100%;
    min-height:42px;
    padding:9px 16px;
    font-size:14px;
    font-weight:500;
    color:#3d4d68;
    justify-content:space-between;
    border-radius:0;
  }
  .gobiz-header .nav-dropdown.mobile-open .nav-dropdown-toggle{
    color:var(--primary-dark);
    background:linear-gradient(90deg,rgba(79,124,255,.08),transparent);
  }
  .gobiz-header .nav-dropdown.mobile-open .nav-dropdown-toggle::before{
    transform:rotate(180deg);
  }
  .gobiz-header .nav-dropdown-toggle::after{
    display:none;
  }
  .gobiz-header .nav-dropdown-toggle.active,
  .gobiz-header .nav-dropdown-toggle:hover{
    color:var(--primary-dark);
    background:linear-gradient(90deg,rgba(79,124,255,.08),transparent);
  }
  .gobiz-header .nav-dropdown .nav-submenu{
    display:none;
    width:100%;
    max-height:min(42vh,320px);
    overflow-y:auto;
    margin:0;
    padding:2px 0 6px;
    border-top:1px solid #e8eef9;
    background:#f4f8ff;
  }
  .gobiz-header .nav-dropdown.mobile-open .nav-submenu{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
  }
  .gobiz-header .nav-dropdown .nav-submenu a{
    display:flex;
    align-items:center;
    width:100%;
    min-height:38px;
    padding:8px 16px 8px 22px;
    font-size:13px;
    font-weight:400;
    color:#5a6b86;
    border-radius:0;
    border-bottom:1px solid rgba(223,231,251,.7);
  }
  .gobiz-header .nav-dropdown .nav-submenu a:last-child{
    border-bottom:0;
  }
  .gobiz-header .nav-dropdown .nav-submenu a.nav-submenu-leading{
    min-height:40px;
    padding-left:16px;
    font-size:13px;
    font-weight:600;
    color:var(--primary-dark);
    background:rgba(79,124,255,.06);
  }
  .gobiz-header .nav-dropdown .nav-submenu a:hover{
    background:rgba(79,124,255,.06);
    color:var(--primary-dark);
  }
  .gobiz-header .nav-menu a.gobiz-nav-live-demo{
    order:20;
    width:calc(100% - 32px);
    margin:10px 16px 0;
    min-height:40px;
    padding:9px 14px !important;
    justify-content:center;
    font-size:13px;
    font-weight:600;
    animation:none;
    border:1px solid #f59e0b;
    box-shadow:0 6px 16px rgba(245,158,11,.16);
  }
  .gobiz-header .mobile-auth-buttons{
    order:30;
    margin-top:10px;
    padding:0 16px 10px;
    gap:8px;
  }
  .gobiz-header .mobile-auth-btn{
    min-height:42px;
    font-size:14px;
    font-weight:600;
    border-radius:10px;
  }
  .gobiz-header .menu-toggle{
    position:relative;
    z-index:121;
    width:42px;
    height:42px;
    font-size:18px;
    line-height:1;
    color:var(--primary-dark);
  }
  .gobiz-header.mobile-nav-open .menu-toggle{
    border-color:color-mix(in srgb,var(--primary) 28%,white);
    background:#fff;
  }
}
@media (max-width:520px){
  .gobiz-header .nav-menu{
    width:min(100vw,100%);
    max-width:none;
    border-left:0;
    border-radius:18px 0 0 18px;
  }
}

/* SaaS default GoBiz implementation */
.gobiz-page,.gobiz-original-page{font-family:'Inter',Arial,sans-serif;background:#fff;color:var(--text)}
.gb-svg{width:28px;height:28px}.tiny-svg,.btn-svg{width:18px;height:18px}.small-card-svg{width:26px;height:26px}
.gobiz-brand .brand-logo-img{height:58px;width:auto;max-width:260px;object-fit:contain}
.site-footer .brand-logo-img{height:42px;max-width:220px;object-fit:contain;filter:none;background:rgba(255,255,255,.96);border-radius:12px;padding:6px 10px;box-shadow:0 8px 22px rgba(8,24,64,.14)}
.nav-submenu small{display:block;margin-top:2px;color:#8a95aa;font-weight:600}
.nav-dropdown-toggle::before{
  content:"";
  width:7px;
  height:7px;
  order:2;
  margin-left:auto;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  opacity:.7;
  transition:transform .2s ease;
}
.gradient-text{background:linear-gradient(135deg,#2855ff,#d91ddc);-webkit-background-clip:text;background-clip:text;color:transparent}
.gobiz-home-hero{padding:72px 0 62px;background:radial-gradient(circle at 12% 8%,rgba(177,53,255,.13) 0,transparent 24%),radial-gradient(circle at 90% 16%,rgba(37,99,255,.12) 0,transparent 22%),linear-gradient(180deg,#fbf8ff 0%,#f7fbff 62%,#fff 100%)}
.gobiz-home-hero .hero-grid{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:42px}
.domain-builder{display:grid;grid-template-columns:minmax(0,1fr)104px auto;max-width:720px;border:1px solid #dfe7fb;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 18px 44px rgba(64,71,138,.09);margin:24px 0 18px}
.domain-builder input,.domain-builder select{border:0;border-right:1px solid #dfe7fb;min-height:64px;padding:0 20px;font:inherit;color:var(--text);outline:0;background:#fff}
.domain-builder button{border-radius:0;min-height:64px}
.hero-checks{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin:0 0 24px;color:#0f2148;font-weight:700}
.hero-checks span{display:inline-flex;align-items:center;gap:8px}.hero-checks svg{color:#14b883}
.trust-stats{grid-template-columns:repeat(3,minmax(0,1fr));max-width:720px}
.theme-hero-panel{min-height:560px;position:relative}.theme-hero-panel .theme-carousel{height:540px;margin-top:0}.theme-hero-panel .theme-card{width:255px;box-shadow:0 24px 70px rgba(71,45,142,.18)}
.feature-strip-section{padding:0 0 72px}.feature-strip{margin-top:-28px;position:relative;z-index:5}
.feature-strip .card{min-height:180px}.feature-strip .icon svg,.card .icon svg,.offer-benefit-icon svg{width:30px;height:30px}
.template-tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 0 28px}
.template-tabs a{min-height:42px;padding:10px 22px;border:1px solid #dfe7fb;border-radius:999px;background:#fff;color:#172349;font-weight:800;font-size:14px;box-shadow:0 8px 22px rgba(28,46,116,.04)}
.template-tabs a.active{background:linear-gradient(135deg,#7937ff,#e028d4);color:#fff;border-color:transparent}
.admin-theme-runner{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr) 52px;gap:14px;align-items:center}
.admin-theme-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px)/5);gap:18px;overflow:hidden;scroll-behavior:smooth;padding:2px 2px 18px}
.admin-theme-card{background:#fff;border:1px solid color-mix(in srgb,var(--accent) 36%,#dfe7fb);border-radius:18px;box-shadow:0 16px 36px rgba(35,54,122,.09);overflow:hidden;min-width:0}
.admin-theme-card img{width:100%;height:170px;object-fit:cover;object-position:top center;background:#f4f7ff}
.admin-theme-card div{padding:18px}.admin-theme-card span{width:42px;height:42px;border:2px solid var(--accent);border-radius:12px;display:grid;place-items:center;color:var(--accent);margin-top:-40px;background:#fff;position:relative}
.admin-theme-card h3{margin:12px 0 6px;font-size:19px;color:#10183a}.admin-theme-card p{margin:0;color:#6a7893;font-size:14px;line-height:1.5}
.runner-btn{width:52px;height:52px;border-radius:50%;border:1px solid #dfe7fb;background:#fff;color:#7a32ff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 28px rgba(43,61,130,.1)}
.center-action{text-align:center;margin-top:18px}
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.project-card{background:#fff;border:1px solid #dfe7fb;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(37,57,124,.08);transition:.25s ease}
.project-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(37,57,124,.14)}
.project-card img{width:100%;height:210px;object-fit:cover;object-position:top center;background:#f4f7ff}
.project-card div{padding:20px}.project-card h3{margin:0 0 9px;font-size:21px;color:#111b42}.project-card p{margin:0 0 14px;color:#687894;font-size:14px;line-height:1.75}
.project-card span,.inline-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary-dark);font-weight:900}
.step-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;position:relative}.step-card{background:#fff;border:1px solid #e2e9f8;border-radius:18px;padding:24px;box-shadow:0 14px 32px rgba(37,57,124,.08)}
.step-card span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#f1f5ff;color:#6133ff;font-weight:900;margin-bottom:14px}.step-card h3{margin:0 0 8px;font-size:19px}.step-card p{font-size:14px;color:#687894;margin:0}
.metric-band{margin-top:30px;background:linear-gradient(135deg,var(--brand-secondary,#102fa8),var(--brand-primary,#6f2dff) 52%,color-mix(in srgb,var(--brand-primary,#6f2dff) 68%,#fff));border-radius:18px;color:#fff;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;box-shadow:0 22px 52px color-mix(in srgb,var(--brand-primary,#6f2dff) 24%,transparent)}
.metric-band div{padding:24px;border-right:1px solid rgba(255,255,255,.18)}.metric-band div:last-child{border-right:0}.metric-band strong{display:block;font-size:28px}.metric-band span{color:rgba(255,255,255,.86);font-size:13px}
.testimonial-card .stars{color:#ffb923;letter-spacing:2px;margin-bottom:12px}.testimonial-card span{color:#6d7890;font-weight:700}
.page-actions{justify-content:center;margin-top:24px}.legal-card{background:#fff;border:1px solid #dfe7fb;border-radius:22px;padding:34px;box-shadow:0 16px 42px rgba(37,57,124,.08);max-width:960px;margin:0 auto}
.legal-card h2{font-size:38px;margin:8px 0 14px}.legal-card p{color:#65758f}.legal-row{border-top:1px solid #e6edfb;padding-top:22px;margin-top:22px}.legal-row h3{font-size:22px;margin-bottom:8px}
.offers-page,.project-detail-page{background:linear-gradient(180deg,#f6fbff 0%,#fff 24%,#f7faff 100%)}
.offers-top-space{padding-top:42px}.offers-slider-card{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#0f4cc9 0%,#3b82f6 55%,#5ad0ff 100%);box-shadow:0 20px 60px rgba(33,87,194,.18);padding:24px;color:#fff}
.offers-slider-card::before{content:"";position:absolute;inset:auto -80px -110px auto;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.12);z-index:0}.offers-slider-card::after{content:"";position:absolute;inset:-120px auto auto -120px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.08);z-index:0}
.offers-slider-layout{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:center}
.offer-mini-badge{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);font-weight:800;font-size:13px;letter-spacing:.02em;text-transform:uppercase}
.offer-headline{margin:18px 0 12px;font-size:clamp(34px,5vw,66px);line-height:1.02;font-weight:900;color:#fff;max-width:12ch}.offer-subtext{margin:0 0 18px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.92);max-width:62ch}
.offer-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px}.offer-cta{min-height:54px;padding:14px 22px;border-radius:16px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:16px;box-shadow:0 10px 26px rgba(13,39,107,.18)}
.offer-cta-primary{background:#fff;color:#0f4cc9}.offer-cta-secondary{background:rgba(8,25,71,.35);color:#fff;border-color:rgba(255,255,255,.22)}
.offer-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.offer-proof .proof-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:16px 18px}.offer-proof strong{display:block;font-size:18px;font-weight:900}.offer-proof span{display:block;margin-top:6px;font-size:14px;color:rgba(255,255,255,.92)}
.promo-window{position:relative;background:#fff;border-radius:26px;padding:16px;box-shadow:0 18px 55px rgba(7,23,71,.22);min-height:540px}.promo-window-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.promo-window-top h4{margin:0;color:#0f4cc9;font-size:17px;font-weight:800}
.offer-slider-shell{position:relative;overflow:hidden;border-radius:24px;background:#edf4ff;padding:12px;min-height:470px}.offer-slide{display:none;position:relative;border-radius:20px;overflow:hidden;min-height:446px;background:#fff}.offer-slide.active{display:block;animation:fadeOffer .55s ease}@keyframes fadeOffer{from{opacity:.35;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.offer-slide img{width:100%;height:100%;object-fit:cover;display:block}
.offer-slide-tag{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.92);color:#0f274d;min-height:42px;padding:10px 16px;border-radius:999px;font-weight:800;font-size:14px;box-shadow:0 10px 20px rgba(11,30,80,.12)}.offer-slide-caption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);border-radius:20px;padding:16px 18px;box-shadow:0 14px 26px rgba(11,30,80,.12)}.offer-slide-caption strong{display:block;color:#0f4cc9;font-size:18px;font-weight:900}.offer-slide-caption span{display:block;margin-top:5px;color:#405472;line-height:1.55}
.offer-dots{display:flex;justify-content:center;gap:9px;margin-top:16px}.offer-dots button{width:12px;height:12px;border:0;border-radius:50%;background:#bfd3ff;cursor:pointer}.offer-dots button.active{background:#0f4cc9;width:30px;border-radius:999px}
.offer-highlight-band{display:grid;grid-template-columns:1.15fr .95fr;gap:18px;margin-top:22px}.offer-note,.offer-countdown{border-radius:26px;padding:22px 24px;box-shadow:0 14px 36px rgba(13,39,107,.08)}.offer-note{background:linear-gradient(135deg,#ffe17e,#ffd24d)}.offer-countdown{background:linear-gradient(135deg,#ff4f7a,#ff6d2e);color:#fff;text-align:center}.offer-note strong,.offer-countdown strong{display:block;font-size:18px;font-weight:900;margin-bottom:8px}.offer-note p{margin:0;font-size:17px;line-height:1.65;color:#2f3c52}.count-clock{font-size:52px;font-weight:900;line-height:1;margin:10px 0}.count-small{font-size:16px;line-height:1.6;color:rgba(255,255,255,.92)}
.biz-title{text-align:center;margin:48px 0 22px}.biz-title h2{font-size:34px;line-height:1.08;color:#10224d;margin-bottom:10px}.biz-title p{font-size:18px;color:#667792;max-width:820px;margin:0 auto;line-height:1.7}.project-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.project-point{background:#fff;border:1px solid #e3ebfb;border-radius:24px;padding:20px;box-shadow:0 10px 26px rgba(34,87,194,.06)}.project-point h4{margin:0 0 8px;font-size:22px;color:#10224d}.project-point p{margin:0;color:#667792;line-height:1.75;font-size:16px}
.offer-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px}.offer-benefit-card-lite{background:#fff;border:1px solid #dfeafb;border-radius:24px;padding:22px 22px 24px;box-shadow:0 12px 30px rgba(34,87,194,.06);position:relative;overflow:hidden}.offer-benefit-card-lite::after{content:"";position:absolute;right:-26px;bottom:-26px;width:110px;height:110px;border-radius:50%;background:rgba(79,124,255,.08)}.offer-benefit-icon{width:56px;height:56px;border-radius:18px;background:#edf4ff;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#0f4cc9}.offer-benefit-card-lite h3{margin:0 0 10px;font-size:22px;line-height:1.2;color:#10224d}.offer-benefit-card-lite p{margin:0;color:#62728d;font-size:16px;line-height:1.7}
@media (max-width:1100px){.gobiz-home-hero .hero-grid{grid-template-columns:1fr}.theme-hero-panel{min-height:460px}.admin-theme-track{grid-auto-columns:calc((100% - 36px)/3)}.project-grid,.offer-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offers-slider-layout,.offer-highlight-band{grid-template-columns:1fr}.step-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-band{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){.gobiz-brand .brand-logo-img{height:46px;max-width:190px}.gobiz-home-hero{padding:42px 0}.domain-builder{grid-template-columns:1fr;border-radius:16px}.domain-builder input,.domain-builder select{border-right:0;border-bottom:1px solid #dfe7fb}.domain-builder button{border-radius:0}.hero-checks{gap:12px}.trust-stats,.project-grid,.offer-benefit-grid,.project-points,.offer-proof,.step-flow,.metric-band{grid-template-columns:1fr}.admin-theme-runner{grid-template-columns:1fr}.runner-btn{display:none}.admin-theme-track{grid-auto-columns:82%;overflow-x:auto;scroll-snap-type:x mandatory}.admin-theme-card{scroll-snap-align:start}.theme-hero-panel{min-height:420px}.theme-hero-panel .theme-carousel{height:390px}.theme-hero-panel .theme-card{width:190px}.feature-strip{margin-top:0}.offer-headline{max-width:none}.promo-window{min-height:auto}.offer-slider-shell{min-height:390px}.offer-slide{min-height:366px}.count-clock{font-size:40px}.metric-band div{border-right:0;border-bottom:1px solid rgba(255,255,255,.16)}.metric-band div:last-child{border-bottom:0}}

/* JustSwitch source hero */
.gobiz-source-hero{
  padding:76px 0 88px;
  background:
    radial-gradient(circle at 18% 18%, rgba(177,53,255,.15), transparent 26%),
    radial-gradient(circle at 88% 20%, rgba(37,99,255,.13), transparent 26%),
    linear-gradient(180deg,#fbf8ff 0%,#f7fbff 66%,#ffffff 100%);
}
.gobiz-source-hero .hero-grid{
  position:relative;
  width:100%;
  max-width:none;
  grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr);
  gap:44px;
  margin:0;
  padding:42px clamp(22px,4vw,64px);
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.74);
  background:
    linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,255,255,.42)),
    radial-gradient(circle at 14% 8%,rgba(139,92,246,.34),transparent 28%),
    radial-gradient(circle at 86% 18%,rgba(6,182,212,.32),transparent 30%),
    radial-gradient(circle at 42% 108%,rgba(34,197,94,.28),transparent 34%);
  box-shadow:0 30px 90px rgba(87,65,178,.16), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(18px);
}
.gobiz-source-hero .hero-copy{
  position:relative;
  overflow:visible;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
}
.gobiz-source-hero .hero-grid::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  padding:2px;
  background:linear-gradient(120deg,#8b5cf6,#06b6d4,#22c55e,#f97316,#ec4899,#8b5cf6);
  background-size:300% 300%;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  animation:gobizHeroColorBorder 5s linear infinite;
  z-index:0;
}
.gobiz-source-hero .hero-grid::after{
  content:"";
  position:absolute;
  inset:-45%;
  background:conic-gradient(from 0deg,transparent 0 12%,rgba(139,92,246,.26),transparent 30%,rgba(6,182,212,.24),transparent 52%,rgba(34,197,94,.2),transparent 74%,rgba(236,72,153,.22),transparent);
  opacity:.7;
  pointer-events:none;
  animation:gobizHeroTextAura 10s linear infinite;
  z-index:0;
}
.gobiz-source-hero .hero-grid > *{
  position:relative;
  z-index:1;
}
@keyframes gobizHeroColorBorder{
  0%{background-position:0% 50%}
  100%{background-position:300% 50%}
}
@keyframes gobizHeroTextAura{
  to{transform:rotate(1turn)}
}
.gobiz-source-hero .hero-copy .badge{
  background:linear-gradient(90deg,#eef4ff,#f5f3ff,#ecfeff,#f0fdf4,#fff7ed);
  background-size:260% 100%;
  border-color:rgba(79,70,229,.24);
  color:#4338ca;
  box-shadow:0 10px 30px rgba(79,70,229,.16),0 0 0 5px rgba(79,70,229,.05);
  animation:gobizHeroBadgeBlink 1.6s ease-in-out infinite, gobizHeroTextFlow 5s linear infinite;
}
@keyframes gobizHeroBadgeBlink{
  0%,100%{filter:brightness(1);transform:translateY(0) scale(1)}
  50%{filter:brightness(1.18);transform:translateY(-2px) scale(1.035)}
}
@keyframes gobizHeroTextFlow{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}
.gobiz-source-hero .hero-copy h1{
  max-width:660px;
  background:linear-gradient(90deg,#070b34,#4f46e5,#0ea5e9,#10b981,#ec4899,#070b34);
  background-size:260% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-size:clamp(48px,6.2vw,86px);
  font-weight:900;
  line-height:.98;
  animation:gobizHeroHeadingRun 4.8s linear infinite, gobizHeroHeadingBlink 2.2s ease-in-out infinite;
}
@keyframes gobizHeroHeadingRun{
  0%{background-position:0% center}
  100%{background-position:260% center}
}
@keyframes gobizHeroHeadingBlink{
  0%,100%{text-shadow:0 0 0 rgba(79,70,229,0)}
  50%{text-shadow:0 0 22px rgba(14,165,233,.34)}
}
.gobiz-source-hero .hero-copy p{
  max-width:610px;
  color:#62708d;
  font-size:18px;
  line-height:1.75;
  animation:gobizHeroParagraphBlink 2.6s ease-in-out infinite;
}
@keyframes gobizHeroParagraphBlink{
  0%,100%{color:#62708d}
  50%{color:#334155}
}
.gobiz-source-hero .btn-primary{
  background:linear-gradient(135deg,#582fff 0%,#8a2df6 52%,#d927d9 100%);
  box-shadow:0 18px 34px rgba(123,47,244,.24);
}
.gobiz-source-hero .btn-outline{
  border-color:#dfe5f8;
  box-shadow:0 12px 30px rgba(27,39,86,.07);
}
.gobiz-source-hero .hero-stats{
  max-width:650px;
}
.gobiz-source-hero .stat{
  border-radius:16px;
  border-color:rgba(79,124,255,.18);
  padding:20px 22px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 30px rgba(37,99,235,.08);
  animation:gobizHeroStatBlink 3s ease-in-out infinite;
}
.gobiz-source-hero .stat:nth-child(2){animation-delay:.35s}
.gobiz-source-hero .stat:nth-child(3){animation-delay:.7s}
@keyframes gobizHeroStatBlink{
  0%,100%{transform:translateY(0);box-shadow:0 12px 30px rgba(37,99,235,.08)}
  50%{transform:translateY(-3px);box-shadow:0 18px 38px rgba(236,72,153,.14)}
}
.gobiz-template-card{
  background:linear-gradient(145deg,#0c1b55 0%,#2e49bb 48%,#8a2df6 100%);
  border:1px solid rgba(255,255,255,.24);
  border-radius:28px;
  padding:18px;
  box-shadow:0 36px 90px rgba(70,52,178,.26);
}
.gobiz-template-card::before{
  right:-80px;
  bottom:-90px;
  width:260px;
  height:260px;
  background:rgba(255,255,255,.12);
}
.gobiz-window-actions{
  margin-bottom:14px;
  padding:2px;
}
.window-pill-btn{
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.12);
}
.window-offer-btn{
  background:rgba(255,255,255,.16);
}
.window-whatsapp-btn{
  background:#19c778;
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(25,199,120,.22);
}
.window-pill-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ffd84d;
  box-shadow:0 0 0 4px rgba(255,216,77,.16);
}
.window-whatsapp-icon{
  width:18px;
  height:18px;
  display:inline-flex;
}
.window-whatsapp-icon svg{
  width:18px;
  height:18px;
}
.hero-template-window{
  min-height:560px;
  max-height:600px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:14px;
  background:#ffffff;
  color:#0a1238;
  border:1px solid rgba(255,255,255,.75);
  border-radius:22px;
  padding:16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 22px 52px rgba(7,18,61,.18);
}
.hero-template-toolbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}
.hero-template-search{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #e3e8f7;
  border-radius:14px;
  background:#f7f9ff;
  padding:0 14px;
}
.hero-search-icon{
  color:#7f8ba7;
  font-size:16px;
  line-height:1;
}
.hero-template-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#0a1238;
  font:inherit;
  font-weight:700;
}
.hero-template-search input::placeholder{
  color:#94a0b8;
}
.hero-template-link{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  border-radius:14px;
  background:linear-gradient(135deg,#582fff,#d927d9);
  color:#fff;
  font-weight:900;
  font-size:13px;
  box-shadow:0 12px 26px rgba(123,47,244,.22);
}
.hero-template-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
  padding:2px 4px 6px 2px;
  scrollbar-width:thin;
  scrollbar-color:#c9d4ee transparent;
}
.hero-template-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #e5eaf8;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 26px rgba(24,37,83,.07);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hero-template-card:hover{
  transform:translateY(-3px);
  border-color:#b9c8ff;
  box-shadow:0 18px 38px rgba(69,57,159,.14);
}
.hero-template-thumb{
  height:116px;
  overflow:hidden;
  background:#eef3ff;
}
.hero-template-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
}
.hero-template-meta{
  padding:12px 13px 14px;
}
.hero-template-meta strong{
  display:block;
  color:#0a1238;
  font-size:14px;
  font-weight:900;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hero-template-meta span{
  display:block;
  margin-top:5px;
  color:#697792;
  font-size:12px;
  font-weight:700;
}
.hero-template-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border:1px solid #e5eaf8;
  border-radius:16px;
  background:linear-gradient(180deg,#fbfcff,#f4f7ff);
}
.hero-template-count{
  display:flex;
  align-items:baseline;
  gap:8px;
}
.hero-template-count strong{
  color:#642dff;
  font-size:24px;
  line-height:1;
}
.hero-template-count span,
.hero-template-note{
  color:#697792;
  font-size:12px;
  font-weight:800;
}
.hero-template-empty{
  min-height:140px;
  display:grid;
  place-items:center;
  border:1px dashed #d5def5;
  border-radius:16px;
  color:#697792;
  font-weight:800;
}
@media (max-width:1100px){
  .gobiz-source-hero .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-template-window{
    min-height:520px;
  }
}
@media (max-width:640px){
  .gobiz-source-hero{
    padding:42px 0 60px;
  }
  .gobiz-source-hero .hero-copy h1{
    font-size:42px;
  }
  .gobiz-source-hero .hero-stats{
    grid-template-columns:1fr;
  }
  .gobiz-template-card{
    padding:14px;
    border-radius:22px;
  }
  .hero-template-toolbar{
    grid-template-columns:1fr;
  }
  .hero-template-grid{
    grid-template-columns:1fr;
  }
  .hero-template-thumb{
    height:150px;
  }
  .hero-template-window{
    max-height:none;
    min-height:auto;
  }
  .hero-template-footer{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* Final GoBiz default-business polish */
.gobiz-brand .brand-logo-img,
.site-footer:not(.gobiz-source-footer) .brand-logo-img{
  display:block;
  width:auto;
  max-width:240px;
  object-fit:contain;
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  filter:none !important;
}
.site-footer:not(.gobiz-source-footer) .brand-logo-img{
  max-height:58px;
  margin-bottom:16px;
}
.gobiz-header .brand img:not(.brand-logo-img){
  display:block;
  height:58px;
  width:auto;
  max-width:250px;
  object-fit:contain;
}
.site-footer:not(.gobiz-source-footer) .footer-brand img:not(.brand-logo-img){
  display:block;
  max-height:58px;
  width:auto;
  max-width:240px;
  object-fit:contain;
  background:transparent !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.admin-theme-track{
  scrollbar-width:none;
}
.admin-theme-track::-webkit-scrollbar{
  display:none;
}
.admin-theme-card{
  border-top-width:3px;
}
.admin-theme-card:nth-child(5n+1){--accent:#7c3aed}
.admin-theme-card:nth-child(5n+2){--accent:#0ea5e9}
.admin-theme-card:nth-child(5n+3){--accent:#10b981}
.admin-theme-card:nth-child(5n+4){--accent:#f97316}
.admin-theme-card:nth-child(5n+5){--accent:#ec4899}
.admin-theme-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 54px rgba(37,57,124,.14);
}
.offer-slider-shell{
  isolation:isolate;
}
.offer-slide img{
  object-position:top center;
}
.mobile-auth-btn{
  position:relative;
}
@media (max-width:900px){
  .gobiz-header .mobile-login-btn{
    background:#fff;
    color:#19316b !important;
    border:1px solid #d9e3fb;
  }
  .gobiz-header .mobile-register-btn{
    background:linear-gradient(135deg,var(--primary,#4f7cff),color-mix(in srgb,var(--brand-primary,#1759ba) 80%,#fff));
    color:#fff !important;
    animation:none;
  }
  .gobiz-header .mobile-register-btn::after{
    display:none;
  }
}
@media (max-width:520px){
  .gobiz-header .navbar{
    min-height:76px;
  }
  .gobiz-header .brand img,
  .gobiz-header .brand-logo-img{
    max-width:178px;
    height:auto;
    max-height:48px;
  }
  .hero-title{
    font-size:clamp(42px,14vw,62px);
  }
  .theme-hero-panel{
    min-height:360px;
  }
  .theme-hero-panel .theme-carousel{
    height:340px;
  }
  .admin-theme-track{
    grid-auto-columns:88%;
  }
  .project-card img,
  .admin-theme-card img{
    height:150px;
  }
}

/* Live JustSwitch hero match */
.gobiz-page,
.gobiz-original-page{
  font-family:'Inter',Arial,sans-serif;
}
.gobiz-page .container,
.gobiz-original-page .container{
  width:min(var(--max),calc(100% - 32px)) !important;
  max-width:var(--max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.gobiz-source-hero{
  padding:52px 0 76px;
  background:
    radial-gradient(circle at 8% 10%, rgba(79,124,255,.12) 0, transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(24,197,143,.12) 0, transparent 16%),
    linear-gradient(180deg,#f6faff 0%,#ffffff 76%);
}
.gobiz-source-hero .hero-grid{
  grid-template-columns:1.04fr .96fr;
  gap:36px;
  align-items:center;
}
.gobiz-source-hero .badge{
  background:#f3f7ff;
  border-color:#dce8ff;
  color:var(--primary-dark);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.gobiz-source-hero .hero-copy h1{
  margin:16px 0 18px;
  max-width:680px;
  color:#14213d;
  font-size:clamp(42px,6vw,72px);
  font-weight:900;
  line-height:1.02;
  letter-spacing:-.04em;
}
.gobiz-source-hero .hero-copy p{
  margin:0 0 26px;
  max-width:660px;
  color:var(--muted);
  font-size:18px;
  line-height:1.8;
}
.gobiz-source-hero .btn-primary{
  background:linear-gradient(135deg,var(--primary),#6d9dff);
  color:#fff;
  box-shadow:0 10px 24px rgba(79,124,255,.28);
}
.gobiz-source-hero .btn-outline{
  background:#fff;
  color:var(--text);
  border-color:var(--line);
  box-shadow:var(--shadow-soft);
}
.gobiz-source-hero .hero-stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:none;
}
.gobiz-source-hero .stat{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px;
  box-shadow:var(--shadow-soft);
}
.gobiz-source-hero .stat strong{
  display:block;
  margin-bottom:6px;
  color:var(--primary-dark);
  font-size:28px;
  line-height:1.1;
}
.gobiz-source-hero .stat span{
  color:var(--muted);
}
.gobiz-template-card{
  position:relative;
  padding:8px !important;
  border-radius:28px !important;
  overflow:hidden;
  background:linear-gradient(135deg,#082a68 0%,#0a5c4a 100%) !important;
  box-shadow:
    0 16px 36px rgba(4,19,48,.28),
    0 6px 18px rgba(4,19,48,.18) !important;
}
.gobiz-template-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1.3px;
  background:linear-gradient(130deg,rgba(255,255,255,.38),rgba(90,190,160,.55),rgba(110,150,255,.52),rgba(255,255,255,.38));
  background-size:220% 220%;
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  animation:heroBorderFlow 5.5s linear infinite;
}
.gobiz-template-card::after{
  content:"";
  position:absolute;
  right:-70px;
  top:-70px;
  width:200px;
  height:200px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08),transparent 70%);
  pointer-events:none;
}
.gobiz-template-card .hero-window{
  position:relative;
  z-index:2;
  padding:10px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04)) !important;
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.gobiz-window-actions{
  position:relative;
  z-index:3;
  min-height:52px !important;
  padding:0 16px !important;
  margin-bottom:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  color:#f4f8ff !important;
}
.window-pill-btn{
  position:relative;
  min-height:40px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.2px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.16) !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
.window-pill-btn:hover{
  transform:translateY(-1px) scale(1.02) !important;
  filter:brightness(1.04) !important;
}
.window-pill-btn::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.26) 45%,transparent 100%);
  transform:translateX(-140%);
  animation:windowPillShine 2.6s linear infinite;
  pointer-events:none;
}
.window-pill-btn::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.16);
  opacity:.95;
  animation:windowPillPulse 1.9s ease-in-out infinite;
  pointer-events:none;
}
.window-offer-btn{
  background:linear-gradient(135deg,#ff9f2d 0%,#ff5f6d 100%) !important;
}
.window-whatsapp-btn{
  background:linear-gradient(135deg,#17c964 0%,#0aa06e 100%) !important;
}
.window-pill-dot{
  width:9px !important;
  height:9px !important;
  border-radius:50%;
  background:rgba(255,255,255,.95) !important;
  box-shadow:0 0 10px rgba(255,255,255,.55) !important;
  flex:0 0 auto;
}
.window-whatsapp-icon,
.window-whatsapp-icon svg{
  width:16px !important;
  height:16px !important;
  display:inline-flex;
}
.hero-template-window{
  position:relative;
  padding:12px !important;
  min-height:420px !important;
  max-height:none !important;
  gap:8px !important;
  border-radius:20px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03)),
    linear-gradient(135deg,rgba(8,42,104,.88),rgba(10,92,74,.82)) !important;
  color:#fff;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.hero-template-window::before{
  content:"";
  position:absolute;
  top:-60px;
  right:-50px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.08),transparent 72%);
  pointer-events:none;
}
.hero-template-window::after{
  content:"";
  position:absolute;
  bottom:-55px;
  left:-55px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.05),transparent 72%);
  pointer-events:none;
}
.hero-template-toolbar{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px !important;
  margin-top:2px !important;
  margin-bottom:2px !important;
}
.hero-template-search{
  flex:1;
  min-height:40px !important;
  padding:15px 12px !important;
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:11px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.12) !important;
}
.hero-search-icon{
  color:#0a3b66 !important;
  font-size:13px !important;
  opacity:.9;
}
.hero-template-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#17325d !important;
  font-size:13px !important;
  font-weight:600 !important;
}
.hero-template-search input::placeholder{
  color:#74839d !important;
}
.hero-template-link{
  min-width:84px !important;
  height:40px !important;
  padding:0 14px !important;
  border-radius:11px !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.10)) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.10) !important;
  font-weight:700;
  text-decoration:none;
  transition:all .25s ease !important;
}
.hero-template-link:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.14)) !important;
}
.hero-template-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px !important;
  flex:1 1 auto;
  min-height:0;
  max-height:350px !important;
  overflow-y:auto;
  padding-right:2px !important;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.2) transparent;
}
.hero-template-grid::-webkit-scrollbar{
  width:5px;
}
.hero-template-grid::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.2);
  border-radius:20px;
}
.hero-template-card{
  padding:7px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.97) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.10) !important;
  overflow:hidden;
  transition:all .22s ease !important;
}
.hero-template-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 22px rgba(0,0,0,.14) !important;
}
.hero-template-thumb{
  height:auto !important;
  aspect-ratio:.92 / 1 !important;
  border-radius:10px !important;
  overflow:hidden;
  background:#eef3ff !important;
}
.hero-template-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.hero-template-meta{
  padding:7px 4px 1px !important;
}
.hero-template-meta strong{
  display:block;
  color:#17325d !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hero-template-meta span{
  display:block;
  margin-top:2px !important;
  color:#657693 !important;
  font-size:11px !important;
  font-weight:600 !important;
}
.hero-template-footer{
  position:relative;
  z-index:2;
  padding:8px 11px !important;
  border-radius:12px !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.08)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#eff7ff !important;
}
.hero-template-count{
  display:flex;
  align-items:baseline;
  gap:8px;
}
.hero-template-count strong{
  color:#fff !important;
  font-size:18px !important;
  line-height:1;
  font-weight:800;
}
.hero-template-count span,
.hero-template-note{
  color:rgba(255,255,255,.88) !important;
  opacity:1 !important;
  font-size:12px !important;
  font-weight:600 !important;
}
.hero-template-empty{
  position:absolute;
  inset:66px 10px 50px 10px !important;
  z-index:3;
  border-radius:13px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px dashed rgba(255,255,255,.18) !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:700;
  display:grid;
  place-items:center;
}
@keyframes windowPillShine{
  0%{transform:translateX(-140%)}
  100%{transform:translateX(140%)}
}
@keyframes windowPillPulse{
  0%,100%{opacity:.72;box-shadow:0 0 0 rgba(255,255,255,0)}
  50%{opacity:1;box-shadow:0 0 12px rgba(255,255,255,.18)}
}
@media (max-width:1100px){
  .gobiz-source-hero .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-template-window{
    min-height:395px !important;
  }
  .hero-template-grid{
    max-height:295px !important;
  }
}
@media (max-width:575px){
  .gobiz-page .container,
  .gobiz-original-page .container{
    width:min(100%,calc(100% - 22px)) !important;
  }
  .gobiz-source-hero{
    padding:44px 0 64px;
  }
  .gobiz-source-hero .hero-copy h1{
    font-size:clamp(38px,12vw,48px);
  }
  .gobiz-source-hero .hero-stats{
    grid-template-columns:1fr;
  }
  .gobiz-template-card{
    padding:6px !important;
    border-radius:22px !important;
  }
  .gobiz-template-card .hero-window{
    padding:7px !important;
  }
  .gobiz-window-actions{
    min-height:44px !important;
    padding:0 12px !important;
    gap:10px !important;
  }
  .window-pill-btn{
    min-height:36px !important;
    padding:0 12px !important;
    font-size:12px !important;
    gap:6px !important;
  }
  .hero-template-window{
    min-height:auto !important;
    padding:9px !important;
  }
  .hero-template-toolbar{
    flex-direction:column;
    align-items:stretch;
  }
  .hero-template-link{
    width:100%;
  }
  .hero-template-grid{
    grid-template-columns:1fr 1fr;
    gap:7px !important;
    max-height:276px !important;
  }
  .hero-template-thumb{
    aspect-ratio:.84 / 1 !important;
  }
  .hero-template-footer{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* Admin website themes — category showcase (below WhatsApp Store) */
.gobiz-admin-theme-categories-section{
  padding-top:18px;
}
.gobiz-admin-theme-categories-section .gobiz-admin-theme-shell,
.gobiz-admin-theme-categories-section .gobiz-admin-theme-category-card,
.gobiz-admin-theme-categories-section .gobiz-admin-theme-preview-card{
  opacity:1;
  transform:none;
}
.gobiz-admin-theme-shell{
  padding:34px;
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
  border:1px solid rgba(79,124,255,.14);
  box-shadow:0 24px 60px rgba(15,66,136,.08);
}
.gobiz-admin-theme-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.gobiz-admin-theme-head h2{
  margin:12px 0 10px;
  font-size:clamp(28px,3.4vw,44px);
  line-height:1.08;
}
.gobiz-admin-theme-head p{
  margin:0;
  max-width:760px;
  color:var(--muted);
}
.gobiz-admin-theme-kpi{
  min-width:150px;
  padding:22px 20px;
  border-radius:24px;
  background:linear-gradient(135deg,#1546b0 0%, #4f46e5 100%);
  color:#fff;
  text-align:center;
  box-shadow:0 18px 38px rgba(79,70,229,.24);
}
.gobiz-admin-theme-kpi strong{
  display:block;
  font-size:34px;
  line-height:1;
  margin-bottom:8px;
}
.gobiz-admin-theme-kpi span{
  display:block;
  font-size:13px;
  font-weight:700;
  color:rgba(255,255,255,.84);
}
.gobiz-admin-theme-category-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
.gobiz-admin-theme-category-card{
  position:relative;
  overflow:hidden;
  padding:20px;
  border-radius:28px;
  background:linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
  border:1px solid rgba(79,124,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 16px 36px rgba(20,33,61,.06);
}
.gobiz-admin-theme-category-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.gobiz-admin-theme-category-top h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
}
.gobiz-admin-theme-category-top span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:#eef4ff;
  color:var(--primary-dark);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.gobiz-admin-theme-preview-grid{
  display:flex;
  align-items:stretch;
  gap:22px;
  width:max-content;
  padding:6px 12px;
  animation:gobizAdminThemeMarquee 90s linear infinite;
}
.gobiz-admin-theme-category-card:hover .gobiz-admin-theme-preview-grid,
.gobiz-admin-theme-category-card:focus-within .gobiz-admin-theme-preview-grid{
  animation-play-state:paused;
}
@keyframes gobizAdminThemeMarquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}
.gobiz-admin-theme-preview-card{
  flex:0 0 270px;
  width:270px;
  display:flex;
  flex-direction:column;
  padding:14px 14px 16px;
  border-radius:24px;
  background:linear-gradient(180deg, color-mix(in srgb, var(--theme-accent) 8%, white) 0%, #fff 34%);
  border:1px solid color-mix(in srgb, var(--theme-accent) 24%, white);
  box-shadow:0 18px 40px rgba(20,33,61,.08);
  transition:transform .28s ease, box-shadow .28s ease;
}
.gobiz-admin-theme-preview-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(20,33,61,.14);
}
.gobiz-admin-theme-device{
  position:relative;
  margin-bottom:14px;
  padding:0;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
}
.gobiz-admin-theme-device::before{
  display:none;
  content:none;
}
.gobiz-admin-theme-device-screen{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:210px;
  padding:0;
  border-radius:18px;
  overflow:hidden;
  background:#f4f7ff;
}
.gobiz-admin-theme-device-screen img{
  display:block;
  width:100%;
  height:210px;
  max-height:none;
  object-fit:cover;
  object-position:top center;
}
.gobiz-admin-theme-device-empty{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:200px;
  padding:16px;
  text-align:center;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.gobiz-admin-theme-preview-meta{
  display:grid;
  gap:6px;
  margin-top:2px;
}
.gobiz-admin-theme-preview-meta strong{
  font-size:18px;
  line-height:1.25;
  color:var(--text);
}
.gobiz-admin-theme-preview-meta span{
  font-size:13px;
  color:var(--muted);
  font-weight:600;
}

@keyframes gobizNavLiveDemoPulse{
  0%,100%{
    box-shadow:0 0 0 0 rgba(245,158,11,.55),0 10px 24px rgba(245,158,11,.18);
    transform:translateY(0);
  }
  50%{
    box-shadow:0 0 0 10px rgba(245,158,11,0),0 14px 28px rgba(245,158,11,.28);
    transform:translateY(-1px);
  }
}
@keyframes gobizLiveDemoBadgeBlink{
  0%,100%{opacity:1;transform:scale(1)}
  50%{opacity:.45;transform:scale(.82)}
}
.nav-menu a.gobiz-nav-live-demo{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:2px;
  padding:9px 16px !important;
  border-radius:999px;
  border:1px solid #f59e0b;
  background:linear-gradient(135deg,#fff7d6 0%,#fde68a 48%,#fbbf24 100%);
  color:#92400e !important;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
  text-transform:none;
  animation:gobizNavLiveDemoPulse 1.7s ease-in-out infinite;
}
.nav-menu a.gobiz-nav-live-demo::after{display:none !important}
.nav-menu a.gobiz-nav-live-demo:hover,
.nav-menu a.gobiz-nav-live-demo.active{
  color:#7c2d12 !important;
  background:linear-gradient(135deg,#fef3c7 0%,#fcd34d 100%);
}

.gobiz-live-demo-section{
  scroll-margin-top:96px;
}
.gobiz-live-demo-shell{
  padding:34px 30px 30px;
  border-radius:30px;
  border:1px solid color-mix(in srgb,var(--primary) 18%,white);
  background:
    radial-gradient(circle at top right,rgba(251,191,36,.16),transparent 28%),
    linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 24px 60px rgba(20,33,61,.08);
}
.gobiz-live-demo-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,#eef2ff,#e0e7ff);
  color:var(--primary-dark);
}
.gobiz-live-demo-badge-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:#f59e0b;
  animation:gobizLiveDemoBadgeBlink 1.2s ease-in-out infinite;
}
.gobiz-live-demo-head h2{
  font-size:clamp(30px,4vw,42px);
  line-height:1.1;
}
.gobiz-live-demo-spotlight{
  margin-top:8px;
  margin-bottom:24px;
}
.gobiz-live-demo-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:22px;
}
.gobiz-live-demo-card{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:14px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--demo-accent,#4f46e5) 22%,white);
  background:linear-gradient(180deg,color-mix(in srgb,var(--demo-accent,#4f46e5) 7%,white) 0%,#fff 38%);
  box-shadow:0 18px 40px rgba(20,33,61,.08);
  transition:transform .28s ease,box-shadow .28s ease;
}
.gobiz-live-demo-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 52px rgba(20,33,61,.14);
}
.gobiz-live-demo-thumb{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:#eef2ff;
  aspect-ratio:16/11;
}
.gobiz-live-demo-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:transform .35s ease;
}
.gobiz-live-demo-card:hover .gobiz-live-demo-thumb img{
  transform:scale(1.04);
}
.gobiz-live-demo-thumb-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(15,23,42,.04) 20%,rgba(15,23,42,.58) 100%);
  opacity:.72;
  transition:opacity .25s ease;
}
.gobiz-live-demo-card:hover .gobiz-live-demo-thumb-overlay{
  opacity:.88;
}
.gobiz-live-demo-open-btn{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 55%,#db2777 100%);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  text-decoration:none;
  box-shadow:0 16px 34px rgba(79,70,229,.42);
  transform:translate(-50%,-50%) scale(.94);
  transition:transform .22s ease,box-shadow .22s ease;
}
.gobiz-live-demo-open-btn:hover{
  color:#fff;
  transform:translate(-50%,-50%) scale(1);
  box-shadow:0 20px 40px rgba(79,70,229,.5);
}
.gobiz-live-demo-open-btn-icon{
  display:inline-flex;
  width:22px;
  height:22px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  font-size:11px;
}
.gobiz-live-demo-meta{
  display:grid;
  gap:6px;
  padding:0 4px 4px;
}
.gobiz-live-demo-category{
  display:inline-flex;
  width:fit-content;
  padding:5px 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--demo-accent,#4f46e5) 12%,white);
  color:color-mix(in srgb,var(--demo-accent,#4f46e5) 72%,#111827);
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.gobiz-live-demo-meta h3{
  margin:0;
  font-size:18px;
  line-height:1.25;
}
.gobiz-live-demo-meta p{
  margin:0;
  font-size:12px;
  color:var(--muted);
  font-weight:600;
}
.gobiz-live-demo-footnote{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:22px;
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
.wa-store-live-demos{
  padding-top:8px;
  border-top:1px solid rgba(15,23,42,.06);
}
.wa-store-live-demos-head{
  text-align:center;
  margin-bottom:22px;
}
.wa-store-live-demos-title{
  margin:10px 0 8px;
  font-size:clamp(22px,3vw,30px);
  font-weight:900;
  color:var(--text);
}
.wa-store-live-demo-grid .gobiz-live-demo-open-btn{
  background:linear-gradient(135deg,var(--demo-accent),color-mix(in srgb,var(--demo-accent) 70%,#10b981));
}
.wa-store-live-demo-fallback{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100%;
  padding:18px 16px;
  color:#fff;
}
.wa-store-live-demo-fallback-label{
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  opacity:.85;
}
.wa-store-live-demo-fallback strong{
  font-size:18px;
  font-weight:900;
  line-height:1.2;
}
.wa-store-live-demo-footnote{
  margin-top:18px;
}
@media (max-width:900px){
  .gobiz-live-demo-shell{
    padding:24px 18px 20px;
    border-radius:24px;
  }
  .gobiz-live-demo-grid{
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:16px;
  }
}
@media (max-width:900px){
  .gobiz-admin-theme-shell{
    padding:26px 22px;
    border-radius:24px;
  }
  .gobiz-admin-theme-head{
    flex-direction:column;
  }
  .gobiz-admin-theme-category-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .gobiz-admin-theme-shell{
    padding:22px 16px;
    border-radius:20px;
  }
  .gobiz-admin-theme-preview-grid{
    gap:18px;
    animation-duration:70s;
  }
  .gobiz-admin-theme-preview-card{flex-basis:230px;width:230px}
  .gobiz-admin-theme-category-card{
    padding:16px;
    border-radius:18px;
  }
  .gobiz-admin-theme-device-screen{
    min-height:180px;
  }
  .gobiz-admin-theme-device-screen img{
    height:180px;
  }
}
@media (prefers-reduced-motion:reduce){
  .gobiz-admin-theme-preview-grid{animation:none}
}

.gobiz-admin-theme-categories-section{
  position:relative;
  overflow:hidden;
  padding:92px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(79,124,255,.12) 0, transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(14,165,233,.10) 0, transparent 20%),
    linear-gradient(180deg,#f4f8ff 0%, #eef7ff 100%) !important;
}
.gobiz-website-theme-shell{
  border-color:rgba(79,124,255,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,250,255,.94));
  box-shadow:0 34px 80px rgba(37,99,235,.10);
}
.gobiz-website-theme-badge{
  background:#eef4ff;
  border-color:#dbe8ff;
  color:#1d4ed8;
}
.gobiz-website-theme-badge .wa-store-badge-icon{
  color:#2563eb;
}
.gobiz-website-theme-badge .wa-store-badge-icon svg{
  width:20px;
  height:20px;
}
.gobiz-website-theme-spotlight-copy{
  background:linear-gradient(135deg,#1d4ed8 0%, #4f46e5 52%, #0ea5e9 100%);
  box-shadow:0 22px 44px rgba(37,99,235,.22);
}
.gobiz-website-theme-slider{
  background:linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
}
.gobiz-website-theme-slide{
  flex-basis:248px;
  width:248px;
}
.gobiz-website-theme-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:330px;
  margin-bottom:14px;
  border-radius:20px;
  overflow:hidden;
  background:#f4f7ff;
  box-shadow:0 14px 30px rgba(37,99,235,.10);
}
.gobiz-website-theme-image img{
  display:block;
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:top center;
}
.gobiz-website-theme-note .wa-store-live-dot{
  background:#2563eb;
  box-shadow:0 0 0 6px rgba(37,99,235,.16);
}
@media (max-width:900px){
  .gobiz-website-theme-slide{flex-basis:220px;width:220px}
  .gobiz-website-theme-image{min-height:300px}
  .gobiz-website-theme-image img{height:300px}
}
@media (max-width:640px){
  .gobiz-admin-theme-categories-section{padding:68px 0}
  .gobiz-website-theme-slide{flex-basis:200px;width:200px}
  .gobiz-website-theme-image{min-height:260px}
  .gobiz-website-theme-image img{height:260px}
}

/* Website Builder premium showcase */
.gobiz-builder-premium{
  padding:88px 0;
  background:linear-gradient(180deg,#f4f8ff 0%, #eef2ff 38%, #fdf4ff 100%);
  overflow:hidden;
}
.gobiz-builder-premium-shell{
  position:relative;
  padding:38px;
  border-radius:32px;
  border:1px solid rgba(79,124,255,.16);
  background:linear-gradient(145deg,rgba(255,255,255,.94) 0%, rgba(248,251,255,.88) 100%);
  box-shadow:0 28px 70px rgba(15,66,136,.1);
  overflow:hidden;
}
.gobiz-builder-premium-shell::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(120deg,#8b5cf6,#06b6d4,#22c55e,#f97316,#ec4899,#8b5cf6);
  background-size:260% 260%;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:.72;
  pointer-events:none;
  animation:gobizBuilderBorderRun 7s linear infinite;
}
.gobiz-builder-premium-shell::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:26px;
  background:
    linear-gradient(115deg,rgba(255,255,255,.72),rgba(255,255,255,.18) 38%,rgba(255,255,255,.62)),
    radial-gradient(circle at 18% 16%,rgba(139,92,246,.24),transparent 30%),
    radial-gradient(circle at 82% 22%,rgba(6,182,212,.26),transparent 34%),
    radial-gradient(circle at 52% 96%,rgba(34,197,94,.22),transparent 36%);
  opacity:.78;
  pointer-events:none;
  animation:gobizBuilderAurora 8s ease-in-out infinite;
}
@keyframes gobizBuilderBorderRun{
  0%{background-position:0% 50%}
  100%{background-position:260% 50%}
}
@keyframes gobizBuilderAurora{
  0%,100%{filter:saturate(1);transform:scale(1)}
  50%{filter:saturate(1.35);transform:scale(1.015)}
}
.gobiz-builder-premium-shell,
.gobiz-builder-premium-shell .gobiz-builder-card,
.gobiz-builder-premium-shell .gobiz-builder-cta-strip{
  opacity:1;
  transform:none;
}
.gobiz-builder-premium-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.gobiz-builder-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(40px);
  opacity:.55;
  animation:gobizBuilderFloat 9s ease-in-out infinite;
}
.gobiz-builder-orb-a{
  width:280px;
  height:280px;
  top:-80px;
  left:-60px;
  background:#a78bfa;
}
.gobiz-builder-orb-b{
  width:320px;
  height:320px;
  right:-90px;
  top:20%;
  background:#38bdf8;
  animation-delay:-3s;
}
.gobiz-builder-orb-c{
  width:240px;
  height:240px;
  left:35%;
  bottom:-100px;
  background:#34d399;
  animation-delay:-5s;
}
@keyframes gobizBuilderFloat{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(12px,-16px) scale(1.06)}
}
.gobiz-builder-premium-head{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0 auto 34px;
  padding:28px 26px 24px;
  border-radius:28px;
  text-align:center;
  background:rgba(255,255,255,.42);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 20px 60px rgba(79,70,229,.10), inset 0 1px 0 rgba(255,255,255,.85);
  backdrop-filter:blur(16px);
  overflow:hidden;
}
.gobiz-builder-premium-head::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:conic-gradient(from 0deg,transparent 0 16%,rgba(139,92,246,.24),transparent 34%,rgba(6,182,212,.24),transparent 56%,rgba(34,197,94,.18),transparent 78%,rgba(236,72,153,.2),transparent);
  opacity:.82;
  animation:gobizBuilderHeadSpin 12s linear infinite;
}
.gobiz-builder-premium-head::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:27px;
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.36));
}
.gobiz-builder-premium-head > *{
  position:relative;
  z-index:1;
}
@keyframes gobizBuilderHeadSpin{
  to{transform:rotate(1turn)}
}
.gobiz-builder-live-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#eef4ff,#f5f3ff,#ecfeff,#f0fdf4);
  background-size:220% 100%;
  border:1px solid rgba(79,70,229,.2);
  color:#4338ca;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 8px 24px rgba(79,70,229,.12), 0 0 0 4px rgba(79,70,229,.05);
  animation:gobizBuilderBadgePulse 2.4s ease-in-out infinite, gobizBuilderBadgeFlow 5s linear infinite;
}
.gobiz-builder-blink-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#22c55e;
  box-shadow:0 0 0 rgba(34,197,94,.5);
  animation:gobizBuilderBlink 1.2s ease-in-out infinite;
}
@keyframes gobizBuilderBlink{
  0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(34,197,94,.55)}
  50%{opacity:.45;box-shadow:0 0 0 10px rgba(34,197,94,0)}
}
@keyframes gobizBuilderBadgePulse{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-2px) scale(1.03)}
}
@keyframes gobizBuilderBadgeFlow{
  0%{background-position:0% 50%}
  100%{background-position:220% 50%}
}
.gobiz-builder-premium-head h2{
  margin:18px 0 14px;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.08;
  color:var(--text);
}
.gobiz-builder-gradient-text{
  background:linear-gradient(90deg,#4f46e5,#0ea5e9,#22c55e,#ec4899);
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gobizBuilderGradientShift 5s linear infinite;
}
@keyframes gobizBuilderGradientShift{
  0%{background-position:0% center}
  100%{background-position:220% center}
}
.gobiz-builder-premium-head p{
  margin:0 auto 22px;
  max-width:720px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.gobiz-builder-premium-head p strong{
  color:var(--text);
}
.gobiz-builder-pill-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.gobiz-builder-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(79,124,255,.18);
  color:#334155;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 24px rgba(20,33,61,.06), inset 0 1px 0 rgba(255,255,255,.95);
  animation:gobizBuilderPillGlow 3s ease-in-out infinite, gobizBuilderPillBlink 2.8s ease-in-out infinite;
}
.gobiz-builder-pill:nth-child(2){animation-delay:.4s}
.gobiz-builder-pill:nth-child(3){animation-delay:.8s}
.gobiz-builder-pill:nth-child(4){animation-delay:1.2s}
@keyframes gobizBuilderPillGlow{
  0%,100%{box-shadow:0 10px 24px rgba(20,33,61,.06)}
  50%{box-shadow:0 12px 28px rgba(79,70,229,.18)}
}
@keyframes gobizBuilderPillBlink{
  0%,100%{transform:translateY(0);border-color:rgba(79,124,255,.18)}
  50%{transform:translateY(-2px);border-color:rgba(14,165,233,.38)}
}
.gobiz-builder-pill-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#eef4ff,#f5f3ff);
  color:#4f46e5;
}
.gobiz-builder-pill-icon .gb-svg{
  width:14px;
  height:14px;
}
.gobiz-builder-premium-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-bottom:24px;
}
.gobiz-builder-card{
  position:relative;
  padding:22px 20px 18px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--builder-accent) 22%, white);
  background:linear-gradient(160deg, color-mix(in srgb, var(--builder-accent) 10%, white) 0%, #fff 55%);
  box-shadow:0 18px 40px rgba(20,33,61,.08);
  transition:transform .28s ease, box-shadow .28s ease;
}
.gobiz-builder-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 52px rgba(20,33,61,.14);
}
.gobiz-builder-card-shine{
  position:absolute;
  inset:0 auto 0 -120%;
  width:55%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-18deg);
  animation:gobizBuilderShine 4.5s ease-in-out infinite;
  animation-delay:var(--builder-delay,0s);
  pointer-events:none;
}
@keyframes gobizBuilderShine{
  0%,100%{left:-120%}
  45%{left:130%}
}
.gobiz-builder-card-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:14px;
  border-radius:16px;
  background:linear-gradient(135deg, var(--builder-accent), color-mix(in srgb, var(--builder-accent) 65%, white));
  color:#fff;
  box-shadow:0 12px 28px color-mix(in srgb, var(--builder-accent) 35%, transparent);
  animation:gobizBuilderIconPulse 2.8s ease-in-out infinite;
  animation-delay:var(--builder-delay,0s);
}
@keyframes gobizBuilderIconPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.06)}
}
.gobiz-builder-card-icon .gb-svg{
  width:24px;
  height:24px;
  stroke:#fff;
}
.gobiz-builder-card h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.25;
  color:var(--text);
}
.gobiz-builder-card p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.gobiz-builder-card-tag{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:color-mix(in srgb, var(--builder-accent) 12%, white);
  color:var(--builder-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.gobiz-builder-card--violet{--builder-accent:#4f46e5}
.gobiz-builder-card--green{--builder-accent:#22c55e}
.gobiz-builder-card--orange{--builder-accent:#f97316}
.gobiz-builder-card--sky{--builder-accent:#0ea5e9}
.gobiz-builder-card--pink{--builder-accent:#ec4899}
.gobiz-builder-card--teal{--builder-accent:#14b8a6}
.gobiz-builder-cta-strip{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(90deg,#1546b0,#4f46e5 45%,#0ea5e9);
  color:#fff;
  box-shadow:0 20px 48px rgba(79,70,229,.28);
  animation:gobizBuilderCtaGlow 3s ease-in-out infinite;
}
@keyframes gobizBuilderCtaGlow{
  0%,100%{box-shadow:0 20px 48px rgba(79,70,229,.28)}
  50%{box-shadow:0 24px 56px rgba(14,165,233,.35)}
}
.gobiz-builder-cta-copy{
  display:flex;
  align-items:center;
  gap:14px;
}
.gobiz-builder-cta-icon{
  display:inline-flex;
  width:52px;
  height:52px;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:rgba(255,255,255,.16);
  animation:gobizBuilderIconPulse 2.2s ease-in-out infinite;
}
.gobiz-builder-cta-icon .gb-svg{
  width:24px;
  height:24px;
  stroke:#fff;
}
.gobiz-builder-cta-copy strong{
  display:block;
  font-size:18px;
  margin-bottom:4px;
}
.gobiz-builder-cta-copy span{
  display:block;
  font-size:14px;
  color:rgba(255,255,255,.88);
  font-weight:600;
}
.gobiz-builder-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gobiz-builder-btn-primary{
  background:#fff !important;
  color:#4338ca !important;
  border:none !important;
  box-shadow:0 12px 28px rgba(255,255,255,.22);
}
.gobiz-builder-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(255,255,255,.3);
}
.gobiz-builder-btn-ghost{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.35) !important;
}
.gobiz-builder-btn-ghost:hover{
  background:rgba(255,255,255,.2) !important;
}
@media (max-width:1100px){
  .gobiz-builder-premium-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  .gobiz-builder-premium{
    padding:68px 0;
  }
  .gobiz-builder-premium-shell{
    padding:26px 20px;
    border-radius:24px;
  }
  .gobiz-builder-cta-strip{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:640px){
  .gobiz-builder-premium-grid{
    grid-template-columns:1fr;
  }
  .gobiz-builder-premium-head p{
    font-size:15px;
  }
  .gobiz-builder-cta-actions{
    width:100%;
  }
  .gobiz-builder-cta-actions .btn{
    width:100%;
    justify-content:center;
  }
}
@media (prefers-reduced-motion:reduce){
  .gobiz-builder-orb,
  .gobiz-builder-live-badge,
  .gobiz-builder-blink-dot,
  .gobiz-builder-gradient-text,
  .gobiz-builder-pill,
  .gobiz-builder-card-shine,
  .gobiz-builder-card-icon,
  .gobiz-builder-cta-strip,
  .gobiz-builder-cta-icon{
    animation:none !important;
  }
}

/* Main Benefits premium showcase */
.gobiz-main-benefits-premium{
  padding:88px 0;
  background:linear-gradient(180deg,#fff7ed 0%, #fdf2f8 42%, #eff6ff 100%);
  overflow:hidden;
}
.gobiz-main-benefits-shell{
  position:relative;
  padding:36px;
  border-radius:32px;
  border:1px solid rgba(236,72,153,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.96) 0%, rgba(255,251,245,.9) 100%);
  box-shadow:0 28px 70px rgba(190,24,93,.08);
  overflow:hidden;
}
.gobiz-main-benefits-shell,
.gobiz-main-benefits-shell .gobiz-main-benefit-card{
  opacity:1;
  transform:none;
}
.gobiz-main-benefits-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.gobiz-main-benefits-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(42px);
  opacity:.5;
  animation:gobizMainBenefitsFloat 10s ease-in-out infinite;
}
.gobiz-main-benefits-orb-a{
  width:260px;
  height:260px;
  top:-70px;
  right:-40px;
  background:#fb923c;
}
.gobiz-main-benefits-orb-b{
  width:300px;
  height:300px;
  left:-80px;
  bottom:-90px;
  background:#f472b6;
  animation-delay:-3s;
}
.gobiz-main-benefits-orb-c{
  width:220px;
  height:220px;
  right:28%;
  top:42%;
  background:#60a5fa;
  animation-delay:-6s;
}
@keyframes gobizMainBenefitsFloat{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(10px,-14px) scale(1.05)}
}
.gobiz-main-benefits-head{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0 auto 32px;
  text-align:center;
}
.gobiz-main-benefits-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#fff7ed,#fdf2f8);
  border:1px solid rgba(249,115,22,.25);
  color:#c2410c;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 24px rgba(249,115,22,.14);
  animation:gobizMainBenefitsBadgePulse 2.6s ease-in-out infinite;
}
.gobiz-main-benefits-blink{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#f97316;
  animation:gobizMainBenefitsBlink 1.15s ease-in-out infinite;
}
@keyframes gobizMainBenefitsBlink{
  0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(249,115,22,.55)}
  50%{opacity:.4;box-shadow:0 0 0 10px rgba(249,115,22,0)}
}
@keyframes gobizMainBenefitsBadgePulse{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-2px)}
}
.gobiz-main-benefits-head h2{
  margin:18px 0 14px;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.08;
  color:var(--text);
}
.gobiz-main-benefits-gradient{
  background:linear-gradient(90deg,#f97316,#ec4899,#8b5cf6,#0ea5e9);
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gobizMainBenefitsGradient 5.5s linear infinite;
}
@keyframes gobizMainBenefitsGradient{
  0%{background-position:0% center}
  100%{background-position:220% center}
}
.gobiz-main-benefits-head p{
  margin:0 auto 20px;
  max-width:720px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.gobiz-main-benefits-head p strong{
  color:var(--text);
}
.gobiz-main-benefits-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.gobiz-main-benefits-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(236,72,153,.16);
  color:#9d174d;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(190,24,93,.08);
  animation:gobizMainBenefitsTagGlow 3.2s ease-in-out infinite;
}
.gobiz-main-benefits-tag:nth-child(2){animation-delay:.35s}
.gobiz-main-benefits-tag:nth-child(3){animation-delay:.7s}
.gobiz-main-benefits-tag:nth-child(4){animation-delay:1.05s}
@keyframes gobizMainBenefitsTagGlow{
  0%,100%{box-shadow:0 10px 22px rgba(190,24,93,.08)}
  50%{box-shadow:0 12px 28px rgba(249,115,22,.2)}
}
.gobiz-main-benefits-tag-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#fff7ed,#fce7f3);
  color:#db2777;
}
.gobiz-main-benefits-tag-icon .gb-svg{
  width:14px;
  height:14px;
}
.gobiz-main-benefits-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.gobiz-main-benefit-card{
  position:relative;
  padding:24px 20px 18px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid color-mix(in srgb, var(--benefit-accent) 24%, white);
  background:linear-gradient(165deg, color-mix(in srgb, var(--benefit-accent) 14%, white) 0%, #fff 58%);
  box-shadow:0 18px 42px rgba(20,33,61,.08);
  transition:transform .28s ease, box-shadow .28s ease;
}
.gobiz-main-benefit-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 26px 54px color-mix(in srgb, var(--benefit-accent) 22%, transparent);
}
.gobiz-main-benefit-glow{
  position:absolute;
  inset:auto -30px -30px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:color-mix(in srgb, var(--benefit-accent) 28%, transparent);
  filter:blur(18px);
  opacity:.75;
  animation:gobizMainBenefitsGlow 3s ease-in-out infinite;
  animation-delay:var(--benefit-delay,0s);
}
@keyframes gobizMainBenefitsGlow{
  0%,100%{opacity:.55;transform:scale(1)}
  50%{opacity:.95;transform:scale(1.12)}
}
.gobiz-main-benefit-shine{
  position:absolute;
  inset:0 auto 0 -130%;
  width:52%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);
  transform:skewX(-18deg);
  animation:gobizMainBenefitsShine 5s ease-in-out infinite;
  animation-delay:var(--benefit-delay,0s);
  pointer-events:none;
}
@keyframes gobizMainBenefitsShine{
  0%,100%{left:-130%}
  48%{left:135%}
}
.gobiz-main-benefit-icon{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin-bottom:16px;
  border-radius:18px;
  background:linear-gradient(135deg, var(--benefit-accent), color-mix(in srgb, var(--benefit-accent) 60%, white));
  color:#fff;
  box-shadow:0 14px 30px color-mix(in srgb, var(--benefit-accent) 38%, transparent);
  animation:gobizMainBenefitsIconPulse 2.6s ease-in-out infinite;
  animation-delay:var(--benefit-delay,0s);
}
@keyframes gobizMainBenefitsIconPulse{
  0%,100%{transform:scale(1) rotate(0deg)}
  50%{transform:scale(1.08) rotate(-2deg)}
}
.gobiz-main-benefit-icon .gb-svg{
  width:26px;
  height:26px;
  stroke:#fff;
}
.gobiz-main-benefit-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
  color:var(--text);
}
.gobiz-main-benefit-card p{
  position:relative;
  z-index:1;
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.gobiz-main-benefit-chip{
  position:relative;
  z-index:1;
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  background:color-mix(in srgb, var(--benefit-accent) 14%, white);
  color:var(--benefit-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.gobiz-main-benefit-card--blue{--benefit-accent:#3b82f6}
.gobiz-main-benefit-card--violet{--benefit-accent:#8b5cf6}
.gobiz-main-benefit-card--green{--benefit-accent:#22c55e}
.gobiz-main-benefit-card--pink{--benefit-accent:#ec4899}
.gobiz-main-benefit-card--teal{--benefit-accent:#14b8a6}
.gobiz-main-benefit-card--orange{--benefit-accent:#f97316}
@media (max-width:1100px){
  .gobiz-main-benefits-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  .gobiz-main-benefits-premium{
    padding:68px 0;
  }
  .gobiz-main-benefits-shell{
    padding:26px 20px;
    border-radius:24px;
  }
}
@media (max-width:640px){
  .gobiz-main-benefits-grid{
    grid-template-columns:1fr;
  }
  .gobiz-main-benefits-head p{
    font-size:15px;
  }
}

/* Trial offers premium (main-benefits style) */
.gobiz-trial-offers-premium{
  padding:88px 0 92px;
  background:linear-gradient(180deg,#eff6ff 0%,#fdf2f8 45%,#fff7ed 100%);
  overflow:hidden;
}
.gobiz-trial-offers-shell{
  position:relative;
  padding:36px;
  border-radius:32px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f46e5) 18%,white);
  background:linear-gradient(145deg,rgba(255,255,255,.97) 0%,rgba(248,250,255,.92) 100%);
  box-shadow:0 28px 70px color-mix(in srgb,var(--brand-primary,#4f46e5) 10%,transparent);
  overflow:hidden;
}
.gobiz-trial-offers-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.gobiz-trial-offers-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(42px);
  opacity:.48;
  animation:gobizMainBenefitsFloat 10s ease-in-out infinite;
}
.gobiz-trial-offers-orb-a{
  width:280px;
  height:280px;
  top:-80px;
  right:-50px;
  background:color-mix(in srgb,var(--brand-primary,#60a5fa) 70%,#fff);
}
.gobiz-trial-offers-orb-b{
  width:300px;
  height:300px;
  left:-90px;
  bottom:-100px;
  background:color-mix(in srgb,var(--brand-primary,#f472b6) 55%,#fff);
  animation-delay:-3s;
}
.gobiz-trial-offers-orb-c{
  width:220px;
  height:220px;
  right:24%;
  top:38%;
  background:#fbbf24;
  animation-delay:-6s;
}
.gobiz-trial-offers-head{
  position:relative;
  z-index:1;
  max-width:880px;
  margin:0 auto 28px;
  text-align:center;
}
.gobiz-trial-offers-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#eff6ff,#fdf2f8);
  border:1px solid color-mix(in srgb,var(--brand-primary,#8b5cf6) 28%,white);
  color:color-mix(in srgb,var(--brand-secondary,#6d28d9) 80%,#000);
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 24px color-mix(in srgb,var(--brand-primary,#8b5cf6) 16%,transparent);
  animation:gobizMainBenefitsBadgePulse 2.6s ease-in-out infinite;
}
.gobiz-trial-offers-blink{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--brand-primary,#8b5cf6);
  animation:gobizMainBenefitsBlink 1.15s ease-in-out infinite;
}
.gobiz-trial-offers-head h2{
  margin:18px 0 14px;
  font-size:clamp(30px,3.8vw,50px);
  line-height:1.08;
  color:var(--text);
}
.gobiz-trial-offers-gradient{
  background:linear-gradient(90deg,var(--brand-secondary,#f97316),var(--brand-primary,#ec4899),#fbbf24,var(--brand-primary,#0ea5e9));
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gobizMainBenefitsGradient 5.5s linear infinite;
}
.gobiz-trial-offers-head p{
  margin:0 auto 20px;
  max-width:720px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.gobiz-trial-offers-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.gobiz-trial-offers-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-primary,#8b5cf6) 20%,white);
  color:color-mix(in srgb,var(--brand-secondary,#7c3aed) 75%,#000);
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 22px color-mix(in srgb,var(--brand-primary,#8b5cf6) 10%,transparent);
}
.gobiz-trial-offers-tag-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#eff6ff,#fdf2f8);
  color:var(--brand-primary,#7c3aed);
}
.gobiz-trial-offers-tag-icon .gb-svg{
  width:14px;
  height:14px;
}
.gobiz-trial-offers-hero{
  position:relative;
  z-index:1;
  margin-bottom:22px;
}
.gobiz-trial-offers-spotlight{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.75fr);
  gap:20px;
  align-items:stretch;
}
.gobiz-trial-offers-spotlight-copy{
  padding:28px 26px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f46e5) 16%,white);
  background:linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary,#0f4ca6) 92%,#000),color-mix(in srgb,var(--brand-primary,#2563eb) 88%,#fff));
  color:#fff;
  box-shadow:0 22px 50px color-mix(in srgb,var(--brand-primary,#2563eb) 24%,transparent);
}
.gobiz-trial-offers-spotlight-label{
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.gobiz-trial-offers-days{
  display:flex;
  align-items:center;
  gap:16px;
  margin:18px 0 14px;
}
.gobiz-trial-offers-days strong{
  font-size:clamp(72px,10vw,108px);
  line-height:.9;
  letter-spacing:-.05em;
  background:linear-gradient(180deg,#fff,#fde68a);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:none;
}
.gobiz-trial-offers-days span{
  font-size:clamp(22px,2.5vw,30px);
  font-weight:900;
  line-height:1.1;
}
.gobiz-trial-offers-spotlight-text{
  margin:0 0 18px;
  max-width:560px;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.7;
}
.gobiz-trial-offers-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.gobiz-trial-offers-list li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
  color:rgba(255,255,255,.92);
}
.gobiz-trial-offers-list-icon{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  font-size:12px;
}
.gobiz-trial-offers-spotlight-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:26px 22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.65);
  background:linear-gradient(165deg,#fff 0%,#f8fafc 100%);
  box-shadow:0 18px 40px rgba(15,23,42,.12);
  text-align:center;
}
.gobiz-trial-offers-card-badge{
  align-self:center;
  display:inline-flex;
  padding:6px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#fef3c7,#fde68a);
  color:#92400e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  animation:gobizMainBenefitsBadgePulse 2.4s ease-in-out infinite;
}
.gobiz-trial-offers-card-kicker{
  margin:14px 0 6px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.gobiz-trial-offers-spotlight-card h3{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.1;
  color:var(--text);
}
.gobiz-trial-offers-card-price{
  margin:0 0 8px;
  font-size:15px;
  font-weight:700;
  color:var(--muted);
}
.gobiz-trial-offers-card-price span{
  display:block;
  margin-bottom:4px;
  font-size:clamp(36px,4vw,48px);
  font-weight:900;
  line-height:1;
  color:color-mix(in srgb,var(--brand-primary,#16a34a) 85%,#000);
}
.gobiz-trial-offers-card-note{
  margin:0;
  font-size:13px;
  color:var(--muted);
  line-height:1.5;
}
.gobiz-trial-offers-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-bottom:24px;
}
.gobiz-trial-offer-card{
  position:relative;
  padding:24px 20px 18px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--offer-accent) 24%,white);
  background:linear-gradient(165deg,color-mix(in srgb,var(--offer-accent) 14%,white) 0%,#fff 58%);
  box-shadow:0 18px 42px rgba(20,33,61,.08);
  transition:transform .28s ease,box-shadow .28s ease;
}
.gobiz-trial-offer-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 26px 54px color-mix(in srgb,var(--offer-accent) 22%,transparent);
}
.gobiz-trial-offer-glow{
  position:absolute;
  inset:auto -30px -30px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:color-mix(in srgb,var(--offer-accent) 28%,transparent);
  filter:blur(18px);
  opacity:.75;
  animation:gobizMainBenefitsGlow 3s ease-in-out infinite;
  animation-delay:var(--offer-delay,0s);
}
.gobiz-trial-offer-shine{
  position:absolute;
  inset:0 auto 0 -130%;
  width:52%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);
  transform:skewX(-18deg);
  animation:gobizMainBenefitsShine 5s ease-in-out infinite;
  animation-delay:var(--offer-delay,0s);
  pointer-events:none;
}
.gobiz-trial-offer-icon{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin-bottom:16px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--offer-accent),color-mix(in srgb,var(--offer-accent) 60%,white));
  color:#fff;
  box-shadow:0 14px 30px color-mix(in srgb,var(--offer-accent) 38%,transparent);
}
.gobiz-trial-offer-icon .gb-svg{
  width:26px;
  height:26px;
  stroke:#fff;
}
.gobiz-trial-offer-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
}
.gobiz-trial-offer-card p{
  position:relative;
  z-index:1;
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.gobiz-trial-offer-chip{
  position:relative;
  z-index:1;
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  background:color-mix(in srgb,var(--offer-accent) 14%,white);
  color:var(--offer-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.gobiz-trial-offer-card--violet{--offer-accent:#8b5cf6}
.gobiz-trial-offer-card--green{--offer-accent:#22c55e}
.gobiz-trial-offer-card--orange{--offer-accent:#f97316}
.gobiz-trial-offers-cta{
  position:relative;
  z-index:1;
  padding:28px 24px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f46e5) 14%,white);
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,246,255,.88));
  text-align:center;
  box-shadow:0 16px 40px color-mix(in srgb,var(--brand-primary,#4f46e5) 8%,transparent);
}
.gobiz-trial-offers-cta h3{
  margin:0 0 10px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.15;
  color:var(--text);
}
.gobiz-trial-offers-cta p{
  margin:0 auto 20px;
  max-width:640px;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}
.gobiz-trial-offers-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.gobiz-trial-btn-primary,
.gobiz-trial-btn-whatsapp,
.gobiz-trial-btn-ghost{
  min-height:54px;
  padding:14px 22px;
  border-radius:16px;
  font-size:15px;
  font-weight:800;
  border:1px solid transparent;
  transition:transform .2s ease,box-shadow .2s ease;
}
.gobiz-trial-btn-primary{
  background:linear-gradient(135deg,var(--brand-secondary,#0f4ca6),var(--brand-primary,#2563eb));
  color:#fff;
  box-shadow:0 16px 36px color-mix(in srgb,var(--brand-primary,#2563eb) 30%,transparent);
}
.gobiz-trial-btn-whatsapp{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
  box-shadow:0 16px 36px rgba(22,163,74,.24);
}
.gobiz-trial-btn-ghost{
  background:#fff;
  color:var(--brand-primary,#2563eb);
  border-color:color-mix(in srgb,var(--brand-primary,#2563eb) 24%,#e2e8f0);
}
.gobiz-trial-btn-primary:hover,
.gobiz-trial-btn-whatsapp:hover,
.gobiz-trial-btn-ghost:hover{
  transform:translateY(-3px) scale(1.02);
}
@media (max-width:1100px){
  .gobiz-trial-offers-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .gobiz-trial-offers-spotlight{
    grid-template-columns:1fr;
  }
}
@media (max-width:900px){
  .gobiz-trial-offers-premium{
    padding:68px 0 80px;
  }
  .gobiz-trial-offers-shell{
    padding:26px 20px;
    border-radius:24px;
  }
}
@media (max-width:640px){
  .gobiz-trial-offers-grid{
    grid-template-columns:1fr;
  }
  .gobiz-trial-offers-actions{
    flex-direction:column;
  }
  .gobiz-trial-btn-primary,
  .gobiz-trial-btn-whatsapp,
  .gobiz-trial-btn-ghost{
    width:100%;
  }
}

/* Premium pricing page (homepage-style shell) */
.gobiz-pricing-premium{
  padding:0 0 88px;
  background:linear-gradient(180deg,#eff6ff 0%,#fdf2f8 48%,#fff7ed 100%);
  overflow:hidden;
}
.gobiz-pricing-shell{
  position:relative;
  padding:36px;
  border-radius:32px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f46e5) 16%,white);
  background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(248,250,255,.9));
  box-shadow:0 28px 70px color-mix(in srgb,var(--brand-primary,#4f46e5) 10%,transparent);
  overflow:hidden;
}
.gobiz-pricing-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.gobiz-pricing-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(42px);
  opacity:.45;
  animation:gobizMainBenefitsFloat 10s ease-in-out infinite;
}
.gobiz-pricing-orb-a{
  width:260px;
  height:260px;
  top:-70px;
  right:-40px;
  background:color-mix(in srgb,var(--brand-primary,#60a5fa) 65%,#fff);
}
.gobiz-pricing-orb-b{
  width:280px;
  height:280px;
  left:-80px;
  bottom:-90px;
  background:color-mix(in srgb,var(--brand-primary,#f472b6) 50%,#fff);
  animation-delay:-3s;
}
.gobiz-pricing-orb-c{
  width:200px;
  height:200px;
  right:30%;
  top:40%;
  background:#fbbf24;
  animation-delay:-5s;
}
.gobiz-pricing-head{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0 auto 30px;
  text-align:center;
}
.gobiz-pricing-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#eff6ff,#fdf2f8);
  border:1px solid color-mix(in srgb,var(--brand-primary,#8b5cf6) 24%,white);
  color:color-mix(in srgb,var(--brand-secondary,#6d28d9) 80%,#000);
  font-size:13px;
  font-weight:800;
  animation:gobizMainBenefitsBadgePulse 2.6s ease-in-out infinite;
}
.gobiz-pricing-blink{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--brand-primary,#8b5cf6);
  animation:gobizMainBenefitsBlink 1.15s ease-in-out infinite;
}
.gobiz-pricing-head h2{
  margin:18px 0 14px;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.08;
}
.gobiz-pricing-gradient{
  background:linear-gradient(90deg,var(--brand-secondary,#f97316),var(--brand-primary,#ec4899),#fbbf24,var(--brand-primary,#0ea5e9));
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gobizMainBenefitsGradient 5.5s linear infinite;
}
.gobiz-pricing-head p{
  margin:0 auto 18px;
  max-width:720px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.gobiz-pricing-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.gobiz-pricing-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-primary,#8b5cf6) 18%,white);
  font-size:12px;
  font-weight:800;
  color:color-mix(in srgb,var(--brand-secondary,#7c3aed) 75%,#000);
}
.gobiz-pricing-tag-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#eff6ff,#fdf2f8);
  color:var(--brand-primary,#7c3aed);
}
.gobiz-pricing-tag-icon .gb-svg{
  width:14px;
  height:14px;
}
.gobiz-pricing-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:20px;
  align-items:stretch;
}
.gobiz-pricing-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:26px 22px 22px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--plan-accent) 22%,white);
  background:linear-gradient(165deg,color-mix(in srgb,var(--plan-accent) 12%,white),#fff 58%);
  box-shadow:0 18px 42px rgba(20,33,61,.08);
  transition:transform .28s ease,box-shadow .28s ease;
  animation:gobizMainBenefitsGlow 4s ease-in-out infinite;
  animation-delay:var(--plan-delay,0s);
}
.gobiz-pricing-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 26px 54px color-mix(in srgb,var(--plan-accent) 22%,transparent);
}
.gobiz-pricing-card.is-featured{
  border-color:color-mix(in srgb,var(--plan-accent) 42%,white);
  box-shadow:0 24px 56px color-mix(in srgb,var(--plan-accent) 26%,transparent);
  transform:scale(1.02);
}
.gobiz-pricing-card.is-featured:hover{
  transform:translateY(-8px) scale(1.03);
}
.gobiz-pricing-featured-badge{
  position:absolute;
  top:0;
  right:0;
  padding:10px 14px;
  border-radius:0 24px 0 18px;
  background:linear-gradient(135deg,#fbbf24,#f97316);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  z-index:2;
}
.gobiz-pricing-glow{
  position:absolute;
  inset:auto -30px -30px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:color-mix(in srgb,var(--plan-accent) 30%,transparent);
  filter:blur(18px);
  pointer-events:none;
}
.gobiz-pricing-shine{
  position:absolute;
  inset:0 auto 0 -130%;
  width:52%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-18deg);
  animation:gobizMainBenefitsShine 5.5s ease-in-out infinite;
  animation-delay:var(--plan-delay,0s);
  pointer-events:none;
}
.gobiz-pricing-card-top{
  position:relative;
  z-index:1;
}
.gobiz-pricing-plan-tag{
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  background:color-mix(in srgb,var(--plan-accent) 14%,white);
  color:var(--plan-accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.gobiz-pricing-card h3{
  margin:12px 0 10px;
  font-size:24px;
  line-height:1.15;
  color:var(--text);
}
.gobiz-pricing-price{
  margin-bottom:18px;
}
.gobiz-pricing-price strong{
  display:block;
  font-size:clamp(34px,4vw,44px);
  line-height:1;
  letter-spacing:-.03em;
  color:var(--text);
}
.gobiz-pricing-price small{
  display:block;
  margin-top:6px;
  font-size:14px;
  font-weight:700;
  color:var(--muted);
}
.gobiz-pricing-features{
  position:relative;
  z-index:1;
  list-style:none;
  margin:0 0 20px;
  padding:0;
  display:grid;
  gap:10px;
  flex:1;
}
.gobiz-pricing-features li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  color:#334155;
}
.gobiz-pricing-tick{
  display:inline-grid;
  place-items:center;
  width:22px;
  height:22px;
  flex-shrink:0;
  border-radius:50%;
  background:color-mix(in srgb,var(--plan-accent) 16%,white);
  color:var(--plan-accent);
  font-size:12px;
  font-weight:900;
}
.gobiz-pricing-card-btn{
  position:relative;
  z-index:1;
  margin-top:auto;
  width:100%;
  min-height:52px;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  border:1px solid color-mix(in srgb,var(--plan-accent) 28%,#e2e8f0);
  background:#fff;
  color:var(--plan-accent);
  transition:transform .2s ease,box-shadow .2s ease;
}
.gobiz-pricing-card-btn--featured,
.gobiz-pricing-card-btn:hover{
  background:linear-gradient(135deg,var(--plan-accent),color-mix(in srgb,var(--plan-accent) 65%,#fff));
  color:#fff;
  border-color:transparent;
  box-shadow:0 14px 30px color-mix(in srgb,var(--plan-accent) 32%,transparent);
}
.gobiz-pricing-trust{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:26px 0 22px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--brand-secondary,#102fa8),var(--brand-primary,#6f2dff) 55%,color-mix(in srgb,var(--brand-primary,#e12091) 70%,#fff));
  color:#fff;
  text-align:center;
}
.gobiz-pricing-trust-item strong{
  display:block;
  font-size:28px;
  line-height:1.1;
}
.gobiz-pricing-trust-item span{
  font-size:13px;
  color:rgba(255,255,255,.86);
}
.gobiz-pricing-foot{
  position:relative;
  z-index:1;
  text-align:center;
}
.gobiz-pricing-foot p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:15px;
}
.gobiz-pricing-foot-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}
.gobiz-pricing-btn-primary,
.gobiz-pricing-btn-ghost{
  min-height:54px;
  padding:14px 22px;
  border-radius:16px;
  font-size:15px;
  font-weight:800;
}
.gobiz-pricing-btn-primary{
  background:linear-gradient(135deg,var(--brand-secondary,#0f4ca6),var(--brand-primary,#2563eb));
  color:#fff;
  box-shadow:0 16px 36px color-mix(in srgb,var(--brand-primary,#2563eb) 28%,transparent);
}
.gobiz-pricing-btn-ghost{
  background:#fff;
  color:var(--brand-primary,#2563eb);
  border:1px solid color-mix(in srgb,var(--brand-primary,#2563eb) 22%,#e2e8f0);
}
.gobiz-pricing-empty{
  position:relative;
  z-index:1;
  padding:40px 24px;
  border-radius:20px;
  border:1px dashed #cbd5e1;
  background:rgba(255,255,255,.8);
  text-align:center;
}
.gobiz-pricing-empty p{
  margin:0 0 16px;
  color:var(--muted);
}
@media (max-width:900px){
  .gobiz-pricing-premium{
    padding-bottom:68px;
  }
  .gobiz-pricing-shell{
    padding:26px 20px;
    border-radius:24px;
  }
  .gobiz-pricing-card.is-featured{
    transform:none;
  }
}
@media (max-width:640px){
  .gobiz-pricing-trust{
    grid-template-columns:1fr;
  }
  .gobiz-pricing-foot-actions{
    flex-direction:column;
  }
  .gobiz-pricing-btn-primary,
  .gobiz-pricing-btn-ghost{
    width:100%;
  }
}

/* Premium services page */
.gobiz-services-premium{
  padding:0 0 88px;
  background:linear-gradient(180deg,#f8fbff 0%,#fdf2f8 42%,#fff7ed 100%);
  overflow:hidden;
}
.page-hero--services{
  background:
    radial-gradient(circle at 12% 18%,rgba(124,58,237,.12),transparent 28%),
    radial-gradient(circle at 88% 12%,rgba(14,165,233,.10),transparent 24%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 80%);
}
.gobiz-services-shell{
  position:relative;
  padding:36px;
  border-radius:32px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f46e5) 14%,white);
  background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(248,250,255,.92));
  box-shadow:0 28px 70px color-mix(in srgb,var(--brand-primary,#4f46e5) 10%,transparent);
  overflow:hidden;
}
.gobiz-services-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.gobiz-services-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(42px);
  opacity:.46;
  animation:gobizMainBenefitsFloat 10s ease-in-out infinite;
}
.gobiz-services-orb-a{
  width:260px;
  height:260px;
  top:-70px;
  right:-40px;
  background:#a855f7;
}
.gobiz-services-orb-b{
  width:300px;
  height:300px;
  left:-80px;
  bottom:-90px;
  background:#38bdf8;
  animation-delay:-3s;
}
.gobiz-services-orb-c{
  width:220px;
  height:220px;
  right:28%;
  top:42%;
  background:#fbbf24;
  animation-delay:-6s;
}
.gobiz-services-head{
  position:relative;
  z-index:1;
  max-width:880px;
  margin:0 auto 30px;
  text-align:center;
}
.gobiz-services-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#eff6ff,#fdf2f8);
  border:1px solid color-mix(in srgb,var(--brand-primary,#8b5cf6) 22%,white);
  color:color-mix(in srgb,var(--brand-secondary,#6d28d9) 80%,#000);
  font-size:13px;
  font-weight:800;
  animation:gobizMainBenefitsBadgePulse 2.6s ease-in-out infinite;
}
.gobiz-services-blink{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--brand-primary,#8b5cf6);
  animation:gobizMainBenefitsBlink 1.15s ease-in-out infinite;
}
.gobiz-services-head h2{
  margin:18px 0 14px;
  font-size:clamp(30px,3.8vw,48px);
  line-height:1.08;
}
.gobiz-services-gradient{
  background:linear-gradient(90deg,var(--brand-secondary,#7c3aed),var(--brand-primary,#0ea5e9),#22c55e,#f97316);
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gobizMainBenefitsGradient 5.5s linear infinite;
}
.gobiz-services-head p{
  margin:0 auto 18px;
  max-width:760px;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.gobiz-services-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.gobiz-services-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-primary,#8b5cf6) 18%,white);
  font-size:12px;
  font-weight:800;
  color:color-mix(in srgb,var(--brand-secondary,#7c3aed) 75%,#000);
  box-shadow:0 10px 22px color-mix(in srgb,var(--brand-primary,#8b5cf6) 10%,transparent);
}
.gobiz-services-tag-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#eff6ff,#fdf2f8);
  color:var(--brand-primary,#7c3aed);
}
.gobiz-services-tag-icon .gb-svg{
  width:14px;
  height:14px;
}
.gobiz-services-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.gobiz-service-card{
  position:relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--service-accent) 24%,white);
  background:linear-gradient(165deg,color-mix(in srgb,var(--service-accent) 16%,white) 0%,#fff 62%);
  box-shadow:0 18px 42px rgba(20,33,61,.08);
  transition:transform .28s ease,box-shadow .28s ease;
}
.gobiz-service-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 26px 54px color-mix(in srgb,var(--service-accent) 24%,transparent);
}
.gobiz-service-glow{
  position:absolute;
  inset:auto -30px -30px auto;
  width:120px;
  height:120px;
  border-radius:50%;
  background:color-mix(in srgb,var(--service-accent) 30%,transparent);
  filter:blur(18px);
  opacity:.8;
  pointer-events:none;
}
.gobiz-service-shine{
  position:absolute;
  inset:0 auto 0 -130%;
  width:52%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.58),transparent);
  transform:skewX(-18deg);
  animation:gobizMainBenefitsShine 5.5s ease-in-out infinite;
  animation-delay:var(--service-delay,0s);
  pointer-events:none;
  z-index:2;
}
.gobiz-service-media{
  position:relative;
  aspect-ratio:16/10;
  overflow:hidden;
  background:color-mix(in srgb,var(--service-accent) 20%,#e2e8f0);
}
.gobiz-service-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.gobiz-service-card:hover .gobiz-service-media img{
  transform:scale(1.06);
}
.gobiz-service-media-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.55));
}
.gobiz-service-media-icon{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--service-accent),color-mix(in srgb,var(--service-accent) 60%,#fff));
  color:#fff;
  box-shadow:0 14px 30px color-mix(in srgb,var(--service-accent) 38%,transparent);
}
.gobiz-service-media-icon .gb-svg{
  width:26px;
  height:26px;
  stroke:#fff;
}
.gobiz-service-chip{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--service-accent);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.gobiz-service-body{
  position:relative;
  z-index:1;
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px 18px 18px;
}
.gobiz-service-body h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.25;
  color:var(--text);
}
.gobiz-service-body p{
  margin:0 0 16px;
  flex:1;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.gobiz-service-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
  color:var(--service-accent);
}
.gobiz-service-link:hover{
  gap:10px;
}
.gobiz-service-card--violet{--service-accent:#7c3aed}
.gobiz-service-card--blue{--service-accent:#0ea5e9}
.gobiz-service-card--green{--service-accent:#22c55e}
.gobiz-service-card--pink{--service-accent:#ec4899}
.gobiz-service-card--orange{--service-accent:#f97316}
.gobiz-service-card--teal{--service-accent:#14b8a6}
.gobiz-services-highlights{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:24px 0;
}
.gobiz-services-highlight{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px 16px;
  border-radius:20px;
  border:1px solid color-mix(in srgb,var(--service-accent) 20%,white);
  background:linear-gradient(135deg,color-mix(in srgb,var(--service-accent) 12%,white),#fff);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.gobiz-services-highlight-icon{
  display:inline-flex;
  width:48px;
  height:48px;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--service-accent),color-mix(in srgb,var(--service-accent) 65%,#fff));
  color:#fff;
}
.gobiz-services-highlight-icon .gb-svg{
  width:24px;
  height:24px;
  stroke:#fff;
}
.gobiz-services-highlight h4{
  margin:0 0 6px;
  font-size:17px;
  line-height:1.2;
}
.gobiz-services-highlight p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:var(--muted);
}
.gobiz-services-cta{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:24px 22px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f46e5) 14%,white);
  background:linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary,#0f4ca6) 92%,#000),color-mix(in srgb,var(--brand-primary,#2563eb) 88%,#fff));
  color:#fff;
  box-shadow:0 22px 50px color-mix(in srgb,var(--brand-primary,#2563eb) 22%,transparent);
}
.gobiz-services-cta-copy{
  flex:1;
  min-width:240px;
}
.gobiz-services-cta h3{
  margin:0 0 8px;
  font-size:clamp(22px,2.5vw,30px);
  line-height:1.15;
}
.gobiz-services-cta p{
  margin:0;
  max-width:560px;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.65;
}
.gobiz-services-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gobiz-services-btn-primary,
.gobiz-services-btn-ghost,
.gobiz-services-btn-whatsapp{
  min-height:50px;
  padding:13px 20px;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  border:1px solid transparent;
}
.gobiz-services-btn-primary{
  background:linear-gradient(135deg,#fff,#eef4ff);
  color:var(--brand-primary,#2563eb);
}
.gobiz-services-btn-ghost{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.28);
}
.gobiz-services-btn-whatsapp{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  color:#fff;
}
@media (max-width:1100px){
  .gobiz-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  .gobiz-services-premium{
    padding-bottom:68px;
  }
  .gobiz-services-shell{
    padding:26px 20px;
    border-radius:24px;
  }
  .gobiz-services-highlights{
    grid-template-columns:1fr;
  }
  .gobiz-services-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:640px){
  .gobiz-services-grid{
    grid-template-columns:1fr;
  }
  .gobiz-services-cta-actions{
    width:100%;
    flex-direction:column;
  }
  .gobiz-services-btn-primary,
  .gobiz-services-btn-ghost,
  .gobiz-services-btn-whatsapp{
    width:100%;
  }
}

/* Premium contact page */
.page-hero--contact{
  background:
    radial-gradient(circle at 14% 18%,rgba(79,124,255,.12),transparent 28%),
    radial-gradient(circle at 86% 14%,rgba(34,197,94,.10),transparent 24%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 80%);
}
.contact-detail-page,
.gobiz-contact-premium{
  padding:0 0 88px;
  background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 42%,#fdf4ff 100%);
  overflow:hidden;
}
.gobiz-contact-shell{
  position:relative;
  padding:34px;
  border-radius:32px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f7cff) 14%,white);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,250,255,.94));
  box-shadow:0 28px 70px color-mix(in srgb,var(--brand-primary,#4f7cff) 10%,transparent);
  overflow:hidden;
}
.gobiz-contact-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}
.gobiz-contact-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(42px);
  opacity:.44;
  animation:gobizMainBenefitsFloat 10s ease-in-out infinite;
}
.gobiz-contact-orb-a{
  width:260px;
  height:260px;
  top:-70px;
  right:-30px;
  background:#60a5fa;
}
.gobiz-contact-orb-b{
  width:280px;
  height:280px;
  left:-70px;
  bottom:-80px;
  background:#a78bfa;
  animation-delay:-3s;
}
.gobiz-contact-orb-c{
  width:220px;
  height:220px;
  right:24%;
  top:38%;
  background:#4ade80;
  animation-delay:-6s;
}
.gobiz-contact-metrics{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:22px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f7cff) 12%,white);
  background:linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary,#0f4ca6) 90%,#000),color-mix(in srgb,var(--brand-primary,#2563eb) 86%,#fff));
  box-shadow:0 16px 40px color-mix(in srgb,var(--brand-primary,#2563eb) 18%,transparent);
}
.gobiz-contact-metric{
  padding:16px 18px;
  text-align:center;
  color:#fff;
  border-right:1px solid rgba(255,255,255,.14);
}
.gobiz-contact-metric:last-child{
  border-right:0;
}
.gobiz-contact-metric strong{
  display:block;
  font-size:22px;
  font-weight:700;
  line-height:1.1;
  margin-bottom:4px;
}
.gobiz-contact-metric span{
  font-size:12px;
  font-weight:500;
  color:rgba(255,255,255,.84);
  letter-spacing:.02em;
}
.gobiz-contact-head{
  position:relative;
  z-index:1;
  max-width:860px;
  margin:0 auto 28px;
  text-align:center;
}
.gobiz-contact-badge,
.gobiz-contact-form-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(90deg,#eff6ff,#f0fdf4);
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f7cff) 22%,white);
  color:color-mix(in srgb,var(--brand-secondary,#1d4ed8) 80%,#000);
  font-size:13px;
  font-weight:600;
  animation:gobizMainBenefitsBadgePulse 2.6s ease-in-out infinite;
}
.gobiz-contact-blink{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--brand-primary,#4f7cff);
  animation:gobizMainBenefitsBlink 1.15s ease-in-out infinite;
}
.gobiz-contact-head h2{
  margin:16px 0 12px;
  font-size:clamp(30px,3.8vw,46px);
  line-height:1.08;
  font-weight:700;
}
.gobiz-contact-gradient{
  background:linear-gradient(90deg,var(--brand-secondary,#2563eb),var(--brand-primary,#7c3aed),#22c55e,#0ea5e9);
  background-size:220% auto;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  animation:gobizMainBenefitsGradient 5.5s linear infinite;
}
.gobiz-contact-head p{
  margin:0 auto 16px;
  max-width:720px;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
  font-weight:400;
}
.gobiz-contact-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.gobiz-contact-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f7cff) 16%,white);
  font-size:12px;
  font-weight:600;
  color:color-mix(in srgb,var(--brand-secondary,#1e40af) 75%,#000);
  box-shadow:0 8px 20px color-mix(in srgb,var(--brand-primary,#4f7cff) 8%,transparent);
}
.gobiz-contact-tag-icon{
  display:inline-flex;
  width:26px;
  height:26px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#eff6ff,#f0fdf4);
  color:var(--brand-primary,#4f7cff);
}
.gobiz-contact-tag-icon .gb-svg{
  width:14px;
  height:14px;
}
.gobiz-contact-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:20px;
  align-items:start;
}
.gobiz-contact-channels{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.gobiz-contact-channel{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:100%;
  padding:18px 16px 16px;
  border-radius:22px;
  border:1px solid color-mix(in srgb,var(--channel-accent) 24%,white);
  background:linear-gradient(165deg,color-mix(in srgb,var(--channel-accent) 14%,white) 0%,#fff 68%);
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  text-decoration:none;
  color:inherit;
  overflow:hidden;
  transition:transform .26s ease,box-shadow .26s ease;
}
.gobiz-contact-channel:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 48px color-mix(in srgb,var(--channel-accent) 22%,transparent);
}
.gobiz-contact-channel-glow{
  position:absolute;
  inset:auto -24px -24px auto;
  width:110px;
  height:110px;
  border-radius:50%;
  background:color-mix(in srgb,var(--channel-accent) 32%,transparent);
  filter:blur(16px);
  pointer-events:none;
}
.gobiz-contact-channel-shine{
  position:absolute;
  inset:0 auto 0 -130%;
  width:52%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);
  transform:skewX(-18deg);
  animation:gobizMainBenefitsShine 5.5s ease-in-out infinite;
  animation-delay:var(--channel-delay,0s);
  pointer-events:none;
}
.gobiz-contact-channel-chip{
  display:inline-flex;
  width:fit-content;
  padding:5px 10px;
  border-radius:999px;
  background:color-mix(in srgb,var(--channel-accent) 12%,white);
  color:color-mix(in srgb,var(--channel-accent) 78%,#111827);
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.gobiz-contact-channel-icon{
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,var(--channel-accent),color-mix(in srgb,var(--channel-accent) 68%,#fff));
  color:#fff;
  box-shadow:0 10px 22px color-mix(in srgb,var(--channel-accent) 28%,transparent);
}
.gobiz-contact-channel-icon .gb-svg{
  width:22px;
  height:22px;
  stroke:#fff;
}
.gobiz-contact-channel-body h3{
  margin:0 0 6px;
  font-size:17px;
  font-weight:600;
  line-height:1.25;
  color:var(--text);
}
.gobiz-contact-channel-body p{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.6;
  color:var(--muted);
  font-weight:400;
}
.gobiz-contact-channel-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
  color:var(--channel-accent);
}
.gobiz-contact-form-card{
  position:relative;
  padding:22px 20px 20px;
  border-radius:24px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f7cff) 16%,white);
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  box-shadow:0 18px 44px rgba(15,23,42,.08);
  overflow:hidden;
}
.gobiz-contact-form-glow{
  position:absolute;
  top:-40px;
  right:-40px;
  width:160px;
  height:160px;
  border-radius:50%;
  background:color-mix(in srgb,var(--brand-primary,#4f7cff) 22%,transparent);
  filter:blur(24px);
  pointer-events:none;
}
.gobiz-contact-form-head{
  position:relative;
  z-index:1;
  margin-bottom:16px;
}
.gobiz-contact-form-head h3{
  margin:10px 0 8px;
  font-size:22px;
  font-weight:600;
  line-height:1.2;
}
.gobiz-contact-form-head p{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:var(--muted);
  font-weight:400;
}
.gobiz-contact-form{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.gobiz-contact-field{
  display:grid;
  gap:6px;
}
.gobiz-contact-field--full{
  grid-column:1 / -1;
}
.gobiz-contact-field-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:600;
  color:#4b5d7a;
}
.gobiz-contact-field-label .tiny-svg{
  color:var(--brand-primary,#4f7cff);
}
.gobiz-contact-input,
.gobiz-contact-textarea,
.gobiz-contact-select{
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid #dfe7fb;
  background:#fff;
  font:inherit;
  font-size:14px;
  font-weight:400;
  color:var(--text);
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.gobiz-contact-input:focus,
.gobiz-contact-textarea:focus,
.gobiz-contact-select:focus{
  border-color:color-mix(in srgb,var(--brand-primary,#4f7cff) 50%,white);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary,#4f7cff) 12%,transparent);
}
.gobiz-contact-textarea{
  min-height:120px;
  resize:vertical;
}
.gobiz-contact-submit{
  grid-column:1 / -1;
  width:100%;
  min-height:52px;
  margin-top:4px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,var(--brand-primary,#4f7cff),color-mix(in srgb,var(--brand-secondary,#2563eb) 85%,#fff));
  color:#fff;
  font-size:15px;
  font-weight:600;
  box-shadow:0 14px 32px color-mix(in srgb,var(--brand-primary,#4f7cff) 28%,transparent);
}
.gobiz-contact-submit:hover{
  transform:translateY(-2px);
}
.gobiz-contact-form-note{
  grid-column:1 / -1;
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:var(--muted);
  text-align:center;
}
.gobiz-contact-form-note a{
  color:var(--brand-primary,#2563eb);
  font-weight:600;
}
.gobiz-contact-highlights{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:22px 0 0;
}
.gobiz-contact-highlight{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border-radius:18px;
  border:1px solid color-mix(in srgb,var(--channel-accent) 20%,white);
  background:linear-gradient(135deg,color-mix(in srgb,var(--channel-accent) 10%,white),#fff);
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.gobiz-contact-highlight-icon{
  display:inline-flex;
  width:44px;
  height:44px;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:linear-gradient(135deg,var(--channel-accent),color-mix(in srgb,var(--channel-accent) 65%,#fff));
  color:#fff;
}
.gobiz-contact-highlight-icon .gb-svg{
  width:22px;
  height:22px;
  stroke:#fff;
}
.gobiz-contact-highlight h4{
  margin:0 0 5px;
  font-size:16px;
  font-weight:600;
}
.gobiz-contact-highlight p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:var(--muted);
  font-weight:400;
}
.gobiz-contact-quick{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:20px;
  padding:20px 18px;
  border-radius:22px;
  border:1px solid color-mix(in srgb,var(--brand-primary,#4f7cff) 12%,white);
  background:linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary,#0f4ca6) 92%,#000),color-mix(in srgb,var(--brand-primary,#2563eb) 88%,#fff));
  color:#fff;
  box-shadow:0 18px 44px color-mix(in srgb,var(--brand-primary,#2563eb) 20%,transparent);
}
.gobiz-contact-quick h3{
  margin:0 0 6px;
  font-size:clamp(20px,2.4vw,26px);
  font-weight:600;
}
.gobiz-contact-quick p{
  margin:0;
  max-width:520px;
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.86);
  font-weight:400;
}
.gobiz-contact-quick-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gobiz-contact-btn-primary,
.gobiz-contact-btn-ghost{
  min-height:48px;
  padding:12px 18px;
  border-radius:12px;
  font-size:14px;
  font-weight:600;
  border:1px solid transparent;
}
.gobiz-contact-btn-primary{
  background:linear-gradient(135deg,#fff,#eef4ff);
  color:var(--brand-primary,#2563eb);
}
.gobiz-contact-btn-ghost{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.26);
}
@media (max-width:1100px){
  .gobiz-contact-layout{
    grid-template-columns:1fr;
  }
  .gobiz-contact-channels{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:900px){
  .gobiz-contact-premium{
    padding-bottom:68px;
  }
  .gobiz-contact-shell{
    padding:24px 18px;
    border-radius:24px;
  }
  .gobiz-contact-highlights{
    grid-template-columns:1fr;
  }
  .gobiz-contact-quick{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:640px){
  .gobiz-contact-metrics{
    grid-template-columns:1fr;
  }
  .gobiz-contact-metric{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  .gobiz-contact-metric:last-child{
    border-bottom:0;
  }
  .gobiz-contact-channels,
  .gobiz-contact-form{
    grid-template-columns:1fr;
  }
  .gobiz-contact-quick-actions{
    width:100%;
    flex-direction:column;
  }
  .gobiz-contact-btn-primary,
  .gobiz-contact-btn-ghost{
    width:100%;
    justify-content:center;
  }
}

@media (prefers-reduced-motion:reduce){
  .gobiz-main-benefits-orb,
  .gobiz-main-benefits-badge,
  .gobiz-main-benefits-blink,
  .gobiz-main-benefits-gradient,
  .gobiz-main-benefits-tag,
  .gobiz-main-benefit-glow,
  .gobiz-main-benefit-shine,
  .gobiz-main-benefit-icon,
  .gobiz-contact-orb,
  .gobiz-contact-badge,
  .gobiz-contact-blink,
  .gobiz-contact-gradient,
  .gobiz-contact-channel-shine{
    animation:none !important;
  }
}

/* Final source hero full-width animated container */
.gobiz-source-hero{
  padding:0 !important;
  overflow:hidden;
}
.gobiz-source-hero .container.hero-grid{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:46px clamp(18px,4vw,70px) !important;
  display:grid !important;
  grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr) !important;
  gap:44px !important;
  align-items:center !important;
  overflow:hidden !important;
  border-radius:0 !important;
  border:0 !important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,255,255,.42)),
    radial-gradient(circle at 10% 8%,rgba(139,92,246,.36),transparent 30%),
    radial-gradient(circle at 88% 18%,rgba(6,182,212,.32),transparent 30%),
    radial-gradient(circle at 52% 104%,rgba(34,197,94,.28),transparent 36%),
    linear-gradient(180deg,#f6faff 0%,#ffffff 100%) !important;
  box-shadow:inset 0 -1px 0 rgba(79,124,255,.14), 0 30px 90px rgba(87,65,178,.14) !important;
}
.gobiz-source-hero .container.hero-grid::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:0 !important;
  padding:0 !important;
  background:linear-gradient(120deg,#8b5cf6,#06b6d4,#22c55e,#f97316,#ec4899,#8b5cf6) !important;
  background-size:300% 300% !important;
  opacity:.16 !important;
  -webkit-mask:none !important;
  mask:none !important;
  pointer-events:none !important;
  animation:gobizHeroColorBorder 5s linear infinite !important;
  z-index:0 !important;
}
.gobiz-source-hero .container.hero-grid::after{
  content:"" !important;
  position:absolute !important;
  inset:-42% !important;
  background:conic-gradient(from 0deg,transparent 0 12%,rgba(139,92,246,.26),transparent 30%,rgba(6,182,212,.24),transparent 52%,rgba(34,197,94,.2),transparent 74%,rgba(236,72,153,.22),transparent) !important;
  opacity:.7 !important;
  pointer-events:none !important;
  animation:gobizHeroTextAura 10s linear infinite !important;
  z-index:0 !important;
}
.gobiz-source-hero .container.hero-grid > *{
  position:relative !important;
  z-index:1 !important;
}
.gobiz-source-hero .hero-copy{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.gobiz-source-hero .hero-copy h1{
  color:transparent !important;
  background:linear-gradient(90deg,#070b34,#4f46e5,#0ea5e9,#10b981,#ec4899,#070b34) !important;
  background-size:260% auto !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  animation:gobizHeroHeadingRun 4.8s linear infinite, gobizHeroHeadingBlink 2.2s ease-in-out infinite !important;
}
.gobiz-source-hero .hero-copy .badge{
  background:linear-gradient(90deg,#eef4ff,#f5f3ff,#ecfeff,#f0fdf4,#fff7ed) !important;
  background-size:260% 100% !important;
  animation:gobizHeroBadgeBlink 1.6s ease-in-out infinite, gobizHeroTextFlow 5s linear infinite !important;
}
@media (max-width:900px){
  .gobiz-source-hero .container.hero-grid{
    grid-template-columns:1fr !important;
    padding:34px 18px !important;
  }
}

/* Premium bottom CTA */
.cta{
  padding:34px 0 104px !important;
  background:
    radial-gradient(circle at 14% 34%,rgba(79,124,255,.10),transparent 24%),
    radial-gradient(circle at 88% 8%,rgba(34,197,94,.10),transparent 20%),
    linear-gradient(180deg,#ffffff 0%,#f6faff 100%);
}
.cta .container{
  width:min(1280px,calc(100% - 32px)) !important;
}
.cta-box{
  position:relative !important;
  isolation:isolate;
  overflow:hidden !important;
  padding:clamp(38px,5vw,72px) clamp(28px,5vw,72px) !important;
  border-radius:34px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  background:
    linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary,#0b40b4) 94%,#000),color-mix(in srgb,var(--brand-primary,#225bcc) 90%,#fff) 48%,color-mix(in srgb,var(--brand-primary,#0ea5e9) 82%,#fff)),
    radial-gradient(circle at 18% 86%,color-mix(in srgb,var(--brand-primary,#22c55e) 28%,transparent),transparent 34%) !important;
  box-shadow:
    0 36px 90px color-mix(in srgb,var(--brand-primary,#0f4288) 24%,transparent),
    0 18px 42px color-mix(in srgb,var(--brand-secondary,#0f4288) 16%,transparent),
    inset 0 1px 0 rgba(255,255,255,.3) !important;
}
.cta-box::before{
  content:"" !important;
  position:absolute !important;
  inset:-2px !important;
  width:auto !important;
  height:auto !important;
  border:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(120deg,var(--brand-secondary,#8b5cf6),var(--brand-primary,#06b6d4),color-mix(in srgb,var(--brand-primary,#22c55e) 70%,#fff),color-mix(in srgb,var(--brand-primary,#f97316) 65%,#fff),color-mix(in srgb,var(--brand-primary,#ec4899) 60%,#fff),var(--brand-secondary,#8b5cf6)) !important;
  background-size:300% 300% !important;
  opacity:.38 !important;
  z-index:-2 !important;
  animation:gobizCtaBorderFlow 6s linear infinite;
}
.cta-box::after{
  content:"" !important;
  position:absolute !important;
  inset:1px !important;
  width:auto !important;
  height:auto !important;
  border-radius:33px !important;
  background:
    radial-gradient(circle at 8% 104%,rgba(255,255,255,.16),transparent 26%),
    radial-gradient(circle at 94% 10%,rgba(255,255,255,.13),transparent 28%),
    linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary,#0d4abc) 86%,transparent),color-mix(in srgb,var(--brand-primary,#1f60cf) 76%,transparent),color-mix(in srgb,var(--brand-primary,#0ea5e9) 64%,transparent)) !important;
  z-index:-1 !important;
}
.cta-box h2{
  max-width:1000px;
  margin:0 0 18px !important;
  color:#fff !important;
  font-size:clamp(40px,5.5vw,74px) !important;
  font-weight:900 !important;
  line-height:1.04 !important;
  letter-spacing:0 !important;
  text-shadow:0 18px 40px rgba(3,17,54,.20);
}
.cta-box p{
  max-width:760px !important;
  margin:0 0 30px !important;
  color:rgba(255,255,255,.88) !important;
  font-size:clamp(16px,1.4vw,21px) !important;
  line-height:1.75 !important;
}
.cta-box .hero-actions{
  gap:16px !important;
}
.cta-box .btn{
  min-height:58px !important;
  padding:15px 26px !important;
  border-radius:16px !important;
  font-size:16px !important;
  box-shadow:0 16px 36px rgba(3,17,54,.18) !important;
}
.cta-whatsapp-btn{
  background:linear-gradient(135deg,#ffffff,#eef4ff) !important;
  color:var(--brand-primary,#0f4cc9) !important;
  border-color:rgba(255,255,255,.82) !important;
}
.cta-pricing-btn{
  background:rgba(255,255,255,.14) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.34) !important;
  backdrop-filter:blur(10px);
}
.cta-whatsapp-btn:hover,
.cta-pricing-btn:hover{
  transform:translateY(-3px) scale(1.02) !important;
}
@keyframes gobizCtaBorderFlow{
  0%{background-position:0% 50%}
  100%{background-position:300% 50%}
}
@media (max-width:640px){
  .cta .container{width:min(1280px,calc(100% - 22px)) !important}
  .cta-box{border-radius:24px !important}
  .cta-box::after{border-radius:23px !important}
  .cta-box h2{font-size:36px !important}
}

/* Industry project pages — premium (homepage style) */
.gobiz-project-premium,
.gobiz-projects-hub-premium{
  position:relative;
  overflow:hidden;
  padding:88px 0 92px;
  background:
    radial-gradient(circle at 10% 14%, color-mix(in srgb, var(--project-accent, #4f7cff) 12%, transparent) 0, transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(14,165,233,.10) 0, transparent 22%),
    linear-gradient(180deg,#f6f9ff 0%, #eef5ff 100%) !important;
}
.gobiz-project-shell,
.gobiz-projects-hub-shell{
  position:relative;
  z-index:1;
  padding:38px;
  border-radius:34px;
  border:1px solid color-mix(in srgb, var(--project-accent, #4f7cff) 18%, white);
  background:linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,250,255,.94));
  box-shadow:0 34px 80px color-mix(in srgb, var(--project-accent, #2563eb) 14%, transparent);
}
.gobiz-project-bg,
.gobiz-projects-hub-bg{
  position:absolute;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  border-radius:inherit;
}
.gobiz-project-orb,
.gobiz-projects-hub-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(2px);
}
.gobiz-project-orb-a,
.gobiz-projects-hub-orb-a{
  width:280px;
  height:280px;
  left:-90px;
  top:40px;
  background:color-mix(in srgb, var(--project-accent, #4f7cff) 16%, white);
}
.gobiz-project-orb-b,
.gobiz-projects-hub-orb-b{
  width:220px;
  height:220px;
  right:-70px;
  top:120px;
  background:rgba(14,165,233,.12);
}
.gobiz-project-orb-c{
  width:180px;
  height:180px;
  right:18%;
  bottom:40px;
  background:color-mix(in srgb, var(--project-secondary, #0ea5e9) 14%, white);
}
.gobiz-project-badge,
.gobiz-projects-hub-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  background:#eef3ff;
  border:1px solid #d9e5ff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--primary-dark);
}
.gobiz-project-blink,
.gobiz-projects-hub-blink{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--project-accent, #4f7cff);
  box-shadow:0 0 0 6px color-mix(in srgb, var(--project-accent, #4f7cff) 24%, transparent);
}
.gobiz-project-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:28px;
  align-items:center;
  margin-bottom:28px;
}
.gobiz-project-hero--dual{
  grid-template-columns:minmax(0,1fr) minmax(340px,1.1fr);
}
.gobiz-project-hero-visual--dual{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.gobiz-project-phone-duo{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:end;
}
.gobiz-project-phone-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px 14px 16px;
  border-radius:24px;
  border:1px solid color-mix(in srgb, var(--slide-accent, var(--project-accent,#dc2626)) 18%, white);
  background:linear-gradient(180deg,#fff 0%,#fff8f6 100%);
  box-shadow:0 18px 40px rgba(20,33,61,.10);
}
.gobiz-project-phone-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.gobiz-project-phone-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  min-height:34px;
  border-radius:12px;
  background:color-mix(in srgb, var(--slide-accent, #dc2626) 12%, white);
  color:var(--slide-accent,#dc2626);
  font-size:12px;
  font-weight:800;
}
.gobiz-project-phone-pill{
  padding:6px 10px;
  border-radius:999px;
  background:#fff5f5;
  border:1px solid #fecaca;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#b91c1c;
}
.gobiz-project-phone-meta h3{
  margin:0 0 4px;
  font-size:16px;
  line-height:1.2;
}
.gobiz-project-phone-meta p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
  line-height:1.45;
}
.gobiz-project-premium .gobiz-project-phone--app,
.gobiz-project-premium .gobiz-project-wa-phone .wa-store-phone-frame{
  width:100%;
  max-width:220px;
  margin:0 auto;
}
.gobiz-project-premium .gobiz-project-phone-screen--app,
.gobiz-project-premium .gobiz-project-phone--app .wa-store-phone-screen,
.gobiz-project-premium .gobiz-project-wa-phone .wa-store-phone-screen{
  aspect-ratio:9 / 19.5;
  min-height:0 !important;
  height:auto;
  background:linear-gradient(180deg,#0f172a 0%,#111827 100%);
}
.gobiz-project-premium .gobiz-project-phone-screen--app img,
.gobiz-project-premium .gobiz-project-phone--app .wa-store-phone-screen img,
.gobiz-project-premium .gobiz-project-wa-phone .wa-store-phone-screen img{
  width:100%;
  height:100%;
  min-height:0 !important;
  object-fit:contain;
  object-position:top center;
  background:#fff;
}
.gobiz-project-phone-screen--photo,
.gobiz-project-phone-screen--photo img{
  background:#0f172a;
}
.gobiz-project-phone-screen--photo img{
  object-fit:cover;
  object-position:center;
}
.gobiz-project-menu-showcase--pink{
  background:linear-gradient(180deg,#fdf2f8 0%,#fff 100%);
  border-color:#f9a8d4;
}
.gobiz-project-menu-showcase--pink .gobiz-project-menu-card{
  border-color:#fbcfe8;
  box-shadow:0 10px 24px rgba(192,38,211,.08);
}
.gobiz-project-gallery{
  margin-bottom:28px;
}
.gobiz-project-gallery-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.gobiz-project-gallery-card{
  margin:0;
}
.gobiz-project-gallery-frame{
  aspect-ratio:9 / 16;
  border-radius:22px;
  overflow:hidden;
  border:1px solid #f9a8d4;
  box-shadow:0 16px 36px rgba(192,38,211,.12);
  background:#0f172a;
}
.gobiz-project-gallery-frame img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.gobiz-project-gallery-card figcaption{
  margin-top:10px;
  text-align:center;
  font-size:13px;
  font-weight:700;
  color:var(--primary-dark);
}
.gobiz-project-hero-copy h1{
  margin:16px 0 14px;
  font-size:clamp(32px,4vw,52px);
  line-height:1.05;
  letter-spacing:-1.5px;
  color:var(--primary-dark);
}
.gobiz-project-hero-copy p{
  margin:0 0 20px;
  max-width:620px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
}
.gobiz-project-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:18px;
}
.gobiz-project-wa-btn{border-color:#bbf7d0;background:#f0fdf4}
.gobiz-project-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gobiz-project-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
  color:var(--primary-dark);
}
.gobiz-project-chip svg{width:16px;height:16px;color:var(--project-accent,#4f7cff)}
.gobiz-project-hero-visual{
  position:relative;
  display:grid;
  gap:16px;
}
.gobiz-project-hero-card{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  min-height:220px;
  box-shadow:0 22px 50px rgba(15,23,42,.14);
}
.gobiz-project-hero-card img{
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
}
.gobiz-project-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 35%, rgba(15,23,42,.55) 100%);
}
.gobiz-project-hero-pill{
  position:absolute;
  left:16px;
  bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  font-size:13px;
  font-weight:800;
  color:var(--primary-dark);
}
.gobiz-project-phone-stack{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.gobiz-project-phone{
  width:min(100%,280px);
  transform:translateY(-8px);
}
.gobiz-project-phone-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
  color:var(--primary-dark);
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.gobiz-project-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:32px;
}
.gobiz-project-metric{
  padding:22px 20px;
  border-radius:22px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--project-accent, #4f7cff) 14%, white);
  box-shadow:0 14px 34px rgba(15,66,136,.08);
}
.gobiz-project-metric strong{
  display:block;
  margin-bottom:6px;
  font-size:28px;
  color:var(--primary-dark);
}
.gobiz-project-metric span{color:var(--muted);font-size:14px;font-weight:600}
.gobiz-project-head,
.gobiz-projects-hub-head{
  margin:0 auto 26px;
  text-align:center;
  max-width:760px;
}
.gobiz-project-head h2,
.gobiz-projects-hub-head h2{margin:12px 0}
.gobiz-project-gradient,
.gobiz-projects-hub-gradient{
  background:linear-gradient(90deg,var(--project-accent,#4f7cff),var(--project-secondary,#0ea5e9));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.gobiz-project-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-bottom:28px;
}
.gobiz-project-feature-grid--wide{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.gobiz-project-highlights{
  margin-bottom:28px;
}
.gobiz-project-highlight-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.gobiz-project-highlight-card{
  padding:20px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--project-accent,#dc2626) 14%, white);
  box-shadow:0 14px 32px rgba(20,33,61,.08);
}
.gobiz-project-highlight-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-bottom:12px;
  border-radius:14px;
  background:color-mix(in srgb, var(--project-accent,#dc2626) 12%, white);
  color:var(--project-accent,#dc2626);
}
.gobiz-project-highlight-icon svg{width:22px;height:22px}
.gobiz-project-highlight-card h3{margin:0 0 8px;font-size:17px}
.gobiz-project-highlight-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.gobiz-project-menu-showcase{
  margin-bottom:28px;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(180deg,#fff7ed 0%,#fff 100%);
  border:1px solid #fed7aa;
}
.gobiz-project-menu-showcase--blue{
  background:linear-gradient(180deg,#eff6ff 0%,#fff 100%);
  border-color:#bfdbfe;
}
.gobiz-project-menu-showcase--blue .gobiz-project-menu-card{
  border-color:#dbeafe;
  box-shadow:0 10px 24px rgba(14,165,233,.08);
}
.gobiz-project-menu-showcase--green{
  background:linear-gradient(180deg,#ecfdf5 0%,#fff 100%);
  border-color:#a7f3d0;
}
.gobiz-project-menu-showcase--green .gobiz-project-menu-card{
  border-color:#bbf7d0;
  box-shadow:0 10px 24px rgba(5,150,105,.08);
}
.gobiz-project-phone-card .gobiz-project-phone-pill--green{
  background:#ecfdf5;
  border-color:#a7f3d0;
  color:#047857;
}
.gobiz-project-phone-card .gobiz-project-phone-pill--blue{
  background:#eff6ff;
  border-color:#bfdbfe;
  color:#0369a1;
}
.gobiz-project-menu-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gobiz-project-menu-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px;
  border-radius:16px;
  background:#fff;
  border:1px solid #ffedd5;
  box-shadow:0 10px 24px rgba(249,115,22,.08);
}
.gobiz-project-menu-card strong{
  font-size:15px;
  color:var(--primary-dark);
}
.gobiz-project-menu-card span{
  color:var(--muted);
  font-size:13px;
  font-weight:600;
  line-height:1.45;
}
.gobiz-project-wa-demo-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.gobiz-project-feature-card{
  position:relative;
  padding:22px 20px;
  border-radius:22px;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--project-accent, #4f7cff) 16%, white);
  box-shadow:0 16px 36px rgba(20,33,61,.08);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
  animation-delay:var(--project-delay,0s);
}
.gobiz-project-feature-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 44px rgba(20,33,61,.12);
}
.gobiz-project-feature-glow{
  position:absolute;
  right:-30px;
  top:-30px;
  width:100px;
  height:100px;
  border-radius:50%;
  background:color-mix(in srgb, var(--project-accent, #4f7cff) 10%, white);
}
.gobiz-project-feature-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:14px;
  border-radius:14px;
  background:color-mix(in srgb, var(--project-accent, #4f7cff) 12%, white);
  color:var(--project-accent,#4f7cff);
}
.gobiz-project-feature-icon svg{width:22px;height:22px}
.gobiz-project-feature-card h3{margin:0 0 8px;font-size:18px}
.gobiz-project-feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.gobiz-project-wa-block{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);
  gap:24px;
  align-items:center;
  margin-bottom:28px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(135deg,var(--project-accent,#1546b0),var(--project-secondary,#0ea5e9));
  color:#fff;
  box-shadow:0 24px 50px color-mix(in srgb, var(--project-accent, #2563eb) 28%, transparent);
}
.gobiz-project-wa-copy h3{
  margin:12px 0 10px;
  font-size:clamp(24px,2.6vw,34px);
  color:#fff;
}
.gobiz-project-wa-copy p{
  margin:0 0 16px;
  max-width:520px;
  color:rgba(255,255,255,.9);
}
.gobiz-project-wa-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.gobiz-project-wa-label svg{width:18px;height:18px}
.gobiz-project-wa-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:800;
}
.gobiz-project-wa-phone{
  position:relative;
  display:flex;
  justify-content:center;
}
.gobiz-project-wa-phone .wa-store-phone-frame{width:min(100%,260px)}
.gobiz-project-wa-float{
  position:absolute;
  padding:8px 12px;
  border-radius:12px;
  background:#fff;
  color:var(--primary-dark);
  font-size:12px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(15,23,42,.16);
}
.gobiz-project-wa-float-a{left:0;top:18%}
.gobiz-project-wa-float-b{right:0;bottom:12%}
.gobiz-project-benefits{margin-bottom:28px}
.gobiz-project-benefits-head{margin-bottom:18px;text-align:center}
.gobiz-project-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.gobiz-project-benefit-card{
  padding:20px 18px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(20,33,61,.06);
}
.gobiz-project-benefit-card h3{margin:0 0 8px;font-size:17px}
.gobiz-project-benefit-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.gobiz-project-siblings{margin-bottom:24px}
.gobiz-project-sibling-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.gobiz-project-sibling-card{
  display:flex;
  gap:14px;
  padding:18px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(20,33,61,.06);
  transition:transform .22s ease, box-shadow .22s ease;
}
.gobiz-project-sibling-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(20,33,61,.10);
}
.gobiz-project-sibling-icon{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:#eef3ff;
  color:var(--primary);
}
.gobiz-project-sibling-card h3{margin:0 0 6px;font-size:16px}
.gobiz-project-sibling-card p{margin:0 0 8px;color:var(--muted);font-size:13px;line-height:1.5}
.gobiz-project-sibling-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:800;
  color:var(--primary);
}
.gobiz-project-cta{
  text-align:center;
  padding:32px 28px;
  border-radius:26px;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  border:1px solid color-mix(in srgb, var(--project-accent, #4f7cff) 14%, white);
}
.gobiz-project-cta h2{margin:0 0 10px}
.gobiz-project-cta p{margin:0 auto 20px;max-width:620px;color:var(--muted)}
.gobiz-project-cta .gobiz-project-actions{justify-content:center;margin-bottom:0}
.gobiz-projects-hub-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:16px;
}
.gobiz-projects-hub-tag{
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  font-weight:700;
  color:var(--primary-dark);
}
.gobiz-projects-hub-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.gobiz-projects-hub-card{
  position:relative;
  display:flex;
  flex-direction:column;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid color-mix(in srgb, var(--hub-accent, #4f7cff) 18%, white);
  box-shadow:0 18px 40px rgba(20,33,61,.08);
  transition:transform .25s ease, box-shadow .25s ease;
  animation-delay:var(--hub-delay,0s);
}
.gobiz-projects-hub-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(20,33,61,.12);
}
.gobiz-projects-hub-glow{
  position:absolute;
  right:-24px;
  top:-24px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:color-mix(in srgb, var(--hub-accent, #4f7cff) 12%, white);
}
.gobiz-projects-hub-media{
  position:relative;
  min-height:180px;
  overflow:hidden;
}
.gobiz-projects-hub-media img{
  display:block;
  width:100%;
  height:180px;
  object-fit:cover;
}
.gobiz-projects-hub-media-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 40%, rgba(15,23,42,.45) 100%);
}
.gobiz-projects-hub-chip{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.gobiz-projects-hub-body{padding:20px 20px 22px}
.gobiz-projects-hub-icon{
  display:inline-flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  border-radius:12px;
  background:color-mix(in srgb, var(--hub-accent, #4f7cff) 12%, white);
  color:var(--hub-accent,#4f7cff);
}
.gobiz-projects-hub-body h3{margin:0 0 8px;font-size:18px;line-height:1.25}
.gobiz-projects-hub-body p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.55}
.gobiz-projects-hub-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:800;
  color:var(--hub-accent,var(--primary));
}
@media (max-width:1100px){
  .gobiz-project-hero,
  .gobiz-project-hero--dual,
  .gobiz-project-wa-block{grid-template-columns:1fr}
  .gobiz-project-feature-grid,
  .gobiz-project-feature-grid--wide,
  .gobiz-project-benefit-grid,
  .gobiz-project-highlight-grid,
  .gobiz-project-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gobiz-project-sibling-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .gobiz-project-shell,
  .gobiz-projects-hub-shell{padding:28px 22px;border-radius:26px}
  .gobiz-project-metrics{grid-template-columns:1fr}
  .gobiz-projects-hub-grid{grid-template-columns:1fr}
  .gobiz-project-phone-duo{grid-template-columns:1fr;max-width:320px;margin:0 auto}
}
@media (max-width:640px){
  .gobiz-project-feature-grid,
  .gobiz-project-feature-grid--wide,
  .gobiz-project-benefit-grid,
  .gobiz-project-highlight-grid,
  .gobiz-project-menu-grid,
  .gobiz-project-sibling-grid,
  .gobiz-project-gallery-grid{grid-template-columns:1fr 1fr}
  .gobiz-project-actions{flex-direction:column}
  .gobiz-project-actions .btn{width:100%}
  .gobiz-project-premium .gobiz-project-phone--app,
  .gobiz-project-premium .gobiz-project-wa-phone .wa-store-phone-frame{max-width:260px}
}

/* Performance layer: keep the same premium visuals while making scroll light */
.wa-store-showcase-premium,
.gobiz-builder-premium,
.gobiz-main-benefits-premium,
.gobiz-trial-offers-premium,
.gobiz-pricing-premium,
.gobiz-services-premium,
.gobiz-project-premium,
.gobiz-projects-hub-premium,
.gobiz-admin-theme-categories-section,
.offers-top-space,
.cta{
  content-visibility:auto;
  contain-intrinsic-size:auto 900px;
}
.wa-store-shell,
.gobiz-builder-premium-shell,
.gobiz-main-benefits-shell,
.gobiz-trial-offers-shell,
.gobiz-pricing-shell,
.gobiz-services-shell,
.gobiz-project-shell,
.gobiz-projects-hub-shell,
.gobiz-admin-theme-shell,
.gobiz-website-theme-shell,
.cta-box,
.promo-window{
  contain:layout paint style;
}
.wa-store-slider-track,
.gobiz-admin-theme-preview-grid{
  will-change:transform;
}
.is-offscreen,
.is-offscreen *,
.is-offscreen::before,
.is-offscreen::after,
.is-offscreen *::before,
.is-offscreen *::after,
html.is-scrolling *,
html.is-scrolling *::before,
html.is-scrolling *::after{
  animation-play-state:paused !important;
}
html.is-scrolling .site-header,
html.is-scrolling .gobiz-template-card .hero-window,
html.is-scrolling .gobiz-builder-premium-head,
html.is-scrolling .offer-slide-caption,
html.is-scrolling .cta-pricing-btn{
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
html.is-scrolling .gobiz-builder-orb,
html.is-scrolling .gobiz-main-benefits-orb,
html.is-scrolling .gobiz-main-benefit-glow{
  filter:none !important;
}
html.is-scrolling .gobiz-feature-card,
html.is-scrolling .wa-store-slide-card,
html.is-scrolling .gobiz-admin-theme-preview-card,
html.is-scrolling .gobiz-builder-card,
html.is-scrolling .gobiz-main-benefit-card,
html.is-scrolling .project-card,
html.is-scrolling .btn{
  transition-duration:.01ms !important;
}
@media (max-width:640px){
  .wa-store-showcase-premium,
  .gobiz-builder-premium,
  .gobiz-main-benefits-premium,
  .gobiz-trial-offers-premium,
  .gobiz-admin-theme-categories-section,
  .offers-top-space,
  .cta{
    contain-intrinsic-size:auto 760px;
  }
}
