.elementor-231 .elementor-element.elementor-element-3528260{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-434ef11 *//* === RESET & BASE === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

body {
  background: #f8faff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem 1.5rem;
}

/* === MAIN CARD CONTAINER === */
.card {
  max-width: 1280px;
  width: 100%;
  background: #ffffff;
  border-radius: 2.5rem;
  padding: 2.5rem 2.8rem;
  box-shadow: 0 20px 40px -12px rgba(0, 20, 30, 0.15), 0 8px 24px -6px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}

/* === HEADER === */
.header h1 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b1a2b;
  margin-bottom: 0.4rem;
}

.header h1 i {
  color: #3b7cff;
  margin-right: 0.25rem;
}

.subhead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  margin-bottom: 2.2rem;
}

.subhead-left {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1.2rem;
}

.subhead-left p {
  font-size: 1.1rem;
  color: #1f2a3a;
  font-weight: 450;
}

.subhead-left .badge {
  background: #eef3fe;
  color: #1f4fcf;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

/* === SEARCH BAR === */
.subhead-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #f2f6fd;
  padding: 0.35rem 0.35rem 0.35rem 1.2rem;
  border-radius: 60px;
  border: 1px solid #e6edf8;
}

.subhead-right i {
  color: #5f6f87;
  font-size: 0.95rem;
}

.subhead-right input {
  border: none;
  background: transparent;
  padding: 0.5rem 0.2rem;
  font-size: 0.95rem;
  width: 180px;
  outline: none;
  color: #0b1a2b;
}

.subhead-right input::placeholder {
  color: #8f9eb3;
  font-weight: 400;
}

.subhead-right .search-btn {
  background: #1a2b3c;
  color: white;
  border: none;
  padding: 0.5rem 1.4rem;
  border-radius: 60px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: default;
  letter-spacing: 0.2px;
  transition: 0.1s ease;
}

.subhead-right .search-btn i {
  color: white;
  margin-right: 6px;
}

/* === CATEGORY GRID === */
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0 2.8rem;
}

/* === CATEGORY CARDS === */
.cat-card {
  background: #fafcff;
  border-radius: 1.8rem;
  padding: 1.6rem 1.2rem 1.4rem 1.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 20, 40, 0.03);
  border: 1px solid #eef3fa;
  transition: all 0.15s;
}

.cat-card:hover {
  border-color: #cdddec;
  background: #ffffff;
  box-shadow: 0 12px 24px -10px rgba(20, 60, 120, 0.08);
}

.cat-card .icon-wrap {
  font-size: 1.6rem;
  color: #1a3d7a;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cat-card .icon-wrap i {
  background: #e4ecfd;
  padding: 0.4rem;
  border-radius: 14px;
  font-size: 1.2rem;
  width: 2.2rem;
  text-align: center;
  color: #1f4fcf;
}

.cat-card h3 {
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: #0b1f33;
  margin: 0.3rem 0 0.1rem;
}

.cat-card .desc {
  font-size: 0.9rem;
  color: #3d4e67;
  line-height: 1.4;
  margin: 0.25rem 0 0.5rem;
  min-height: 2.8rem;
}

.cat-card .tools-count {
  display: inline-block;
  background: #eef4fe;
  color: #1f4fcf;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.2rem 1rem;
  border-radius: 40px;
  letter-spacing: 0.3px;
  margin-top: 0.15rem;
}

/* === SPECIAL GRID (last row) === */
.grid-special {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}

/* === SUGGEST CARD === */
.suggest-card {
  background: #f1f7ff;
  border-radius: 1.8rem;
  padding: 1.6rem 1.2rem 1.4rem 1.6rem;
  border: 1px dashed #b6cef0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.1s;
}

.suggest-card .icon-wrap {
  font-size: 1.4rem;
  color: #1a3d7a;
  margin-bottom: 0.2rem;
}

.suggest-card h3 {
  font-size: 1.1rem;
  font-weight: 650;
  color: #0b1f33;
  margin: 0.2rem 0 0.1rem;
}

.suggest-card .desc {
  font-size: 0.9rem;
  color: #3d4e67;
  line-height: 1.4;
  margin: 0.2rem 0 0.2rem;
}

.suggest-card .suggest-btn {
  background: #1a2b3c;
  color: white;
  border: none;
  padding: 0.4rem 1.2rem;
  border-radius: 60px;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 0.4rem;
  letter-spacing: 0.3px;
  cursor: default;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.suggest-card .suggest-btn i {
  font-size: 0.75rem;
}

/* === FOOTER === */
.footer-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e6eefa;
  padding-top: 1.8rem;
  margin-top: 0.2rem;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}

.footer-note .left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-note .left i {
  font-size: 1.2rem;
  color: #1f4fcf;
  background: #e3edfe;
  padding: 0.4rem 0.6rem;
  border-radius: 60px;
}

.footer-note .left span {
  font-weight: 500;
  color: #0b1f33;
  font-size: 1rem;
}

.footer-note .left small {
  color: #4c5f7a;
  font-size: 0.9rem;
}

.footer-note .right {
  background: #f2f6fd;
  padding: 0.4rem 1.2rem 0.4rem 1.4rem;
  border-radius: 60px;
  border: 1px solid #dfe9f5;
  font-weight: 500;
  color: #0b1a2b;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}

.footer-note .right i {
  color: #1f4fcf;
}

/* === RESPONSIVE === */
@media (max-width: 1000px) {
  .card {
    padding: 2rem 1.8rem;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-special {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .card {
    padding: 1.5rem;
  }
  .header h1 {
    font-size: 1.8rem;
  }
  .subhead {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }
  .subhead-right {
    padding: 0.3rem 0.3rem 0.3rem 1rem;
  }
  .subhead-right input {
    width: 130px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .grid-special {
    grid-template-columns: 1fr;
  }
  .footer-note {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .subhead-right input {
    width: 100px;
  }
}

/* === UTILITY === */
.cat-card .desc br {
  display: none;
}
/* reset / base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ----- EXACT FOOTER from Screenshot (100).png ----- */
.footer-exact {
  max-width: 1200px;
  width: 100%;
  background: #0d0d0d;          /* deep black/dark background */
  color: #f0f0f0;
  padding: 3rem 2.5rem 2rem 2.5rem;
  border-radius: 32px;           /* smooth rounded corners */
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

/* main grid: brand + links + categories + connect */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2rem 2.5rem;
  margin-bottom: 2.5rem;
  align-items: start;
}

/* --- column 1: brand & tagline --- */
.brand-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.brand-name {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ffffff 0%, #c0c0c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.brand-tagline {
  font-size: 0.95rem;
  color: #b5b5b5;
  line-height: 1.5;
  max-width: 280px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: 0.2rem;
}

/* --- column 2: Quick Links --- */
.links-col h4,
.categories-col h4,
.connect-col h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9a9a9a;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.5rem;
}

.links-col ul,
.categories-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.links-col ul li a,
.categories-col ul li a {
  color: #dbdbdb;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  transition: color 0.15s, padding-left 0.15s;
  display: inline-block;
}

.links-col ul li a:hover,
.categories-col ul li a:hover {
  color: #ffffff;
  padding-left: 4px;
}

/* --- column 4: Connect (with icons) --- */
.connect-col .connect-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.connect-icons a {
  color: #d0d0d0;
  font-size: 1.6rem;
  transition: transform 0.15s, color 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  width: 44px;
  height: 44px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(2px);
}

.connect-icons a:hover {
  color: #ffffff;
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

/* custom icon labels: we use FontAwesome but also keep the original emoji‑like look 
   (in the screenshot it shows 📩 in 📱 📷, but we use modern icons) */
.connect-icons .icon-label {
  display: none; /* hidden, we use FA icons */
}

/* alternative: if you want the exact emoji style, we provide a fallback 
   but we use FA for consistency. We'll keep both: show emoji as text if needed */
.connect-icons .emoji-fallback {
  display: none;
}

/* ----- copyright line (exact) ----- */
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.85rem;
  color: #8a8a8a;
  letter-spacing: 0.01em;
}

.footer-copyright span {
  font-weight: 400;
}

.footer-copyright .rights {
  color: #a0a0a0;
}

/* ----- responsiveness (WordPress friendly) ----- */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .brand-col {
    grid-column: 1 / -1;
  }

  .brand-tagline {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .footer-exact {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    border-radius: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .brand-col {
    grid-column: auto;
  }

  .connect-col .connect-icons {
    gap: 0.8rem;
  }

  .connect-icons a {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    padding-top: 1.2rem;
  }
}

/* small extra: show emoji if you prefer, but we use FontAwesome */
/* if you want to replace with exact emoji from screenshot: 📩 in 📱 📷 
   we keep them as hidden fallback – but we show FA icons */
.connect-icons .fa-envelope:before { content: "\f0e0"; }   /* 📩 */
.connect-icons .fa-linkedin:before { content: "\f0e1"; }  /* in (linkedin) */
.connect-icons .fa-phone:before { content: "\f095"; }     /* 📱 */
.connect-icons .fa-camera:before { content: "\f030"; }    /* 📷 */

/* we also add a small "in" text as fallback for linkedin */
.connect-icons .fa-linkedin {
  font-size: 1.8rem;
}

/* if you want the exact "in" from the image, we add a small badge */
.connect-icons .linkedin-text {
  display: none; /* we use FA */
}

/* demo note (not part of footer) */
.demo-hint {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #7a7a7a;
  background: rgba(0,0,0,0.02);
  padding: 0.2rem 1.2rem;
  border-radius: 40px;
  border: 1px solid #e2e2e2;
}/* End custom CSS */