/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; color: #1a1a1a; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== UTILITIES ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.section { padding: 80px 0; }

.section-heading {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 48px;
  color: #1a1a1a;
}

.section-line {
  width: 40px;
  height: 3px;
  background: #1a9fd8;
  margin: 10px 0 20px;
}

.section-line.centered { margin: 10px auto 28px; }

/* ===== HEADER ===== */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}
#header.scrolled { box-shadow: 0 2px 12px rgba(0,0,0,0.12); }

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 80px;
}

.nav-logo img { height: 48px; width: auto; }

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #666;
  transition: color 0.2s;
}
.nav-links a:hover { color: #1a9fd8; }

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}

/* ===== HERO ===== */
#hero {
  min-height: 60vh;
  background: white;
  display: flex;
  align-items: center;
  padding-top: 80px;
  border-bottom: 1px solid #eee;
}

.hero-inner {
  padding: 60px 32px;
  width: 100%;
  text-align: center;
}

.hero-inner h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.1;
}

.hero-line {
  width: 70px;
  height: 4px;
  background: #1a9fd8;
  margin: 32px auto 0;
}

/* ===== BANNER ===== */
.banner-strip {
  background: white;
  padding: 28px 32px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  border-bottom: 1px solid #eee;
}
.banner-strip p { margin-bottom: 6px; color: #1a1a1a; }
.banner-strip a {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  color: #1a9fd8;
  font-size: 1.05rem;
}
.banner-strip a:hover { color: #0b3d73; }

/* ===== STRATEGY ===== */
.strategy-intro {
  text-align: center;
  max-width: 720px;
  margin: -24px auto 56px;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.strategy-intro a { text-decoration: underline; color: #1a9fd8; }

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.strategy-item h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.strategy-item p { font-size: 0.95rem; color: #555; line-height: 1.75; }

/* ===== FEATURED ON ===== */
#featured-on {
  padding: 48px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.featured-label {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.featured-label span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #aaa;
  background: white;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.featured-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #e0e0e0;
}

.featured-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.pub-logo { color: #1a1a1a; font-weight: 700; font-size: 1.2rem; line-height: 1.2; text-align: center; }
.pub-guardian { font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; font-weight: 700; }
.pub-forbes { font-size: 1.7rem; font-weight: 900; letter-spacing: -0.02em; }
.pub-entrepreneur { font-style: italic; font-size: 1.2rem; }
.pub-huffpost { font-size: 1.1rem; }
.pub-bizinsider { font-size: 0.9rem; letter-spacing: 0.04em; line-height: 1.3; text-transform: uppercase; font-weight: 900; }

/* ===== SPECIALTIES ===== */
.specialties-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

.specialty-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.specialty-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialty-icon svg { width: 100%; height: 100%; }

.ai-icon {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}
.ai-a { color: #e04040; }
.ai-i { color: #40a040; font-style: italic; }

.specialty-item h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 12px; }
.specialty-item p { font-size: 0.9rem; color: #555; line-height: 1.65; }

/* ===== KPI ===== */
#kpi { background: white; }

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.kpi-number {
  display: block;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #1a9fd8;
  line-height: 1;
  margin-bottom: 12px;
}
.kpi-item p { font-size: 0.9rem; color: #555; }

/* ===== LAUNCH ===== */
#launch { background: #f0f1f3; padding: 80px 0; }

.launch-centered {
  text-align: center;
}

.launch-centered h2 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
  color: #1a1a1a;
}

.launch-centered p {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 24px;
  line-height: 1.5;
}

.btn-cta {
  display: inline-block;
  margin-top: 28px;
  background: #1a9fd8;
  color: white;
  padding: 14px 36px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-cta:hover { background: #0d7db0; }

/* ===== TESTIMONIAL ===== */
#testimonial {
  background-color: #111;
  background-image: url('/images/testimonial-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
}
#testimonial::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
}

.testimonial-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
  color: white;
}

#testimonial h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 6px; }

.testimonial-carousel { position: relative; min-height: 120px; }

.testimonial-slide {
  display: none;
  animation: fadeIn 0.6s ease;
}
.testimonial-slide.active { display: block; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

#testimonial blockquote {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #ddd;
  margin-bottom: 20px;
}

#testimonial cite { font-weight: 700; font-style: normal; font-size: 1rem; }

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active { background: white; }

/* ===== CONTACT ===== */
#contact { background: white; }
#contact .section-heading { margin-bottom: 40px; }

#contact-form { max-width: 720px; margin: 0 auto; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-row input { margin-bottom: 0; }

#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  font-family: 'Barlow', sans-serif;
  font-size: 0.95rem;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
  display: block;
  margin-bottom: 16px;
  border-radius: 1px;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder { color: #aaa; }
#contact-form input:focus,
#contact-form textarea:focus { border-color: #1a9fd8; }
#contact-form textarea { resize: vertical; }

.cf-turnstile { margin-bottom: 16px; }

.form-bottom { text-align: right; }

.btn-submit {
  background: #1a9fd8;
  color: white;
  border: none;
  padding: 14px 48px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 2px;
  letter-spacing: 0.02em;
}
.btn-submit:hover { background: #0d7db0; }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.form-message {
  max-width: 720px;
  margin: 16px auto 0;
  padding: 14px 16px;
  font-weight: 600;
  display: none;
  border-radius: 2px;
}
.form-message.success { background: #e8f5e9; color: #2e7d32; border: 1px solid #a5d6a7; display: block; }
.form-message.error { background: #ffebee; color: #c62828; border: 1px solid #ef9a9a; display: block; }

/* ===== PARTNER STRIP ===== */
.partner-strip { background: #1a9fd8; padding: 40px 32px; }

.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.partner-logo { color: white; font-weight: 700; font-size: 1.5rem; }
.partner-google { font-weight: 400; font-size: 1.6rem; letter-spacing: -0.01em; }
.partner-facebook {
  background: #1877f2;
  padding: 4px 14px;
  font-size: 1.3rem;
  font-weight: 900;
  border-radius: 3px;
}
.partner-instagram { font-weight: 300; letter-spacing: 0.03em; font-size: 1.35rem; }
.partner-outbrain { font-size: 1.35rem; }
.partner-taboola { font-size: 1.35rem; }

/* ===== FOOTER ===== */
#footer { background: #111; padding: 48px 32px; }

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer-logo img { height: 56px; filter: brightness(0) invert(1); }

.footer-nav { display: flex; align-items: center; gap: 16px; }
.footer-nav a { color: #999; font-size: 0.9rem; transition: color 0.2s; }
.footer-nav a:hover { color: white; }
.footer-sep { color: #444; }

/* ===== LEGAL PAGES ===== */
.legal-page { padding: 120px 0 80px; }
.legal-page h1 { font-size: 2.4rem; font-weight: 900; margin-bottom: 8px; }
.legal-updated { color: #888; margin-bottom: 48px; font-size: 0.9rem; }
.legal-page h2 { font-size: 1.1rem; font-weight: 800; margin: 36px 0 12px; color: #1a1a1a; }
.legal-page p { color: #444; margin-bottom: 16px; line-height: 1.8; }
.legal-page ul { margin: 12px 0 16px 28px; color: #444; }
.legal-page li { line-height: 1.8; margin-bottom: 6px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .strategy-grid { grid-template-columns: 1fr; gap: 40px; }
  .specialties-grid { grid-template-columns: repeat(2, 1fr); }
  .kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .launch-grid { grid-template-columns: 1fr; text-align: center; }
  .launch-text p { max-width: 100%; }
  .section-line { margin-left: auto; margin-right: auto; }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0; right: 0;
    background: white;
    flex-direction: column;
    padding: 8px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 14px 32px; border-bottom: 1px solid #f0f0f0; }
  .mobile-menu-btn { display: flex; }

  .nav-container { padding: 0 24px; }
  .form-row { grid-template-columns: 1fr; }
  .specialties-grid { grid-template-columns: 1fr; }
  .featured-logos { gap: 28px; }
  .partner-logos { gap: 28px; }

  .launch-text h2 { font-size: 3.5rem; }
  .launch-text p { margin-left: auto; margin-right: auto; }
}
