* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Segoe UI", sans-serif;
  color: #1c1c1e;
  background: #f9f9f9;
}

/* HEADER */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 15px;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-icon {
  font-size: 1.5rem;
}
.logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111;
}
nav a {
  text-decoration: none;
  color: #555;
  font-size: 0.93rem;
  font-weight: 500;
  margin-left: 32px;
  transition: color 0.2s;
}
nav a:hover {
  color: #111;
}
.header-tfn {
  background: #111;
  color: #fff;
  padding: 9px 22px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s;
}
.header-tfn:hover {
  background: #333;
}

/* HERO */
.hero {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(0, 0, 0, 80%), rgba(0, 0, 0, 75%)),
    url(../images/hero-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 40px 15px;
}
/* Subtle texture layers */
.hero-tex {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 70% 40%,
      rgba(255, 255, 255, 0.04) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 20% 70%,
      rgba(255, 255, 255, 0.03) 0%,
      transparent 55%
    );
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  background-position: 12px 12px;
}
/* corner accents */
.corner {
  position: absolute;
  pointer-events: none;
}
.corner-tl {
  top: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.corner-br {
  bottom: 60px;
  right: 60px;
  width: 100px;
  height: 100px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  border-right: 2px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
}
/* glow */
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.glow-1 {
  width: 450px;
  height: 450px;
  background: rgba(255, 255, 255, 0.05);
  top: -80px;
  right: 10%;
}
.glow-2 {
  width: 300px;
  height: 300px;
  background: rgba(200, 200, 200, 0.04);
  bottom: 0;
  left: 5%;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 0 0px;
  flex: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #aaa;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 28px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.07;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero h1 .accent {
  color: #d4d4d4;
}
.hero h1 .highlight {
  display: inline-block;
  background: #fff;
  color: #1c1c1e;
  padding: 0 14px;
  border-radius: 8px;
  line-height: 1.2;
}
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 20px 0 8px;
  line-height: 1.75;
  max-width: 520px;
}
.hero-sub2 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.555);
  margin-bottom: 44px;
  max-width: 460px;
  line-height: 1.65;
}
.tfn-strip {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 11px 22px 18px;
  backdrop-filter: blur(10px);
  margin-bottom: 28px;
}
.tfn-icon {
  font-size: 2rem;
}
.tfn-info .tfn-label {
  font-size: 0.73rem;
  color: #888;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.tfn-info .tfn-number {
  font-size: 1.85rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
}
.tfn-info .tfn-number a {
  text-decoration: none;
  color: #fff;
}
.tfn-info .tfn-note {
  font-size: 0.77rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 3px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-primary {
  background: #fff;
  color: #111;
  padding: 15px 38px;
  border-radius: 32px;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.15s,
    box-shadow 0.2s;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4);
}
.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #ccc;
  padding: 15px 34px;
  border-radius: 32px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.herorow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* floating card */
.hero-card {
  /* position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%); */
  z-index: 2;
  /* width: 100%; */
  max-width: 600px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 0px;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}
.hero-card img {
  max-width: 100%;
}
.hero-card-title {
  font-size: 0.78rem;
  color: #888;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700;
}
.hc-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.hc-row:last-child {
  border-bottom: none;
}
.hc-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.hc-name {
  font-size: 0.9rem;
  color: #ddd;
  font-weight: 600;
}
.hc-sub {
  font-size: 0.78rem;
  color: #666;
  margin-top: 2px;
}
.hc-arrow {
  margin-left: auto;
  color: #555;
  font-size: 1rem;
}

/* SERVICES */
.services {
  padding: 50px 24px;
  background: #f9f9f9;
}
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-label {
  display: inline-block;
  background: #efefef;
  color: #555;
  font-size: 0.77rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  border: 1px solid #e0e0e0;
}
.section-header h2 {
  font-size: 2.1rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 10px;
}
.section-header p {
  color: #888;
  font-size: 1rem;
  max-width: 460px;
  margin: 0 auto;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
.card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 26px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
  border-color: #ccc;
}
.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 18px;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
}
.card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
}
.card p {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.65;
  margin-bottom: 0px;
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  color: #333;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 1.5px solid #ddd;
  padding-bottom: 2px;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.card-link:hover {
  color: #111;
  border-color: #999;
}

/* STATS */
.stats {
  padding: 72px 24px;
  background: #1c1c1e;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}
.stats h2 {
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
}
.stats p {
  color: #7a7a7a;
  font-size: 0.95rem;
  margin-bottom: 48px;
  position: relative;
}
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.stat-item {
  flex: 1 1 200px;
  max-width: 220px;
}
.smtitme {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.stat-sym {
  font-size: 1.4rem;
  color: #888;
}
.stat-desc {
  font-size: 0.85rem;
  color: #7a7a7a;
  margin-top: 14px;
  letter-spacing: 0.5px;
}
.stat-line {
  width: 32px;
  height: 2px;
  background: #333;
  margin: 10px auto 0;
}

/* FOOTER */
footer {
  background: #111;
  color: #555;
  padding: 56px 56px 28px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.footer-brand .logo-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
}
.footer-brand p {
  font-size: 0.87rem;
  color: #9e9e9e;
  margin-top: 10px;
  max-width: 220px;
  line-height: 1.65;
}
.footer-col h4 {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.footer-col a {
  display: block;
  color: #9e9e9e;
  font-size: 0.87rem;
  text-decoration: none;
  margin-bottom: 9px;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: #ddd;
}
.footer-tfn {
  background: #fff;
  color: #111;
  padding: 13px 18px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 10px;
}
.footer-tfn a {
  text-decoration: none;
  color: #111;
  margin-bottom: 0px;
}
.footer-tfn a:hover {
  color: #050505;
}
.footer-bottom {
  border-top: 1px solid #1e1e1e;
  padding-top: 22px;
  text-align: center;
  font-size: 0.81rem;
  color: #9e9e9e;
}

.content-section {
  width: 100%;
  padding: 40px 0px;
  background-color: #fff;
}

.content-section h2,
h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 15px;
}

.content-section ul {
  margin: 0px;
  padding: 0px;
  padding-left: 21px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.content-section ul li {
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
}

@media (max-width: 999px) {
  .hero-card {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero-card {
    display: none;
  }
}
@media (max-width: 640px) {
  header {
    padding: 12px 0px;
  }
  nav {
    display: none;
  }
  .hero h1 {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
  .hero-inner {
    padding: 0px;
  }
  footer {
    padding: 40px 20px 22px;
  }

  .stats-grid {
    gap: 30px;
  }

  .tfn-strip {
    padding: 8px 15px;
    gap: 5px;
  }

  .content-section h2,
  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .stats h2 {
    font-size: 1.4rem;
  }
  .section-header h2 {
    font-size: 1.4rem;
  }

  .smtitme {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .tfn-info .tfn-number {
    font-size: 1.4rem;
  }
  .tfn-icon {
    font-size: 1.4rem;
  }
  .logo-text {
    font-size: 1.3rem;
  }
  .header-tfn {
    padding: 8px 15px;
  }

  .hero {
    padding: 40px 3px;
  }
}
