:root {
  --gsender-navy: #0f172a;
  --gsender-teal: #0f766e;
  --gsender-green: #16a34a;
  --gsender-sky: #0284c7;
  --gsender-mint: #ecfdf5;
  --gsender-line: #dbeafe;
}
body { background: #f8fafc; color: #172033; }
.header { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(15,23,42,.08); }
.gsender-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.gsender-logo-mark { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--gsender-teal), var(--gsender-sky)); color: #fff; font-weight: 800; letter-spacing: 0; box-shadow: 0 10px 24px rgba(15,118,110,.24); }
.gsender-logo-text { color: var(--gsender-navy); font-weight: 800; font-size: 22px; letter-spacing: 0; }
.nav-menu ul li a { color: #334155; font-weight: 700; }
.nav-menu ul li a:hover { color: var(--gsender-teal); }
.ig-btn.btn--primary, .btn--primary { background: linear-gradient(135deg, var(--gsender-teal), var(--gsender-green)) !important; border-color: transparent !important; color: #fff !important; box-shadow: 0 14px 28px rgba(15,118,110,.22); }
.ig-btn.btn--primary-outline, .btn--primary-outline { border-color: var(--gsender-teal) !important; color: var(--gsender-teal) !important; background: #fff !important; }
.ig-btn.btn--primary-outline:hover, .btn--primary-outline:hover { background: var(--gsender-teal) !important; color: #fff !important; }
.gsender-hero { min-height: calc(100vh - 40px); padding: 140px 0 80px; background: radial-gradient(circle at 15% 15%, rgba(20,184,166,.18), transparent 32%), linear-gradient(135deg, #f8fafc 0%, #ecfeff 46%, #eff6ff 100%); overflow: hidden; }
.gsender-hero h3 { color: var(--gsender-teal) !important; font-size: 14px; font-weight: 800; letter-spacing: .12em; margin-bottom: 18px; }
.gsender-hero h1 { color: var(--gsender-navy); font-size: clamp(38px, 5vw, 68px); line-height: 1.04; letter-spacing: 0; max-width: 780px; }
.gsender-hero p { color: #475569; font-size: 18px; line-height: 1.75; max-width: 680px; }
.gsender-proof-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.gsender-proof-row span { display: inline-flex; gap: 5px; align-items: center; padding: 10px 14px; border: 1px solid rgba(15,118,110,.16); background: rgba(255,255,255,.72); color: #334155; border-radius: 999px; font-size: 14px; }
.gsender-proof-row strong { color: var(--gsender-teal); }
.gsender-photo-board { position: relative; display: grid; grid-template-columns: 1.25fr .78fr; gap: 16px; align-items: stretch; }
.gsender-photo-board img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 18px; box-shadow: 0 24px 60px rgba(15,23,42,.18); }
.gsender-photo-main { min-height: 520px; }
.gsender-photo-stack { display: grid; gap: 16px; }
.gsender-photo-stack img { min-height: 252px; }
.gsender-stat-card { position: absolute; padding: 16px 18px; background: rgba(255,255,255,.92); border: 1px solid rgba(15,118,110,.14); border-radius: 14px; box-shadow: 0 18px 45px rgba(15,23,42,.16); min-width: 190px; }
.gsender-stat-card span { display: block; color: #64748b; font-size: 13px; font-weight: 700; }
.gsender-stat-card strong { color: var(--gsender-navy); font-size: 16px; }
.gsender-stat-card-a { left: -24px; bottom: 44px; }
.gsender-stat-card-b { right: 24px; top: 34px; }
.section-header .sub-title, .sub-title { color: var(--gsender-teal) !important; }
.section-title, .feature-title { color: var(--gsender-navy) !important; }
.feature-icon, .footer-social, .social-media-item { background: rgba(15,118,110,.1) !important; color: var(--gsender-teal) !important; }
.footer { background: var(--gsender-navy) !important; }
.footer::before, .gradient-bg, .footer-bg, .grow-shape-1, .grow-shape-2, .banner-icon { display: none !important; }
.footer-top, .footer-bottom { background: transparent !important; }
.footer-info p, .footer-menu, .copyright p { color: rgba(255,255,255,.78) !important; }
.footer .gsender-logo-text { color: #fff; }
.footer .gsender-logo-mark { background: linear-gradient(135deg, var(--gsender-green), var(--gsender-sky)); }
@media (max-width: 991px) {
  .gsender-hero { padding-top: 112px; }
  .gsender-photo-board { grid-template-columns: 1fr; }
  .gsender-photo-main, .gsender-photo-stack img { min-height: 260px; }
  .gsender-photo-stack { grid-template-columns: 1fr 1fr; }
  .gsender-stat-card { position: static; margin-top: 12px; }
}
@media (max-width: 575px) {
  .gsender-photo-stack { grid-template-columns: 1fr; }
  .gsender-hero h1 { font-size: 36px; }
}
/* GSender landing section reset */
.gsender-trust, .gsender-about, .gsender-roadmap, .gsender-channels, .gsender-start { background: #f8fafc !important; color: var(--gsender-navy); }
.gsender-trust { border-top: 1px solid #dbeafe; border-bottom: 1px solid #dbeafe; }
.gsender-trust .section-title { font-size: clamp(28px, 3vw, 46px); line-height: 1.14; margin-bottom: 14px; }
.gsender-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gsender-trust-card { min-height: 150px; padding: 24px; border-radius: 18px; background: #fff; border: 1px solid rgba(15,118,110,.14); box-shadow: 0 16px 42px rgba(15,23,42,.08); }
.gsender-trust-card strong { display: block; color: var(--gsender-teal); font-size: 22px; margin-bottom: 10px; }
.gsender-trust-card span { color: #475569; line-height: 1.65; }
.gsender-about-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.gsender-about-card { padding: 24px; border: 1px solid #dbeafe; border-radius: 18px; background: #fff; box-shadow: 0 18px 48px rgba(15,23,42,.08); }
.gsender-about-card span { width: 48px; height: 48px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, var(--gsender-teal), var(--gsender-sky)); margin-bottom: 20px; font-size: 20px; }
.gsender-about-card h5, .gsender-roadmap-card h4, .gsender-channel-item h4 { color: var(--gsender-navy); font-weight: 800; margin-bottom: 10px; }
.gsender-about-card p, .gsender-roadmap-card p, .gsender-channel-item p { color: #475569; line-height: 1.7; margin: 0; }
.gsender-about-photo { position: relative; height: 100%; min-height: 520px; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(15,23,42,.16); }
.gsender-about-photo img, .gsender-start-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gsender-about-note { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; border-radius: 16px; background: rgba(255,255,255,.92); border: 1px solid rgba(15,118,110,.14); }
.gsender-about-note strong { display: block; color: var(--gsender-navy); }
.gsender-about-note span { color: #475569; }
.gsender-roadmap { background: linear-gradient(180deg, #f8fafc 0%, #ecfeff 100%) !important; }
.gsender-roadmap-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.gsender-roadmap-card { padding: 26px; border-radius: 18px; background: #fff; border: 1px solid rgba(2,132,199,.15); box-shadow: 0 18px 48px rgba(15,23,42,.08); }
.gsender-roadmap-card span { display: inline-flex; width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center; background: #ecfdf5; color: var(--gsender-teal); font-weight: 900; margin-bottom: 22px; }
.gsender-channels { background: var(--gsender-navy) !important; }
.gsender-channels .section-title, .gsender-channels .title-description { color: #fff !important; }
.gsender-channels .title-description { opacity: .78; }
.gsender-channel-list { display: grid; gap: 18px; }
.gsender-channel-item { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: flex-start; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.gsender-channel-item i { width: 62px; height: 62px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--gsender-teal), var(--gsender-green)); color: #fff; font-size: 24px; }
.gsender-channel-item h4 { color: #fff; }
.gsender-channel-item p { color: rgba(255,255,255,.76); }
.gsender-start-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 24px; background: #fff; border: 1px solid #dbeafe; box-shadow: 0 24px 70px rgba(15,23,42,.12); }
.gsender-start-content { padding: clamp(32px, 5vw, 68px); }
.gsender-start-photo { min-height: 430px; }
.clients, .choose-us, .get-start { background: #f8fafc !important; }
.clients::before, .choose-shape, .dash-arrow, .get-start-bg, .get-start-dash { display: none !important; }
@media (max-width: 991px) {
  .gsender-trust-grid, .gsender-roadmap-grid, .gsender-start-panel { grid-template-columns: 1fr; }
  .gsender-about-photo { min-height: 340px; }
}
@media (max-width: 575px) {
  .gsender-trust-grid, .gsender-about-grid { grid-template-columns: 1fr; }
  .gsender-channel-item { grid-template-columns: 1fr; }
}
.gsender-pricing { background: linear-gradient(180deg, #f8fafc 0%, #eefcf8 100%) !important; }
.gsender-price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: stretch; }
.gsender-price-card { position: relative; display: flex; flex-direction: column; gap: 22px; padding: 30px; border-radius: 22px; background: #fff; border: 1px solid rgba(15,118,110,.14); box-shadow: 0 18px 50px rgba(15,23,42,.08); min-height: 100%; }
.gsender-price-card.featured { transform: translateY(-16px); border: 2px solid var(--gsender-teal); box-shadow: 0 28px 70px rgba(15,118,110,.18); }
.gsender-save-badge { position: absolute; top: -16px; right: 24px; padding: 8px 14px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--gsender-green), var(--gsender-sky)); font-weight: 800; font-size: 13px; }
.gsender-price-kicker { display: inline-flex; margin-bottom: 10px; color: var(--gsender-teal); font-weight: 900; letter-spacing: .08em; font-size: 12px; text-transform: uppercase; }
.gsender-price-head h4 { color: var(--gsender-navy); font-size: 28px; font-weight: 900; margin-bottom: 10px; }
.gsender-price-head p { color: #64748b; line-height: 1.7; margin: 0; }
.gsender-price-main { display: flex; align-items: baseline; gap: 8px; }
.gsender-price-main strong { color: var(--gsender-navy); font-size: clamp(30px, 3vw, 42px); font-weight: 900; letter-spacing: 0; }
.gsender-price-main span { color: #64748b; }
.gsender-price-quota { display: inline-flex; width: fit-content; padding: 10px 14px; border-radius: 999px; background: #ecfdf5; color: var(--gsender-teal); font-weight: 800; }
.gsender-price-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; flex: 1; }
.gsender-price-card li { display: flex; align-items: flex-start; gap: 10px; color: #334155; line-height: 1.55; }
.gsender-price-card li i { margin-top: 4px; color: var(--gsender-green); }
.gsender-price-note { margin-top: 26px; padding: 18px 22px; border-radius: 16px; color: #475569; background: rgba(255,255,255,.78); border: 1px solid #dbeafe; }
.gsender-price-note strong { color: var(--gsender-navy); }
@media (max-width: 991px) { .gsender-price-grid { grid-template-columns: 1fr; } .gsender-price-card.featured { transform: none; } }
.gsender-price-grid-five { grid-template-columns: repeat(5, minmax(0,1fr)); }
.gsender-price-grid-five .gsender-price-card { padding: 24px; }
.gsender-price-grid-five .gsender-price-head h4 { font-size: 24px; }
.gsender-price-grid-five .gsender-price-main { align-items: flex-start; flex-direction: column; gap: 2px; }
.gsender-price-grid-five .gsender-price-main strong { font-size: clamp(26px, 2.2vw, 34px); }
.gsender-price-grid-five .gsender-price-quota { white-space: normal; line-height: 1.35; }
@media (max-width: 1399px) { .gsender-price-grid-five { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 991px) { .gsender-price-grid-five { grid-template-columns: 1fr; } }
.gsender-price-grid-six { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gsender-price-grid-six .gsender-price-card { padding: 26px; }
.gsender-price-grid-six .gsender-price-head h4 { font-size: 25px; }
.gsender-price-grid-six .gsender-price-main strong { font-size: clamp(28px, 2.4vw, 38px); }
@media (max-width: 991px) { .gsender-price-grid-six { grid-template-columns: 1fr; } }
.gsender-page-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gsender-navy);
}
.gsender-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(15,23,42,.92) 0%, rgba(15,118,110,.72) 48%, rgba(2,132,199,.32) 100%);
}
.gsender-page-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  z-index: 2;
  border: 70px solid rgba(255,255,255,.09);
}
.gsender-page-hero .container {
  position: relative;
  z-index: 3;
}
.gsender-page-hero .breadcrumb-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gsender-page-hero .breadcrumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.03) contrast(1.02);
}
.gsender-page-hero-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 120px 0 82px;
}
.gsender-page-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #99f6e4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gsender-page-hero h2 {
  color: #fff !important;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.gsender-page-hero p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255,255,255,.86);
  font-size: 17px;
  line-height: 1.78;
}
.gsender-page-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
.gsender-page-hero .breadcrumb-item,
.gsender-page-hero .breadcrumb-item.active,
.gsender-page-hero .breadcrumb-item::before,
.gsender-page-hero .breadcrumb-item a {
  color: rgba(255,255,255,.82) !important;
  font-weight: 800;
}
.gsender-page-hero .breadcrumb-item a:hover {
  color: #99f6e4 !important;
}
@media (max-width: 575px) {
  .gsender-page-hero { min-height: 380px; }
  .gsender-page-hero-content { padding: 98px 0 64px; }
  .gsender-page-hero p { font-size: 15px; }
}
.breadcrumb-banner.gsender-page-hero {
  isolation: isolate;
}
.breadcrumb-banner.gsender-page-hero::before {
  background:
    radial-gradient(circle at 50% 48%, rgba(15,23,42,.86) 0%, rgba(15,23,42,.72) 30%, rgba(15,118,110,.66) 58%, rgba(15,23,42,.62) 100%),
    linear-gradient(90deg, rgba(15,23,42,.94) 0%, rgba(15,118,110,.78) 52%, rgba(2,132,199,.58) 100%) !important;
}
.breadcrumb-banner.gsender-page-hero .breadcrumb-bg {
  z-index: -1 !important;
}
.breadcrumb-banner.gsender-page-hero .breadcrumb-bg img {
  opacity: 1 !important;
  filter: brightness(.48) saturate(1.08) contrast(1.08) !important;
}
.breadcrumb-banner.gsender-page-hero .breadcrumb-content h2,
.breadcrumb-banner.gsender-page-hero .gsender-page-hero-content h2,
.breadcrumb-banner.gsender-page-hero .gsender-page-hero-content p,
.breadcrumb-banner.gsender-page-hero .gsender-page-kicker {
  color: #fff !important;
  text-shadow: 0 3px 18px rgba(0,0,0,.42);
}
.breadcrumb-banner.gsender-page-hero .gsender-page-kicker {
  color: #99f6e4 !important;
}
.breadcrumb-banner.gsender-page-hero .breadcrumb {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,.42);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
}
