/* GoBooster CRM — Premium MNC Homepage (scoped) */
.gb-homepage{
  --dark:#020617;
  --navy:#0F172A;
  --blue:#2563EB;
  --blue-dark:#1D4ED8;
  --green:#22C55E;
  --white:#FFFFFF;
  --bg:#F8FAFC;
  --text:#0F172A;
  --text-normal:#334155;
  --muted:#64748B;
  --border:#E2E8F0;
  --radius:18px;
  --radius-lg:24px;
  --shadow:0 12px 35px rgba(15,23,42,.08);
  --section-py:clamp(64px,8vw,96px);
  --hp-max:1320px;
  --hp-gutter:clamp(20px,7.5vw,72px);
}
.gb-homepage *{box-sizing:border-box}
.gb-homepage{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.gb-homepage a{color:inherit;text-decoration:none}
/* Buttons on dark backgrounds — override link inherit (fixes black text on blue) */
.gb-homepage a.gb-hp-btn--outline-white,
.gb-homepage a.gb-hp-btn--ghost-dark,
.gb-homepage a.gb-hp-btn--green,
.gb-homepage a.gb-hp-btn--blue{color:var(--white)!important}
.gb-homepage a.gb-hp-btn--outline-white i,
.gb-homepage a.gb-hp-btn--outline-white span,
.gb-homepage a.gb-hp-btn--ghost-dark i,
.gb-homepage a.gb-hp-btn--ghost-dark span,
.gb-homepage a.gb-hp-btn--green i,
.gb-homepage a.gb-hp-btn--green span,
.gb-homepage a.gb-hp-btn--blue i,
.gb-homepage a.gb-hp-btn--blue span{color:inherit!important}
.gb-homepage a.gb-hp-btn--outline-blue{color:var(--blue)!important}
.gb-homepage a.gb-hp-btn--outline-blue i,
.gb-homepage a.gb-hp-btn--outline-blue span{color:inherit!important}
.gb-hp-btn--outline-white:hover,
.gb-hp-btn--ghost-dark:hover{color:var(--white)!important;background:rgba(255,255,255,.12)}
.gb-hp-btn--outline-white i{color:var(--white)!important;opacity:.95}
.gb-homepage img{display:block;max-width:100%;height:auto}
.gb-homepage ul{margin:0;padding:0;list-style:none}
.gb-homepage i.bi{flex-shrink:0;line-height:1;display:inline-flex;align-items:center;justify-content:center}

.gb-homepage .gb-hp-container,
.gb-homepage .gb-container{
  width:100%;
  max-width:var(--hp-max);
  margin-inline:auto;
  padding-inline:var(--hp-gutter);
  box-sizing:border-box;
}
.gb-hp-section{padding:var(--section-py) 0;position:relative}
.gb-hp-section--white{background:var(--white)}
.gb-hp-section--mesh{background:linear-gradient(180deg,#fff 0%,#F8FAFC 100%)}
.gb-hp-section-head{text-align:center;margin-bottom:clamp(40px,5vw,56px)}
.gb-hp-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;padding:6px 14px;border-radius:999px;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.14);color:var(--blue);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.gb-hp-kicker--dark{background:rgba(37,99,235,.06);border-color:rgba(37,99,235,.12)}
.gb-hp-section-head h2{margin:0 0 16px;font-size:clamp(32px,3.8vw,50px);line-height:1.08;font-weight:700;color:var(--navy);font-family:Inter,system-ui,sans-serif;position:relative;display:inline-block;padding-bottom:0;letter-spacing:-.02em}
.gb-hp-section-head h2:after{display:none}
.gb-hp-section-head p{margin:0 auto;max-width:720px;font-size:18px;line-height:1.8;color:var(--muted);font-weight:400}

.gb-hp-card{background:var(--white);border:1px solid rgba(15,23,42,.08);border-radius:var(--radius);box-shadow:var(--shadow);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}

.gb-hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;border-radius:10px;font-size:15px;font-weight:600;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.gb-hp-btn:hover{transform:translateY(-1px)}
.gb-hp-btn--green{background:var(--green);color:var(--white);box-shadow:0 12px 28px rgba(34,197,94,.35)}
.gb-hp-btn--outline-white{background:transparent;color:var(--white)!important;border-color:rgba(255,255,255,.45);height:42px;padding:0 18px}
.gb-hp-btn--outline-white:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.65)}
.gb-hp-btn--outline-blue{background:var(--white);color:var(--blue);border-color:#BFDBFE}
.gb-hp-btn--blue{background:var(--blue);color:var(--white);border-color:var(--blue)}
.gb-hp-btn--ghost-dark{background:rgba(255,255,255,.1);color:var(--white)!important;border-color:rgba(255,255,255,.35)}
.gb-hp-btn--ghost-dark:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.5)}
.gb-hp-btn--lg{height:48px;padding:0 24px}
.gb-hp-btn--full{width:100%}

/* Hero shell */
.gb-hp-hero-shell{background:linear-gradient(135deg,#020617 0%,#061B46 55%,#0B3B88 100%);position:relative;overflow:hidden}
.gb-hp-hero-shell:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(37,99,235,.22),transparent 42%),radial-gradient(circle at 8% 88%,rgba(34,197,94,.1),transparent 38%);pointer-events:none}
.gb-hp-hero-shell:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);background-size:28px 28px;opacity:.35;pointer-events:none;mask-image:linear-gradient(180deg,#000 0%,transparent 88%)}

/* Shared white header on homepage */
.gb-homepage .gb-site-header-shell{position:sticky;top:0;z-index:100}
.gb-homepage .gb-header{background:#fff!important;border-bottom:1px solid #e2e8f0;position:relative;top:auto;z-index:1}
.gb-homepage main>section:first-child{padding-top:0!important}
.gb-hp-cta-copy h2{color:var(--white)!important}
.gb-hp-cta-copy p{color:rgba(255,255,255,.92)!important}

/* Hero */
.gb-hp-hero{padding:40px 0 32px;position:relative;z-index:1}
.gb-hp-hero-grid{display:grid;grid-template-columns:minmax(0,48%) minmax(0,52%);gap:48px;align-items:center}
.gb-hp-hero-copy{text-align:left;min-width:0}
.gb-hp-badge{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 14px;border-radius:999px;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.35);color:var(--green);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;max-width:100%}
.gb-hp-badge i{font-size:13px}
.gb-hp-badge>span{white-space:normal;line-height:1.3}
.gb-hp-hero h1,.gb-hp-hero-title{margin:12px 0 14px;max-width:none;font-size:clamp(28px,3.2vw,44px);line-height:1.18;font-weight:700;color:var(--white);letter-spacing:-.025em;font-family:Inter,system-ui,sans-serif}
.gb-hp-hero h1 em{font-style:normal;color:var(--green)}
.gb-hp-hero-accent{font-style:normal;color:#7DD3FC;font-weight:700}
.gb-hp-hero-rotate{display:inline-block;text-align:left;vertical-align:top;color:var(--white);font-weight:700}
.gb-hp-hero-rotate__text{display:inline;white-space:nowrap}
.gb-hp-hero-rotate__caret{display:inline-block;width:2px;height:.82em;background:currentColor;margin-left:3px;vertical-align:-.08em;animation:gb-hp-caret-blink .85s step-end infinite}
@keyframes gb-hp-caret-blink{0%,100%{opacity:1}50%{opacity:0}}
.gb-hp-hero-lead{margin:0;max-width:640px;font-size:18px;line-height:1.8;color:#CBD5E1;font-weight:400}
.gb-hp-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.gb-hp-trust-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px;max-width:560px}
.gb-hp-trust-chips>span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#F1F5F9;font-size:13px;font-weight:500;max-width:100%}
.gb-hp-trust-chips>span>span{line-height:1.3;white-space:normal;color:inherit}
.gb-hp-trust-chips>span>i{color:var(--green);font-size:14px;width:16px;height:16px;flex-shrink:0}

/* Hero product mockup image */
.gb-hp-visual{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;padding:12px 0 24px}
.gb-hp-visual-glow{position:absolute;inset:8% 4% 12%;background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.35),rgba(34,197,94,.12) 45%,transparent 72%);filter:blur(28px);pointer-events:none;animation:gb-hp-glow 6s ease-in-out infinite alternate}
@keyframes gb-hp-glow{from{opacity:.75;transform:scale(.96)}to{opacity:1;transform:scale(1.04)}}
.gb-hp-hero-image{position:relative;z-index:1;display:block;width:100%;max-width:740px;height:auto;margin:0 auto;border-radius:0;box-shadow:none;filter:drop-shadow(0 28px 56px rgba(0,0,0,.38));animation:gb-hp-float 5s ease-in-out infinite}
@keyframes gb-hp-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* Stats — floating card at bottom of hero shell */
.gb-hp-hero-shell .gb-hp-stats-wrap{position:relative;z-index:2;margin-top:8px;padding:0 0 0}
.gb-hp-stats-wrap .gb-hp-stats{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:0 24px 60px rgba(15,23,42,.18)}
.gb-homepage main{margin-top:-28px;position:relative;z-index:3}
.gb-homepage main>.gb-hp-section:first-child{padding-top:68px!important;padding-bottom:var(--section-py)}
.gb-hp-stat{transition:background .2s ease}
.gb-hp-stat:hover{background:rgba(37,99,235,.03)}
.gb-hp-stats{display:grid;grid-template-columns:repeat(4,1fr)}
.gb-hp-stat{display:flex;align-items:center;gap:16px;min-height:90px;padding:28px 20px;border-right:1px solid var(--border);min-width:0}
.gb-hp-stat:last-child{border-right:0}
.gb-hp-stat-icon{width:52px;height:52px;border-radius:14px;background:rgba(37,99,235,.1);color:var(--blue);display:grid;place-items:center;font-size:22px;flex-shrink:0}
.gb-hp-stat-text{min-width:0}
.gb-hp-stat-text strong{display:block;font-size:clamp(24px,3vw,32px);line-height:1;font-weight:800;color:var(--blue)}
.gb-hp-stat-text span{display:block;font-size:14px;color:var(--muted);font-weight:500;margin-top:6px;line-height:1.3}

/* Features — equal height, no icon overlap */
.gb-hp-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.gb-hp-feature{padding:24px;display:flex;flex-direction:column;gap:0;min-height:156px;position:relative;overflow:hidden}
.gb-hp-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--green));transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.gb-hp-feature:hover:before{transform:scaleX(1)}
.gb-hp-feature:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(15,23,42,.12);border-color:rgba(37,99,235,.15)}
.gb-hp-feature-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(34,197,94,.08));color:var(--blue);display:grid;place-items:center;font-size:22px;margin-bottom:16px;flex-shrink:0}
.gb-hp-feature-body{min-width:0;flex:1}
.gb-hp-feature h3{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--navy);line-height:1.4}
.gb-hp-feature p{margin:0;font-size:15px;line-height:1.65;color:var(--muted)}

/* Workflow */
.gb-hp-workflow-row{display:flex;align-items:stretch;justify-content:center;flex-wrap:nowrap;gap:0;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}
.gb-hp-workflow-step{flex:0 0 200px;min-height:148px;padding:22px;text-align:left;display:flex;flex-direction:column;position:relative}
.gb-hp-workflow-num{position:absolute;top:16px;right:16px;font-size:11px;font-weight:800;color:rgba(37,99,235,.35);letter-spacing:.06em}
.gb-hp-workflow-step:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.1);border-color:rgba(37,99,235,.14)}
.gb-hp-workflow-arrow{display:flex;align-items:center;justify-content:center;width:28px;flex-shrink:0;color:var(--muted);font-size:18px;padding-top:20px}
.gb-hp-workflow-icon{width:50px;height:50px;border-radius:14px;background:rgba(37,99,235,.1);color:var(--blue);display:grid;place-items:center;font-size:22px;margin-bottom:12px;flex-shrink:0}
.gb-hp-workflow-step h3{margin:0 0 6px;font-size:18px;font-weight:600;color:var(--navy)}
.gb-hp-workflow-step p{margin:0;font-size:15px;line-height:1.65;color:var(--muted)}

/* Industries */
.gb-hp-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.gb-hp-industry-card{padding:22px;display:flex;gap:14px;align-items:flex-start;text-align:left;min-height:124px}
.gb-hp-industry-card:hover,.gb-hp-integration-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.1);border-color:rgba(37,99,235,.12)}
.gb-hp-industry-icon{width:48px;height:48px;border-radius:14px;background:rgba(37,99,235,.1);color:var(--blue);display:grid;place-items:center;font-size:20px;flex-shrink:0}
.gb-hp-industry-card h3{margin:0 0 6px;font-size:18px;font-weight:600;color:var(--navy);line-height:1.4}
.gb-hp-industry-card p{margin:0;font-size:15px;line-height:1.65;color:var(--muted)}

/* Integrations */
.gb-hp-integration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.gb-hp-integration-card{padding:22px;display:flex;gap:14px;align-items:flex-start;text-align:left;min-height:110px}
.gb-hp-integration-icon{width:48px;height:48px;border-radius:14px;background:rgba(37,99,235,.1);color:var(--blue);display:grid;place-items:center;font-size:20px;flex-shrink:0}
.gb-hp-integration-card h3{margin:0 0 6px;font-size:18px;font-weight:600;color:var(--navy)}
.gb-hp-integration-card p{margin:0;font-size:15px;line-height:1.65;color:var(--muted)}

/* Security */
.gb-hp-security-block{display:grid;grid-template-columns:minmax(280px,.85fr) 1.15fr;gap:40px;align-items:start}
.gb-hp-security-intro{text-align:left}
.gb-hp-security-intro .gb-hp-kicker{margin-bottom:18px}
.gb-hp-shield{width:120px;height:120px;border-radius:24px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:var(--white);display:grid;place-items:center;font-size:52px;margin-bottom:24px;box-shadow:0 20px 40px rgba(37,99,235,.25)}
.gb-hp-security-intro h2{margin:0 0 12px;font-size:clamp(32px,3.8vw,50px);font-weight:700;color:var(--navy);line-height:1.08;font-family:Inter,system-ui,sans-serif}
.gb-hp-security-intro p{margin:0 0 22px;font-size:18px;line-height:1.8;color:var(--muted);max-width:480px}
.gb-hp-security-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gb-hp-security-card{padding:20px;display:flex;gap:14px;align-items:flex-start;text-align:left}
.gb-hp-security-card>i{width:42px;height:42px;border-radius:12px;background:rgba(34,197,94,.12);color:var(--green);display:grid;place-items:center;font-size:18px;flex-shrink:0}
.gb-hp-security-card strong{display:block;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px;line-height:1.3}
.gb-hp-security-card p{margin:0;font-size:13px;line-height:1.55;color:var(--muted)}

/* Pricing — 4 columns desktop */
.gb-hp-pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.gb-hp-price-card{position:relative;min-height:360px;padding:26px 22px 22px;display:flex;flex-direction:column;text-align:left}
.gb-hp-price-card.is-featured{border:2px solid var(--blue);box-shadow:0 24px 56px rgba(37,99,235,.18);transform:scale(1.03);z-index:1}
.gb-hp-price-card.is-featured .gb-hp-price-badge{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}
.gb-hp-price-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:rgba(37,99,235,.1);color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;width:fit-content}
.gb-hp-price-card h4{margin:0 0 8px;font-size:14px;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.04em}
.gb-hp-price-amount{font-size:32px;font-weight:800;color:var(--navy);margin-bottom:6px;line-height:1.1}
.gb-hp-price-amount small{font-size:14px;font-weight:600;color:var(--muted)}
.gb-hp-price-desc{margin:0 0 16px;font-size:13px;color:var(--muted);line-height:1.5}
.gb-hp-price-card ul{flex:1;display:grid;gap:10px;margin:0 0 20px;padding:0}
.gb-hp-price-card li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-normal);font-weight:500;line-height:1.45}
.gb-hp-price-card li i{color:var(--green);font-size:14px;width:16px;margin-top:3px;flex-shrink:0}
.gb-hp-price-card li span{min-width:0}

/* Testimonials */
.gb-hp-testimonials-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;align-items:stretch}
.gb-hp-testimonial{padding:24px;display:flex;flex-direction:column;text-align:left;min-height:210px;position:relative}
.gb-hp-testimonial:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(15,23,42,.1)}
.gb-hp-quote-icon{font-size:32px;color:rgba(37,99,235,.16);margin-bottom:4px;line-height:1}
.gb-hp-stars{color:#F59E0B;font-size:14px;letter-spacing:2px;margin-bottom:12px;line-height:1}
.gb-hp-testimonial blockquote{margin:0 0 auto;padding:0;font-size:14px;line-height:1.65;color:var(--text-normal);font-weight:500;font-style:normal;flex:1}
.gb-hp-testimonial-author{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}
.gb-hp-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#DBEAFE,#BBF7D0);display:grid;place-items:center;font-size:16px;font-weight:800;color:var(--navy);flex-shrink:0}
.gb-hp-testimonial-author strong{display:block;font-size:14px;font-weight:700;color:var(--navy);line-height:1.3}
.gb-hp-testimonial-author span{display:block;font-size:12px;color:var(--muted);line-height:1.35;margin-top:2px}

/* FAQ */
.gb-hp-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gb-hp-faq details{padding:20px 22px;text-align:left}
.gb-hp-faq details:hover{border-color:rgba(37,99,235,.18);box-shadow:0 12px 32px rgba(15,23,42,.08)}
.gb-hp-faq details[open]{border-color:rgba(37,99,235,.22);box-shadow:0 14px 36px rgba(15,23,42,.08)}
.gb-hp-faq summary{cursor:pointer;list-style:none;font-size:15px;font-weight:700;color:var(--navy);display:flex;align-items:flex-start;justify-content:space-between;gap:16px;line-height:1.45;padding-right:4px}
.gb-hp-faq summary::-webkit-details-marker{display:none}
.gb-hp-faq summary:after{content:"+";width:28px;height:28px;border-radius:8px;background:rgba(37,99,235,.1);color:var(--blue);display:grid;place-items:center;font-size:18px;font-weight:700;flex-shrink:0;margin-top:0}
.gb-hp-faq details[open] summary:after{content:"−"}
.gb-hp-faq p{margin:14px 0 0;font-size:14px;line-height:1.65;color:var(--muted)}

/* Final CTA */
.gb-hp-cta-wrap{padding:0 0 var(--section-py)}
.gb-hp-cta{background:linear-gradient(135deg,#0B3B88,#2563EB);border-radius:var(--radius-lg);padding:48px 56px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:32px;box-shadow:0 24px 56px rgba(37,99,235,.28);position:relative;overflow:hidden}
.gb-hp-cta:before{content:"";position:absolute;right:0;top:0;width:300px;height:100%;background:radial-gradient(circle at 70% 50%,rgba(255,255,255,.14),transparent 70%);pointer-events:none}
.gb-hp-cta-copy{position:relative;z-index:1;text-align:left;min-width:0}
.gb-hp-cta-copy h2{margin:0 0 10px;font-size:clamp(32px,3.8vw,50px);font-weight:700;color:var(--white);line-height:1.08;font-family:Inter,system-ui,sans-serif}
.gb-hp-cta-copy p{margin:0;font-size:18px;line-height:1.8;color:rgba(255,255,255,.9);max-width:560px}
.gb-hp-cta-actions{display:flex;flex-wrap:wrap;gap:14px;position:relative;z-index:1;flex-shrink:0}
.gb-hp-cta-rocket{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;color:#FDE047;font-size:38px;flex-shrink:0;position:relative;z-index:1}

/* Footer */
.gb-hp-footer{background:var(--dark);padding:54px 0 28px;color:#CBD5E1}
.gb-hp-footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,minmax(0,1fr));gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}
.gb-hp-footer-brand img{display:block;height:42px;width:auto;max-width:180px;object-fit:contain;margin-bottom:16px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}
.gb-hp-footer-brand p{margin:0 0 14px;font-size:14px;line-height:1.65;color:#94A3B8;max-width:280px}
.gb-hp-footer-email{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#E2E8F0;font-weight:500;margin-bottom:18px;word-break:break-all}
.gb-hp-footer-email i{flex-shrink:0;color:var(--green)}
.gb-hp-footer-address{margin:0 0 14px;max-width:320px}
.gb-hp-footer-address strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748B;margin-bottom:4px}
.gb-hp-footer-address p{margin:0;font-size:13px;line-height:1.55;color:#94A3B8;display:flex;gap:8px;align-items:flex-start}
.gb-hp-footer-address i{flex-shrink:0;color:var(--green);margin-top:2px}
.gb-hp-social{display:flex;gap:10px;flex-wrap:wrap}
.gb-hp-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--white);font-size:15px;transition:background .2s ease,transform .2s ease}
.gb-hp-social a:hover{background:var(--blue);transform:translateY(-2px)}
.gb-hp-footer-col h4{margin:0 0 16px;font-size:14px;font-weight:700;color:var(--white)}
.gb-hp-footer-col a{display:block;margin-bottom:12px;font-size:14px;color:#CBD5E1;font-weight:500;line-height:1.4;transition:color .15s ease,padding-left .15s ease}
.gb-hp-footer-col a:hover{color:var(--white);padding-left:2px}
.gb-hp-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;padding-top:24px;font-size:13px;color:#94A3B8}
.gb-hp-footer-bottom span:first-child{margin-right:auto;line-height:1.5}
.gb-hp-footer-bottom a{color:#CBD5E1;font-weight:500}
.gb-hp-wa-float{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#25D366;color:var(--white);display:grid;place-items:center;font-size:26px;box-shadow:0 16px 32px rgba(37,211,102,.35);z-index:90}

/* Tablet + mobile — one global page gutter for header, hero, cards, CTA, footer */
@media(max-width:991px){
  .gb-homepage{
    --hp-gutter:20px;
    --gb-gutter:20px;
  }
  .gb-hp-hero-grid{grid-template-columns:1fr;gap:40px}
  .gb-hp-hero-copy{text-align:center}
  .gb-hp-hero-lead,.gb-hp-trust-chips{margin-inline:auto}
  .gb-hp-hero-cta,.gb-hp-trust-chips{justify-content:center}
  .gb-hp-visual{padding:0}
  .gb-hp-hero-image{max-width:100%}
  .gb-hp-features-grid,.gb-hp-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gb-hp-integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gb-hp-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gb-hp-stats{grid-template-columns:repeat(2,1fr)}
  .gb-hp-stat:nth-child(2){border-right:0}
  .gb-hp-stat{border-bottom:1px solid var(--border)}
  .gb-hp-security-block{grid-template-columns:1fr}
  .gb-hp-testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gb-hp-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gb-hp-cta{grid-template-columns:1fr;justify-items:center;text-align:center;padding:24px 20px}
  .gb-hp-cta-copy{text-align:center}
  .gb-hp-cta-copy p{margin-inline:auto}
  .gb-hp-cta-actions{justify-content:center}
  .gb-hp-workflow-arrow{display:none}
  .gb-hp-workflow-row{justify-content:flex-start}
}

/* Mobile — full-width premium layout (MNC-style) */
@media(max-width:767px){
  .gb-homepage{
    --section-py:56px;
    --hp-gutter:20px;
    --gb-gutter:20px;
    font-size:16px;
  }

  .gb-hp-hero{padding:36px 0 40px}
  .gb-hp-hero-copy{text-align:left}
  .gb-hp-hero-lead,.gb-hp-trust-chips{margin-inline:0}
  .gb-hp-hero-cta,.gb-hp-trust-chips{justify-content:flex-start}
  .gb-hp-hero-rotate{text-align:left}

  .gb-hp-badge{font-size:11px;padding:0 12px;min-height:30px}
  .gb-hp-hero h1,.gb-hp-hero-title{
    margin:14px 0 16px;
    font-size:clamp(30px,8.2vw,38px);
    line-height:1.14;
    letter-spacing:-.03em;
  }
  .gb-hp-hero-lead{
    font-size:16px;
    line-height:1.7;
    max-width:none;
    color:#E2E8F0;
  }
  .gb-hp-hero-cta{gap:12px;margin-top:24px}
  .gb-hp-trust-chips{gap:8px;margin-top:28px;max-width:none}
  .gb-hp-trust-chips>span{
    font-size:12px;
    padding:7px 12px;
    min-height:36px;
    flex:1 1 calc(50% - 4px);
    max-width:none;
  }
  .gb-hp-visual{padding:8px 0 0;margin-top:8px}
  .gb-hp-hero-image{
    max-width:none;
    width:100%;
    filter:drop-shadow(0 20px 40px rgba(0,0,0,.32));
    animation:none;
  }
  .gb-hp-visual-glow{animation:none}

  .gb-hp-section-head{margin-bottom:32px;text-align:left}
  .gb-hp-section-head h2{
    font-size:clamp(26px,7vw,34px);
    line-height:1.12;
    letter-spacing:-.025em;
    display:block;
    width:100%;
  }
  .gb-hp-section-head p{
    margin:0;
    max-width:none;
    font-size:16px;
    line-height:1.7;
  }
  .gb-hp-kicker{margin-bottom:12px}

  .gb-hp-features-grid,
  .gb-hp-industry-grid,
  .gb-hp-integration-grid,
  .gb-hp-pricing-grid,
  .gb-hp-faq-grid,
  .gb-hp-seo-guide-grid,
  .gb-hp-security-cards{grid-template-columns:1fr;gap:14px}

  .gb-hp-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-radius:20px;
  }
  .gb-hp-stat{
    padding:22px 16px;
    min-height:96px;
    border-right:0;
    border-bottom:1px solid var(--border);
  }
  .gb-hp-stat:nth-child(odd){border-right:1px solid var(--border)}
  .gb-hp-stat:nth-last-child(-n+2){border-bottom:0}
  .gb-hp-stat-text strong{font-size:clamp(22px,6vw,28px)}
  .gb-hp-stat-text span{font-size:13px}

  .gb-hp-feature,
  .gb-hp-testimonial,
  .gb-hp-price-card,
  .gb-hp-industry-card,
  .gb-hp-integration-card,
  .gb-hp-security-card,
  .gb-hp-seo-guide-card,
  .gb-hp-faq details,
  .gb-hp-cta{padding:20px}
  .gb-hp-feature h3,
  .gb-hp-industry-card h3,
  .gb-hp-integration-card h3,
  .gb-hp-workflow-step h3{font-size:17px}
  .gb-hp-feature p,
  .gb-hp-industry-card p,
  .gb-hp-integration-card p,
  .gb-hp-workflow-step p{font-size:15px;line-height:1.65}
  .gb-hp-feature-icon{width:48px;height:48px;font-size:20px;margin-bottom:14px}

  .gb-hp-testimonials-grid{grid-template-columns:1fr;gap:14px}
  .gb-hp-footer-grid{grid-template-columns:1fr;gap:28px}

  .gb-hp-workflow-row{
    margin-inline:0;
    padding-inline:0;
    scroll-padding-inline:var(--hp-gutter);
    gap:12px;
    justify-content:flex-start;
  }
  .gb-hp-workflow-step{
    flex:0 0 min(280px,calc(100% - 12px));
    min-height:156px;
    padding:20px;
  }

  .gb-hp-security-block{gap:28px}
  .gb-hp-security-intro{text-align:left}
  .gb-hp-security-intro h2{font-size:clamp(26px,7vw,34px)}
  .gb-hp-security-intro p{max-width:none;font-size:16px;line-height:1.7}
  .gb-hp-shield{width:88px;height:88px;font-size:40px;border-radius:20px;margin-bottom:20px}

  .gb-hp-cta{
    border-radius:20px;
    gap:20px;
    text-align:left;
    justify-items:stretch;
  }
  .gb-hp-cta-copy{text-align:left}
  .gb-hp-cta-copy h2{font-size:clamp(26px,7vw,34px)}
  .gb-hp-cta-copy p{margin:0;max-width:none;font-size:16px;line-height:1.7}
  .gb-hp-cta-actions{justify-content:stretch;width:100%}
  .gb-hp-cta-rocket{display:none}

  .gb-hp-hero-cta .gb-hp-btn,
  .gb-hp-cta-actions .gb-hp-btn{width:100%;height:50px;font-size:16px}
  .gb-hp-btn--lg{height:50px;padding:0 22px}

  .gb-hp-price-card{min-height:0}
  .gb-hp-price-card.is-featured{transform:none}
  .gb-hp-price-amount{font-size:34px}

  .gb-homepage main{margin-top:-12px}
  .gb-homepage main>.gb-hp-section:first-child{padding-top:48px!important}
  .gb-hp-hero-shell .gb-hp-stats-wrap{margin-top:4px;padding-bottom:8px}
  .gb-hp-stats-wrap .gb-hp-container,
  .gb-hp-cta-wrap .gb-hp-container,
  .gb-hp-footer .gb-hp-container{padding-inline:var(--hp-gutter)}
  .gb-hp-stats,
  .gb-hp-features-grid,
  .gb-hp-industry-grid,
  .gb-hp-integration-grid,
  .gb-hp-pricing-grid,
  .gb-hp-testimonials-grid,
  .gb-hp-faq-grid,
  .gb-hp-security-cards{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .gb-hp-hero-image,.gb-hp-visual-glow{animation:none!important}
  .gb-hp-hero-rotate__caret{animation:none!important;opacity:1}
}

/* CRM showcase premium slider */
.gb-hp-showcase-section{padding-top:clamp(56px,7vw,88px);padding-bottom:clamp(48px,6vw,72px)}
.gb-hp-showcase-shell{max-width:980px;margin:0 auto}
.gb-hp-showcase-frame{
  position:relative;
  padding:clamp(10px,1.4vw,14px);
  border-radius:28px;
  background:linear-gradient(135deg,#2563EB 0%,#7C3AED 48%,#0EA5E9 100%);
  box-shadow:0 28px 70px rgba(37,99,235,.22),0 8px 24px rgba(15,23,42,.08);
}
.gb-hp-showcase-frame:before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:27px;
  background:linear-gradient(180deg,#fff 0%,#F8FAFC 100%);
  pointer-events:none;
}
.gb-hp-showcase-chrome{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  padding:10px 14px 12px;
}
.gb-hp-showcase-dots{display:inline-flex;gap:6px}
.gb-hp-showcase-dots i{
  width:10px;height:10px;border-radius:50%;display:block;
  background:#FF5F57;box-shadow:16px 0 0 #FEBC2E,32px 0 0 #28C840;
}
.gb-hp-showcase-url{
  justify-self:center;
  max-width:100%;
  padding:6px 14px;
  border-radius:999px;
  background:#EEF2FF;
  border:1px solid #E0E7FF;
  color:#475569;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gb-hp-showcase-live{
  display:inline-flex;align-items:center;gap:6px;
  font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#16A34A;
}
.gb-hp-showcase-live i{width:7px;height:7px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 4px rgba(34,197,94,.25);animation:gbHpShowPulse 2s ease infinite}
@keyframes gbHpShowPulse{0%,100%{opacity:1}50%{opacity:.45}}
.gb-hp-showcase-viewport{
  position:relative;
  z-index:2;
  margin:0 clamp(8px,1.2vw,12px) clamp(8px,1.2vw,12px);
  border-radius:18px;
  overflow:hidden;
  background:#F1F5F9;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.06);
}
.gb-hp-showcase-track{position:relative}
.gb-hp-showcase-slide{
  margin:0;
  position:absolute;top:0;left:0;width:100%;
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateX(16px);
  transition:opacity .4s ease,transform .4s ease,visibility .4s;
}
.gb-hp-showcase-slide.is-active{
  position:relative;opacity:1;visibility:visible;pointer-events:auto;transform:none;
}
.gb-hp-showcase-img-wrap{
  position:relative;
  padding:0;
  background:#fff;
  line-height:0;
}
.gb-hp-showcase-img-wrap img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  border-radius:0;
  box-shadow:none;
  object-fit:contain;
  object-position:center top;
}
.gb-hp-showcase-captions{
  position:relative;
  z-index:2;
  min-height:88px;
  margin:0 clamp(8px,1.2vw,12px) clamp(8px,1.2vw,12px);
  padding:14px 16px 16px;
  background:#fff;
  border-top:1px solid #E2E8F0;
  border-radius:0 0 14px 14px;
}
.gb-hp-showcase-caption{
  display:none;
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  text-align:left;
}
.gb-hp-showcase-caption.is-active{display:block}
.gb-hp-showcase-tag{
  display:inline-flex;margin-bottom:8px;padding:4px 10px;border-radius:999px;
  background:rgba(37,99,235,.08);color:#2563EB;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
}
.gb-hp-showcase-caption strong{display:block;font-size:clamp(17px,2.2vw,20px);color:#0F172A;margin-bottom:6px}
.gb-hp-showcase-caption p{margin:0;font-size:14px;line-height:1.6;color:#64748B}
.gb-hp-showcase-controls{
  display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px;
}
.gb-hp-showcase-nav{
  width:44px;height:44px;border-radius:12px;border:1px solid #E2E8F0;background:#fff;color:#0F172A;
  display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.gb-hp-showcase-nav:hover{transform:translateY(-1px);border-color:#BFDBFE;box-shadow:0 12px 28px rgba(37,99,235,.12)}
.gb-hp-showcase-dots-nav{display:flex;gap:8px}
.gb-hp-showcase-dot{
  width:10px;height:10px;border-radius:999px;border:0;padding:0;background:#CBD5E1;cursor:pointer;
  transition:width .25s ease,background .25s ease;
}
.gb-hp-showcase-dot.is-active{width:28px;background:linear-gradient(90deg,#2563EB,#7C3AED)}
@media(max-width:767px){
  .gb-hp-showcase-section{padding-top:40px;padding-bottom:36px}
  .gb-hp-showcase-section .gb-hp-section-head{margin-bottom:20px;text-align:left}
  .gb-hp-showcase-section .gb-hp-section-head h2{font-size:clamp(24px,6.5vw,30px);display:block}
  .gb-hp-showcase-section .gb-hp-section-head p{max-width:none;font-size:15px;line-height:1.65;margin-inline:0}
  .gb-hp-showcase-shell{
    margin-inline:calc(-1 * var(--hp-gutter));
    width:calc(100% + 2 * var(--hp-gutter));
    max-width:none;
  }
  .gb-hp-showcase-frame{
    padding:0;
    border-radius:16px;
    background:linear-gradient(165deg,#EEF4FF 0%,#E0E7FF 52%,#ECFEFF 100%);
    box-shadow:0 14px 36px rgba(37,99,235,.12);
    border:1px solid #BFDBFE;
    overflow:hidden;
  }
  .gb-hp-showcase-frame:before{display:none}
  .gb-hp-showcase-chrome{display:none}
  .gb-hp-showcase-viewport{
    margin:0;
    border-radius:0;
    background:#EEF2FF;
    box-shadow:none;
    overflow:hidden;
  }
  .gb-hp-showcase-track{width:100%}
  .gb-hp-showcase-slide{margin:0;width:100%}
  .gb-hp-showcase-img-wrap{
    padding:10px 14px 0;
    background:#EEF2FF;
    box-sizing:border-box;
  }
  .gb-hp-showcase-img-wrap img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    margin-inline:auto;
    object-fit:contain;
    object-position:center top;
  }
  .gb-hp-showcase-captions{
    margin:0;
    padding:12px var(--hp-gutter) 14px;
    border-top:1px solid rgba(191,219,254,.85);
    border-radius:0;
    min-height:0;
    background:rgba(255,255,255,.55);
    backdrop-filter:blur(6px);
  }
  .gb-hp-showcase-caption{padding:0;display:none}
  .gb-hp-showcase-caption.is-active{display:block}
  .gb-hp-showcase-caption strong{font-size:17px}
  .gb-hp-showcase-caption p{font-size:13px;line-height:1.55}
  .gb-hp-showcase-controls{
    margin-top:14px;
    padding-inline:var(--hp-gutter);
    gap:12px;
  }
  .gb-hp-showcase-nav{width:40px;height:40px;border-radius:10px;flex:0 0 40px}
  .gb-hp-showcase-dots-nav{flex:1;justify-content:center}
}
@media(max-width:640px){
  .gb-hp-showcase-frame{border-radius:14px}
}
@media(prefers-reduced-motion:reduce){
  .gb-hp-showcase-slide{transition:none}
  .gb-hp-showcase-live i{animation:none}
}

.gb-hp-seo-guide{
  background:linear-gradient(180deg,#F8FAFC 0%,#EEF2FF 50%,#F8FAFC 100%);
  position:relative;
  overflow:hidden;
}
.gb-hp-seo-guide:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 18%,rgba(37,99,235,.07),transparent 44%),
    radial-gradient(circle at 90% 82%,rgba(34,197,94,.06),transparent 42%);
  pointer-events:none;
}
.gb-hp-seo-guide .gb-hp-container{position:relative;z-index:1}
.gb-hp-seo-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.gb-hp-seo-guide-card{
  padding:26px 24px;
  display:flex;
  flex-direction:column;
  gap:0;
  min-height:228px;
  text-align:left;
  position:relative;
  overflow:hidden;
}
.gb-hp-seo-guide-card:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,var(--blue),var(--green));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
  z-index:1;
}
.gb-hp-seo-guide-card:hover:before{transform:scaleX(1)}
.gb-hp-seo-guide-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 48px rgba(15,23,42,.12);
  border-color:rgba(37,99,235,.15);
}
.gb-hp-seo-guide-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(34,197,94,.08));
  color:var(--blue);
  display:grid;
  place-items:center;
  font-size:22px;
  margin-bottom:16px;
  flex-shrink:0;
}
.gb-hp-seo-guide-body{
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:0;
}
.gb-hp-seo-guide-card h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
  color:var(--navy);
}
.gb-hp-seo-guide-text p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}
.gb-hp-seo-guide-text strong{color:var(--navy);font-weight:600}
.gb-hp-seo-guide-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
  padding-top:16px;
  border-top:1px solid var(--border);
}
.gb-hp-seo-guide-links a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  color:var(--blue);
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.14);
  text-decoration:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.gb-hp-seo-guide-links a:hover{
  background:var(--blue);
  color:var(--white)!important;
  border-color:var(--blue);
  transform:translateY(-1px);
  text-decoration:none;
}
.gb-hp-seo-guide-banner{
  margin-top:clamp(36px,4vw,48px);
  padding:28px 32px;
  border-radius:var(--radius-lg);
  background:linear-gradient(135deg,#0F172A 0%,#1E3A8A 55%,#2563EB 100%);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:0 24px 56px rgba(37,99,235,.22);
  position:relative;
  overflow:hidden;
}
.gb-hp-seo-guide-banner:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 85% 50%,rgba(255,255,255,.12),transparent 55%);
  pointer-events:none;
}
.gb-hp-seo-guide-banner p{
  margin:0;
  font-size:clamp(18px,2.2vw,22px);
  font-weight:700;
  color:var(--white);
  line-height:1.35;
  position:relative;
  z-index:1;
}
.gb-hp-seo-guide-banner-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  position:relative;
  z-index:1;
}
@media(max-width:991px){
  .gb-hp-seo-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:768px){
  .gb-hp-seo-guide-grid{grid-template-columns:1fr}
  .gb-hp-seo-guide-banner{
    flex-direction:column;
    align-items:flex-start;
    padding:24px 20px;
  }
  .gb-hp-seo-guide-banner-actions{width:100%}
  .gb-hp-seo-guide-banner-actions .gb-hp-btn{flex:1;min-width:0}
}
