﻿body {
  margin: 0;
  padding-top: 0;
  background: #080b10;
  color: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}
a { color: inherit; }
/* .seo-header removed â€” using .main-header from styles.css */
.seo-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0d1118;
}
.seo-footer { border-top: 1px solid rgba(255,255,255,.08); border-bottom: 0; }
.seo-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}





.seo-links > a:first-child {
  color: #f7f7f7;
  font-weight: 700;
}
.nav-dropdown-menu a.active {
  color: #00ff55;
  font-weight: 700;
  background: rgba(0,255,85,.08);
}
.seo-hero {
  padding: 112px 0 28px;
  background: radial-gradient(circle at top left, rgba(0,255,85,.14), transparent 34%), #080b10;
}
.seo-kicker {
  color: #00ff55;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}
h1 {
  max-width: 860px;
  margin: 14px 0 18px;
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  line-height: 1.06;
}
.seo-lead {
  max-width: 760px;
  color: #cbd5e1;
  font-size: 1.12rem;
}
.seo-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  background: #00ff55;
  color: #04120a;
  font-weight: 900;
  text-decoration: none;
}
.seo-btn.secondary {
  background: transparent;
  color: #f7f7f7;
  border: 1px solid rgba(255,255,255,.18);
}
.seo-main {
  padding: 28px 0 64px;
}
.seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}
.seo-content h2 {
  margin: 40px 0 12px;
  font-size: 1.7rem;
  line-height: 1.2;
}
.seo-content h3 {
  margin: 28px 0 8px;
  font-size: 1.18rem;
}
.seo-content p, .seo-content li {
  color: #d6dbe4;
}
.seo-card {
  background: #111722;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 22px;
}
.seo-card h2, .seo-card h3 {
  margin-top: 0;
}
.seo-card ul {
  padding-left: 18px;
}
.seo-faq {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.seo-faq details {
  background: #111722;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 16px 18px;
}
.seo-faq summary {
  cursor: pointer;
  font-weight: 800;
}
.seo-faq p {
  margin-bottom: 0;
}
.seo-footer {
  padding: 28px 0;
  color: #94a3b8;
}
@media (max-width: 860px) {
  body      { padding-top: 0; }
  .seo-hero { padding: 104px 0 20px; }
  .seo-main { padding: 20px 0 48px; }
  .seo-grid { grid-template-columns: 1fr; }
}

/* â”€â”€ NAV CTA BUTTON â”€â”€ */



/* â”€â”€ DROPDOWN SERVIÃ‡OS â”€â”€ */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}
.nav-dropdown-toggle {
  color: #cbd5e1;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  user-select: none;
}
.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: #111722;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 250px;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
  z-index: 200;
}
/* arrow */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255,255,255,.12);
}
.nav-dropdown-menu::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #111722;
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 18px;
  color: #cbd5e1;
  font-size: .88rem;
  text-decoration: none;
  transition: background .15s, color .15s;
  line-height: 1.4;
}
.nav-dropdown-menu a:hover {
  background: rgba(0,255,85,.08);
  color: #00ff55;
}
/* Show on hover (desktop) */
.nav-dropdown:hover .nav-dropdown-menu { display: block; }

.mobile-toggle {
  display: none;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
  margin-left: auto;
  padding-left: 14px;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.main-header .mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}
.main-header .mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.main-header .mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.main-header .mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}
.main-header .mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1100px) {
  .main-header {
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: 70px;
    padding: 12px 14px;
    flex-wrap: nowrap;
    background: rgba(9,9,11,.98);
  }
  .main-header .logo {
    order: 1;
    flex-shrink: 0;
    margin-right: 0;
    font-size: 1.1rem;
  }
  .main-header > .btn-primary {
    order: 2;
    display: inline-flex !important;
    flex: 0 1 auto;
    min-height: 40px;
    max-width: 160px;
    padding: 0 10px !important;
    font-size: .6rem !important;
    border-radius: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-header > .btn-primary svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  .main-header .mobile-toggle {
    display: inline-flex;
    order: 3;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px;
    margin-left: auto;
  }
  .main-header .menu-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    width: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 0;
    padding: 12px;
    background: #101722;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
  }
  .main-header .menu-links.active {
    display: flex;
  }
  .main-header .menu-links > a,
  .main-header .nav-dropdown-toggle {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    color: #e5e7eb;
  }
  .main-header .menu-links > a:hover,
  .main-header .nav-dropdown-toggle:hover {
    background: rgba(255,255,255,.06);
    color: #00ff55;
  }
  .main-header .nav-dropdown {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }
  .main-header .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
  .main-header .nav-dropdown-menu {
    display: none;
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    margin: 2px 0 6px;
    padding: 6px;
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    box-shadow: none;
  }
  .main-header .nav-dropdown.open .nav-dropdown-menu {
    display: block;
  }
  .main-header .nav-dropdown:hover .nav-dropdown-menu {
    display: none;
  }
  .main-header .nav-dropdown.open:hover .nav-dropdown-menu {
    display: block;
  }
  .main-header .nav-dropdown-menu::before,
  .main-header .nav-dropdown-menu::after {
    display: none;
  }
  .main-header .nav-dropdown-menu a {
    border-radius: 8px;
    padding: 9px 12px;
  }
}

@media (max-width: 520px) {
  .main-header > .btn-primary {
    max-width: 160px;
  }
}

@media (max-width: 360px) {
  .main-header {
    padding-left: 10px;
    padding-right: 10px;
    gap: 6px;
  }
  .main-header .logo {
    font-size: 1rem;
  }
  .main-header > .btn-primary {
    max-width: 128px;
    padding: 0 8px !important;
    font-size: .55rem !important;
  }
  .main-header .mobile-toggle {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}

