
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial;
}

body{
  background:#f5f6f8;
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 30px;
  background:#fff;
}

.header nav a{
  margin:0 10px;
  text-decoration:none;
  color:#333;
}

.signup{
  background:red;
  color:#fff;
  border:none;
  padding:8px 15px;
  border-radius:5px;
}

/* HERO */
.hero{
  text-align:center;
  padding:50px 20px;
}

.hero h1{
  font-size:32px;
}

/* TOOLS */
.tools{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
  gap:20px;
  padding:30px;
}

.card{
  background:#fff;
  padding:20px;
  text-align:center;
  border-radius:12px;
  cursor:pointer;
  transition:0.3s;  
}

.card a{
  color: #000;
  text-decoration: none;


}

.card span{
  font-size:30px;
}

.card:hover{
  transform:translateY(-5px);
}

/* CONTENT */
.content{
  background:#fff;
  padding:40px;
}

.content h2{
  margin-bottom:10px;
}

/* FAQ DARK */
.faq{
  background:#0d6efd;
  color:#fff;
  padding:80px 20px;
  text-align:center;
}

.faq h1{
  font-size:40px;
  margin-bottom:10px;
}

.faq p{
  color:#aaa;
  margin-bottom:40px;
}

.faq-box{
  max-width:800px;
  margin:auto;
  text-align:left;
}

.faq-item{
  border-bottom:1px solid #333;
  padding:20px 0;
  cursor:pointer;
}

.faq-question{
  display:flex;
  justify-content:space-between;
  font-size:18px;
}

.faq-answer{
  display:none;
  margin-top:10px;
  color:#bbb;
}

/* ACTIVE FAQ */
.faq-item.active .faq-answer{
  display:block;
}

.faq-item.active .plus{
  transform:rotate(45deg);
}

.footer {
  background: #000;
  color: #fff;
  padding: 50px 20px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.footer-col h2,
.footer-col h3 {
  margin-bottom: 15px;
}

.footer-col p {
  color: #bbb;
  font-size: 14px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #fff;
}

.footer-col a {
  color: #bbb;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #333;
  font-size: 14px;
}

/* COMPANY LINKS CENTER */
.footer-links {
  text-align: center;
  margin-top: 30px;
}

.footer-links a {
  margin: 0 15px;
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #fff;
}



/* ===== MAIN CONTAINER ===== */
.content-cont {
  max-width: 1000px;
  margin: 50px auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* ===== HEADINGS ===== */
.content-cont h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #111;
}

.content-cont h3 {
  margin-top: 30px;
  font-size: 22px;
  color: #222;
  border-left: 4px solid #ff3c3c;
  padding-left: 10px;
}

/* ===== PARAGRAPH ===== */
.content-cont p {
  line-height: 1.7;
  font-size: 16px;
  color: #555;
}

/* ===== LIST ===== */
.content-cont ul {
  margin-top: 10px;
  padding-left: 20px;
}

.content-cont ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* ===== EMAIL BOX ===== */
.support-box {
  background: #f1f4ff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
  border-left: 4px solid #4a6bff;
}

/* ===== CTA ===== */
.cta {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #ff4d4d, #ff7b7b);
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.cta p {
  color: #fff;
  font-size: 16px;
}

.cta a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background: #fff;
  color: #ff4d4d;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.cta a:hover {
  background: #000;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .content-cont {
    padding: 20px;
  }

  .content-cont h2 {
    font-size: 24px;
  }
}

.page-header {
  text-align: center;
  margin: 40px 0;
}

.page-header h1 {
  font-size: 36px;
  margin-bottom: 8px;
}

.page-header p {
  color: #777;
  font-size: 16px;
}

.founder, .trusted {
  text-align: center;
  margin-top: 10px;
  color: #666;
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

.stats div {
  flex: 1;
  background: #f5f7fb;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.stats h3 {
  color: #ff4d4d;
  margin-bottom: 5px;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 9999;
}

#cookie-banner a {
  color: #ff4d4d;
  text-decoration: none;
}

#cookie-banner button {
  background: #ff4d4d;
  border: none;
  padding: 6px 12px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}