:root {
  --color-orange: #ff7a00;
  --color-orange-dark: #d86400;
  --color-blue: #0077c8;
  --color-blue-dark: #005b9b;
  --color-black: #0b1320;
  --color-dark: #111827;
  --color-light: #f5f7fb;
  --color-white: #ffffff;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 20px 60px rgba(11, 19, 32, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--color-black);
  background: var(--color-white);
}

body::before {
  content: "";
  display: block;
  height: 74px;
}

img,
svg {
  max-width: 100%;
}

a {
  transition: all .2s ease-in-out;
}

.section-padding {
  padding: 92px 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 42px;
}

.section-title h2,
#servicos h2,
#desenvolvimento h2,
#contato h2 {
  font-weight: 800;
  letter-spacing: -.04em;
}

.section-title p {
  color: #64748b;
  font-size: 1.08rem;
}

.section-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-orange);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-tag::before,
.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--color-orange);
}

.btn-brand {
  --bs-btn-bg: var(--color-orange);
  --bs-btn-border-color: var(--color-orange);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--color-orange-dark);
  --bs-btn-hover-border-color: var(--color-orange-dark);
  --bs-btn-hover-color: #fff;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(255, 122, 0, .24);
}

.btn-outline-brand {
  --bs-btn-color: var(--color-blue);
  --bs-btn-border-color: rgba(0, 119, 200, .35);
  --bs-btn-hover-bg: var(--color-blue);
  --bs-btn-hover-border-color: var(--color-blue);
  --bs-btn-hover-color: #fff;
  font-weight: 700;
  border-radius: 999px;
}

/* Navbar */
.nav-blur {
  background: rgba(11, 19, 32, .92);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
}

.navbar-brand strong,
.footer-logo strong {
  display: block;
  color: #fff;
  line-height: 1;
  letter-spacing: -.03em;
}

.navbar-brand small,
.footer-logo small {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  line-height: 1.1;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, .76);
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--color-orange);
}

/* Hero */
.hero-section {
  position: relative;
  min-height: calc(100vh - 74px);
  padding: 94px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 122, 0, .24), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(0, 119, 200, .28), transparent 28%),
    linear-gradient(135deg, #070b12 0%, #0b1320 45%, #071e35 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -28% auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(255, 122, 0, .12);
  filter: blur(12px);
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-slogan {
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  line-height: 1.2;
  color: #eaf6ff;
  font-weight: 600;
  margin: 12px 0;
}

.hero-text {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.1rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
}

.hero-badges i {
  color: var(--color-orange);
}

.hero-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.server-window {
  padding: 18px;
  border-radius: 22px;
  background: #0b1320;
  border: 1px solid rgba(255, 255, 255, .1);
}

.window-dots {
  display: flex;
  gap: 7px;
  margin-bottom: 22px;
}

.window-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color-orange);
}

.window-dots span:nth-child(2) {
  background: var(--color-blue);
}

.window-dots span:nth-child(3) {
  background: #50e3c2;
}

.server-lines {
  display: grid;
  gap: 14px;
}

.server-line {
  height: 52px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02)),
    #111827;
  border: 1px solid rgba(255, 255, 255, .08);
  position: relative;
}

.server-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
}

.server-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  width: 55%;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

.server-line.active {
  border-color: rgba(255, 122, 0, .65);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, .12);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.stats-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.stats-grid strong {
  display: block;
  color: #fff;
  font-size: 1.55rem;
}

.stats-grid span {
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
}

/* Parceiros */
.partner-logo {
  min-height: 150px;
  display: grid;
  place-items: center;
  padding: 15px;
  border-radius: 18px;
  color: #64748b;
  font-weight: 800;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.partner-logo:hover {
  transform: translateY(-3px);
  color: var(--color-blue);
  border-color: rgba(0, 119, 200, .25);
}

/* Serviços */
.service-card {
  height: 100%;
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

.service-card i {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--color-orange), var(--color-blue));
  border-radius: 14px;
  font-size: 1.35rem;
}

.service-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
}

.service-card p {
  margin: 0;
  color: #64748b;
}

.tech-illustration {
  margin: 0;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f8fafc, #eef6ff);
  box-shadow: var(--shadow-soft);
}

/* Desenvolvimento */
.bg-dark-custom {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, .22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 119, 200, .23), transparent 28%),
    var(--color-black);
}

.development-list {
  display: grid;
  gap: 18px;
}

.development-list > div {
  display: flex;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
}

.development-list i {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--color-orange);
  color: #fff;
  font-size: 1.2rem;
}

.development-list h3 {
  font-size: 1.05rem;
  font-weight: 800;
}

.development-list p {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 0;
}

.process-card {
  padding: 30px;
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--color-black);
  box-shadow: var(--shadow-soft);
}

.process-card h3 {
  font-weight: 800;
}

.process-steps {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: #475569;
}

/* Planos */
.pricing-card {
  position: relative;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: var(--shadow-soft);
}

.pricing-card.featured {
  border: 2px solid var(--color-orange);
  transform: translateY(-10px);
}

.recommended {
  position: absolute;
  top: -15px;
  left: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-orange);
  font-size: .78rem;
  font-weight: 800;
}

.pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-header h3 {
  font-size: 1.45rem;
  font-weight: 900;
}

.plan-badge {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--color-blue);
  background: rgba(0, 119, 200, .1);
  font-size: .78rem;
  font-weight: 800;
}

.price {
  margin: 18px 0;
  color: var(--color-black);
  font-size: 2rem;
  font-weight: 900;
}

.price span {
  color: #64748b;
  font-size: .95rem;
  font-weight: 600;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 12px;
  color: #475569;
}

.pricing-card li {
  display: flex;
  gap: 10px;
}

.pricing-card li i {
  color: var(--color-orange);
}

/* Contato */
.contact-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact-info {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.contact-info div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #475569;
  font-weight: 600;
}

.contact-info i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: var(--color-blue);
}

.contact-form {
  padding: 30px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: var(--shadow-soft);
}

.form-control,
.form-select {
  min-height: 48px;
  border-radius: 14px;
  border-color: #dbe3ef;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--color-orange);
  box-shadow: 0 0 0 .25rem rgba(255, 122, 0, .16);
}

textarea.form-control {
  min-height: 150px;
}

/* Whatsapp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1050;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(37, 211, 102, .35);
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
  color: #fff;
}

/* Cookies */
.cookie-notice {
  position: fixed;
  left: 22px;
  right: 100px;
  bottom: 22px;
  z-index: 1040;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 820px;
  padding: 18px;
  color: #fff;
  background: rgba(11, 19, 32, .96);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .25);
}

.cookie-notice.show {
  display: flex;
}

.cookie-notice p {
  color: rgba(255, 255, 255, .72);
}

/* Footer */
.footer {
  padding: 68px 0 26px;
  color: rgba(255, 255, 255, .72);
  background: #060a11;
}

.footer h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  list-style: none;
}

.footer a:hover {
  color: var(--color-orange);
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  text-decoration: none;
}

.social-links a:hover {
  background: var(--color-orange);
  color: #fff;
}

.footer hr {
  border-color: rgba(255, 255, 255, .16);
  margin: 38px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .92rem;
}

/* Responsividade */
@media (max-width: 991.98px) {
  body::before {
    height: 70px;
  }

  .section-padding {
    padding: 72px 0;
  }

  .hero-section {
    min-height: auto;
    padding: 72px 0;
  }

  .pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .brand-text small {
    display: none;
  }

  .hero-section {
    text-align: left;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .contact-form,
  .process-card,
  .pricing-card {
    padding: 22px;
  }

  .cookie-notice {
    left: 14px;
    right: 14px;
    bottom: 92px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-notice .btn {
    width: 100%;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 58px 0;
  }

  .hero-section {
    padding: 58px 0;
  }

  .hero-badges span {
    width: 100%;
    justify-content: center;
  }

  .navbar-brand svg,
  .footer-logo svg {
    width: 42px;
    height: 42px;
  }
}

.partner-logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--border);
  border-radius: 12px;
  filter: grayscale(1);
  opacity: 0.55;
  transition: filter 0.2s, opacity 0.2s;
}
.partner-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}
.partner-logo img {
  max-height: 75px;
  width: auto;
}