:root {
  --bg: #eef4f8;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-soft: #f4f8fb;
  --text: #102f46;
  --muted: #597183;
  --primary: #005488;
  --primary-strong: #03253d;
  --secondary: #8bb2cf;
  --accent: #f59333;
  --accent-strong: #cf6f15;
  --line: rgba(17, 67, 103, 0.12);
  --success: #1a8852;
  --shadow-soft: 0 20px 60px rgba(7, 32, 54, 0.1);
  --shadow-strong: 0 30px 80px rgba(3, 24, 40, 0.24);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: min(1160px, calc(100% - 2.4rem));
  --icon-internet: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8.5' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M3.7 12h16.6M12 3.7c2.35 2.56 3.66 5.58 3.66 8.3 0 2.72-1.31 5.74-3.66 8.3-2.35-2.56-3.66-5.58-3.66-8.3 0-2.72 1.31-5.74 3.66-8.3Z' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-vps: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='5' rx='2' stroke='%23ffffff' stroke-width='1.8'/%3E%3Crect x='4' y='14' width='16' height='5' rx='2' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M8 7.5h.01M8 16.5h.01M11 7.5h5M11 16.5h5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-dedicated: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='7' y='7' width='10' height='10' rx='2.4' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M10 1.8v3M14 1.8v3M10 19.2v3M14 19.2v3M1.8 10h3M1.8 14h3M19.2 10h3M19.2 14h3' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-monitoramento: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 11.8S6.2 6.5 12 6.5s9 5.3 9 5.3-3.2 5.7-9 5.7-9-5.7-9-5.7Z' stroke='%23ffffff' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='2.7' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M18.6 4.5l1.8-1.8' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-backup: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 7.2C6 5.43 8.69 4 12 4s6 1.43 6 3.2S15.31 10.4 12 10.4 6 8.97 6 7.2Z' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M6 7.2v4.8c0 1.77 2.69 3.2 6 3.2s6-1.43 6-3.2V7.2M6 12c0 1.77 2.69 3.2 6 3.2s6-1.43 6-3.2' stroke='%23ffffff' stroke-width='1.8'/%3E%3Cpath d='M12 15.8v4.2M9.8 17.8 12 20l2.2-2.2' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.56;
  background:
    radial-gradient(1200px 500px at 100% -10%, rgba(245, 147, 51, 0.26), transparent 62%),
    radial-gradient(900px 420px at 0% -8%, rgba(0, 84, 136, 0.14), transparent 66%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(16, 47, 70, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(to bottom, rgba(16, 47, 70, 0.035) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  border: 2px solid var(--primary);
  border-radius: 10px;
  background: #fff;
  padding: 0.7rem 1rem;
}

.utility-bar {
  position: relative;
  z-index: 65;
  background:
    linear-gradient(90deg, rgba(3, 37, 61, 0.98), rgba(0, 84, 136, 0.96));
  color: #dbe8f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.utility-shell {
  display: flex;
  flex-direction: column;
}

.utility-toggle {
  display: none;
}

.utility-wrap {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.82rem;
}

.utility-wrap p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.utility-wrap p::before {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s6-5.2 6-11a6 6 0 1 0-12 0c0 5.8 6 11 6 11Z' stroke='%23ffffff' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.2' stroke='%23ffffff' stroke-width='1.8'/%3E%3C/svg%3E") center/contain no-repeat;
}

.utility-links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 0.8rem;
}

.utility-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.12rem 0;
  color: #fff;
  font-weight: 700;
}

.utility-links a::before {
  content: "";
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.utility-links a.is-mail::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='3' stroke='%23FFFFFF' stroke-width='1.9'/%3E%3Cpath d='M4.5 7L10.94 12.15C11.56 12.65 12.44 12.65 13.06 12.15L19.5 7' stroke='%23FFFFFF' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.utility-links a.is-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.14 3.7H10.34C10.76 3.7 11.13 3.98 11.25 4.38L12.11 7.24C12.21 7.58 12.11 7.95 11.85 8.19L10.16 9.73C11.06 11.6 12.57 13.11 14.44 14.01L15.98 12.32C16.22 12.06 16.59 11.96 16.93 12.06L19.79 12.92C20.19 13.04 20.47 13.41 20.47 13.83V17.03C20.47 17.61 20 18.08 19.42 18.08C10.92 18.08 4.09 11.25 4.09 2.75C4.09 2.17 4.56 1.7 5.14 1.7H7.14V3.7Z' stroke='%23FFFFFF' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(16px);
  background: rgba(247, 251, 254, 0.72);
  border-bottom: 1px solid rgba(0, 84, 136, 0.08);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(0, 84, 136, 0.14);
  box-shadow: 0 18px 38px rgba(7, 34, 57, 0.08);
}

.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}

.brand img {
  width: clamp(130px, 16vw, 182px);
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: auto;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--primary);
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  padding: 0.44rem 0.62rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  background: linear-gradient(135deg, rgba(0, 84, 136, 0.14), rgba(245, 147, 51, 0.18));
  color: var(--primary-strong);
  transform: translateY(-1px);
}

.main-nav .nav-client-link {
  margin-left: 0.45rem;
  padding: 0.62rem 0.95rem;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  border: 1px solid rgba(0, 84, 136, 0.12);
  box-shadow: 0 14px 28px rgba(7, 34, 57, 0.16);
}

.main-nav .nav-client-link::before {
  content: "";
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8ZM4 19.5c0-2.4 2.68-4.5 6-4.5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M14.5 12.5h5M17 10v5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.main-nav .nav-client-link:hover,
.main-nav .nav-client-link:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #0a6ba6, #063b59);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(0, 84, 136, 0.3);
  border-radius: 10px;
  background: #fff;
  padding: 0.56rem;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: var(--primary);
}

.menu-toggle span + span {
  margin-top: 0.33rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0.9rem 1.28rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 16px 32px rgba(207, 111, 21, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 18px 34px rgba(207, 111, 21, 0.34);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.btn-sm {
  padding: 0.66rem 0.98rem;
}

main {
  padding-bottom: 2rem;
}

.page-hero {
  --hero-image: none;
  --hero-position: center center;
  position: relative;
  overflow: clip;
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(4.8rem, 8vw, 6.6rem);
  background:
    linear-gradient(90deg, rgba(3, 18, 30, 0.9) 0%, rgba(3, 28, 46, 0.66) 46%, rgba(3, 28, 46, 0.28) 100%),
    linear-gradient(180deg, rgba(4, 18, 32, 0.2), rgba(4, 18, 32, 0.58)),
    var(--hero-image) var(--hero-position) / cover no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px 260px at 84% 10%, rgba(245, 147, 51, 0.24), transparent 60%),
    radial-gradient(540px 260px at 10% 10%, rgba(109, 191, 240, 0.18), transparent 60%),
    linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 36px 36px;
  opacity: 0.5;
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(238, 244, 248, 0), var(--bg));
  pointer-events: none;
}

.page-hero.hero-home {
  --hero-image: url("/assets/img/heroes/data-center.jpg");
  --hero-position: center center;
}

.page-hero.hero-services {
  --hero-image: url("/assets/img/heroes/servicos.jpg");
  --hero-position: center center;
}

.page-hero.hero-internet {
  --hero-image: url("/assets/img/heroes/internet.jpg");
  --hero-position: center 32%;
}

.page-hero.hero-vps {
  --hero-image: url("/assets/img/heroes/vps-cloud.jpg");
  --hero-position: center 34%;
}

.page-hero.hero-dedicado {
  --hero-image: url("/assets/img/heroes/dedicado-data-center.jpg");
  --hero-position: center 34%;
}

.page-hero.hero-monitoramento {
  --hero-image: url("/assets/img/heroes/monitoramento-hero.svg");
  --hero-position: center 34%;
}

.page-hero.hero-backup {
  --hero-image: url("/assets/img/heroes/backup-hero.svg");
  --hero-position: center 34%;
}

.page-hero .inner {
  position: relative;
  z-index: 1;
  min-height: clamp(460px, 58vw, 620px);
  display: flex;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.4rem) 0 0;
}

.page-hero .inner::before {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 0;
}

.eyebrow {
  margin: 0;
  color: #9fc8e1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  font-size: 0.74rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: -0.01em;
}

.page-hero h1 {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.06;
  color: #fff;
  text-shadow: 0 14px 36px rgba(3, 18, 30, 0.32);
}

.lead {
  margin: 0.95rem 0 0;
  color: #ccdeea;
  max-width: 62ch;
  font-size: 1.04rem;
  text-shadow: 0 10px 24px rgba(3, 18, 30, 0.24);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
  margin-top: 1.2rem;
  max-width: 820px;
}

.stat {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 0.78rem 0.82rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.stat strong {
  display: block;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.98rem;
  color: #fff;
}

.stat span {
  color: #c5d8e6;
  font-size: 0.84rem;
}

.hero-media {
  display: none;
}

.section {
  padding: clamp(2.4rem, 6vw, 5rem) 0;
}

.section-compact {
  position: relative;
  z-index: 4;
  margin-top: clamp(-2.8rem, -3vw, -1.6rem);
  padding: 0 0 clamp(1.4rem, 4vw, 2.4rem);
}

.section-title {
  max-width: 760px;
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 1rem;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18rem;
  bottom: 0.18rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--primary));
}

.section-title h2 {
  margin: 0.46rem 0 0.72rem;
  font-size: clamp(1.56rem, 2.5vw, 2.45rem);
  line-height: 1.12;
}

.section-title p {
  margin: 0;
  color: #3c5a70;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 252, 0.9));
  box-shadow: var(--shadow-soft);
  padding: 1.16rem;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card::before,
.panel::before,
.plan-card::before,
.contact-box::before,
.faq details::before,
.logo-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), rgba(0, 84, 136, 0.9));
}

.card:hover,
.panel:hover,
.plan-card:hover,
.faq details:hover,
.logo-item:hover,
.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(7, 35, 57, 0.14);
}

.card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.12rem;
}

.switcher-card strong,
.decision-card strong,
.card:has(.actions a[href$="/internet"]) h3,
.card:has(.actions a[href$="/vps"]) h3,
.card:has(.actions a[href$="/servidor-dedicado"]) h3,
.card:has(.actions a[href$="/monitoramento-seguranca"]) h3,
.card:has(.actions a[href$="/backup-seguranca"]) h3 {
  padding-right: 3.6rem;
}

.card p {
  margin: 0;
  color: #516a7b;
}

.card .actions {
  margin-top: 1rem;
}

.pill-list,
.check-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.pill-list li {
  border-radius: 10px;
  border: 1px solid rgba(0, 84, 136, 0.12);
  background: linear-gradient(180deg, #f9fcfe, #eef5fa);
  padding: 0.5rem 0.7rem;
  color: #284861;
  font-weight: 700;
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
}

.check-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(245, 147, 51, 0.18);
  position: absolute;
  left: 0;
  top: 0.45em;
}

.dark {
  background:
    radial-gradient(630px 320px at 4% 8%, rgba(139, 178, 207, 0.24), transparent 66%),
    radial-gradient(500px 260px at 96% 8%, rgba(245, 147, 51, 0.18), transparent 64%),
    linear-gradient(180deg, #04243a, #031826 84%);
  color: #e7f0f8;
}

.dark .eyebrow,
.dark .section-title p,
.dark .card p,
.dark .price-note {
  color: #a4c2d8;
}

.dark .section-title h2,
.dark h3,
.dark h4 {
  color: #fff;
}

.dark .card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.plan-card {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(300px 180px at 100% 0%, rgba(0, 84, 136, 0.09), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 248, 252, 0.96));
  box-shadow: none;
  padding: 1.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.92rem;
  min-height: 100%;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.plan-card,
.dark .plan-card {
  color: var(--text);
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.plan-card.featured {
  border-color: rgba(245, 147, 51, 0.42);
  background:
    radial-gradient(260px 170px at 100% 0%, rgba(245, 147, 51, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 251, 253, 0.98));
  transform: translateY(-6px);
  box-shadow: none;
}

.plan-label {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 800;
  margin: 0;
}

.plan-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(3, 37, 61, 0.92);
  color: #fff;
  padding: 0.36rem 0.68rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: none;
}

.plan-heading {
  display: grid;
  gap: 0.42rem;
}

.plan-card h3 {
  margin: 0;
  color: var(--primary-strong);
  font-size: 1.28rem;
  line-height: 1.08;
}

.plan-summary {
  margin: 0;
  color: #557184;
  min-height: 3.1em;
}

.plan-price-box {
  border: 1px solid rgba(3, 37, 61, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(3, 37, 61, 0.98), rgba(4, 56, 88, 0.96));
  padding: 0.9rem 0.95rem 0.84rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.price {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 2.18rem;
  line-height: 0.98;
  color: #f5f9fc;
}

.price span {
  font-size: 0.82rem;
  color: rgba(245, 249, 252, 0.88);
}

.plan-price-caption {
  margin: 0.42rem 0 0;
  color: rgba(245, 249, 252, 0.78);
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.plan-card.featured .plan-label {
  color: var(--accent-strong);
}

.plan-card.featured .plan-summary {
  color: #39586d;
}

.plan-card.featured .plan-price-box {
  border-color: rgba(245, 147, 51, 0.24);
  background:
    linear-gradient(135deg, rgba(207, 111, 21, 0.96), rgba(3, 37, 61, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.plan-card.featured .price,
.plan-card.featured .price span,
.plan-card.featured .plan-price-caption {
  color: #f5f9fc;
}

.plan-card.featured .plan-meta-item {
  border-color: rgba(245, 147, 51, 0.2);
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.96), rgba(255, 255, 255, 0.92));
}

.plan-card.featured .plan-meta-item span {
  color: #8e5b24;
}

.plan-card.featured .plan-meta-item strong,
.plan-card.featured .plan-feature-list li,
.plan-card.featured .plan-note {
  color: #233f52;
}

.plan-meta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.72rem;
}

.plan-meta-item {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.75rem 0.82rem 0.75rem 3rem;
}

.plan-meta-item::before {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 0.82rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 12px;
  background-color: rgba(0, 84, 136, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.9rem;
}

.plan-meta-item.is-ideal::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='7.5' stroke='%2303253d' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='2.2' stroke='%2303253d' stroke-width='1.8'/%3E%3Cpath d='M12 4v2.2M12 17.8V20M4 12h2.2M17.8 12H20' stroke='%2303253d' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.plan-meta-item.is-differential::before {
  background-color: rgba(245, 147, 51, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m12 3.8 2.2 4.45 4.9.71-3.55 3.45.84 4.89L12 15l-4.39 2.3.84-4.89L4.9 8.96l4.9-.71L12 3.8Z' stroke='%23cf6f15' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.plan-meta-item span {
  display: block;
  color: #6c8292;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.65rem;
  font-weight: 800;
}

.plan-meta-item strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--primary-strong);
  font-size: 0.9rem;
  line-height: 1.35;
}

.plan-includes {
  margin-top: auto;
}

.plan-includes-title {
  margin: 0;
  color: #6b8293;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.plan-includes-title::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 12.2 10.1 15.3 17 8.4' stroke='%23cf6f15' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.plan-feature-list {
  list-style: none;
  margin: 0.72rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.48rem;
}

.plan-feature-list li {
  position: relative;
  min-height: 1.35rem;
  padding-left: 1.45rem;
  color: #4a6376;
  line-height: 1.45;
}

.plan-feature-list li::before {
  content: "";
  position: absolute;
  top: 0.22rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 147, 51, 0.24), rgba(245, 147, 51, 0.08));
  box-shadow: inset 0 0 0 1px rgba(245, 147, 51, 0.34);
}

.plan-feature-list li::after {
  content: "";
  position: absolute;
  top: 0.49rem;
  left: 0.28rem;
  width: 0.42rem;
  height: 0.24rem;
  border-left: 2px solid var(--accent-strong);
  border-bottom: 2px solid var(--accent-strong);
  transform: rotate(-45deg);
}

.plan-note {
  margin: 0;
  color: #6a8191;
  font-size: 0.79rem;
  line-height: 1.45;
}

.plan-card .btn {
  width: 100%;
}

.plan-group {
  margin-top: 1.5rem;
}

.plan-group-heading {
  margin-bottom: 1rem;
}

.plan-group-heading h3 {
  margin-bottom: 0.3rem;
}

.plan-group-heading p {
  margin: 0;
}

.plan-grid.plan-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.plan-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
}

.plan-carousel-shell {
  position: relative;
  overflow: hidden;
  padding: 0.55rem 0.4rem 0.85rem;
}

.plan-carousel-shell::before,
.plan-carousel-shell::after {
  display: none;
}

.plan-carousel-window {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.plan-carousel-window::-webkit-scrollbar {
  display: none;
}

.plan-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3);
  gap: 1rem;
  align-items: stretch;
}

.plan-carousel-track .plan-card {
  scroll-snap-align: start;
}

.plan-carousel.is-static {
  grid-template-columns: 1fr;
}

.plan-carousel.is-static .plan-carousel-shell {
  padding-inline: 0;
}

.plan-carousel.is-static .plan-carousel-shell::before,
.plan-carousel.is-static .plan-carousel-shell::after {
  display: none;
}

.dark .plan-card {
  border-color: rgba(17, 67, 103, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.94));
  box-shadow: none;
}

.dark .plan-card.featured {
  border-color: rgba(245, 147, 51, 0.46);
  background:
    radial-gradient(260px 170px at 100% 0%, rgba(245, 147, 51, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(249, 251, 253, 0.98));
}

.dark .plan-card h3,
.dark .plan-card .price,
.dark .plan-card .plan-label,
.dark .plan-card .plan-meta-item strong {
  color: var(--primary-strong);
}

.dark .plan-card .price span,
.dark .plan-card .plan-summary,
.dark .plan-card .plan-price-caption,
.dark .plan-card .plan-feature-list li,
.dark .plan-card .plan-note,
.dark .plan-card .plan-meta-item span {
  color: #4a6376;
}

.dark .plan-card .plan-price-box .price,
.dark .plan-card .plan-price-box .price span,
.dark .plan-card .plan-price-box .plan-price-caption {
  color: #f5f9fc;
}

.dark .plan-group-heading p {
  color: #a4c2d8;
}

.plan-carousel .client-carousel-arrow {
  box-shadow: none;
}

.plan-carousel .client-carousel-arrow:hover,
.plan-carousel .client-carousel-arrow:focus-visible {
  box-shadow: none;
}

.quote-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1rem;
  align-items: start;
}

.quote-config-card,
.quote-summary-card {
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(280px 160px at 100% 0%, rgba(245, 147, 51, 0.1), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.96));
  padding: clamp(1.05rem, 2.4vw, 1.4rem);
}

.quote-config-card h2 {
  margin-top: 0.35rem;
}

.quote-builder-lead {
  margin: 0.6rem 0 0;
  color: #506879;
  max-width: 62ch;
}

.quote-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.quote-field {
  display: grid;
  gap: 0.42rem;
}

.quote-field span {
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-field select {
  width: 100%;
  border: 1px solid rgba(17, 67, 103, 0.12);
  border-radius: 18px;
  background: #fff;
  color: var(--primary-strong);
  padding: 0.92rem 0.95rem;
}

.quote-field-note {
  color: #597182;
  font-size: 0.84rem;
  line-height: 1.45;
  min-height: 2.5em;
}

.quote-summary-card {
  background:
    radial-gradient(260px 140px at 100% 0%, rgba(245, 147, 51, 0.16), transparent 62%),
    linear-gradient(180deg, rgba(4, 36, 58, 0.98), rgba(3, 24, 38, 0.96));
  color: #e8f2f8;
}

.quote-summary-kicker {
  margin: 0;
  color: #8fd5ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
}

.quote-table-wrap {
  overflow: auto;
  margin-top: 0.9rem;
}

.quote-table {
  width: 100%;
  border-collapse: collapse;
}

.quote-table th,
.quote-table td {
  padding: 0.78rem 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
}

.quote-table thead th {
  color: #9cc5dc;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-table tbody th {
  color: #f3f8fc;
  font-size: 0.92rem;
  font-weight: 800;
}

.quote-table tbody td {
  color: #d8e6f0;
}

.quote-table tfoot th,
.quote-table tfoot td {
  border-bottom: 0;
  color: #fff;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
}

.quote-summary-note {
  margin: 0.9rem 0 0;
  color: #a8c1d3;
  font-size: 0.86rem;
  line-height: 1.5;
}

.quote-summary-card .btn {
  width: 100%;
  margin-top: 1rem;
}

.panel {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 252, 0.9));
  box-shadow: var(--shadow-soft);
  padding: 1.08rem;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.panel h3 {
  font-size: 1.1rem;
}

.panel p {
  margin: 0.55rem 0 0;
  color: #4f6678;
}

.timeline {
  counter-reset: timeline-step;
  display: grid;
  gap: 0.7rem;
}

.service-switcher,
.decision-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: calc(var(--radius-lg) - 4px);
  background:
    radial-gradient(280px 160px at 100% 0%, rgba(245, 147, 51, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 252, 0.92));
  box-shadow: var(--shadow-soft);
  padding: clamp(1rem, 2.6vw, 1.5rem);
}

.service-switcher::before,
.decision-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(16, 47, 70, 0.05) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(to bottom, rgba(16, 47, 70, 0.05) 1px, transparent 1px) 0 0 / 28px 28px;
  opacity: 0.32;
  pointer-events: none;
}

.switcher-intro,
.decision-intro {
  position: relative;
  z-index: 1;
  max-width: 740px;
  margin-bottom: 1rem;
}

.switcher-intro h2,
.decision-intro h2 {
  margin-top: 0.3rem;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
}

.switcher-intro p:last-child,
.decision-intro p:last-child {
  margin-top: 0.45rem;
  color: #426277;
}

.switcher-grid,
.decision-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.9rem;
}

.switcher-card[href$="/internet"],
.decision-card[href$="/internet"],
.card:has(.actions a[href$="/internet"]) {
  --service-icon: var(--icon-internet);
}

.switcher-card[href$="/vps"],
.decision-card[href$="/vps"],
.card:has(.actions a[href$="/vps"]) {
  --service-icon: var(--icon-vps);
}

.switcher-card[href$="/servidor-dedicado"],
.decision-card[href$="/servidor-dedicado"],
.card:has(.actions a[href$="/servidor-dedicado"]) {
  --service-icon: var(--icon-dedicated);
}

.switcher-card[href$="/monitoramento-seguranca"],
.decision-card[href$="/monitoramento-seguranca"],
.card:has(.actions a[href$="/monitoramento-seguranca"]) {
  --service-icon: var(--icon-monitoramento);
}

.switcher-card[href$="/backup-seguranca"],
.decision-card[href$="/backup-seguranca"],
.card:has(.actions a[href$="/backup-seguranca"]) {
  --service-icon: var(--icon-backup);
}

.switcher-card,
.decision-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 160px;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(7, 35, 57, 0.08);
  padding: 1rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.switcher-card::before,
.decision-card::before {
  content: "";
  width: 52px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.switcher-card::after,
.decision-card::after,
.card:has(.actions a[href$="/internet"])::after,
.card:has(.actions a[href$="/vps"])::after,
.card:has(.actions a[href$="/servidor-dedicado"])::after,
.card:has(.actions a[href$="/monitoramento-seguranca"])::after,
.card:has(.actions a[href$="/backup-seguranca"])::after {
  content: "";
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 16px;
  background-color: rgba(3, 37, 61, 0.95);
  background-image: var(--service-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.35rem 1.35rem;
  box-shadow: 0 14px 28px rgba(3, 37, 61, 0.16);
}

.switcher-card:hover,
.decision-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 84, 136, 0.26);
  box-shadow: 0 22px 38px rgba(7, 35, 57, 0.12);
}

.switcher-card strong,
.decision-card strong {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.04rem;
  color: var(--primary-strong);
}

.switcher-card span,
.decision-card span {
  color: #527083;
  font-size: 0.92rem;
}

.switcher-card.is-current {
  background: linear-gradient(180deg, rgba(0, 84, 136, 0.12), rgba(255, 255, 255, 0.94));
  border-color: rgba(0, 84, 136, 0.3);
}

.decision-card small {
  margin-top: auto;
  color: var(--accent-strong);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.timeline .step {
  position: relative;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 67, 103, 0.1);
  box-shadow: var(--shadow-soft);
  padding: 0.9rem 0.94rem 0.9rem 4.1rem;
  color: #4f6678;
}

.timeline .step::before {
  counter-increment: timeline-step;
  content: counter(timeline-step, decimal-leading-zero);
  position: absolute;
  left: 1rem;
  top: 0.92rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 12px 24px rgba(207, 111, 21, 0.18);
}

.timeline .step::after {
  content: "";
  position: absolute;
  left: 1.96rem;
  top: 3.12rem;
  bottom: -0.76rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(245, 147, 51, 0.42), rgba(0, 84, 136, 0));
}

.timeline .step:last-child::after {
  display: none;
}

.timeline .step strong {
  color: var(--primary-strong);
  font-family: "Sora", "Manrope", sans-serif;
}

.section-clients .section-title {
  max-width: 72ch;
}

.client-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
}

.client-carousel-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: calc(var(--radius-lg) + 4px);
  background:
    radial-gradient(240px 140px at 0% 0%, rgba(99, 180, 232, 0.12), transparent 60%),
    radial-gradient(260px 160px at 100% 100%, rgba(245, 147, 51, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.96));
  box-shadow: var(--shadow-soft);
  padding: 1rem 1.15rem;
}

.client-carousel-shell::before,
.client-carousel-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.client-carousel-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(247, 250, 252, 0.98), rgba(247, 250, 252, 0));
}

.client-carousel-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(247, 250, 252, 0.98), rgba(247, 250, 252, 0));
}

.client-carousel-window {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.client-carousel-window::-webkit-scrollbar {
  display: none;
}

.client-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, 168px);
  gap: 0.85rem;
}

.client-carousel-arrow {
  position: relative;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(17, 67, 103, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 244, 249, 0.96));
  color: var(--primary-strong);
  box-shadow: var(--shadow-soft);
  display: inline-grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.client-carousel-arrow:hover,
.client-carousel-arrow:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 84, 136, 0.3);
  color: var(--accent-strong);
  box-shadow: var(--shadow-strong);
}

.client-carousel-arrow:focus-visible {
  outline: 2px solid rgba(245, 147, 51, 0.36);
  outline-offset: 3px;
}

.logo-item {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 252, 0.94));
  box-shadow: var(--shadow-soft);
  padding: 1rem 0.95rem 0.8rem;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.7rem;
  min-height: 148px;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.logo-item img {
  max-height: 68px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.76;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.logo-item span {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4b677a;
}

.logo-item:hover,
.logo-item:focus-within {
  transform: translateY(-4px);
  border-color: rgba(0, 84, 136, 0.22);
  box-shadow: var(--shadow-strong);
}

.logo-item:hover img,
.logo-item:focus-within img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.02);
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.press-card {
  position: relative;
  min-height: 230px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.press-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.press-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 22, 39, 0.02), rgba(3, 22, 39, 0.72));
}

.press-card:hover img {
  transform: scale(1.04);
}

.press-card span {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  z-index: 1;
  background: rgba(0, 18, 30, 0.78);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.faq {
  display: grid;
  gap: 0.66rem;
}

.faq details {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  padding: 0.9rem 1rem;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 2.8rem;
  font-weight: 800;
  color: #173f5d;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.9rem;
  height: 1.9rem;
  margin-top: -0.95rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--primary-strong);
  background: rgba(0, 84, 136, 0.08);
  font-size: 1.2rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq p {
  margin: 0.55rem 0 0;
  color: #506879;
}

.dark .faq summary {
  color: #173f5d;
}

.dark .faq p,
.dark .timeline .step {
  color: #4f6678;
}

.contact-box {
  position: relative;
  border: 1px solid rgba(17, 67, 103, 0.12);
  border-radius: var(--radius-md);
  background:
    radial-gradient(320px 180px at 100% 0%, rgba(245, 147, 51, 0.16), transparent 60%),
    linear-gradient(120deg, rgba(0, 84, 136, 0.08), rgba(245, 147, 51, 0.14));
  padding: 1.08rem;
  overflow: hidden;
}

.contact-box h3 {
  margin-bottom: 0.5rem;
}

.contact-box p {
  margin: 0.33rem 0;
  color: #2f4d64;
}

.contact-line {
  position: relative;
  min-height: 1.5rem;
  padding-left: 2rem;
}

.contact-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  width: 1.1rem;
  height: 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-line.is-email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='3' stroke='%2303253d' stroke-width='1.9'/%3E%3Cpath d='M4.5 7L10.94 12.15C11.56 12.65 12.44 12.65 13.06 12.15L19.5 7' stroke='%2303253d' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-line.is-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.14 3.7H10.34C10.76 3.7 11.13 3.98 11.25 4.38L12.11 7.24C12.21 7.58 12.11 7.95 11.85 8.19L10.16 9.73C11.06 11.6 12.57 13.11 14.44 14.01L15.98 12.32C16.22 12.06 16.59 11.96 16.93 12.06L19.79 12.92C20.19 13.04 20.47 13.41 20.47 13.83V17.03C20.47 17.61 20 18.08 19.42 18.08C10.92 18.08 4.09 11.25 4.09 2.75C4.09 2.17 4.56 1.7 5.14 1.7H7.14V3.7Z' stroke='%2303253d' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contact-line.is-location::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s6-5.2 6-11a6 6 0 1 0-12 0c0 5.8 6 11 6 11Z' stroke='%2303253d' stroke-width='1.9' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.2' stroke='%2303253d' stroke-width='1.9'/%3E%3C/svg%3E");
}

.cta-band {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(260px 180px at 100% 0%, rgba(245, 147, 51, 0.3), transparent 58%),
    linear-gradient(135deg, rgba(0, 84, 136, 0.98), rgba(3, 35, 59, 0.98));
  color: #fff;
  text-align: center;
  padding: clamp(1.3rem, 2.8vw, 2.1rem);
  box-shadow: var(--shadow-strong);
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 28px 28px;
  opacity: 0.16;
  pointer-events: none;
}

.cta-band h2 {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.cta-band p {
  margin: 0.62rem auto 1rem;
  max-width: 72ch;
  color: #d1e3f1;
}

.cta-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.lead-section {
  padding-top: 0;
}

.lead-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.lead-copy,
.lead-card {
  border: 1px solid rgba(17, 67, 103, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.lead-copy {
  padding: clamp(1.3rem, 2.8vw, 2rem);
}

.lead-copy h2 {
  margin: 0.24rem 0 0.7rem;
  color: var(--primary-strong);
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.lead-card {
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.lead-form {
  display: grid;
  gap: 0.95rem;
}

.lead-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.lead-form label {
  display: grid;
  gap: 0.38rem;
}

.lead-form span {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--primary-strong);
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  border: 1px solid rgba(0, 84, 136, 0.16);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  padding: 0.88rem 0.95rem;
}

.lead-form textarea {
  resize: vertical;
}

.lead-col-span-2 {
  grid-column: span 2;
}

.lead-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.lead-flash {
  margin-bottom: 0.9rem;
  border-radius: 16px;
  padding: 0.9rem 1rem;
  font-weight: 700;
}

.lead-flash-success {
  background: rgba(26, 136, 82, 0.12);
  border: 1px solid rgba(26, 136, 82, 0.18);
  color: var(--success);
}

.lead-flash-error {
  background: rgba(207, 111, 21, 0.1);
  border: 1px solid rgba(207, 111, 21, 0.16);
  color: var(--accent-strong);
}

.floating-wa {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 58;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #19b35e, #108946);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 22px 36px rgba(16, 137, 70, 0.28);
  padding: 0.9rem 1.1rem;
}

.floating-wa::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #dffbe8;
  box-shadow: 0 0 0 8px rgba(223, 251, 232, 0.16);
}

.site-footer {
  position: relative;
  margin-top: 2.4rem;
  overflow: hidden;
  background:
    radial-gradient(320px 180px at 100% 0%, rgba(245, 147, 51, 0.18), transparent 60%),
    radial-gradient(420px 220px at 0% 18%, rgba(99, 180, 232, 0.16), transparent 60%),
    linear-gradient(180deg, #031523, #020d17);
  color: #bfd2e1;
  padding: 0 0 1rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  padding-top: 1.2rem;
}

.footer-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: 1.2rem;
  align-items: center;
  margin-bottom: 1.6rem;
  padding: 1.5rem;
  border: 1px solid rgba(143, 213, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(7, 33, 51, 0.94), rgba(4, 20, 32, 0.92)),
    linear-gradient(135deg, rgba(245, 147, 51, 0.18), rgba(99, 180, 232, 0.12));
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22);
}

.footer-eyebrow {
  margin: 0 0 0.45rem;
  color: #8fd5ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-callout h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.footer-callout p:last-child {
  margin: 0.7rem 0 0;
  max-width: 54ch;
  color: #c9dceb;
}

.footer-callout-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.95fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.footer-brand {
  max-width: 34rem;
}

.footer-brand img {
  width: clamp(138px, 16vw, 182px);
}

.footer-description {
  margin: 1rem 0 0;
  max-width: 34ch;
}

.footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.footer-pills span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(143, 213, 255, 0.18);
  border-radius: 999px;
  padding: 0.46rem 0.72rem;
  background: rgba(255, 255, 255, 0.04);
  color: #f2f8fc;
  font-size: 0.82rem;
  font-weight: 700;
}

.site-footer h3 {
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0.3rem 0;
}

.site-footer a {
  color: #d7e7f3;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

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

.footer-links li {
  margin: 0;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #d7e7f3;
  opacity: 0.92;
}

.footer-links a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(99, 180, 232, 0.95), rgba(245, 147, 51, 0.9));
  box-shadow: 0 0 0 5px rgba(143, 213, 255, 0.08);
  flex-shrink: 0;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  opacity: 1;
  transform: translateX(2px);
}

.footer-links.footer-contact a {
  align-items: flex-start;
}

.footer-links.footer-contact a::before {
  width: 15px;
  height: 15px;
  margin-top: 0.2rem;
  border-radius: 0;
  background: none center/contain no-repeat;
  box-shadow: none;
}

.footer-links.footer-contact a[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='3' stroke='%23d7e7f3' stroke-width='1.9'/%3E%3Cpath d='M4.5 7L10.94 12.15C11.56 12.65 12.44 12.65 13.06 12.15L19.5 7' stroke='%23d7e7f3' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer-links.footer-contact a[href*="api.whatsapp.com"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.14 3.7H10.34C10.76 3.7 11.13 3.98 11.25 4.38L12.11 7.24C12.21 7.58 12.11 7.95 11.85 8.19L10.16 9.73C11.06 11.6 12.57 13.11 14.44 14.01L15.98 12.32C16.22 12.06 16.59 11.96 16.93 12.06L19.79 12.92C20.19 13.04 20.47 13.41 20.47 13.83V17.03C20.47 17.61 20 18.08 19.42 18.08C10.92 18.08 4.09 11.25 4.09 2.75C4.09 2.17 4.56 1.7 5.14 1.7H7.14V3.7Z' stroke='%23d7e7f3' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer-links.footer-contact a[href$="/servicos"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4' y='5' width='16' height='14' rx='3' stroke='%23d7e7f3' stroke-width='1.9'/%3E%3Cpath d='M8 10.5h8M8 14.5h5' stroke='%23d7e7f3' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.footer-note {
  margin-top: 0.9rem;
  color: #95adc0;
  font-size: 0.9rem;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom small {
  color: #8fa9bc;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(245, 147, 51, 0.48);
  outline-offset: 2px;
}

@media (max-width: 1120px) {
  .page-hero .inner,
  .grid-4,
  .grid-3,
  .grid-2,
  .plan-grid,
  .footer-grid,
  .press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .switcher-grid,
  .decision-grid,
  .lead-grid,
  .lead-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-meta-grid {
    grid-template-columns: 1fr;
  }

  .plan-summary {
    min-height: 0;
  }

  .quote-builder {
    grid-template-columns: 1fr;
  }

  .plan-carousel-track {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }

  .client-carousel-track {
    grid-auto-columns: minmax(152px, 152px);
  }

  .stat-strip {
    grid-template-columns: 1fr;
  }

  .footer-callout {
    grid-template-columns: 1fr;
  }

  .footer-callout-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 1040px) {
  .utility-shell {
    padding: 0.5rem 0;
  }

  .utility-toggle {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.2rem 0;
    border: 0;
    background: transparent;
    color: #f5fbff;
    font: inherit;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .utility-toggle::before {
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s6-5.2 6-11a6 6 0 1 0-12 0c0 5.8 6 11 6 11Z' stroke='%23ffffff' stroke-width='1.8' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.2' stroke='%23ffffff' stroke-width='1.8'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  .utility-toggle::after {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    margin-left: auto;
    transition: transform 0.24s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m6 9 6 6 6-6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  .utility-bar.is-open .utility-toggle::after {
    transform: rotate(180deg);
  }

  .utility-wrap {
    min-height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
    opacity: 0;
    transition: max-height 0.28s ease, opacity 0.2s ease, padding-top 0.2s ease;
  }

  .utility-bar.is-open .utility-wrap {
    max-height: 120px;
    padding-top: 0.7rem;
    opacity: 1;
  }

  .utility-links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-wrap > .btn-sm {
    display: none;
  }

  .nav-wrap {
    min-height: 78px;
    gap: 0.75rem;
  }

  .brand {
    flex: 1 1 auto;
  }

  .brand img {
    width: min(170px, 100%);
    max-width: 100%;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 1.2rem;
    right: 1.2rem;
    border: 1px solid rgba(0, 84, 136, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
    padding: 0.65rem;
    display: none;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .site-header.is-open .main-nav {
    display: flex;
  }

  .main-nav a {
    border-radius: 10px;
  }

  .main-nav .nav-client-link {
    margin-left: 0;
    margin-top: 0.4rem;
    justify-content: center;
  }

  .page-hero .inner,
  .grid-4,
  .grid-3,
  .grid-2,
  .plan-grid,
  .footer-grid,
  .press-grid,
  .switcher-grid,
  .decision-grid,
  .lead-grid,
  .lead-form-grid {
    grid-template-columns: 1fr;
  }

  .client-carousel {
    display: block;
    padding: 0 0.2rem;
  }

  .client-carousel-shell {
    padding: 0.95rem 0.85rem;
  }

  .client-carousel-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(7, 34, 57, 0.12);
  }

  .client-carousel-arrow.is-prev {
    left: 0.15rem;
  }

  .client-carousel-arrow.is-next {
    right: 0.15rem;
  }

  .client-carousel-track {
    grid-auto-columns: minmax(74vw, 74vw);
  }

  .plan-carousel {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 0.75rem;
  }

  .quote-fields {
    grid-template-columns: 1fr;
  }

  .plan-carousel-shell {
    grid-column: 1 / -1;
    padding: 0.7rem 0 0.85rem;
  }

  .plan-carousel-track {
    grid-auto-columns: minmax(86vw, 86vw);
  }

  .logo-item {
    min-height: 136px;
  }

  .lead-col-span-2 {
    grid-column: auto;
  }

  .hero-media {
    display: none;
  }

  .page-hero .inner {
    padding: 1.15rem;
    min-height: auto;
  }

  .hero-copy {
    max-width: 100%;
  }

  .section-compact {
    margin-top: -0.8rem;
  }

  .floating-wa {
    right: 0.85rem;
    left: 0.85rem;
    bottom: 0.85rem;
    justify-content: center;
  }
}
