
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  background: #080b14;
  color: #f5f7ff;
  line-height: 1.6;
  overflow-x: hidden;
}


/* =========================
   BACKGROUND
========================= */

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      rgba(8, 11, 20, 0.92),
      rgba(8, 11, 20, 0.97)
    ),
    radial-gradient(
      circle at 20% 20%,
      rgba(80, 100, 255, 0.15),
      transparent 30%
    );
  z-index: -3;
}
.site-header .logo .logo-image {
  width: 38px !important;
  height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
  border-radius: 10px;
}
.background-glow {
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.18;
  pointer-events: none;
  z-index: -2;
}

.glow-one {
  background: #5b5cff;
  top: -200px;
  left: -150px;
}

.glow-two {
  background: #00b8ff;
  bottom: -250px;
  right: -150px;
}


/* =========================
   HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px 7%;

  background: rgba(8, 11, 20, 0.78);
  backdrop-filter: blur(20px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;

  color: white;
  text-decoration: none;

  font-size: 18px;
  font-weight: 600;
}

.logo strong {
  font-weight: 800;
}

.logo-icon {
  display: grid;
  place-items: center;

  width: 38px;
  height: 38px;

  border-radius: 11px;

  background: linear-gradient(
    135deg,
    #6675ff,
    #7c4dff
  );

  font-weight: 800;
  color: white;

  box-shadow:
    0 8px 25px rgba(95, 90, 255, 0.3);
}

.navbar {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar a {
  color: #aeb5c9;
  text-decoration: none;

  font-size: 14px;
  font-weight: 500;

  transition: 0.25s ease;
}

.navbar a:hover {
  color: white;
}


/* =========================
   HERO
========================= */

.hero {
  min-height: 700px;

  max-width: 1200px;
  margin: auto;

  padding: 120px 30px;

  display: grid;
  grid-template-columns: 1.3fr 0.7fr;

  align-items: center;
  gap: 80px;
}

.badge {
  display: inline-block;

  padding: 8px 14px;
  margin-bottom: 25px;

  border: 1px solid rgba(120, 130, 255, 0.3);
  border-radius: 50px;

  background: rgba(100, 100, 255, 0.08);

  color: #aeb5ff;

  font-size: 12px;
  font-weight: 600;
}

.hero h1 {
  font-size: clamp(48px, 7vw, 82px);
  line-height: 1.05;
  letter-spacing: -4px;
  margin-bottom: 28px;
}

.hero h1 span,
.about-content h2 span,
.section-heading h2 span {
  background: linear-gradient(
    90deg,
    #8d94ff,
    #54d5ff
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-description {
  max-width: 600px;

  color: #9da5bb;

  font-size: 17px;
  line-height: 1.8;

  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.primary-button,
.secondary-button {
  padding: 14px 22px;

  border-radius: 12px;

  text-decoration: none;

  font-size: 14px;
  font-weight: 600;

  transition: 0.3s ease;
}

.primary-button {
  display: flex;
  gap: 12px;
  align-items: center;

  color: white;

  background: linear-gradient(
    135deg,
    #6675ff,
    #7c4dff
  );

  box-shadow:
    0 10px 30px rgba(92, 87, 255, 0.25);
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 15px 40px rgba(92, 87, 255, 0.4);
}

.secondary-button {
  color: #d6daea;

  border: 1px solid rgba(255, 255, 255, 0.1);

  background: rgba(255, 255, 255, 0.04);
}

.secondary-button:hover {
  background: rgba(255, 255, 255, 0.08);
}


/* =========================
   HERO CARD
========================= */

.hero-card {
  padding: 30px;

  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.09),
      rgba(255, 255, 255, 0.025)
    );

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.35);

  transform: rotate(2deg);

  transition: 0.4s ease;
}

.hero-card:hover {
  transform: rotate(0deg) translateY(-8px);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 35px;
}

.card-icon {
  font-size: 38px;
}

.online {
  color: #66e6a4;
  font-size: 11px;
}

.hero-card h3 {
  font-size: 27px;
  margin-bottom: 10px;
}

.hero-card p {
  color: #969eb4;
  font-size: 14px;
}

.card-line {
  height: 1px;
  margin: 30px 0;

  background: rgba(255, 255, 255, 0.1);
}

.card-stat {
  display: flex;
  flex-direction: column;
}

.card-stat strong {
  font-size: 20px;
}

.card-stat span {
  color: #7f879d;
  font-size: 12px;
}


/* =========================
   GENERAL SECTIONS
========================= */

.tools-section,
.quotes-section {
  max-width: 1200px;
  margin: auto;
  padding: 100px 30px;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading.center {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  color: #7884ff;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2px;
}

.section-heading h2 {
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.15;

  letter-spacing: -2px;

  margin: 12px 0;
}

.section-heading p {
  color: #858da3;
}


/* =========================
   TOOL CARDS
========================= */

.tool-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 18px;
}

.tool-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 280px;

  padding: 28px;

  border-radius: 20px;

  text-decoration: none;
  color: white;

  background: rgba(255, 255, 255, 0.035);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.35s ease;
}

.tool-card:hover {
  transform: translateY(-8px);

  border-color: rgba(130, 140, 255, 0.35);

  background: rgba(255, 255, 255, 0.06);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.25);
}

.tool-icon {
  display: grid;
  place-items: center;

  width: 55px;
  height: 55px;

  margin-bottom: 35px;

  border-radius: 15px;

  background: rgba(100, 110, 255, 0.12);

  font-size: 25px;
}

.tool-tag {
  color: #737fff;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 1.5px;
}

.tool-card h3 {
  margin: 7px 0;

  font-size: 20px;
}

.tool-card p {
  color: #858da3;
  font-size: 13px;
}

.arrow {
  position: absolute;

  right: 25px;
  bottom: 25px;

  color: #7884ff;

  font-size: 20px;

  transition: 0.3s ease;
}

.tool-card:hover .arrow {
  transform: translateX(6px);
}


/* =========================
   ABOUT
========================= */

.about-section {
  max-width: 1100px;

  margin: 80px auto;

  padding: 90px 8%;

  display: grid;
  grid-template-columns: 120px 1fr;

  gap: 50px;

  border-radius: 30px;

  background:
    linear-gradient(
      135deg,
      rgba(100, 110, 255, 0.1),
      rgba(50, 190, 255, 0.03)
    );

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-number {
  color: #6874ff;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 2px;
}

.about-content {
  max-width: 700px;
}

.about-content h2 {
  margin: 12px 0 25px;

  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;

  letter-spacing: -2px;
}

.about-content p {
  margin-bottom: 18px;

  color: #8d95aa;

  font-size: 15px;
}


/* =========================
   QUOTES
========================= */

.quotes-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 16px;
}

.quote-card {
  position: relative;

  padding: 30px;

  min-height: 180px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.035);

  border: 1px solid rgba(255, 255, 255, 0.07);

  transition: 0.3s ease;
}

.quote-card:hover {
  transform: translateY(-4px);

  background: rgba(255, 255, 255, 0.055);
}

.quote-card p {
  color: #d9ddec;

  font-size: 15px;
  line-height: 1.7;

  margin-bottom: 20px;
}

.quote-card span {
  color: #7884ff;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 1px;
}

.quote-card.featured {
  grid-column: span 2;

  padding: 45px;

  background:
    linear-gradient(
      135deg,
      rgba(100, 110, 255, 0.13),
      rgba(70, 210, 255, 0.04)
    );

  border-color: rgba(120, 130, 255, 0.2);
}

.quote-card.featured p {
  max-width: 700px;

  font-size: 24px;
  font-weight: 500;
}

.quote-mark {
  position: absolute;

  top: 15px;
  right: 30px;

  color: #6f7aff;

  font-size: 70px;
  line-height: 1;

  opacity: 0.4;
}


/* =========================
   FOOTER
========================= */

footer {
  max-width: 1200px;

  margin: 80px auto 0;

  padding: 40px 30px;

  display: flex;
  align-items: center;
  gap: 20px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  color: #737b91;

  font-size: 12px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;

  color: white;
  font-weight: 700;
}

.footer-logo .logo-icon {
  width: 30px;
  height: 30px;

  font-size: 13px;
}

.footer-line {
  flex: 1;
}

.copyright {
  color: #555d71;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 800px) {

  .site-header {
    padding: 15px 20px;
  }

  .navbar {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 80px 25px;
    gap: 50px;
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .hero-card {
    transform: none;
  }

  .tool-grid {
    grid-template-columns: 1fr;
  }

  .about-section {
    grid-template-columns: 1fr;
    margin: 40px 20px;
    padding: 50px 30px;
    gap: 15px;
  }

  .quotes-grid {
    grid-template-columns: 1fr;
  }

  .quote-card.featured {
    grid-column: span 1;
  }

  .tools-section,
  .quotes-section {
    padding: 70px 25px;
  }

  footer {
    margin: 50px 20px 0;
    flex-wrap: wrap;
  }

  .footer-line {
    display: none;
  }

  .quote-card {
    color: inherit;
    text-decoration: none;
    display: block;
  }

  /* Mobile bottom image */
  .bottom-image {
    height: 300px;
  }
}


/* ==============================
   BOTTOM IMAGE
============================== */

.bottom-image-section {
  width: 100%;
  padding: 80px 7%;
  display: flex;
  justify-content: center;
}

.bottom-image {
  width: 100%;
  max-width: 1100px;
  height: 500px;
  object-fit: cover;
  display: block;

  border-radius: 24px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.4);
}