/* ===== INNER PAGES CSS ===== */

/* SERVICE SECTIONS */
.service-section {
  padding: 6rem 5%;
  background: var(--dark);
  border-bottom: 1px solid var(--border2);
}
.service-section.alt {
  background: var(--dark2);
}
.service-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.service-section-inner.reverse { direction: rtl; }
.service-section-inner.reverse > * { direction: ltr; }

.service-tag {
  font-family: 'Syne', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 1rem;
}
.service-info h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 1.2rem; }
.service-info p { color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }
.service-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.service-features li {
  font-size: 0.92rem;
  color: var(--text);
  opacity: 0.85;
}

/* WEB DESIGN VISUAL */
.visual-window {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow), var(--glow);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.visual-window:hover {
  transform: translateY(-8px) rotateX(3deg);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 60px rgba(176,255,0,0.2);
}
.win-bar {
  height: 38px;
  background: var(--dark3);
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 7px;
  border-bottom: 1px solid var(--border2);
}
.win-bar span {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.4;
}
.win-bar span:first-child { background: #ff5f57; opacity: 0.8; }
.win-bar span:nth-child(2) { background: #febc2e; opacity: 0.8; }
.win-bar span:last-child { background: #28c840; opacity: 0.8; }
.win-content { padding: 2rem; }
.win-hero-mock {
  background: var(--dark);
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid var(--border2);
}
.win-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--lime);
  background: rgba(176,255,0,0.08);
  border: 1px solid var(--border);
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 1rem;
}
.win-h1 {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.win-h1 span { color: var(--lime); }
.win-btns { display: flex; gap: 0.7rem; margin-bottom: 1.5rem; }
.win-btn-solid {
  background: var(--lime);
  color: var(--dark);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 8px 18px;
  border-radius: 8px;
}
.win-btn-ghost {
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.8rem;
  padding: 8px 18px;
  border-radius: 8px;
}
.win-stats { display: flex; gap: 2rem; }
.win-stat { display: flex; flex-direction: column; }
.win-stat strong { font-family: 'Syne', sans-serif; color: var(--lime); font-size: 1.1rem; }
.win-stat span { font-size: 0.72rem; color: var(--muted); }

/* GOOGLE ADS VISUAL */
.google-mock {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  transition: transform 0.4s;
}
.google-mock:hover { transform: translateY(-8px); box-shadow: var(--shadow), var(--glow); }
.g-search-bar {
  background: var(--dark);
  border: 1px solid var(--border2);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.2rem;
}
.g-result {
  padding: 0.8rem;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  transition: background 0.2s;
}
.g-result.ad {
  background: rgba(176,255,0,0.05);
  border: 1px solid var(--border);
}
.g-ad-tag {
  display: inline-block;
  background: rgba(176,255,0,0.15);
  color: var(--lime);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.g-title { font-family: 'Syne', sans-serif; font-size: 0.95rem; color: var(--lime); font-weight: 700; }
.g-title.faded { color: var(--muted); }
.g-url { font-size: 0.75rem; color: var(--lime); opacity: 0.6; margin-bottom: 3px; }
.g-url.faded { color: var(--muted); opacity: 0.4; }
.g-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }
.g-tag-you {
  text-align: center;
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  color: var(--lime);
  margin-top: 0.8rem;
  font-weight: 700;
}

/* META ADS VISUAL */
.meta-mock {
  display: flex;
  justify-content: center;
}
.meta-phone {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.2rem;
  width: 300px;
  box-shadow: var(--shadow);
  transition: transform 0.4s;
}
.meta-phone:hover { transform: translateY(-8px); box-shadow: var(--shadow), var(--glow); }
.meta-post { background: var(--dark); border-radius: 16px; overflow: hidden; }
.meta-post-header { display: flex; align-items: center; gap: 0.7rem; padding: 0.8rem 1rem; }
.meta-avatar {
  width: 34px; height: 34px;
  background: var(--lime);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.meta-name { font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700; }
.meta-sponsored { font-size: 0.68rem; color: var(--muted); }
.meta-image-area {
  background: linear-gradient(135deg, #0e2a05 0%, #1a4a08 100%);
  padding: 2rem 1rem;
  text-align: center;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
}
.meta-headline { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 800; margin-bottom: 0.3rem; }
.meta-sub { font-size: 0.78rem; color: var(--muted); }
.meta-cta-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--border2);
}
.meta-cta-title { font-family: 'Syne', sans-serif; font-size: 0.85rem; font-weight: 700; }
.meta-cta-url { font-size: 0.68rem; color: var(--muted); }
.meta-btn {
  background: var(--lime);
  color: var(--dark);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 7px 16px;
  border-radius: 8px;
  cursor: pointer;
}
.meta-engagement { display: flex; gap: 1.5rem; padding: 0.7rem 1rem; font-size: 0.75rem; color: var(--muted); }

/* SEO VISUAL */
.seo-mock {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: transform 0.4s;
}
.seo-mock:hover { transform: translateY(-8px); box-shadow: var(--shadow), var(--glow); }
.seo-title {
  font-family: 'Syne', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.2rem;
}
.seo-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.8rem; }
.seo-pos {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--muted);
  width: 28px;
  flex-shrink: 0;
}
.pos-1 { color: var(--lime) !important; }
.seo-bar-wrap { flex: 1; background: rgba(255,255,255,0.05); border-radius: 100px; height: 8px; overflow: hidden; }
.seo-bar { height: 100%; background: var(--lime); border-radius: 100px; animation: barGrow 1.2s ease forwards; }
.seo-bar.faded { background: var(--muted); opacity: 0.4; }
@keyframes barGrow { from { width: 0 !important; } }
.seo-kw { font-size: 0.82rem; width: 110px; flex-shrink: 0; }
.seo-kw.faded { color: var(--muted); opacity: 0.6; }
.seo-footer { font-size: 0.78rem; color: var(--lime); margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border2); }

/* PROCESS PAGE */
.process-hero-section { padding: 4rem 5%; background: var(--dark); }
.process-timeline {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 5%;
  position: relative;
}
.process-timeline::before {
  content: '';
  position: absolute;
  left: 36px;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--lime), transparent);
  opacity: 0.3;
}
.timeline-step {
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
.timeline-num {
  flex-shrink: 0;
  width: 50px; height: 50px;
  background: var(--lime);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 0 20px rgba(176,255,0,0.4);
  position: relative;
  z-index: 1;
}
.timeline-body { padding-top: 0.5rem; }
.timeline-body h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.timeline-body p { color: var(--muted); line-height: 1.7; max-width: 600px; }

/* WORK PAGE */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1300px;
  margin: 0 auto;
  padding: 4rem 5%;
}
.work-card {
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.work-card:hover {
  border-color: var(--border);
  transform: translateY(-6px);
  box-shadow: var(--shadow), var(--glow);
}
.work-card-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  border-bottom: 1px solid var(--border2);
}
.work-card-body { padding: 1.5rem; }
.work-card-tag {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lime);
  margin-bottom: 0.5rem;
}
.work-card-body h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.work-card-body p { font-size: 0.82rem; color: var(--muted); }
.work-stat { margin-top: 1rem; font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 800; color: var(--lime); }

/* ABOUT PAGE */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 5%;
}
.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5% 5rem;
}
.value-card {
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 1.8rem;
  transition: all 0.3s;
}
.value-card:hover { border-color: var(--border); transform: translateY(-4px); box-shadow: var(--shadow); }
.value-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }
.value-card h4 { font-size: 1rem; margin-bottom: 0.4rem; }
.value-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }
.about-text h2 { font-size: clamp(1.8rem,3vw,2.5rem); margin-bottom: 1.2rem; }
.about-text p { color: var(--muted); line-height: 1.8; margin-bottom: 1rem; }

/* CONTACT PAGE */
.contact-section {
  padding: 4rem 5% 6rem;
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start;
}
.contact-info h2 { font-size: clamp(1.8rem,3vw,2.5rem); margin-bottom: 1rem; }
.contact-info p { color: var(--muted); line-height: 1.8; margin-bottom: 2rem; }
.contact-methods { display: flex; flex-direction: column; gap: 1rem; }
.contact-method {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 1.2rem;
  text-decoration: none;
  color: var(--text);
  transition: all 0.3s;
}
.contact-method:hover { border-color: var(--border); transform: translateX(6px); background: var(--card2); }
.contact-method-icon { font-size: 1.4rem; background: rgba(176,255,0,0.1); padding: 10px; border-radius: 10px; border: 1px solid var(--border); flex-shrink: 0; }
.contact-method-text h4 { font-size: 0.9rem; margin-bottom: 0.2rem; }
.contact-method-text p { font-size: 0.82rem; color: var(--lime); margin: 0; }

.contact-form {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.contact-form h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.contact-form .sub { font-size: 0.85rem; color: var(--muted); margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.form-group label { font-size: 0.8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--dark);
  border: 1px solid var(--border2);
  border-radius: 10px;
  padding: 12px 16px;
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  width: 100%;
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(176,255,0,0.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 16px;
}
.form-note { font-size: 0.78rem; color: var(--muted); text-align: center; margin-top: 0.8rem; }
.form-success {
  display: none;
  text-align: center;
  padding: 2rem;
}
.form-success.show { display: block; }
.form-success h3 { color: var(--lime); font-size: 1.5rem; margin-bottom: 0.5rem; }
.form-success p { color: var(--muted); }

/* RESPONSIVE INNER */
@media (max-width: 900px) {
  .service-section-inner,
  .service-section-inner.reverse { grid-template-columns: 1fr; direction: ltr; gap: 2.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-values { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .contact-section { grid-template-columns: 1fr; gap: 3rem; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .work-grid { grid-template-columns: 1fr; }
}
