.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: #071521;
  font-weight: 900;
  box-shadow: 0 12px 40px rgba(7, 21, 33, .28);
  transform: translateY(-160%);
}

/* Briefing guiado para criação de sites */
.briefing-page {
  background: #f7fafc;
}

.briefing-hero {
  padding: clamp(64px, 8vw, 108px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(66, 194, 245, .22), transparent 32%),
    #071521;
}

.briefing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(40px, 7vw, 88px);
}

.briefing-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: #b9c8d4;
  font-weight: 700;
}

.briefing-hero h1 {
  max-width: 680px;
  margin: 14px 0 20px;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: .98;
}

.briefing-hero .hero-copy {
  max-width: 690px;
  color: #d9e4eb;
}

.briefing-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.briefing-assurances span {
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.briefing-direct-link {
  display: inline-flex;
  margin-top: 22px;
  color: #9de4ff;
  font-weight: 800;
}

.briefing-direct-link:hover {
  color: #fff;
}

.briefing-expectation {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
}

.briefing-expectation h2 {
  margin: 12px 0 26px;
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
}

.briefing-expectation ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.briefing-expectation li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: start;
  gap: 12px;
  color: #d9e4eb;
  line-height: 1.55;
}

.briefing-expectation li span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #071521;
  background: #42c2f5;
  font-weight: 900;
}

.briefing-form-section {
  padding: clamp(60px, 8vw, 108px) 0;
}

.briefing-layout {
  display: grid;
  grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.briefing-progress-card {
  position: sticky;
  top: 96px;
  padding: 24px;
  border: 1px solid #dce5eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7,21,33,.06);
}

.briefing-progress-head {
  display: grid;
  gap: 5px;
}

.briefing-progress-head span {
  color: #0785ad;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.briefing-progress-head strong {
  color: #071521;
  font-size: 20px;
}

.briefing-progress-track {
  height: 7px;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef3;
}

.briefing-progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg,#42c2f5,#586cff);
  transition: width .25s ease;
}

.briefing-progress-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7b8995;
  font-size: 14px;
  font-weight: 700;
}

.briefing-progress-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.briefing-progress-list li::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d3dde4;
  content: "";
}

.briefing-progress-list li.is-active {
  color: #071521;
}

.briefing-progress-list li.is-active::before {
  background: #42c2f5;
  box-shadow: 0 0 0 4px rgba(66,194,245,.15);
}

.briefing-form {
  min-width: 0;
  padding: clamp(26px, 5vw, 54px);
}

.briefing-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.briefing-step[hidden] {
  display: none;
}

.briefing-step legend {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  color: #071521;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 900;
  line-height: 1.1;
}

.briefing-step legend span {
  display: grid;
  flex: 0 0 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: #0a7295;
  background: #e5f7fe;
  font-size: 14px;
}

.briefing-help {
  margin: 14px 0 28px;
  color: #61717e;
}

.briefing-options {
  display: grid;
  gap: 12px;
}

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

.briefing-options--inline {
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 14px;
}

.briefing-option {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 18px;
  border: 1px solid #d8e1e7;
  border-radius: 15px;
  cursor: pointer;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.briefing-option:hover,
.briefing-option:focus-within,
.briefing-option.is-selected {
  border-color: #42c2f5;
  background: #f3fbfe;
  box-shadow: 0 8px 24px rgba(66,194,245,.12);
}

.briefing-option input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 12px 0 0;
  accent-color: #0785ad;
}

.briefing-option span {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.briefing-option strong,
.briefing-question > strong {
  color: #071521;
}

.briefing-option small {
  color: #657582;
  line-height: 1.45;
}

.briefing-field {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.briefing-field > span {
  color: #172d3d;
  font-weight: 800;
}

.briefing-field small,
.briefing-question small {
  color: #778590;
  font-weight: 500;
}

.briefing-field input,
.briefing-field textarea,
.briefing-field select {
  width: 100%;
  min-height: 50px;
  padding: 13px 15px;
  border: 1px solid #cfd9df;
  border-radius: 11px;
  color: #071521;
  background: #fff;
  font: inherit;
}

.briefing-field textarea {
  resize: vertical;
}

.briefing-field input:focus,
.briefing-field textarea:focus,
.briefing-field select:focus {
  border-color: #0785ad;
  outline: 3px solid rgba(66,194,245,.18);
}

.briefing-field--compact {
  max-width: 360px;
}

.briefing-question {
  margin-top: 28px;
}

.briefing-checks {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin-top: 14px;
}

.briefing-checks label {
  padding: 12px 14px;
  border: 1px solid #dbe3e8;
  border-radius: 11px;
  color: #344b5b;
  background: #fafcfd;
}

.briefing-checks input,
.briefing-consent input {
  margin-right: 7px;
  accent-color: #0785ad;
}

.briefing-fields-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 18px;
}

.briefing-consent {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
  padding: 15px;
  border-radius: 11px;
  color: #526475;
  background: #f3f7f9;
  font-size: 13px;
  line-height: 1.5;
}

.briefing-consent input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.briefing-error {
  min-height: 24px;
  margin: 20px 0 0;
  color: #a02b2b;
  font-weight: 800;
}

.briefing-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.briefing-actions .btn {
  min-height: 48px;
}

.briefing-actions [hidden] {
  display: none !important;
}

.briefing-prev {
  border: 1px solid #bac8d1;
  color: #172d3d;
  background: #fff;
}

.briefing-next,
.briefing-submit {
  margin-left: auto;
}

.briefing-note {
  margin: 18px 0 0;
  color: #778590;
  font-size: 12px;
  text-align: right;
}

.briefing-success[hidden] {
  display: none;
}

.briefing-success {
  padding: clamp(34px, 6vw, 68px);
  text-align: center;
}

.briefing-success-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  color: #075d7a;
  background: #dff6ff;
  font-size: 30px;
  font-weight: 900;
}

.briefing-success h2 {
  max-width: 650px;
  margin: 12px auto 16px;
  color: #071521;
  font-size: clamp(30px, 4vw, 46px);
}

.briefing-success > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto;
  color: #526475;
  font-size: 17px;
  line-height: 1.7;
}

.briefing-success .section-actions {
  justify-content: center;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .briefing-hero-grid,
  .briefing-layout {
    grid-template-columns: 1fr;
  }

  .briefing-progress-card {
    position: static;
  }

  .briefing-progress-list {
    grid-template-columns: repeat(4,1fr);
    gap: 6px;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .briefing-hero {
    padding: 48px 0 58px;
  }

  .briefing-options--two,
  .briefing-options--inline,
  .briefing-checks,
  .briefing-fields-grid {
    grid-template-columns: 1fr;
  }

  .briefing-progress-list {
    display: none;
  }

  .briefing-form {
    padding: 24px 18px;
  }

  .briefing-step legend {
    align-items: flex-start;
    font-size: 27px;
  }

  .briefing-actions {
    flex-direction: column-reverse;
  }

  .briefing-actions .btn {
    width: 100%;
    margin-left: 0;
  }

  .briefing-note {
    text-align: left;
  }
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #f4c95d;
  outline-offset: 3px;
}

/* O conteúdo nunca deve depender de JavaScript ou rolagem para ficar visível. */
.reveal-ready,
.reveal-ready.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.nav-links a[aria-current="page"] {
  color: #7de2ff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

#servicos,
#servicos .service-group,
#servicos .service-card {
  opacity: 1 !important;
  visibility: visible !important;
}

#servicos .grid-4 {
  gap: var(--content-gap, 24px);
}

.goal-selector {
  margin: 0 0 30px;
  padding: 26px;
  border: 1px solid rgba(11, 29, 46, .1);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(66, 194, 245, .12), rgba(125, 226, 184, .08)), #fff;
  box-shadow: 0 18px 60px rgba(7, 21, 33, .08);
}

.goal-selector__intro {
  margin-bottom: 18px;
}

.goal-selector__intro strong {
  display: block;
  color: #071521;
  font-size: clamp(20px, 2.4vw, 28px);
}

.goal-selector__intro span {
  color: #526475;
}

.goal-selector__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.goal-option {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(11, 29, 46, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  color: #071521;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.goal-option:hover {
  transform: translateY(-3px);
  border-color: rgba(66, 194, 245, .55);
  box-shadow: 0 14px 34px rgba(7, 21, 33, .1);
}

.goal-option strong {
  font-size: 18px;
}

.goal-option span {
  color: #526475;
  font-size: 14px;
  line-height: 1.5;
}

.goal-option b {
  color: #0c739f;
  font-size: 13px;
}

.plan:target,
.service-plan-card:target {
  scroll-margin-top: 96px;
  border-color: #42c2f5;
  box-shadow: 0 0 0 4px rgba(66, 194, 245, .18), 0 24px 70px rgba(7, 21, 33, .14);
}

.one-off-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.one-off-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

.one-off-card .price {
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(25px, 2.25vw, 30px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.one-off-card .plan-card-action {
  align-self: stretch;
  width: auto;
  max-width: 100%;
  min-height: 48px;
  height: auto;
  margin-top: auto;
  padding: 13px 20px;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.other-services-head {
  margin-top: 64px;
}

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

/* Ritmo visual consistente entre páginas, seções e grupos de conteúdo. */
:root {
  --section-space: clamp(68px, 7vw, 96px);
  --section-head-space: clamp(28px, 3vw, 40px);
  --content-gap: clamp(18px, 2vw, 26px);
}

main > section:not(.final-cta) {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

main > section + section {
  margin-top: 0;
}

.section-head {
  margin-bottom: var(--section-head-space);
}

.section-head > :last-child,
.section-desc:last-child {
  margin-bottom: 0;
}

:where(
  .grid-3,
  .service-group,
  .service-plan-grid,
  .service-model-grid,
  .included-grid,
  .portfolio-grid,
  .portfolio-page-grid,
  .values-grid,
  .contact-steps-grid,
  .contact-proof-grid,
  .blog-grid
) {
  gap: var(--content-gap);
}

.section-actions {
  margin-top: clamp(28px, 3vw, 40px);
  gap: 14px;
}

.goal-selector {
  margin-bottom: var(--section-head-space);
}

.service-plan-card,
.one-off-card {
  padding: clamp(24px, 2.2vw, 30px);
}

.service-plan-card .plan-card-action {
  align-self: stretch;
  width: auto;
  max-width: 100%;
  min-height: 48px;
  padding: 13px 20px;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

.one-off-card > p,
.service-plan-card > ul,
.service-plan-card > .plan-fit {
  margin-bottom: 8px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.final-cta {
  padding-top: clamp(72px, 8vw, 104px);
  padding-bottom: clamp(72px, 8vw, 104px);
}

[role="region"][tabindex="0"]:has(> table) {
  overflow-x: auto;
  border-radius: 16px;
}

@media (max-width: 760px) {
  :root {
    --section-space: 58px;
    --section-head-space: 26px;
    --content-gap: 16px;
  }

  .goal-selector {
    padding: 20px;
  }

  .goal-selector__grid {
    grid-template-columns: 1fr;
  }

  .goal-option {
    min-height: 0;
  }

  .one-off-grid {
    grid-template-columns: 1fr;
  }

  .other-services-head {
    margin-top: 48px;
  }

  .service-plan-card,
  .one-off-card {
    padding: 22px;
  }

  .service-plan-card .plan-card-action,
  .one-off-card .plan-card-action {
    padding: 13px 16px;
  }

  .one-off-card .price {
    font-size: clamp(27px, 8vw, 32px);
  }
}

@media (min-width: 761px) and (max-width: 1020px) {
  .one-off-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Estudo de caso */
.case-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(66, 194, 245, .22), transparent 28%),
    linear-gradient(135deg, #071521, #102f48);
  color: #fff;
}

.case-hero-grid,
.case-story-grid,
.case-delivery-grid,
.case-result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
}

.case-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: #7de2ff;
  font-weight: 800;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.case-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 800;
}

.case-hero .hero-actions {
  margin-top: 28px;
  gap: 14px;
}

.case-hero-visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
}

.case-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
}

.case-hero-visual figcaption {
  padding: 14px 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

.case-story-section,
.case-delivery-section {
  background: linear-gradient(180deg, #fff, #f5f9fd);
}

.case-story-copy {
  display: grid;
  gap: 18px;
  color: #526475;
  font-size: 17px;
  line-height: 1.75;
}

.case-solution-section,
.case-result-section {
  background: linear-gradient(135deg, #071521, #10263b);
  color: #fff;
}

.case-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--content-gap);
}

@media (min-width: 761px) and (max-width: 1100px) {
  .case-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.case-pillar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: 100%;
}

.case-pillar-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.case-pillar-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(66, 194, 245, .2), rgba(40, 118, 255, .12));
  color: #087daa;
  font-size: 23px;
  font-weight: 900;
}

.case-pillar-number {
  color: #2876ff;
  font-size: 14px;
  font-weight: 900;
}

.case-pillar h3 {
  margin: 2px 0 0;
  color: #071521 !important;
  font-size: 20px;
  line-height: 1.28;
}

.case-pillar p {
  margin: 0;
  color: #526475 !important;
  line-height: 1.65;
}

/* Autonomia dos ativos digitais e processo comercial */
.asset-ownership-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(66, 194, 245, .14), transparent 28%),
    linear-gradient(180deg, #f4f9fd, #fff);
}

.ownership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--content-gap);
}

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

.ownership-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(22px, 2.2vw, 28px);
  border-color: rgba(11, 29, 46, .1);
  box-shadow: 0 14px 38px rgba(7, 21, 33, .07);
}

.ownership-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(66, 194, 245, .22), rgba(40, 118, 255, .12));
  color: #087daa;
  font-size: 18px;
  font-weight: 900;
}

.ownership-card h3,
.process-card h3 {
  margin: 0;
  color: #071521 !important;
  font-size: 20px;
  line-height: 1.28;
}

.ownership-card p,
.process-card p {
  margin: 0;
  color: #526475 !important;
  line-height: 1.65;
}

.process-section {
  background: linear-gradient(135deg, #071521, #102f48);
  color: #fff;
}

.process-section .eyebrow {
  color: #7de2ff;
}

.process-section .section-head h2 {
  color: #fff;
}

.process-section .section-desc {
  color: rgba(255, 255, 255, .76);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--content-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: clamp(22px, 2.2vw, 28px);
}

.process-number {
  color: #087daa;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
}

.process-card > div {
  display: grid;
  gap: 12px;
}

.process-choice {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: 20px 36px;
  align-items: center;
  margin-top: clamp(24px, 3vw, 38px);
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(125, 226, 255, .24);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
}

.process-choice strong {
  color: #fff;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.3;
}

.process-choice p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.process-section .section-actions {
  justify-content: center;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .ownership-grid,
  .ownership-grid-compact,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.portfolio-card .card-link,
.portfolio-page-card .card-link,
.service-card .card-link,
.websites-case-card .card-link {
  display: inline-flex;
  min-height: 44px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(11, 29, 46, .16);
  border-radius: 12px;
  background: #fff;
  color: #087daa;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 8px 24px rgba(7, 21, 33, .08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.portfolio-card .card-link:hover,
.portfolio-page-card .card-link:hover,
.service-card .card-link:hover,
.websites-case-card .card-link:hover {
  transform: translateY(-2px);
  border-color: rgba(66, 194, 245, .65);
  box-shadow: 0 12px 30px rgba(7, 21, 33, .12);
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card .card-link {
  margin-top: auto;
}

.websites-service-detail-link {
  width: fit-content;
  margin-top: 22px;
  white-space: normal;
}

.case-delivery-list {
  display: grid;
  gap: 14px;
}

.case-delivery-list > div {
  display: grid;
  gap: 6px;
  padding: 20px;
  border: 1px solid rgba(11, 29, 46, .1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 21, 33, .07);
}

.case-delivery-list strong {
  color: #071521;
}

.case-delivery-list span,
.case-result-summary {
  color: #526475;
  line-height: 1.65;
}

.case-result-summary {
  display: grid;
  gap: 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
}

.case-testimonial {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.case-testimonial > p {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.case-testimonial-author {
  display: grid;
  gap: 3px;
}

.case-testimonial-author span {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
}

.case-proof-card h3 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(22px, 2.5vw, 30px);
}

.case-proof-card ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

/* Página do serviço de criação de sites */
.websites-hero {
  background:
    radial-gradient(circle at 84% 14%, rgba(66, 194, 245, .22), transparent 27%),
    radial-gradient(circle at 10% 88%, rgba(244, 201, 93, .1), transparent 24%),
    linear-gradient(135deg, #06111d, #0b1d2e 58%, #12334d);
  color: #fff;
}

.websites-hero-grid,
.websites-included-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(40px, 6vw, 78px);
}

.websites-hero .hero-actions {
  margin-top: 30px;
  gap: 14px;
}

.websites-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.websites-hero-proof span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.websites-ownership-card {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 26px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.websites-ownership-card h2 {
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
}

.websites-ownership-card ul,
.website-format-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.websites-ownership-card li {
  color: rgba(255, 255, 255, .82);
}

.websites-fit-grid,
.websites-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--content-gap);
}

.website-feature-card,
.website-format-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.website-feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(66, 194, 245, .2), rgba(40, 118, 255, .12));
  color: #087daa;
  font-size: 24px;
  font-weight: 900;
}

.website-feature-card h3,
.website-format-card h3 {
  margin: 0;
  color: #071521 !important;
}

.website-feature-card p,
.website-format-card p,
.website-format-card li {
  color: #526475 !important;
}

.website-price {
  display: grid;
  width: 100%;
  gap: 3px;
  color: #071521;
}

.website-price span {
  color: #526475;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.website-price strong {
  max-width: 100%;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.05;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.website-price--quote strong {
  font-size: clamp(25px, 2.1vw, 32px);
}

.website-format-card ul {
  margin-top: auto;
  color: #526475;
  font-size: 14px;
}

.website-format-card.featured {
  border: 2px solid #42c2f5;
  box-shadow: 0 22px 70px rgba(66, 194, 245, .18);
}

.websites-maintenance-note {
  margin-top: 28px;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(66, 194, 245, .1);
  color: #526475;
  text-align: center;
}

.websites-maintenance-note strong {
  color: #071521;
}

.websites-included-section,
.websites-cases-section {
  background: linear-gradient(135deg, #071521, #10263b);
  color: #fff;
}

.websites-included-section .section-desc {
  margin-bottom: 28px;
}

.websites-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.websites-checklist > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .09);
}

.websites-checklist > div > span {
  grid-row: 1 / 3;
  color: #7de2b8;
  font-weight: 900;
}

.websites-checklist p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.websites-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--content-gap);
  padding: 0;
  list-style: none;
}

.websites-process-list li {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(11, 29, 46, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(7, 21, 33, .08);
}

.websites-process-list > li > span {
  color: #2876ff;
  font-weight: 900;
}

.websites-process-list h3 {
  margin-bottom: 8px;
  color: #071521;
}

.websites-process-list p {
  color: #526475;
}

.websites-case-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--content-gap);
}

.websites-case-card {
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.websites-case-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.websites-case-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.websites-case-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
}

.websites-case-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.websites-case-card h3 {
  margin: 10px 0;
  color: #071521 !important;
}

.websites-case-card p {
  color: #526475 !important;
}

.websites-case-card .card-link {
  margin-top: 20px;
}

.websites-faq-section {
  background: linear-gradient(180deg, #fff, #f5f9fd);
}

@media (min-width: 761px) and (max-width: 1100px) {
  .websites-fit-grid,
  .websites-format-grid,
  .websites-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .websites-case-card,
  .websites-case-card:nth-child(4),
  .websites-case-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .websites-hero-grid,
  .websites-included-grid,
  .websites-fit-grid,
  .websites-format-grid,
  .websites-checklist,
  .websites-process-list,
  .websites-case-grid {
    grid-template-columns: 1fr;
  }

  .websites-case-card,
  .websites-case-card:nth-child(4),
  .websites-case-card:nth-child(5) {
    grid-column: auto;
  }

  .websites-hero-grid {
    gap: 34px;
  }

  .websites-ownership-card {
    padding: 24px;
  }

  .website-price strong {
    font-size: clamp(28px, 8vw, 34px);
  }
}

@media (max-width: 760px) {
  .case-hero-grid,
  .case-story-grid,
  .case-delivery-grid,
  .case-result-grid,
  .case-pillar-grid {
    grid-template-columns: 1fr;
  }

  .ownership-grid,
  .ownership-grid-compact,
  .process-grid,
  .process-choice {
    grid-template-columns: 1fr;
  }

  .ownership-card,
  .process-card {
    padding: 22px;
  }

  .case-hero-visual {
    order: -1;
  }
}

/* Central de orçamento */
.budget-hub-hero {
  padding: clamp(64px, 9vw, 118px) 0;
  color: #fff;
  background: radial-gradient(circle at 82% 18%,rgba(66,194,245,.24),transparent 28%),linear-gradient(135deg,#06111d,#0b1d2e 58%,#123552);
}

.budget-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.65fr);
  gap: clamp(32px,6vw,72px);
  align-items: center;
}

.budget-hub-hero h1 { max-width: 790px; }
.budget-hub-hero .hero-copy { color: rgba(255,255,255,.76); }
.budget-hub-note {
  padding: clamp(26px,4vw,40px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 28px 80px rgba(0,0,0,.18);
}
.budget-hub-note h2 { margin: 12px 0 16px; color: #fff; font-size: clamp(27px,3vw,38px); }
.budget-hub-note p { margin-bottom: 24px; color: rgba(255,255,255,.72); }
.budget-hub-options { background: linear-gradient(180deg,#fff,#f5f9fd); }
.budget-option-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.budget-option-card { position: relative; display: flex; flex-direction: column; min-height: 310px; padding: 32px; overflow: hidden; }
.budget-option-card h3 { margin: 10px 0 12px; color: #071521; font-size: clamp(25px,3vw,34px); }
.budget-option-card > p:not(.eyebrow) { max-width: 520px; color: #526475; }
.budget-option-card .btn { width: fit-content; margin-top: auto; }
.budget-option-number { position: absolute; top: 18px; right: 24px; color: rgba(7,133,173,.12); font-size: 68px; font-weight: 900; line-height: 1; }
.budget-hub-process { background: #fff; }
.budget-process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.budget-process-grid article { padding: 28px; border: 1px solid rgba(11,29,46,.1); border-radius: 20px; background: #f8fbfd; }
.budget-process-grid strong { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 50%; background: #dff5fd; color: #0785ad; }
.budget-process-grid h3 { margin-bottom: 8px; color: #071521; }
.budget-process-grid p { color: #61717e; }

@media (max-width: 760px) {
  .budget-hub-hero-grid,
  .budget-option-grid,
  .budget-process-grid { grid-template-columns: 1fr; }
  .budget-option-card { min-height: 285px; padding: 26px; }
}
.cookie-preferences-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-preferences-link:hover,
.cookie-preferences-link:focus-visible {
  color: var(--cyan, #36c7f4);
}

.portfolio-static-label {
  display: inline-flex;
  margin-top: auto;
  padding-top: 14px;
  color: #71808d;
  font-size: .88rem;
  font-weight: 700;
}

.portfolio-page-card:not(:has(.card-link)) .portfolio-case-body::after {
  content: "Projeto em resumo";
  display: inline-flex;
  margin-top: auto;
  padding-top: 14px;
  color: #71808d;
  font-size: .88rem;
  font-weight: 700;
}
