/* ==========================================================================
   AI SEO Services — style.css
   Extracted from inline <style> block. Uses Bootstrap 5 for layout/utilities
   and AOS (Animate On Scroll) for entrance animations.
   ========================================================================== */

:root {
  /* Colors */
  --dark:    #07101c;
  --dark2:   #0c1726;
  --yellow:  #ffc20a;
  --yellow2: #f4a900;
  --cream:   #fbf7ef;
  --soft:    #fffaf0;
  --text:    #121722;
  --muted:   #667085;
  --line:    #eadfce;
  --white:   #fff;
  --shadow:  0 18px 45px rgba(15, 23, 42, .12);
  --radius:  22px;

  /* Fonts */
  --font-body:    "Satoshi-Variable", sans-serif;
  --font-display: "Satoshi-Variable", sans-serif;
}

/* ── Base ── */
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text);
}
.btn {
    border-radius: 30px !important;
    font-weight: 600 !important;
	transition: all 0.2s ease-in-out !important;
}

a, p, span, input, select, textarea, button {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}

a {
  text-decoration: none;
  color: inherit;
}

.platforms-bar{
    flex-wrap: wrap;
}
a.custom-logo-link {
    filter: invert(1) !important;
	display: block;
	height: auto;
	width: 219px;
}
.custom-logo-link img{
	width: 100% !important;
	height: auto !important;
}
section {
  padding: 74px 0;
}

@media (max-width: 767px) {
  section { padding: 52px 0; }
  .blog-card { flex: 0 0 calc(100% - 0px); }
	.footer-border{
		justify-content: center !important;
	}
}

/* ── Section backgrounds ── */
.bg-cream      { background: var(--cream); }
.bg-dark-hero  {
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 194, 10, .12), transparent 22%),
    linear-gradient(135deg, #07101c, #0b1728 55%, #050a12);
}
.bg-process { background: #0d1117; }
.bg-footer  { background: #050a12; }

.text-yellow  { color: var(--yellow); }
.text-yellow2 { color: var(--yellow2); }
.accent       { color: var(--yellow); }

/* ── Buttons ── */
.btn-yellow,
.btn-gold {
  background: linear-gradient(135deg, var(--yellow), var(--yellow2));
  color: #111;
  font-weight: 700;
  font-size: .875rem;
  border: 0.5px solid #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(255, 194, 10, .25);
  transition: transform .25s ease;
}
.btn-yellow:hover,
.btn-gold:hover {
  transform: translateY(-2px);
  color: #111;
}

a.btn.btn-outline-light-custom{
    border: 0.5px solid #fdbc08;
    color: #fff;
}

a.btn.btn-outline-light-custom:hover{
	background-color: #fff !important;
	color: #fdbc08 !important;
	border: none !important;
}

.btn-outline-light-custom {
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-weight: 700;
  font-size: .875rem;
  background: rgba(255, 255, 255, .04);
  border-radius: 12px;
  transition: transform .25s ease;
}
.btn-outline-light-custom:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* ── Navbar ── */
.site-nav {
  background: rgba(7, 16, 28, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav-link { color: #d9e1ec !important; font-size: .875rem; }
.nav-link:hover { color: var(--yellow) !important; }

/* ── Eyebrow pill ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 194, 10, .45);
  color: #ffd45c;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .75rem;
  font-weight: 800;
}
.eyebrow-dark,
.eyebrow-light {
  border-color: #f3d16a;
  color: #d99400;
  background: #fff8df;
}

/* ── Hero ── */
.hero-section {
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 194, 10, .12), transparent 22%),
    linear-gradient(135deg, #07101c, #0b1728 55%, #050a12);
  color: #fff;
}
.hero-section h1 {
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: -2px;
  font-weight: 500;
}
.hero-section p {
  font-size: 18px;
  color: #d5deea;
}
@media (max-width: 768px) {
  .hero-section h1 { font-size: 42px; }
  .hero-section p  { font-size: 14px; }
}

/* ── Hero card ── */
.hero-card {
  background: #fff;
  color: #111;
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow);
}
@media (max-width: 991px) {
  .hero-card { max-width: 100%; }
}

.hero-card input,
.hero-card select,
.hero-card textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font: inherit;
  background: #fff;
  font-size: .9rem;
}
.hero-card textarea { height: 88px; resize: none; }

/* Contact Form 7 overrides inside hero card */
.hero-card input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #fdbc08;
    color: #000;
    border-radius: 25px;
    width: auto !important;
    padding: 10px 20px;
    border-color: #fff;
}
.hero-card span.wpcf7-not-valid-tip { color: red; font-size: 13px; margin-left: 7px; }
.hero-card .screen-reader-response  { display: none; }
.hero-card fieldset.hidden-fields-container { display: none; }

/* ── Stat boxes (hero) ── */
.stat-box {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
  height: 100%;
}
.stat-box b    { display: block; color: var(--yellow); font-size: 1.35rem; }
.stat-box span { font-size: .75rem; color: #b9c4d4; }

/* ── Logo strip ── */
.logo-strip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}
.brand-item {
  font-weight: 800;
  color: #444;
  font-size: 22px;
  filter: grayscale(1);
  opacity: .8;
  text-align: center;
}
.brand-item small {
  display: block;
  font-size: .55rem;
  letter-spacing: 2px;
  color: #777;
}

/* ── Lead text ── */
.lead-text {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 400;
  border-left: 5px solid var(--yellow);
  padding-left: 22px;
}
@media (max-width: 768px) {
  .lead-text { font-size: 15px; }
}

/* ── Metric cards ── */
.metric-card,
.metric-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  height: 100%;
}
.metric-card b, .metric-box b       { font-size: 1.6rem; color: var(--yellow2); display: block; }
.metric-card span, .metric-box span { color: var(--muted); font-size: .8rem; }

/* ── Strategy card ── */
.strategy-card  { border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.strategy-item  { border-bottom: 1px solid #eee; }
.strategy-item:last-child { border-bottom: 0; }
.s-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: #fff7d6;
  border: 1px solid #f3d16a;
  color: #d99400;
  font-weight: 900;
}

/* ── Why / Service cards ── */
.why-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  position: relative;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--yellow2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff8df;
  border: 1px solid #f3d16a;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

/* ── Process section ── */
.process-section { background: var(--dark); }
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  display: grid;
  place-items: center;
  font-weight: 900;
  border: 6px solid #263245;
  margin: 0 auto 14px;
  font-size: 1rem;
}
.step-text h4 { color: #fff; font-size: 15px; }
.step-text p  { color: #aeb9c7; font-size: 12px; }

@media (max-width: 768px) {
  .process-timeline {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

/* ── Case study cards ── */
.case-card {
  background: #fff;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.tag-badge,
.tag {
  display: inline-block;
  background: #eef9f1;
  color: #12803a;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .75rem;
  font-weight: 800;
}
.case-stat b     { display: block; font-size: 1.4rem; color: var(--yellow2); }
.case-stat small { color: var(--muted); font-size: .75rem; }

/* ── Testimonials ── */
.testimonial-card {
  background: #fff;
  border: 1px solid #edf0f3;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.big-quote,
.quote-mark { font-size: 2.8rem; color: #e5e7eb; line-height: 1; }
.stars  { color: var(--yellow2); }
.avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #ddd, #aaa); }

/* ── Swiper blog ── */
.blog-card { border: 1px solid #edf0f3; border-radius: 18px; overflow: hidden; background: #fff; }
.blog-img  { height: 150px; background: linear-gradient(135deg, #07101c, #17385e); }
.blog-meta { font-size: 12px; color: var(--muted); }
.blog-card h3 { font-size: 18px; line-height: 1.35; }
.swiper-pagination-bullet-active { background: var(--yellow) !important; }
.swiper-button-next, .swiper-button-prev { color: var(--yellow) !important; }

/* ── FAQ ── */
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; margin-bottom: 10px; }
.faq-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.faq-q { font-size: .9375rem; font-weight: 600; color: var(--text); line-height: 1.5; }
.faq-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--muted);
  transition: transform .3s, background .2s, border-color .2s;
}
.faq-btn[aria-expanded="true"] .faq-icon { transform: rotate(45deg); background: var(--yellow); border-color: var(--yellow); color: #111; }
.faq-btn[aria-expanded="true"] { border-bottom: 1px solid #f0f0f0; }
.faq-body       { overflow: hidden; max-height: 0; transition: max-height .35s cubic-bezier(.4, 0, .2, 1); }
.faq-body-inner { padding: 16px 22px 20px; font-size: .875rem; color: var(--muted); line-height: 1.75; }

/* ── CTA ── */
.cta-section,
.bg-cta { background: linear-gradient(135deg, #07101c, #0e1d31); color: #fff; }

/* ── Footer ── */
.site-footer,
footer { background: #050a12; color: #dce4ee; }
.footer-link,
.foot-link { display: block; color: #96a3b5; font-size: .875rem; margin-bottom: 10px; }
.footer-link:hover,
.foot-link:hover { color: var(--yellow); }
.footer-border { border-top: 1px solid rgba(255, 255, 255, .08); color: #7f8b9d; font-size: 13px; }

/* ── Platforms row ── */
.platforms-row,
.platforms-bar {
  background: #fff8df;
  border: 1px solid #f2d77c;
  border-radius: 14px;
  padding: 15px 18px;
}
.platforms-row strong { font-size: 18px; }

a.foot-link {
    text-decoration: none;
}
@media (max-width: 768px) {
  .platforms-row {
    flex-direction: column;
  }
  .strategy-item {
    display: flex;
    flex-direction: column;
  }
  .brand-item { font-size: 16px; }
  .nav-link   { color: #fff !important; }
}