/*
Theme Name: Brandzsolu
Theme URI: https://brandzsolu.com
Author: Brandzsolu
Author URI: https://brandzsolu.com
Description: Professional App Marketing Agency WordPress Theme for Brandzsolu
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandzsolu
Tags: app-marketing, agency, one-page, dark
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #e8e8f0;
  background: #07071a;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  font-family: 'Inter', sans-serif;
}
.btn-primary {
  background: linear-gradient(135deg, #6C63FF, #FF4D6D);
  color: #fff;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: #a0a0c0;
  border: 1.5px solid #2a2a4a;
}
.btn-ghost:hover { border-color: #6C63FF; color: #fff; }
.btn-nav {
  background: linear-gradient(135deg, #6C63FF, #FF4D6D);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}
.btn-nav:hover { opacity: 0.85; }
.btn-full { width: 100%; justify-content: center; }

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(7, 7, 26, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #1a1a3a;
  transition: background 0.3s;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #fff;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: #8888aa;
  transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #aaa;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== SECTION HEADERS ===== */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FF4D6D;
  margin-bottom: 16px;
}
.section-tag.light { color: #FF4D6D; }
.section-heading {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
}
.section-heading.light { color: #fff; }
.section-sub {
  font-size: 17px;
  color: #7878a0;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}
.section-sub.light { color: #9090b8; }

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 160px 0 100px;
  text-align: center;
  overflow: hidden;
}
.hero-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(108,99,255,0.15) 0%, rgba(255,77,109,0.08) 40%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  display: inline-block;
  background: rgba(108,99,255,0.15);
  border: 1px solid rgba(108,99,255,0.3);
  color: #9090d8;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.hero-heading {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.08;
  color: #fff;
  margin-bottom: 24px;
}
.gradient-text {
  background: linear-gradient(135deg, #6C63FF, #FF4D6D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 18px;
  color: #7878a0;
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 72px; }
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  border: 1px solid #1a1a3a;
  border-radius: 16px;
  padding: 32px 40px;
  background: rgba(255,255,255,0.02);
  max-width: 760px;
  margin: 0 auto;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
.stat-num {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 13px;
  color: #5a5a80;
  text-align: center;
}
.stat-divider {
  width: 1px;
  height: 44px;
  background: #1a1a3a;
}

/* ===== TRUSTED ===== */
.trusted {
  padding: 48px 0;
  border-top: 1px solid #111128;
  border-bottom: 1px solid #111128;
}
.trusted-label {
  text-align: center;
  font-size: 13px;
  color: #4a4a70;
  letter-spacing: 1px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.trusted-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2a50;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.trust-logo:hover { color: #5050a0; }

/* ===== SERVICES ===== */
.services {
  padding: 100px 0;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.service-card {
  background: #0d0d24;
  border: 1px solid #1a1a3a;
  border-radius: 16px;
  padding: 36px 32px;
  transition: border-color 0.25s, transform 0.25s;
}
.service-card:hover {
  border-color: rgba(108,99,255,0.4);
  transform: translateY(-4px);
}
.service-icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid #2a2a50;
}
.service-card h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 15px;
  color: #6868a0;
  line-height: 1.7;
  margin-bottom: 24px;
}
.service-list li {
  font-size: 14px;
  color: #5858a0;
  padding: 5px 0;
  padding-left: 18px;
  position: relative;
}
.service-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #6C63FF;
  font-size: 12px;
}

/* ===== PROCESS ===== */
.process {
  padding: 100px 0;
  background: #09091f;
}
.process-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.process-step {
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  padding: 0 16px;
}
.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(108,99,255,0.2);
  line-height: 1;
  margin-bottom: 16px;
}
.process-step h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.process-step p { font-size: 14px; color: #5858a0; line-height: 1.7; }
.process-connector {
  flex: 0 0 60px;
  height: 2px;
  background: linear-gradient(90deg, #6C63FF, #FF4D6D);
  margin-top: 36px;
  opacity: 0.3;
}

/* ===== RESULTS ===== */
.results {
  padding: 100px 0;
  background: linear-gradient(135deg, #09091f 0%, #0f0924 100%);
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 64px;
}
.result-card {
  background: rgba(108,99,255,0.08);
  border: 1px solid rgba(108,99,255,0.2);
  border-radius: 16px;
  padding: 40px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.result-num {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 48px;
  background: linear-gradient(135deg, #6C63FF, #FF4D6D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.result-label { font-size: 14px; color: #6868a0; line-height: 1.5; }
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.testimonial {
  background: #0d0d28;
  border: 1px solid #1a1a3a;
  border-radius: 16px;
  padding: 32px;
}
.testimonial p {
  font-size: 15px;
  color: #8080b8;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 24px;
}
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C63FF, #FF4D6D);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.testimonial-author strong { display: block; font-size: 15px; color: #fff; }
.testimonial-author span { font-size: 13px; color: #5858a0; }

/* ===== WHY US ===== */
.whyus { padding: 100px 0; }
.whyus-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.whyus-text .section-tag { display: block; margin-bottom: 16px; }
.whyus-text .section-heading { margin-bottom: 20px; }
.whyus-text p { font-size: 16px; color: #6868a0; line-height: 1.8; margin-bottom: 32px; }
.whyus-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #7878a8;
  padding: 8px 0;
}
.check {
  color: #6C63FF;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.whyus-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.visual-card {
  background: #0d0d24;
  border: 1px solid #1a1a3a;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s;
}
.visual-card:hover { border-color: rgba(108,99,255,0.4); }
.vc1 { border-top: 2px solid #6C63FF; }
.vc2 { border-top: 2px solid #FF4D6D; }
.vc3 { border-top: 2px solid #6C63FF; }
.vc4 { border-top: 2px solid #FF4D6D; }
.vc-num {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
}
.vc-label { font-size: 13px; color: #5050a0; line-height: 1.4; }

/* ===== CONTACT ===== */
.contact {
  padding: 100px 0;
  background: #09091f;
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contact-text .section-tag { display: block; margin-bottom: 16px; }
.contact-text .section-heading { margin-bottom: 20px; }
.contact-text p { font-size: 16px; color: #6868a0; line-height: 1.8; margin-bottom: 40px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: #7878a8;
}
.contact-form {
  background: #0d0d24;
  border: 1px solid #1a1a3a;
  border-radius: 20px;
  padding: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-group label { font-size: 13px; font-weight: 500; color: #6868a0; }
.form-group input,
.form-group select,
.form-group textarea {
  background: #111128;
  border: 1px solid #1a1a3a;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  color: #e8e8f0;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #3a3a5a; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #6C63FF; }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { background: #0d0d24; }
.form-note { text-align: center; font-size: 13px; color: #3a3a5a; margin-top: 14px; }

/* ===== FOOTER ===== */
.footer {
  background: #05050f;
  padding: 72px 0 32px;
  border-top: 1px solid #111128;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
}
.footer-brand .logo-link { margin-bottom: 20px; }
.footer-tagline { font-size: 14px; color: #3a3a60; line-height: 1.7; max-width: 280px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 14px;
  color: #3a3a60;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: #8080c0; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #111128;
  padding-top: 28px;
  font-size: 13px;
  color: #2a2a50;
}
.footer-legal { display: flex; gap: 28px; }
.footer-legal a { color: #2a2a50; transition: color 0.2s; }
.footer-legal a:hover { color: #6060a0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .whyus-inner, .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .process-connector { display: none; }
  .process-steps { gap: 32px; }
}
@media (max-width: 640px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: #07071a; border-bottom: 1px solid #1a1a3a; padding: 24px; gap: 20px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .hero { padding: 120px 0 72px; }
  .hero-stats { padding: 24px 20px; gap: 20px; }
  .stat { padding: 0 16px; }
  .stat-divider { display: none; }
  .stat-num { font-size: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 20px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .trusted-logos { gap: 28px; }
  .services-grid { grid-template-columns: 1fr; }
}
