/* ═══════════════════════════════════════════
   SEO & AI Visibility Page Styles
   ═══════════════════════════════════════════ */

/* ── Script/Italic Title Style ── */
.script-title {
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* ══════════════════════════════
   1. HERO SECTION
   ══════════════════════════════ */
.seo-hero {
  position: relative;
  background: #ffffff;
  padding: 56px 0 48px;
  overflow: hidden;
}

.seo-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: center;
}

.seo-hero__content {
  position: relative;
  z-index: 2;
}

.seo-hero__badge {
  display: inline-block;
  color: #0A882E;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.seo-hero h1 {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.seo-hero p {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 36px;
}

.seo-hero__buttons {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.seo-hero__link {
  color: #1e293b;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-flex;
  align-items: center;
  transition: color .2s;
}

.seo-hero__link:hover {
  color: #0A882E;
}

.seo-hero__image {
  position: relative;
  z-index: 1;
}

.seo-hero__image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 620px;
  margin-left: auto;
}

/* ══════════════════════════════
   2. FROM KEYWORDS SECTION
   ══════════════════════════════ */
.seo-evolution {
  padding: 56px 0;
  background: #F8F9FA;
}

.seo-evolution__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 28px;
}

.seo-evolution__header h2 {
  font-size: 2.75rem;
  color: #000;
  margin-bottom: 20px;
}

.seo-evolution__header p {
  font-size: 1.05rem;
  color: #64748B;
  line-height: 1.7;
}

.seo-evolution__card {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
  overflow: hidden;
}

.seo-evolution__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px 36px;
  border-bottom: 1px solid #f1f5f9;
}

.seo-evolution__item:last-child {
  border-bottom: none;
}

.seo-evolution__check {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #E8F5E9;
  color: #0A882E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  margin-top: 2px;
}

.seo-evolution__label {
  display: block;
  font-size: .8rem;
  font-weight: 700;
  color: #0A882E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.seo-evolution__item p {
  font-size: .95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

.seo-evolution__cta {
  text-align: center;
  margin-top: 28px;
}

/* ══════════════════════════════
   3. CORE GROWTH SOLUTIONS
   ══════════════════════════════ */
.seo-solutions {
  padding: 56px 0;
  background: #fff;
}

.seo-solutions__header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 28px;
}

.seo-solutions__header h2 {
  font-size: 2.75rem;
  color: #000;
  margin-bottom: 20px;
}

.seo-solutions__header p {
  font-size: 1.05rem;
  color: #64748B;
  line-height: 1.7;
}

.seo-solutions__group {
  margin-bottom: 40px;
}

.seo-solutions__group:last-child {
  margin-bottom: 0;
}

.seo-solutions__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0A882E;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 50px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.seo-solutions__pill i {
  font-size: .75rem;
}

.seo-solutions__band {
  background: #F4F5F6;
  border-radius: 20px;
  padding: 32px;
  padding-top: 48px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.seo-solutions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.seo-solution-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 24px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.seo-solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
}

.seo-solution-card__icon {
  width: 48px;
  height: 48px;
  background: #E8F5E9;
  color: #0A882E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 20px;
}

.seo-solution-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.35;
}

.seo-solution-card p {
  font-size: .9rem;
  color: #64748B;
  line-height: 1.6;
  margin: 0;
}

a.seo-solution-card--link {
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
}

a.seo-solution-card--link::after {
  content: '→';
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 1.2rem;
  color: #0A882E;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .3s, transform .3s;
}

a.seo-solution-card--link:hover::after {
  opacity: 1;
  transform: translateX(0);
}

a.seo-solution-card--link:hover {
  border: 1px solid #0A882E;
}

/* ══════════════════════════════
   4. EXECUTION ROADMAP
   ══════════════════════════════ */
.seo-roadmap {
  background: #FAFAFA;
}

.seo-roadmap__header {
  padding: 48px 0 28px;
  text-align: center;
}

.seo-roadmap__header h2 {
  font-size: 2.75rem;
  color: #000;
  margin-bottom: 16px;
}

.seo-roadmap__header p {
  font-size: 1.05rem;
  color: #64748B;
}

.seo-roadmap__band {
  padding: 0 0 56px;
}

.seo-roadmap__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
}

.seo-roadmap__step {
  background: #fff;
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.04);
  height: 100%;
}

.seo-roadmap__icon {
  width: 48px;
  height: 48px;
  background: #E8F5E9;
  color: #0A882E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 24px;
}

.seo-roadmap__step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
  line-height: 1.35;
}

.seo-roadmap__step p {
  font-size: .9rem;
  color: #64748B;
  line-height: 1.7;
  margin: 0;
}

.seo-roadmap__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #0A882E;
  font-size: 1.1rem;
}

/* ══════════════════════════════
   5. ARABIAPRO STANDS OUT
   ══════════════════════════════ */
.seo-standout {
  padding: 56px 0;
  background: #fff;
}

.seo-standout__header {
  text-align: center;
  margin-bottom: 28px;
}

.seo-standout__header h2 {
  font-size: 2.75rem;
  color: #000;
  margin-bottom: 16px;
}

.seo-standout__subtitle {
  display: block;
  font-size: 1.1rem;
  color: #64748B;
  margin-bottom: 4px;
}

.seo-standout__header p {
  font-size: 1.1rem;
  color: #64748B;
  margin: 0;
}

.seo-standout__box {
  background: #F8F9FA;
  border-radius: 24px;
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.seo-standout__row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,.02);
}

.seo-standout__row:last-child {
  margin-bottom: 0;
}

.seo-standout__col-bad {
  flex: 1;
  font-size: 1rem;
  color: #334155;
}

.seo-standout__col-arrow {
  width: 60px;
  text-align: center;
  color: #0A882E;
  font-size: 1rem;
}

.seo-standout__col-good {
  flex: 1.5;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.seo-standout__col-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #E8F5E9;
  color: #0A882E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  flex-shrink: 0;
  margin-left: 16px;
}

/* ══════════════════════════════
   6. SOUNDS FAMILIAR (reuse)
   ══════════════════════════════ */
.seo-familiar {
  padding: 56px 0;
  background: #F8F9FA;
}

.seo-familiar__header {
  text-align: center;
  margin-bottom: 32px;
}

.seo-familiar__header h2 {
  font-size: 2.75rem;
  color: #000;
  margin-bottom: 12px;
}

.seo-familiar__header p {
  font-size: 1.1rem;
  color: #64748B;
}

.seo-familiar__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.seo-familiar__card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
}

.seo-familiar__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(10, 136, 46, 0.1);
}

.seo-familiar__card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.seo-familiar__icon {
  width: 48px;
  height: 48px;
  background: #E8F5E9;
  color: #0A882E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.4s ease;
}

.seo-familiar__card:hover .seo-familiar__icon {
  background-color: #0A882E;
  color: #fff;
  transform: scale(1.05);
}

.seo-familiar__num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #CBD5E1;
}

.seo-familiar__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.seo-familiar__desc {
  font-size: .95rem;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 24px;
}

.seo-familiar__link {
  color: #0A882E;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  margin-bottom: 24px;
  display: inline-block;
  transition: opacity .2s;
}

.seo-familiar__link:hover {
  opacity: .8;
}

.seo-familiar__solution {
  background: #E8F5E9;
  border: 1px solid #BFE8C2;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.seo-familiar__card:hover .seo-familiar__solution {
  background-color: #0A882E;
  border-color: #0A882E;
  box-shadow: 0 8px 24px rgba(10, 136, 46, 0.25);
  transform: translateY(-4px);
}

.seo-familiar__solution i {
  color: #0A882E;
  font-size: 1.1rem;
  margin-top: 3px;
  transition: color 0.4s ease;
}

.seo-familiar__solution span {
  color: #0A882E;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.seo-familiar__card:hover .seo-familiar__solution i,
.seo-familiar__card:hover .seo-familiar__solution span {
  color: #fff;
}

/* ══════════════════════════════
   7. CTA SECTION
   ══════════════════════════════ */
.seo-cta {
  padding: 56px 0;
  background: #fff;
}

.seo-cta__card {
  background: #F9FCF9;
  border: 1px solid #E5F3E6;
  border-radius: 12px;
  border-bottom: 8px solid #0A882E;
  padding: 80px 40px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.015);
}

.seo-cta__card h2 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}

.seo-cta__card p {
  font-size: 1.1rem;
  color: #64748B;
  margin-bottom: 40px;
}

.seo-cta__btn {
  display: inline-block;
  background: #0A882E;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .3s ease;
}

.seo-cta__btn:hover {
  background: #086e25;
}

/* ══════════════════════════════
   8. FAQ
   ══════════════════════════════ */
.seo-faq {
  padding: 56px 0;
  background: #fff;
}

.seo-faq__header {
  text-align: center;
  margin-bottom: 32px;
}

.seo-faq__header h2 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.seo-faq__container {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,0.02);
}

.seo-faq__item {
  border-bottom: 1px solid #E2E8F0;
}

.seo-faq__item:last-child {
  border-bottom: none;
}

.seo-faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  background: transparent;
  border: none;
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  text-align: left;
}

.seo-faq__icon {
  font-size: 1rem;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-faq__item.active .seo-faq__icon {
  color: #0A882E;
}

.seo-faq__answer {
  padding: 0 40px 32px;
}

.seo-faq__answer p {
  font-size: .95rem;
  color: #64748B;
  line-height: 1.7;
  margin: 0;
}

/* ══════════════════════════════
   RESPONSIVE
   ══════════════════════════════ */
@media (max-width: 1100px) {
  .seo-solutions__grid { grid-template-columns: repeat(3, 1fr); }
  .seo-hero h1 { font-size: 2.8rem; }
  .seo-hero__inner { gap: 32px; }
}

@media (max-width: 992px) {
  .seo-hero { padding: 70px 0 60px; }
  .seo-hero h1 { font-size: 2.5rem; }
  .seo-hero__inner { 
    display: flex;
    flex-direction: column;
  }
  .seo-hero__content { 
    display: contents; 
  }
  .seo-hero__badge { order: 1; margin: 0 auto 16px; text-align: center; }
  .seo-hero h1 { order: 2; text-align: center; }
  .seo-hero p { order: 3; margin: 0 auto 32px auto; text-align: center; }
  .seo-hero__image { max-width: 560px; margin: 0 auto 32px auto; order: 4; }
  .seo-hero__buttons { order: 5; justify-content: center; }
  .seo-hero__image img { margin: 0 auto; }
  .seo-evolution__header h2 { font-size: 2.2rem; }
  .seo-evolution__item { padding: 24px 20px; }
  .seo-solutions__grid { grid-template-columns: repeat(2, 1fr); }
  .seo-roadmap__grid { grid-template-columns: repeat(2, 1fr); }
  .seo-roadmap__grid::before { display: none; }
  .seo-roadmap__arrow { display: none; }
  .seo-standout__grid { grid-template-columns: 1fr; }
  .seo-familiar__grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .seo-hero { padding: 50px 0 40px; }
  .seo-hero h1 { font-size: 2rem; }
  .seo-hero p { font-size: .95rem; }
  .seo-hero__buttons { flex-direction: column; align-items: center; }
  .seo-hero__buttons .btn { width: 100%; justify-content: center; }
  .seo-evolution__text h2 { font-size: 2rem; }
  .seo-solutions__grid { grid-template-columns: 1fr; }
  .seo-roadmap__grid { grid-template-columns: 1fr; }
  .seo-roadmap__arrow { display: flex; transform: rotate(90deg); padding: 16px 0; }
  .seo-standout__box { padding: 24px; }
  .seo-standout__row { 
    flex-direction: column; 
    text-align: center; 
    gap: 16px; 
    padding: 32px 24px; 
  }
  .seo-standout__col-arrow { transform: rotate(90deg); margin: 8px 0; }
  .seo-standout__col-check { margin-left: 0; margin-top: 8px; }
}

@media (max-width: 480px) {
  .seo-hero h1 { font-size: 1.7rem; }
  .seo-evolution__text h2 { font-size: 1.6rem; }
}
