* Design Manager → Custom Module → module.css */
/* Google Font — module.html ke top par bhi link kar sakte ho */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
/* ===== HubSpot theme hide (purana header/search hatao) ===== */
#hs_cos_wrapper_site_search,
[id*="hs_cos_wrapper_site_search"],
.header-offcanvas,
.body-wrapper > header,
.body-wrapper .header,
.header:not(.t247-header),
.header-section,
.header__container,
.header__search,
.hs-site-header,
.site-header:not(.t247-header),
[class*="header-search"],
[class*="site-search"],
[class*="hs-search"],
[class*="search-popup"],
form[role="search"],
.hs-search-field,
input[placeholder*="Search"],
input[placeholder*="search"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  pointer-events: none !important;
}
/* HubSpot page reset */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
  background: #f1f5f9 !important;
  font-size: 16px !important;
}
.body-wrapper,
.body-container,
.dnd-area,
.dnd-section,
.hs_cos_wrapper_type_custom_html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#hubspot-messages-iframe-container,
#launcher {
  z-index: 9999 !important;
}
/* ===== Site wrapper ===== */
.t247-wrap {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
  color: #0f172a;
  background: #f1f5f9;
  width: 100%;
  box-sizing: border-box;
}
.t247-wrap *, .t247-wrap *::before, .t247-wrap *::after {
  box-sizing: border-box;
}
.t247-wrap a {
  text-decoration: none;
  transition: color .15s, background .15s, transform .2s, box-shadow .2s;
}
.t247-wrap a:focus-visible {
  outline: 2px solid #0369a1;
  outline-offset: 2px;
  border-radius: 4px;
}
/* Full-width sections */
.t247-wrap main,
.t247-wrap .t247-header,
.t247-wrap .site-footer,
.t247-wrap .hero,
.t247-wrap .section,
.t247-wrap .stats-bar,
.t247-wrap .cta-band {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
.t247-wrap .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
/* ===== HEADER ===== */
.t247-wrap .t247-header {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.t247-wrap .header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: .75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.t247-wrap .brand {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.t247-wrap .site-logo {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -.03em;
}
.t247-wrap .site-logo span { color: #0369a1; }
.t247-wrap .site-tagline {
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0369a1;
  margin: 0;
  padding: .2rem .5rem;
  background: #e0f2fe;
  border-radius: 4px;
}
.t247-wrap .site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.t247-wrap .nav-inner {
  display: flex;
  gap: .25rem;
  overflow-x: auto;
  scrollbar-width: none;
}
.t247-wrap .nav-link {
  padding: .5rem .75rem;
  font-size: .8125rem;
  font-weight: 500;
  color: #475569;
  border-radius: 6px;
  white-space: nowrap;
}
.t247-wrap .nav-link:hover {
  color: #0369a1;
  background: #f0f9ff;
}
.t247-wrap .nav-link.is-active {
  color: #0369a1;
  font-weight: 600;
  background: #e0f2fe;
}
/* ===== BUTTONS ===== */
.t247-wrap .btn {
  display: inline-flex;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: .8125rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.t247-wrap .btn--header {
  padding: .5rem .875rem;
  background: #0369a1;
  color: #fff !important;
  flex-shrink: 0;
}
.t247-wrap .btn--header:hover {
  background: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(3, 105, 161, .28);
}
.t247-wrap .btn--primary {
  background: linear-gradient(135deg, #0369a1, #0284c7);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(3, 105, 161, .22);
}
.t247-wrap .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(3, 105, 161, .32);
}
.t247-wrap .btn--ghost {
  background: #fff;
  color: #0369a1 !important;
  border-color: #bae6fd;
}
.t247-wrap .btn--ghost:hover {
  background: #f0f9ff;
}
/* ===== HERO ===== */
.t247-wrap .hero--home {
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(145deg, #0c4a6e 0%, #0369a1 38%, #0f172a 100%);
  color: #fff;
  overflow: hidden;
}
.t247-wrap .hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 85% 20%, rgba(56, 189, 248, .25), transparent 55%),
    radial-gradient(ellipse 50% 50% at 10% 90%, rgba(14, 165, 233, .15), transparent 50%);
  pointer-events: none;
}
.t247-wrap .hero--home::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
  pointer-events: none;
}
.t247-wrap .hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .t247-wrap .hero-grid {
    grid-template-columns: 1.1fr .9fr;
    gap: 3rem;
  }
}
.t247-wrap .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  padding: .35rem .75rem;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #bae6fd;
  margin: 0 0 1.25rem;
}
.t247-wrap .hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 8px #4ade80;
}
.t247-wrap .hero--home h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem) !important;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 1rem;
  letter-spacing: -.035em;
  color: #fff !important;
}
.t247-wrap .hero--home .sub {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  color: #7dd3fc;
  margin: 0 0 1rem;
}
.t247-wrap .hero--home .lead {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, .82);
  max-width: 32rem;
  line-height: 1.75;
  margin: 0 0 1.75rem;
}
.t247-wrap .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.t247-wrap .hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t247-wrap .hero-shield {
  width: min(100%, 320px);
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t247-wrap .hero-shield::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(125, 211, 252, .35), transparent 70%);
  border: 1px solid rgba(255, 255, 255, .15);
}
.t247-wrap .hero-shield::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .2);
}
.t247-wrap .hero-shield-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  color: #7dd3fc;
}
.t247-wrap .hero-shield-label {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}
/* ===== STATS ===== */
.t247-wrap .stats-bar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, .04);
}
.t247-wrap .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .t247-wrap .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.t247-wrap .stat {
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid #f1f5f9;
}
.t247-wrap .stat:last-child { border-right: none; }
.t247-wrap .stat strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0369a1;
}
.t247-wrap .stat span {
  display: block;
  font-size: .75rem;
  color: #64748b;
  margin-top: .25rem;
}
/* ===== SECTIONS ===== */
.t247-wrap .section { padding: 2.5rem 0; }
.t247-wrap .section--alt { background: #fff; }
.t247-wrap .section--muted {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.t247-wrap .label {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0369a1;
  margin: 0 0 .75rem;
}
.t247-wrap .section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}
.t247-wrap .section-head h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem) !important;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 .625rem;
}
.t247-wrap .section-head p {
  font-size: .9375rem !important;
  color: #64748b;
  margin: 0;
}
/* ===== PILLARS ===== */
.t247-wrap .pillars {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .t247-wrap .pillars { grid-template-columns: repeat(3, 1fr); }
}
.t247-wrap .pillar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
  transition: transform .22s, box-shadow .22s;
}
.t247-wrap .pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(3, 105, 161, .1);
  border-color: #bae6fd;
}
.t247-wrap .pillar-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  border-radius: 12px;
  color: #0369a1;
}
.t247-wrap .pillar-icon svg { width: 24px; height: 24px; }
.t247-wrap .pillar strong {
  display: block;
  font-size: .875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: .375rem;
}
.t247-wrap .pillar p {
  font-size: .8125rem !important;
  color: #64748b;
  margin: 0;
}
/* ===== CARDS ===== */
.t247-wrap .grid {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .t247-wrap .grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .t247-wrap .grid { grid-template-columns: repeat(3, 1fr); }
}
.t247-wrap .card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.375rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
  transition: transform .22s, box-shadow .22s;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.t247-wrap .card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0369a1, #38bdf8);
}
.t247-wrap .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(3, 105, 161, .12);
  border-color: #bae6fd;
}
.t247-wrap .card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f9ff;
  border-radius: 10px;
  color: #0369a1;
}
.t247-wrap .card-icon svg { width: 22px; height: 22px; }
.t247-wrap .card h3 {
  font-size: 1rem !important;
  font-weight: 600;
  margin: 0;
}
.t247-wrap .card h3 a { color: #0f172a; }
.t247-wrap .card h3 a:hover { color: #0369a1; }
.t247-wrap .card p {
  font-size: .875rem !important;
  color: #64748b;
  margin: 0;
  flex: 1;
}
.t247-wrap .card .more {
  font-size: .8125rem;
  font-weight: 600;
  color: #0369a1;
}
/* ===== CTA ===== */
.t247-wrap .cta-band {
  padding: 3rem 0;
  background: linear-gradient(135deg, #0f172a 0%, #0c4a6e 50%, #0369a1 100%);
  overflow: hidden;
}
.t247-wrap .cta-inner {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.t247-wrap .cta-inner h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem) !important;
  color: #fff;
  margin: 0 0 .75rem;
}
.t247-wrap .cta-inner p {
  font-size: .9375rem !important;
  color: rgba(255, 255, 255, .78);
  margin: 0 0 1.5rem;
}
/* ===== FOOTER ===== */
.t247-wrap .site-footer {
  background: linear-gradient(180deg, #0f172a 0%, #0a0f1a 100%);
  color: #94a3b8;
}
.t247-wrap .footer-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2rem 1.5rem 1.25rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .t247-wrap .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
}
.t247-wrap .footer-brand .logo {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
}
.t247-wrap .footer-brand .logo span { color: #38bdf8; }
.t247-wrap .footer-col h4 {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin: 0 0 .875rem;
}
.t247-wrap .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .375rem;
}
.t247-wrap .footer-col a,
.t247-wrap .footer-col p {
  font-size: .875rem;
  color: #94a3b8;
}
.t247-wrap .footer-col a:hover { color: #38bdf8; }
.t247-wrap .footer-bottom {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  border-top: 1px solid #1e293b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem;
  font-size: .75rem;
  color: #64748b;
}
/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .t247-wrap .header-inner {
    flex-wrap: wrap;
    padding: .625rem 1rem;
    gap: .5rem;
  }
  .t247-wrap .site-tagline { display: none; }
  .t247-wrap .site-nav {
    order: 3;
    width: 100%;
    border-top: 1px solid #f1f5f9;
    padding-top: .5rem;
  }
  .t247-wrap .hero-visual { display: none; }
  .t247-wrap .section { padding: 1.75rem 0; }
  .t247-wrap .container { padding: 0 1rem; }
}
