/* =========================================
   TOPLU MAIL REKLAM – MAIN STYLESHEET
   Dark futuristic theme
   ========================================= */

:root {
  --bg: #060b14;
  --bg2: #0a1120;
  --bg3: #0f1a2e;
  --surface: #111d32;
  --surface2: #162540;
  --border: rgba(255,255,255,0.07);
  --border2: rgba(99,179,237,0.2);
  --accent: #3b82f6;
  --accent2: #06b6d4;
  --accent3: #8b5cf6;
  --gold: #f59e0b;
  --text: #e2eaf4;
  --text2: #8ba3c0;
  --text3: #4d6a8a;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 8px;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --shadow: 0 4px 32px rgba(0,0,0,0.5);
  --glow: 0 0 40px rgba(59,130,246,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: color 0.2s; }
ul { list-style: none; }
img { max-width: 100%; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 11px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(59,130,246,0.4);
}
.btn-primary.btn-lg { padding: 14px 32px; font-size: 1rem; }
.btn-primary.btn-full { width: 100%; justify-content: center; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border: 1.5px solid var(--border2);
  border-radius: 50px;
  color: var(--accent2);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
}
.btn-outline:hover {
  background: rgba(6,182,212,0.08);
  border-color: var(--accent2);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  color: var(--text2);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 50px;
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.btn-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.2); }
.btn-ghost.btn-lg { padding: 14px 28px; font-size: 1rem; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.3s;
}
.navbar.scrolled {
  background: rgba(6,11,20,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  white-space: nowrap;
}
.logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--accent), var(--accent3));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.accent { color: var(--accent2); }

.nav-links {
  display: flex;
  gap: 28px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-size: 0.9rem;
  color: var(--text2);
  font-family: var(--font-display);
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.25;
}
.orb1 { width: 600px; height: 600px; background: var(--accent); top: -200px; right: -100px; }
.orb2 { width: 400px; height: 400px; background: var(--accent3); bottom: -100px; left: -150px; }
.orb3 { width: 300px; height: 300px; background: var(--accent2); top: 50%; left: 40%; transform: translate(-50%,-50%); opacity: 0.12; }

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59,130,246,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-inner {
  position: relative;
  max-width: 700px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(59,130,246,0.3);
  border-radius: 50px;
  font-size: 0.82rem;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--accent2);
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  animation: fadeUp 0.7s 0.1s ease both;
}
.gradient-text {
  background: linear-gradient(135deg, var(--accent), var(--accent2), var(--accent3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-desc {
  font-size: 1.05rem;
  color: var(--text2);
  max-width: 560px;
  margin-bottom: 36px;
  animation: fadeUp 0.7s 0.2s ease both;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: fadeUp 0.7s 0.3s ease both;
}
.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  animation: fadeUp 0.7s 0.4s ease both;
}
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
}
.stat-label {
  display: block;
  font-size: 0.8rem;
  color: var(--text3);
  max-width: 140px;
  line-height: 1.3;
}
.stat-divider {
  width: 1px;
  height: 44px;
  background: var(--border);
}

.hero-visual {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

.email-card {
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 24px;
  width: 320px;
  box-shadow: var(--shadow), var(--glow);
  position: relative;
}
.email-card-header {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.ec-dot { width: 12px; height: 12px; border-radius: 50%; }
.ec-dot.red { background: #ef4444; }
.ec-dot.yellow { background: #f59e0b; }
.ec-dot.green { background: #10b981; }

.email-anim { display: flex; flex-direction: column; gap: 10px; }
.email-line {
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--surface2), var(--border));
  width: 100%;
  animation: shimmer 2s infinite;
}
.email-line.short { width: 60%; }
.email-lines-group { display: flex; flex-direction: column; gap: 6px; }
.email-line.micro { height: 8px; }
.email-line.micro.short2 { width: 75%; }

.email-send-btn {
  margin-top: 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
}
.email-badge {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--accent2);
  font-family: var(--font-display);
}
.pulse-dot {
  width: 8px; height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.floating { animation: floating 4s ease-in-out infinite; }

/* ===== SECTIONS COMMONS ===== */
.section-tag {
  font-size: 0.72rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-sub {
  color: var(--text2);
  max-width: 600px;
  margin-bottom: 60px;
}

/* ===== WHY US ===== */
.why-us {
  padding: 120px 0;
  background: var(--bg2);
  position: relative;
}
.why-us::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border2), transparent);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  transform: scaleX(0);
  transition: transform 0.3s;
}
.feature-card:hover {
  border-color: var(--border2);
  transform: translateY(-4px);
  box-shadow: var(--glow);
}
.feature-card:hover::after { transform: scaleX(1); }
.feat-icon {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}
.feature-card p { font-size: 0.88rem; color: var(--text2); line-height: 1.6; }

/* ===== PROCESS ===== */
.process {
  padding: 120px 0;
  background: var(--bg);
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.process-left p { color: var(--text2); margin-top: 16px; }

.process-step {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.process-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.step-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px var(--border2);
  min-width: 48px;
  line-height: 1;
}
.step-content h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.step-content p { font-size: 0.9rem; color: var(--text2); }

/* ===== PRICING ===== */
.pricing {
  padding: 120px 0;
  background: var(--bg2);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px;
  position: relative;
  transition: all 0.3s;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.price-card.featured {
  border-color: var(--accent);
  background: linear-gradient(160deg, var(--surface2), var(--surface));
  box-shadow: 0 0 40px rgba(59,130,246,0.15);
}
.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: white;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 50px;
  white-space: nowrap;
}
.price-label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text2);
  margin-bottom: 12px;
}
.price-amount {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.price-amount span {
  font-size: 1.5rem;
  color: var(--text2);
  font-weight: 400;
}
.price-note { font-size: 0.78rem; color: var(--text3); margin-bottom: 4px; }
.price-sub {
  font-size: 0.88rem;
  color: var(--accent2);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 24px;
}
.price-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.price-features li { font-size: 0.88rem; color: var(--text2); }
.price-features li::first-letter { color: #10b981; }

.btn-price {
  display: block;
  text-align: center;
  padding: 13px;
  border: 1.5px solid var(--border2);
  border-radius: 50px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
  transition: all 0.3s;
}
.btn-price:hover { border-color: var(--accent); color: var(--white); }
.btn-price-featured {
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  border-color: transparent;
  color: white;
}
.btn-price-featured:hover { opacity: 0.9; color: white; }

/* ===== FAQ ===== */
.faq {
  padding: 120px 0;
  background: var(--bg);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.faq-left p { color: var(--text2); margin-top: 16px; margin-bottom: 36px; }
.trust-items { display: flex; flex-direction: column; gap: 24px; }
.trust-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.trust-icon {
  width: 40px;
  height: 40px;
  background: rgba(59,130,246,0.12);
  border: 1px solid var(--border2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.trust-item h4 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.trust-item p { font-size: 0.86rem; color: var(--text2); }

.accordion { display: flex; flex-direction: column; gap: 12px; }
.acc-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.acc-item.active { border-color: var(--border2); }
.acc-head {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  transition: color 0.2s;
  gap: 16px;
}
.acc-head span {
  width: 24px; height: 24px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform 0.3s;
}
.acc-item.active .acc-head span { transform: rotate(45deg); }
.acc-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 0.88rem;
  color: var(--text2);
  transition: all 0.3s;
}
.acc-item.active .acc-body { max-height: 200px; padding: 0 20px 20px; }

/* ===== CONTACT ===== */
.contact {
  padding: 120px 0;
  background: var(--bg2);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.contact-left p { color: var(--text2); margin-top: 16px; margin-bottom: 36px; }
.contact-info { display: flex; flex-direction: column; gap: 16px; }
.ci-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
}
.ci-item span { color: var(--text3); font-size: 0.8rem; min-width: 60px; }
.ci-item a { color: var(--accent2); }
.ci-item a:hover { color: var(--white); }

.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: border-color 0.2s;
  outline: none;
  appearance: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--accent); }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text3); }
.contact-form select { color: var(--text); background-color: var(--surface); }
.contact-form select option { background: var(--bg); }
.contact-form textarea { resize: vertical; }

/* ===== CTA BANNER ===== */
.cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(59,130,246,0.1), rgba(139,92,246,0.1));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  max-width: 560px;
  margin-bottom: 12px;
}
.cta-text p { color: var(--text2); max-width: 520px; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.footer { padding: 80px 0 0; background: var(--bg); }
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
}
.footer-brand { }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { font-size: 0.86rem; color: var(--text2); line-height: 1.6; margin-bottom: 12px; }
.footer-contact-small { font-size: 0.8rem; color: var(--text3); }
.footer-contact-small a { color: var(--accent2); }
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 0.84rem;
  color: var(--text2);
  margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--text3);
}
.footer-bottom a { color: var(--text2); }
.footer-bottom a:hover { color: var(--white); }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  z-index: 999;
  transition: all 0.3s;
  animation: waPulse 2.5s infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.6);
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 4px 32px rgba(37,211,102,0.75), 0 0 0 8px rgba(37,211,102,0.1); }
}

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  background: var(--accent);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s;
  z-index: 999;
}
.back-to-top.visible { opacity: 1; transform: translateY(0); }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes floating {
  0%, 100% { transform: translateY(-50%) translateY(0); }
  50% { transform: translateY(-50%) translateY(-16px); }
}
@keyframes shimmer {
  0% { opacity: 0.4; }
  50% { opacity: 0.8; }
  100% { opacity: 0.4; }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
  50% { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-visual { display: none; }
  .pricing-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .nav-links, .nav-actions { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: rgba(6,11,20,0.98);
    border-bottom: 1px solid var(--border);
    padding: 24px;
    gap: 16px;
  }
  .nav-actions.open {
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0; left: 0; right: 0;
    background: rgba(6,11,20,0.98);
    border-top: 1px solid var(--border);
    padding: 16px 24px;
  }
  .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
}
