/* VincAds portal marketing homepage */

.home-page {
  background: var(--white);
}

.home-wrap {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.home-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.home-nav-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-brand img {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  mix-blend-mode: multiply;
  display: block;
}

.home-menu-btn {
  display: none;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--navy);
  border-radius: 8px;
  padding: 0.45rem 0.65rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.home-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  flex-wrap: wrap;
}

.home-links a {
  color: var(--gray-600);
  font-size: 0.88rem;
  font-weight: 500;
  transition: color 0.2s;
}

.home-links a:hover {
  color: var(--blue);
}

.home-cta-link {
  background: var(--navy) !important;
  color: var(--white) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

.home-cta-link:hover {
  background: var(--navy-mid) !important;
  color: var(--white) !important;
}

.home-hero {
  padding: calc(var(--nav-h) + 3rem) 0 3.5rem;
  text-align: center;
  background: linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%);
}

.home-hero-logo {
  width: min(100%, 260px);
  height: auto;
  margin: 0 auto 1.75rem;
  display: block;
  mix-blend-mode: multiply;
}

.home-hero h1 {
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  max-width: 720px;
  margin: 0 auto 1rem;
}

.home-lead {
  font-size: 1rem;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 1.75rem;
  line-height: 1.65;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.home-btn {
  width: auto;
  min-width: 160px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home-btn-outline {
  width: auto;
  min-width: 160px;
}

.home-section {
  padding: 3.5rem 0;
}

.home-section-alt {
  background: var(--gray-50);
}

.home-h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.75rem;
  text-align: center;
}

/* ── VINC marka bölümü ── */
.home-vinc-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.home-section-label {
  display: inline-block;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.home-brand-slogan {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.55;
  margin-top: 0.75rem;
}

.home-vinc-intro {
  text-align: center;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.home-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-pillar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem 1.2rem;
  box-shadow: var(--shadow);
  transition: box-shadow 0.3s, transform 0.3s;
}

.home-pillar:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.home-pillar-letter {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 0.4rem;
}

.home-pillar h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--navy);
}

.home-pillar p {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.5;
}

.home-vinc-closing {
  max-width: 680px;
  margin: 2rem auto 0;
  padding: 1.25rem 1.5rem;
  background: var(--gray-100);
  border-left: 3px solid var(--blue);
  border-radius: var(--radius);
  color: var(--gray-600);
  line-height: 1.6;
  font-size: 0.92rem;
}

.home-service-model {
  margin-top: 2rem;
  padding: 1.75rem 2rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.home-service-model h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.65rem;
}

.home-service-model p {
  color: var(--gray-600);
  line-height: 1.65;
  font-size: 0.92rem;
}

.home-intro {
  text-align: center;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .home-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .home-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.home-section-alt .home-card {
  background: var(--white);
}

.home-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.home-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.home-card-accent {
  border-color: #bfdbfe;
  background: var(--blue-soft);
}

.home-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .home-split {
    grid-template-columns: 1.2fr 1fr;
  }
}

.home-text {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.home-text-strong {
  color: var(--navy);
  font-weight: 600;
}

.home-mobile-box {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.home-mobile-box h3 {
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
}

.home-mobile-box p {
  font-size: 0.88rem;
  opacity: 0.92;
  line-height: 1.55;
}

.home-mobile-tags {
  margin-top: 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.home-steps {
  list-style: none;
  max-width: 640px;
  margin: 0 auto;
  counter-reset: step;
}

.home-steps li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.25rem;
  counter-increment: step;
}

.home-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-steps strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.home-steps span {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.home-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 880px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-pricing {
    grid-template-columns: 1fr 1fr;
  }
}

.home-price-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}

.home-price-featured {
  border-color: var(--navy);
  box-shadow: 0 8px 32px rgba(15, 39, 68, 0.12);
}

.home-price-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--blue-soft);
  color: var(--navy);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.home-price-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.home-price-amount {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.home-price-amount span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
}

.home-price-desc {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.home-price-list {
  list-style: none;
  margin-bottom: 1.25rem;
}

.home-price-list li {
  font-size: 0.85rem;
  color: var(--text);
  padding: 0.35rem 0 0.35rem 1.35rem;
  position: relative;
  line-height: 1.45;
}

.home-price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--success);
  font-weight: 700;
}

.home-btn-full {
  width: 100%;
}

.home-price-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 1.5rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.home-trust {
  list-style: none;
  max-width: 560px;
  margin: 0 auto;
}

.home-trust li {
  font-size: 0.92rem;
  color: var(--text);
  padding: 0.65rem 0 0.65rem 1.5rem;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.home-trust li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 800;
}

.home-cta-band {
  background: var(--navy);
  color: var(--white);
  padding: 2.5rem 0;
}

.home-cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.home-cta-inner h2 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.home-cta-inner p {
  font-size: 0.88rem;
  opacity: 0.88;
}

.home-footer {
  padding: 2.5rem 0 2rem;
  border-top: 1px solid var(--border);
  background: var(--gray-50);
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem 1.5rem;
  text-align: left;
  margin-bottom: 2rem;
}

.home-footer-brand p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 280px;
}

.home-footer-col h4 {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 0.65rem;
}

.home-footer-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
  text-decoration: none;
}

.home-footer-col a:hover {
  color: var(--blue);
}

.home-footer-address {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.55;
}

.home-footer-address strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.home-footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  text-align: center;
}

.home-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-bottom: 0.85rem;
}

.home-footer-legal a {
  font-size: 0.82rem;
  color: var(--muted);
  text-decoration: none;
}

.home-footer-legal a:hover {
  color: var(--blue);
}

.home-footer-acronym {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--navy-mid);
  margin-bottom: 0.65rem;
}

.home-footer-logo {
  height: 44px;
  width: auto;
  margin: 0 0 0.75rem;
  mix-blend-mode: multiply;
  display: block;
}

.home-footer-copy {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 0.5rem;
}

.home-footer-meta {
  font-size: 0.78rem;
  color: var(--muted);
}

@media (max-width: 767px) {
  .home-menu-btn {
    display: block;
  }

  .home-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem 1.25rem 1rem;
    box-shadow: var(--shadow);
  }

  .home-links.open {
    display: flex;
  }

  .home-links li {
    width: 100%;
  }

  .home-links a {
    display: block;
    padding: 0.5rem 0;
  }

  .home-cta-link {
    text-align: center;
  }

  .home-nav-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .home-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .home-cta-inner .home-btn {
    width: 100%;
  }

  .home-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .home-pillars {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-pillars {
    grid-template-columns: 1fr;
  }
}
