/* Ad Freelancer — Modern teal palette (freelancers & professionals niche page) */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

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

.ad-freelancer-header {
  padding: 16px 32px;
  background-color: #ffffff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.ad-freelancer-header-inner {
  max-width: 1200px;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.ad-freelancer-header-logo {
  width: 140px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.ad-freelancer-nav {
  flex: 1;
  justify-content: center;
}

.ad-freelancer-nav-link {
  padding: 8px 4px;
  background-color: transparent;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
}

.ad-freelancer-header-cta {
  padding: 12px 24px;
  background-color: #0d9488;
  border-radius: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff;
  text-decoration: none;
  border: none;
}

@media (max-width: 992px) { .ad-freelancer-nav { display: none; } }
@media (max-width: 768px) {
  .ad-freelancer-header { padding: 12px 20px; }
  .ad-freelancer-header-logo { width: 120px; }
  .ad-freelancer-header-cta { padding: 10px 18px; font-size: 13px; }
}


/* ================================
   HERO — teal radial gradient
   ================================ */

.ad-freelancer-hero {
  background: radial-gradient(circle at center, #2dd4bf18, #f0fdfa);
  min-height: 560px;
}

.ad-freelancer-hero-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
  text-align: center;
  color: #134e4a;
  max-width: 900px;
}

.ad-freelancer-hero-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 720px;
}

.ad-freelancer-hero-ctas { justify-content: center; }

.ad-freelancer-hero-cta {
  padding: 18px 44px;
  background-color: #0d9488;
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 24px -8px rgba(13, 148, 136, 0.30);
}

.ad-freelancer-hero-cta-secondary {
  padding: 18px 32px;
  background-color: transparent;
  border: 1px solid #0d9488;
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0d9488;
  text-decoration: none;
}

.ad-freelancer-hero-screenshot {
  width: 100%;
  max-width: 960px;
  border-radius: 20px;
  box-shadow: 0 14px 34px -8px rgba(19, 78, 74, 0.24);
  object-fit: cover;
  border: 1px solid #e2e8f0;
}

@media (max-width: 768px) {
  .ad-freelancer-hero { min-height: 480px; }
  .ad-freelancer-hero-heading { font-size: 40px; }
  .ad-freelancer-hero-subtext { font-size: 17px; }
  .ad-freelancer-hero-cta, .ad-freelancer-hero-cta-secondary { padding: 16px 28px; font-size: 15px; }
}

@media (max-width: 480px) {
  .ad-freelancer-hero { min-height: 420px; }
  .ad-freelancer-hero-heading { font-size: 30px; }
  .ad-freelancer-hero-subtext { font-size: 15px; }
}


/* ================================
   PILLARS — light mint with white cards
   ================================ */

.ad-freelancer-pillars { background-color: #f0fdfa; }

.ad-freelancer-pillars-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-pillars-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 680px;
}

.ad-freelancer-pillars-grid { justify-content: center; }

.ad-freelancer-pillar-card {
  flex: 1;
  min-width: 240px;
  max-width: 280px;
  padding: 32px 28px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px -8px rgba(19, 78, 74, 0.08);
}

.ad-freelancer-pillar-icon {
  font-size: 32px;
  color: #0d9488;
}

.ad-freelancer-pillar-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.3;
}

.ad-freelancer-pillar-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 768px) {
  .ad-freelancer-pillars-heading { font-size: 32px; }
  .ad-freelancer-pillars-subtext { font-size: 16px; }
  .ad-freelancer-pillar-card { max-width: 100%; min-width: 100%; }
}

@media (max-width: 480px) { .ad-freelancer-pillars-heading { font-size: 26px; } }


/* ================================
   HOW IT WORKS — subtle warm mint
   ================================ */

.ad-freelancer-how {
  background-color: #ecfdf5;
}

.ad-freelancer-how-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-how-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 620px;
}

.ad-freelancer-how-video-wrap { width: 100%; max-width: 960px; }

.ad-freelancer-how-video-poster {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 14px 34px -8px rgba(19, 78, 74, 0.24);
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 1px solid #e2e8f0;
}

.ad-freelancer-how-video-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0d9488;
  text-align: center;
}

.ad-freelancer-how-steps {
  justify-content: center;
  align-items: flex-start;
}

.ad-freelancer-how-step {
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  padding: 24px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
}

.ad-freelancer-how-step-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #2dd4bf;
  line-height: 1;
}

.ad-freelancer-how-step-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.3;
}

.ad-freelancer-how-step-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 768px) {
  .ad-freelancer-how-heading { font-size: 32px; }
  .ad-freelancer-how-subtext { font-size: 16px; }
  .ad-freelancer-how-step { min-width: 100%; max-width: 100%; }
}

@media (max-width: 480px) { .ad-freelancer-how-heading { font-size: 26px; } }


/* ================================
   FEATURES DEEP DIVE — light mint
   ================================ */

.ad-freelancer-features { background-color: #f0fdfa; }

.ad-freelancer-features-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-features-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 680px;
}

.ad-freelancer-feature-row {
  align-items: center;
  justify-content: space-between;
}

.ad-freelancer-feature-text-col {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
}

.ad-freelancer-feature-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #134e4a;
}

.ad-freelancer-feature-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #64748b;
}

.ad-freelancer-feature-screenshot {
  flex: 1;
  min-width: 300px;
  max-width: 540px;
  border-radius: 20px;
  box-shadow: 0 14px 34px -8px rgba(19, 78, 74, 0.24);
  object-fit: cover;
  border: 1px solid #e2e8f0;
}

@media (max-width: 992px) {
  .ad-freelancer-feature-row { flex-direction: column; }
  .ad-freelancer-feature-text-col { max-width: 100%; min-width: 100%; }
  .ad-freelancer-feature-screenshot { max-width: 100%; min-width: 100%; }
}

@media (max-width: 768px) {
  .ad-freelancer-features-heading { font-size: 32px; }
  .ad-freelancer-feature-title { font-size: 24px; }
}

@media (max-width: 480px) {
  .ad-freelancer-features-heading { font-size: 26px; }
  .ad-freelancer-feature-title { font-size: 20px; }
  .ad-freelancer-feature-desc { font-size: 15px; }
}


/* ================================
   NICHES — white
   ================================ */

.ad-freelancer-niches { background-color: #ffffff; }

.ad-freelancer-niches-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-niches-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 720px;
}

.ad-freelancer-niches-grid { justify-content: center; }

.ad-freelancer-niche-card {
  flex: 1;
  min-width: 240px;
  max-width: 280px;
  background-color: #f0fdfa;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 8px 24px -8px rgba(19, 78, 74, 0.08);
}

.ad-freelancer-niche-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.ad-freelancer-niche-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #134e4a;
  padding: 20px 20px 0 20px;
}

.ad-freelancer-niche-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #64748b;
  padding: 0 20px 20px 20px;
}

.ad-freelancer-niches-more {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 720px;
}

@media (max-width: 768px) {
  .ad-freelancer-niches-heading { font-size: 32px; }
  .ad-freelancer-niches-subtext { font-size: 16px; }
  .ad-freelancer-niche-card { max-width: 100%; min-width: 100%; }
  .ad-freelancer-niche-img { height: 220px; }
}

@media (max-width: 480px) { .ad-freelancer-niches-heading { font-size: 26px; } }


/* ================================
   INTEGRATIONS — light mint
   ================================ */

.ad-freelancer-integrations { background-color: #f0fdfa; }

.ad-freelancer-integrations-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-integrations-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 620px;
}

.ad-freelancer-integrations-grid { justify-content: center; }

.ad-freelancer-integration-card {
  flex: 1;
  min-width: 200px;
  max-width: 220px;
  padding: 28px 20px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px -8px rgba(19, 78, 74, 0.08);
  align-items: flex-start;
}

.ad-freelancer-integration-icon {
  font-size: 36px;
  color: #0d9488;
  margin-bottom: 4px;
}

.ad-freelancer-integration-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.3;
}

.ad-freelancer-integration-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #64748b;
}

@media (max-width: 768px) {
  .ad-freelancer-integrations-heading { font-size: 32px; }
  .ad-freelancer-integration-card { min-width: 45%; max-width: 45%; }
}

@media (max-width: 480px) {
  .ad-freelancer-integrations-heading { font-size: 26px; }
  .ad-freelancer-integration-card { min-width: 100%; max-width: 100%; }
}


/* ================================
   PRICING — teal radial gradient
   ================================ */

.ad-freelancer-pricing {
  background: radial-gradient(circle at center, #2dd4bf18, #f0fdfa);
}

.ad-freelancer-pricing-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-pricing-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
  max-width: 560px;
}

.ad-freelancer-pricing-highlight {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  color: #0d9488;
  line-height: 1;
}

.ad-freelancer-pricing-label {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #64748b;
}

.ad-freelancer-pricing-trial {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #0d9488;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ad-freelancer-pricing-includes {
  width: 100%;
  max-width: 440px;
  padding: 24px 28px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px -8px rgba(19, 78, 74, 0.08);
}

.ad-freelancer-pricing-include-item {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #334155;
}

.ad-freelancer-pricing-cta {
  padding: 18px 56px;
  background-color: #0d9488;
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 24px -8px rgba(13, 148, 136, 0.30);
}

@media (max-width: 768px) {
  .ad-freelancer-pricing-heading { font-size: 32px; }
  .ad-freelancer-pricing-highlight { font-size: 56px; }
}

@media (max-width: 480px) {
  .ad-freelancer-pricing-heading { font-size: 26px; }
  .ad-freelancer-pricing-highlight { font-size: 44px; }
}


/* ================================
   FAQ — white
   ================================ */

.ad-freelancer-faq { background-color: #ffffff; }

.ad-freelancer-faq-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #134e4a;
}

.ad-freelancer-faq-list { max-width: 800px; }

.ad-freelancer-faq-item {
  width: 100%;
  padding: 28px 32px;
  background-color: #f0fdfa;
  border-radius: 15px;
  border: 1px solid #e2e8f0;
}

.ad-freelancer-faq-question {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.3;
}

.ad-freelancer-faq-answer {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #64748b;
}

@media (max-width: 768px) {
  .ad-freelancer-faq-heading { font-size: 32px; }
  .ad-freelancer-faq-item { padding: 22px 24px; }
}

@media (max-width: 480px) {
  .ad-freelancer-faq-heading { font-size: 26px; }
  .ad-freelancer-faq-question { font-size: 16px; }
}


/* ================================
   FINAL CTA — dark teal moment
   ================================ */

.ad-freelancer-final-cta { background-color: #134e4a; }

.ad-freelancer-final-cta-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #ffffff;
}

.ad-freelancer-final-cta-text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
}

.ad-freelancer-final-cta-button {
  padding: 20px 64px;
  background-color: #2dd4bf;
  border-radius: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #134e4a;
  text-decoration: none;
  border: none;
  box-shadow: 0 14px 34px -8px rgba(19, 78, 74, 0.48);
}

@media (max-width: 768px) {
  .ad-freelancer-final-cta-heading { font-size: 34px; }
  .ad-freelancer-final-cta-text { font-size: 16px; }
}

@media (max-width: 480px) {
  .ad-freelancer-final-cta-heading { font-size: 28px; }
  .ad-freelancer-final-cta-text { font-size: 15px; }
}


/* ================================
   FOOTER — dark teal
   ================================ */

.ad-freelancer-footer { background-color: #134e4a; }

.ad-freelancer-footer-brand {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 460px;
}

.ad-freelancer-footer-cols {
  justify-content: space-between;
  align-items: flex-start;
}

.ad-freelancer-footer-col {
  flex: 1;
  min-width: 160px;
  max-width: 220px;
}

.ad-freelancer-footer-col-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2dd4bf;
  margin-bottom: 4px;
}

.ad-freelancer-footer-link {
  padding: 4px 0;
  background-color: transparent;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.ad-freelancer-footer-social { align-items: center; }

.ad-freelancer-footer-social-icon {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.ad-freelancer-footer-copyright {
  width: 100%;
  padding-top: 24px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 768px) { .ad-freelancer-footer-col { min-width: 45%; max-width: 45%; } }
@media (max-width: 480px) { .ad-freelancer-footer-col { min-width: 100%; max-width: 100%; } }
