@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

/* Refinamento visual e assets editoriais */
/* Bloco preservado apenas como histórico. A versão ativa está no fim do arquivo.
:root {
  --ink: #29234f;
  --ink-deep: #171337;
  --ink-soft: #4d466f;
  --blue: #7257c7;
  --blue-dark: #55399a;
  --violet: #8167c7;
  --violet-deep: #6548ad;
  --aqua: #c3b7e7;
  --sun: #a993d7;
  --lavender: #ece8f6;
  --lavender-soft: #f7f5fa;
  --surface: #f3f2f5;
  --surface-warm: #faf9fc;
  --line: rgba(42, 35, 79, 0.13);
  --shadow-sm: 0 16px 42px rgba(36, 25, 75, 0.09);
  --shadow-lg: 0 34px 90px rgba(18, 12, 52, 0.24);
}

.hero {
  background:
    radial-gradient(circle at 50% 36%, rgba(103,82,173,0.25), transparent 35%),
    radial-gradient(circle at 13% 33%, rgba(73,57,132,0.28), transparent 26%),
    linear-gradient(145deg,#151233 0%,#211a4c 58%,#2c2057 100%);
}
.button--accent,
.site-header.is-scrolled .header-cta,
.site-header:not(.site-header--hero) .header-cta { background: linear-gradient(135deg,#775bc6,#50358e); box-shadow: 0 12px 30px rgba(74,49,137,0.3); }
.button--accent:hover { box-shadow: 0 16px 36px rgba(74,49,137,0.4); }
.eyebrow > span { background: #7658ba; box-shadow: 0 0 0 2px rgba(101,72,173,0.13); }
.eyebrow--light > span { background: #b7a6df; }
.reviews__header h2 em { color: var(--violet-deep); }

.intro-visual { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(42,35,79,0.11); border-radius: 30px; background: #e8e3f2; box-shadow: 0 28px 68px rgba(34,25,74,0.16); }
.intro-visual > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.intro-visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.intro-visual figcaption span { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border: 1px solid rgba(255,255,255,0.55); border-radius: 999px; gap: 7px; color: #fff; background: rgba(23,19,55,0.78); backdrop-filter: blur(10px); font-size: 13px; font-weight: 650; }
.intro-visual figcaption .icon { width: 17px; height: 17px; color: #c9b8ee; }

.service-card { min-height: 590px; padding: 18px 20px 25px; }
.service-card--featured { border-color: #7558ba; box-shadow: 0 20px 46px rgba(74,49,137,0.16); }
.service-card__visual { position: relative; overflow: hidden; margin: 0 0 23px; border-radius: 18px; aspect-ratio: 1.55 / 1; background: #e8e3f2; }
.service-card__visual::after { position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(to top,rgba(18,13,48,0.28),transparent); content: ""; pointer-events: none; }
.service-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 500ms var(--ease); }
.service-card:hover .service-card__visual img { transform: scale(1.025); }
.service-card__number { z-index: 2; top: 30px; right: 32px; display: grid; width: 38px; height: 30px; border: 1px solid rgba(255,255,255,0.65); border-radius: 999px; color: #2b2352; background: rgba(255,255,255,0.88); backdrop-filter: blur(8px); font-size: 13px; place-items: center; }
.service-card__badge { background: linear-gradient(135deg,#7659bd,#503790); }
.service-card__format { color: #6548ad; }
.service-card li .icon { color: #6548ad; }
.service-card__action,
.service-card__action:visited { border-color: rgba(84,58,153,0.16); color: #50398b; background: #efebf7; }
.service-card__action:hover { color: #fff; background: #543a99; }
.service-card--featured .service-card__action,
.service-card--featured .service-card__action:visited { color: #fff; background: linear-gradient(135deg,#7659bd,#503790); }
.service-card--featured .service-card__action:hover { color: #fff; background: linear-gradient(135deg,#6548ad,#402b78); }

.cta-band { background: radial-gradient(circle at 50% 130%,rgba(100,73,163,0.38),transparent 43%), linear-gradient(135deg,#151233 0%,#211a4c 58%,#2d2058 100%); }
.cta-band__glow { background: rgba(100,73,163,0.34); }

.about { background: #f6f3fa; }
.about-visual--photo { min-height: 540px; overflow: hidden; padding: 0; background: #19143d; box-shadow: 0 28px 70px rgba(31,23,65,0.19); }
.about-visual--photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(17,13,43,0.34)); content: ""; pointer-events: none; }
.about-visual--photo > img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; }
.about-visual--photo figcaption { z-index: 2; right: 22px; bottom: 22px; }
.process-list li > span { background: linear-gradient(135deg,#7659bd,#503790); }
.about-fact__icon { color: #6548ad; background: #ece6f7; }
.about-facts strong { color: #6548ad; }

.benefits { background: #f2f1f4; }
.benefit-card { border-color: rgba(42,35,79,0.1); box-shadow: 0 16px 38px rgba(35,27,69,0.06); }
.benefit-card__art,
.benefit-card--search .benefit-card__art,
.benefit-card--campaign .benefit-card__art { height: 250px; padding: 0; background: #e6e1ef; }
.benefit-card__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 500ms var(--ease); }
.benefit-card:hover .benefit-card__art img { transform: scale(1.025); }
.benefit-card__category { color: #6548ad; }

.contact { background: #f7f5fa; }
.contact__panel { grid-template-columns: 0.86fr 1.14fr; border-color: rgba(53,42,97,0.12); background: #f1edf7; box-shadow: 0 18px 48px rgba(41,31,76,0.07); }
.contact__intro { padding: 52px 48px; }
.contact__intro h2 { font-size: clamp(2rem,3.5vw,3rem); font-weight: 560; }
.contact__intro ul { margin: 24px 0; gap: 10px; }
.contact__intro li { color: #615b72; font-weight: 480; }
.contact__form { padding: 40px 42px; border-left: 1px solid rgba(53,42,97,0.1); }
.contact__form-head { margin-bottom: 24px; }
.contact__form-head > span { color: #6548ad; background: #ece6f7; box-shadow: none; }
.contact__form-head strong { font-weight: 620; }
.contact__form label { color: #3f395a; font-weight: 540; }
.contact__form input:not([type="submit"]):not([type="checkbox"]),
.contact__form select,
.contact__form textarea { border-color: #d5d0df; color: #332d50; background: #fcfbfd; }
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus { border-color: #6548ad; box-shadow: 0 0 0 4px rgba(101,72,173,0.13); }
.contact__form input[type="submit"] { background: linear-gradient(135deg,#7659bd,#503790); box-shadow: 0 12px 26px rgba(74,49,137,0.22); }
.form-required { top: -3px; color: #7659bd; font-size: 17px; font-weight: 500; }

.site-footer { padding-top: 74px; background: linear-gradient(145deg,#151233,#271b50); }
.site-footer__top { gap: 48px; }
.site-footer__sun { background: rgba(92,65,151,0.16); }
.floating-contact { z-index: 90; }

@media (max-width: 960px) {
  .service-card { min-height: 0; }
  .about-visual--photo { min-height: 500px; }
  .about-visual--photo > img { min-height: 500px; }
  .contact__form { border-top: 1px solid rgba(53,42,97,0.1); border-left: 0; }
}

@media (max-width: 620px) {
  .intro-visual { border-radius: 22px; }
  .intro-visual figcaption { right: 10px; bottom: 10px; left: 10px; }
  .intro-visual figcaption span { min-height: 36px; padding: 7px 10px; }
  .intro-visual figcaption span:last-child { display: none; }
  .service-card { padding: 16px 17px 22px; }
  .service-card__visual { margin-bottom: 20px; }
  .service-card__number { top: 26px; right: 27px; }
  .about-visual--photo { min-height: 390px; padding: 0; }
  .about-visual--photo > img { min-height: 390px; object-position: 57% center; }
  .benefit-card__art,
  .benefit-card--search .benefit-card__art,
  .benefit-card--campaign .benefit-card__art { height: 230px; }
  .contact__intro { padding: 38px 24px 24px; }
  .contact__form { padding: 28px 20px 32px; }
  .site-footer { padding-top: 58px; }
}

/* Composição editorial sem caixas e faixa premium do processo */
.intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 45%, rgba(108, 77, 177, 0.1), transparent 28%),
    #fff;
}

.intro__grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 54px;
}

.intro-visual--device {
  isolation: isolate;
  overflow: visible;
  width: 118%;
  margin: -28px -13% -38px -5%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.intro-visual--device::before {
  position: absolute;
  z-index: -1;
  inset: 18% 6% 9% 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(121, 91, 194, 0.2), rgba(121, 91, 194, 0.06) 48%, transparent 72%);
  filter: blur(8px);
  content: "";
}

.intro-visual--device > img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 28px rgba(31, 23, 67, 0.2));
}

.intro-visual--device figcaption {
  right: 13%;
  bottom: 9%;
  left: auto;
  justify-content: flex-end;
}

.intro-visual--device figcaption span {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(31, 24, 69, 0.88);
  box-shadow: 0 12px 28px rgba(31, 23, 67, 0.16);
}

.about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 7% 20%, rgba(130, 98, 210, 0.25), transparent 31%),
    radial-gradient(circle at 91% 78%, rgba(77, 56, 144, 0.32), transparent 34%),
    linear-gradient(142deg, #13102f 0%, #20184a 55%, #30215e 100%);
}

.about::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background: linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.07) 46% 46.2%, transparent 46.2% 100%);
  content: "";
}

.about .eyebrow {
  color: #cbbced;
}

.about .eyebrow > span {
  background: #b9a5e8;
  box-shadow: 0 0 0 3px rgba(185, 165, 232, 0.12);
}

.about h2,
.about h2 em {
  color: #fff;
}

.about__content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.about-visual--photo {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  box-shadow: 0 34px 86px rgba(8, 5, 28, 0.42);
}

.about-visual--photo::after {
  background: linear-gradient(180deg, transparent 48%, rgba(13, 9, 39, 0.48));
}

.process-list li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.process-list li > span {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.process-list small {
  color: #c7b5ed;
}

.process-list strong {
  color: #fff;
}

.process-list em {
  color: rgba(255, 255, 255, 0.64);
}

.about-facts {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.about-facts > div {
  border-right-color: rgba(255, 255, 255, 0.12);
}

.about-fact__icon {
  color: #d1c3f0;
  background: rgba(255, 255, 255, 0.09);
}

.about-facts strong {
  color: #fff;
}

.about-facts small {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 960px) {
  .intro__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .intro-visual--device {
    width: min(112%, 780px);
    margin: -12px auto -26px;
  }
}

@media (max-width: 620px) {
  .intro-visual--device {
    width: 112%;
    margin: -10px -6% -18px;
    border-radius: 0;
  }

  .intro-visual--device figcaption {
    right: 5%;
    bottom: 7%;
    left: auto;
  }

  .about::before {
    display: none;
  }

  .about-visual--photo {
    border-radius: 24px;
  }

  .process-list li {
    background: rgba(255, 255, 255, 0.07);
  }
}

/* Fotografia em plano de fundo integral na seção do processo */
.about {
  min-height: 900px;
  background-image:
    linear-gradient(90deg, rgba(13, 10, 35, 0.48) 0%, rgba(18, 14, 44, 0.62) 35%, rgba(24, 17, 56, 0.92) 61%, rgba(31, 21, 70, 0.98) 100%),
    url("../images/editorial/designer-working-on-website.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about::before {
  display: block;
  opacity: 1;
  background:
    radial-gradient(circle at 88% 24%, rgba(129, 96, 201, 0.23), transparent 30%),
    linear-gradient(180deg, rgba(10, 8, 30, 0.12), rgba(15, 11, 38, 0.4));
}

.about__grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  min-height: 620px;
}

.about__content {
  grid-column: 2;
  align-self: center;
  padding: 54px 0 42px;
}

.about-facts {
  margin-top: 20px;
  padding-bottom: 14px;
}

@media (max-width: 960px) {
  .about {
    min-height: 0;
    background-position: 38% center;
  }

  .about__grid {
    grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1.65fr);
    min-height: 660px;
  }

  .about__content {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .about {
    background-image:
      linear-gradient(180deg, rgba(12, 9, 34, 0.28) 0, rgba(14, 10, 38, 0.46) 190px, rgba(20, 14, 48, 0.93) 390px, rgba(28, 19, 65, 0.98) 100%),
      url("../images/editorial/designer-working-on-website.webp");
    background-position: 39% top;
    background-size: auto 100%, auto 560px;
  }

  .about::before {
    display: block;
    background: linear-gradient(180deg, transparent 0 72%, rgba(18, 13, 46, 0.24));
  }

  .about__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 300px;
  }

  .about__content {
    grid-column: 1;
    padding: 28px 0 10px;
  }

  .about-facts {
    margin-top: 40px;
  }
}
*/

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Italic-VariableFont_wght.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --ink: #2a2457;
  --ink-deep: #17133f;
  --ink-soft: #4d4679;
  --blue: #8b5cf6;
  --blue-dark: #6d35d5;
  --violet: #b467f4;
  --violet-deep: #8150df;
  --aqua: #d6b2ff;
  --sun: #d89cff;
  --lavender: #eee8ff;
  --lavender-soft: #f8f5ff;
  --paper: #ffffff;
  --surface: #f3f2f6;
  --surface-warm: #faf8ff;
  --text: #4d496b;
  --muted: #6c6785;
  --line: rgba(42, 36, 87, 0.13);
  --line-light: rgba(255, 255, 255, 0.15);
  --shadow-sm: 0 16px 42px rgba(44, 27, 92, 0.1);
  --shadow-lg: 0 34px 90px rgba(20, 12, 61, 0.25);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 34px;
  --container: 1140px;
  --header-height: 82px;
  --ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: "Jost", ui-rounded, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

small {
  font-size: inherit;
}

:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px var(--blue-dark);
}

::selection {
  color: var(--ink-deep);
  background: var(--sun);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 12px;
  color: var(--ink-deep);
  background: var(--sun);
  font-weight: 700;
  transform: translateY(-160%);
}

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

.icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.section {
  position: relative;
  padding: 100px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  gap: 9px;
  color: var(--violet-deep);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 2px rgba(8, 116, 189, 0.2);
}

.eyebrow--light > span {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.eyebrow--light {
  color: #bfeaff;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 em,
h2 em {
  color: var(--violet-deep);
  font-style: normal;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.2vw, 3.9rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.35vw, 3rem);
}

h3 {
  font-size: 1.35rem;
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms ease;
}

.header-cta .icon--whatsapp {
  width: 20px;
  height: 20px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button--accent {
  color: #fff;
  background: linear-gradient(135deg, #b864f4, #7b4ce0);
  box-shadow: 0 12px 30px rgba(129, 80, 223, 0.34);
}

.button--accent:hover {
  box-shadow: 0 16px 36px rgba(129, 80, 223, 0.45);
}

.text-link,
.hero__text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 8px;
  color: var(--violet-deep);
  font-size: 14px;
  font-weight: 700;
}

.text-link:hover,
.hero__text-link:hover {
  color: var(--blue-dark);
}

/* Header */
.site-header {
  position: relative;
  z-index: 80;
  width: 100%;
  color: var(--ink);
  background: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header--hero {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: transparent;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 34px rgba(13, 21, 63, 0.09);
  backdrop-filter: blur(18px);
}

.site-header:not(.site-header--hero),
.site-header:not(.site-header--hero).is-scrolled {
  position: sticky;
  top: 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  gap: 36px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  color: var(--ink);
  --brand-cut: #fff;
}

.brand--light {
  color: #fff;
  --brand-cut: var(--ink-deep);
}

.site-header.is-scrolled .brand--light {
  color: var(--ink);
  --brand-cut: #fff;
}

.brand__mark {
  width: 39px;
  height: 39px;
  color: var(--blue);
}

.brand__word {
  font-size: 18px;
  font-weight: 450;
  letter-spacing: -0.03em;
}

.brand__word strong {
  font-weight: 750;
}

.primary-nav {
  justify-self: center;
}

.primary-nav ul,
.site-footer ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
  list-style: none;
}

.primary-nav a {
  position: relative;
  color: inherit;
  font-size: 14px;
  font-weight: 550;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--violet);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled .header-cta,
.site-header:not(.site-header--hero) .header-cta {
  border-color: var(--line);
  color: #fff;
  background: var(--ink-deep);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
}

.menu-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.menu-toggle__lines {
  display: grid;
  width: 18px;
  gap: 5px;
}

.menu-toggle__lines i {
  width: 100%;
  height: 2px;
  border-radius: 9px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-toggle[aria-expanded="true"] i:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] i:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Hero */
.hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: 132px 0 164px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 32%, rgba(0, 156, 222, 0.34), transparent 27%),
    radial-gradient(circle at 84% 24%, rgba(50, 199, 213, 0.22), transparent 24%),
    linear-gradient(140deg, #062b4b 0%, #073b67 56%, #065179 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.95;
  background: url("../images/hero-mar-sol.svg") center top / cover no-repeat;
  content: "";
  pointer-events: none;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.hero__glow--one {
  top: 180px;
  left: -150px;
  width: 430px;
  height: 430px;
  background: rgba(18, 150, 213, 0.22);
}

.hero__glow--two {
  right: -120px;
  bottom: 80px;
  width: 380px;
  height: 380px;
  background: rgba(50, 199, 213, 0.18);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 48px;
}

.hero__content {
  width: 100%;
  margin: 0;
  text-align: left;
}

.hero h1,
.hero h1 em {
  color: #fff;
}

.hero h1 {
  max-width: 550px;
  margin-right: 0;
  margin-left: 0;
  font-size: clamp(2.65rem, 4.25vw, 3.75rem);
  font-weight: 580;
}

.hero h1 em {
  display: block;
}

.hero__lead {
  max-width: 590px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px;
}

.hero__text-link {
  color: rgba(255, 255, 255, 0.82);
}

.hero__text-link:hover { color: #fff; }

.hero__microcopy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 590px;
  margin: 18px 0 0;
  gap: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.45;
}

.hero__microcopy .icon { color: var(--sun); }

.hero-product {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 570px;
  isolation: isolate;
}

.hero-product::before {
  position: absolute;
  z-index: -2;
  top: 5px;
  right: 2%;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255, 216, 97, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff5c7 0 7%, var(--sun) 8% 38%, rgba(255,214,97,0.2) 39% 68%, transparent 69%);
  box-shadow: 0 0 70px rgba(255,214,97,0.24);
  content: "";
}

.hero-product::after {
  position: absolute;
  z-index: -3;
  right: 1%;
  bottom: 35px;
  width: 88%;
  height: 118px;
  border-radius: 50%;
  background: rgba(20, 151, 203, 0.22);
  filter: blur(28px);
  content: "";
}

.hero-product__screen {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.7);
  background: #fff;
  box-shadow: 0 28px 70px rgba(1,28,50,0.34), 0 0 0 1px rgba(5,83,126,0.12);
  transform-origin: center;
}

.hero-product__browser-bar {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 13px;
  gap: 12px;
  color: #607886;
  background: #f4f8fa;
}

.hero-product__browser-bar > span { display: flex; gap: 5px; }
.hero-product__browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #9db0ba; }
.hero-product__browser-bar i:first-child { background: var(--sun); }
.hero-product__browser-bar i:nth-child(2) { background: var(--aqua); }
.hero-product__browser-bar small { overflow: hidden; font-size: 13px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.hero-product__viewport { overflow: hidden; background: #e8f3f7; }
.hero-product__screen:not(.hero-product__screen--mobile) .hero-product__viewport { aspect-ratio: 3 / 2; }
.hero-product__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-product__screen figcaption { position: absolute; z-index: 3; bottom: 12px; left: 14px; padding: 7px 11px; border: 1px solid rgba(255,255,255,0.34); border-radius: 999px; color: #fff; background: rgba(4,42,70,0.76); backdrop-filter: blur(9px); font-size: 13px; font-weight: 700; }

.hero-product__screen--primary {
  z-index: 2;
  top: 48px;
  left: 1%;
  width: 75%;
  border-radius: 23px;
  transform: rotate(-2deg);
}

.hero-product__screen--secondary {
  z-index: 4;
  right: 0;
  bottom: 42px;
  width: 57%;
  border-radius: 19px;
  transform: rotate(3deg);
}

.hero-product__screen--mobile {
  z-index: 6;
  top: 5px;
  right: 4%;
  width: 20%;
  padding: 7px;
  border: 5px solid #fff;
  border-radius: 28px;
  transform: rotate(5deg);
}

.hero-product__mobile-top { display: grid; height: 19px; background: #fff; place-items: center; }
.hero-product__mobile-top i { width: 28px; height: 5px; border-radius: 99px; background: #cbd8de; }
.hero-product__screen--mobile .hero-product__viewport { aspect-ratio: 9 / 15.2; border-radius: 0 0 17px 17px; }
.hero-product__screen--mobile .hero-product__viewport img { width: auto; max-width: none; height: 100%; object-position: 56% top; }
.hero-product__screen--mobile figcaption { right: 50%; bottom: 10px; left: auto; width: max-content; transform: translateX(50%); }

.hero-product__mascot {
  position: absolute;
  z-index: 7;
  bottom: -1%;
  left: -8%;
  width: 58%;
  filter: drop-shadow(0 22px 18px rgba(1, 28, 50, 0.3));
}

.hero-product__signature {
  position: absolute;
  z-index: 8;
  right: 2%;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 17px;
  gap: 9px;
  color: var(--ink-deep);
  background: rgba(255,255,255,0.92);
  box-shadow: 0 16px 38px rgba(1,28,50,0.2);
  backdrop-filter: blur(10px);
}

.hero-product__signature > .icon { width: 22px; height: 22px; padding: 4px; border-radius: 50%; color: #fff; background: var(--violet-deep); }
.hero-product__signature span, .hero-product__signature strong { display: block; }
.hero-product__signature strong { font-size: 14px; line-height: 1.2; }
.hero-product__signature span { color: var(--muted); font-size: 13px; line-height: 1.3; }
.hero-product__signature span strong { color: var(--ink-deep); }

.hero-product__screen,
.hero-product__mascot,
.hero-product__signature {
  will-change: transform;
}

.hero__cut {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 160px;
  background: radial-gradient(ellipse 82% 108% at 50% -7%, transparent 0 68%, #fff 69% 100%);
}

/* Intro */
.intro { background: linear-gradient(145deg, #eef8fb 0%, #fff 72%); }
.intro__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 90px; }
.intro__content > p:not(.eyebrow) { margin: 0 0 16px; color: var(--muted); }
.intro__content .text-link { margin-top: 12px; }

.presence-board {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(7,116,173,0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 84% 14%, rgba(255,212,71,0.52) 0 47px, transparent 48px),
    linear-gradient(145deg, #dff4f9 0%, #f7fcfd 60%, #d9f0f6 100%);
}
.presence-board::after { position: absolute; right: -10%; bottom: -82px; left: -10%; height: 170px; border-radius: 50% 50% 0 0; background: rgba(42,178,206,0.14); content: ""; }
.presence-site-preview { position: absolute; z-index: 2; overflow: hidden; border: 1px solid rgba(9,57,83,0.13); background: #fff; box-shadow: 0 24px 55px rgba(6,69,101,0.18); }
.presence-site-preview header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 44px; padding: 0 14px; gap: 10px; color: #617681; background: #f4f7f8; font-size: 13px; }
.presence-site-preview header > span { display: flex; gap: 5px; }
.presence-site-preview header i { width: 8px; height: 8px; border-radius: 50%; background: #a9b6bc; }
.presence-site-preview header i:first-child { background: var(--sun); }
.presence-site-preview header b { overflow: hidden; padding: 5px 18px; border-radius: 99px; background: #fff; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.presence-site-preview header small { justify-self: end; color: var(--violet-deep); font-weight: 700; }
.presence-site-preview--desktop { top: 40px; left: 28px; width: calc(100% - 88px); border-radius: 20px; transform: rotate(-1.3deg); }
.presence-site-preview--desktop > img { aspect-ratio: 1.648; width: 100%; object-fit: cover; object-position: top center; }
.presence-site-preview--mobile { z-index: 4; right: 22px; bottom: 22px; width: 190px; padding: 8px; border: 6px solid #fff; border-radius: 30px; transform: rotate(2.5deg); }
.presence-site-preview--mobile header { display: flex; min-height: 34px; padding: 0 7px; justify-content: center; }
.presence-site-preview--mobile header > span { width: 38px; height: 5px; border-radius: 99px; background: #d9e1e4; }
.presence-site-preview--mobile header b { display: none; }
.presence-site-preview--mobile > div { height: 255px; overflow: hidden; border-radius: 0 0 18px 18px; }
.presence-site-preview--mobile img { width: auto; max-width: none; height: 100%; object-fit: cover; object-position: 56% top; }
.presence-proof { position: absolute; z-index: 5; bottom: 32px; left: 28px; display: grid; grid-template-columns: 42px 1fr; align-items: center; width: 250px; padding: 15px 16px; border: 1px solid rgba(255,255,255,0.8); border-radius: 18px; gap: 11px; color: var(--ink); background: rgba(255,255,255,0.9); box-shadow: 0 18px 34px rgba(6,69,101,0.14); backdrop-filter: blur(10px); }
.presence-proof > span { display: grid; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--violet-deep); place-items: center; }
.presence-proof p, .presence-proof strong, .presence-proof small { display: block; margin: 0; }
.presence-proof strong { font-size: 14px; }
.presence-proof small { margin-top: 2px; color: var(--muted); font-size: 13px; line-height: 1.35; }

/* Shared headings */
.section-heading { margin-bottom: 54px; }
.section-heading--center { max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center p:last-child { max-width: 610px; margin: 0 auto; color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.1fr 0.7fr; align-items: end; gap: 80px; }
.section-heading__copy p { margin: 0 0 16px; color: var(--muted); }

/* Services */
.services { background: var(--surface); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; min-height: 574px; overflow: hidden; padding: 12px 24px 26px; border: 1px solid rgba(6,56,88,0.12); border-radius: 26px; flex-direction: column; background: #fff; box-shadow: 0 12px 32px rgba(23,32,76,0.04); transition: transform 200ms var(--ease), box-shadow 200ms ease, border 200ms ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.service-card--featured { border: 2px solid #5bbbe3; box-shadow: 0 18px 46px rgba(8,116,189,0.14); }
.service-card__preview { position: relative; margin: 0 0 24px; overflow: hidden; border: 1px solid rgba(6,56,88,0.11); border-radius: 19px; background: #e4f2f7; }
.service-card__preview > img { aspect-ratio: 1.62 / 1; width: 100%; object-fit: cover; object-position: top center; transition: transform 500ms var(--ease); }
.service-card:hover .service-card__preview > img { transform: scale(1.025); }
.service-card__browser-bar { display: flex; align-items: center; justify-content: space-between; min-height: 31px; padding: 0 10px; gap: 10px; color: #627b89; background: #f5f8fa; }
.service-card__browser-bar > span { display: flex; gap: 4px; }
.service-card__browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #9eafb8; }
.service-card__browser-bar i:first-child { background: var(--sun); }
.service-card__browser-bar i:nth-child(2) { background: var(--aqua); }
.service-card__browser-bar small { overflow: hidden; font-size: 13px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.service-card__badge { position: absolute; bottom: 10px; left: 10px; padding: 7px 10px; border: 1px solid rgba(255,255,255,0.35); border-radius: 99px; color: #fff; background: rgba(6,43,75,0.78); backdrop-filter: blur(8px); font-size: 13px; font-weight: 750; line-height: 1; }
.service-card__number { position: absolute; right: 10px; bottom: 10px; display: grid; width: 32px; height: 32px; border-radius: 50%; color: var(--ink-deep); background: var(--sun); font-size: 13px; font-weight: 750; letter-spacing: 0.04em; box-shadow: 0 8px 20px rgba(6,43,75,0.18); place-items: center; }
.service-card__label { margin-bottom: 8px; color: var(--violet-deep); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 12px; }
.service-card > p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.service-card ul { display: grid; margin: 0 0 26px; padding: 0; gap: 10px; list-style: none; }
.service-card li { display: flex; align-items: center; gap: 9px; color: #425f72; font-size: 14px; }
.service-card li .icon { color: var(--violet-deep); }
.service-card > a { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; min-height: 44px; margin-top: auto; padding: 0 15px; border: 1px solid rgba(8,116,189,0.16); border-radius: 14px; gap: 8px; color: var(--violet-deep); background: #eef8fb; font-size: 14px; font-weight: 700; transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease); }
.service-card > a:hover { color: #fff; background: var(--violet-deep); transform: translateY(-2px); }
.service-card--featured > a { color: #fff; background: linear-gradient(135deg,#0874bd,#0b5f92); }
.services__base { display: flex; align-items: center; justify-content: center; margin-top: 34px; padding: 18px 24px; border: 1px solid rgba(6,56,88,0.08); border-radius: 18px; gap: 28px; color: #656a80; background: rgba(255,255,255,0.82); }
.services__base strong { color: var(--ink-deep); font-size: 14px; }
.services__base span { display: flex; align-items: center; gap: 8px; color: #526d7e; font-size: 14px; font-weight: 600; }
.services__base .icon { color: var(--violet-deep); }

/* Projects */
.projects { overflow: hidden; background: #fff; }
.project-disclaimer { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 650; }
.project-disclaimer i { width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); }
.project-carousel__controls { display: flex; align-items: center; justify-content: space-between; margin: 30px 0 14px; color: var(--muted); font-size: 13px; font-weight: 650; letter-spacing: 0.06em; text-transform: uppercase; }
.project-carousel__actions { display: flex; align-items: center; gap: 8px; }
.project-carousel__controls button { display: grid; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(93,70,151,0.16); border-radius: 50%; color: #564874; background: #faf8ff; cursor: pointer; box-shadow: 0 7px 18px rgba(52,35,105,0.06); place-items: center; }
.project-carousel__controls button .icon { width: 18px; height: 18px; }
.project-carousel__controls button:hover { border-color: rgba(8,116,189,0.34); color: #fff; background: var(--violet-deep); transform: translateY(-2px); }
.project-carousel__controls [data-carousel-prev] .icon { transform: rotate(180deg); }
.project-carousel__controls button:disabled { opacity: 0.35; cursor: default; }
.project-carousel__track { --carousel-edge: max(24px, calc((100vw - var(--container)) / 2)); display: flex; width: 100vw; margin-left: calc(50% - 50vw); overflow-x: auto; padding: 4px var(--carousel-edge) 22px; gap: 24px; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-padding-inline: var(--carousel-edge); scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; touch-action: pan-y pinch-zoom; user-select: none; -webkit-user-select: none; }
.project-carousel__track::-webkit-scrollbar { display: none; }
.project-carousel__track.is-pointer-down { scroll-behavior: auto; scroll-snap-type: none; }
.project-carousel__track.is-dragging { cursor: grabbing; }
.project-carousel__track img,
.project-carousel__track a { -webkit-user-drag: none; }
.project-card { flex: 0 0 min(620px, calc(100vw - (var(--carousel-edge) * 2))); min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 14px 34px rgba(23,32,76,0.06); scroll-snap-align: start; scroll-snap-stop: always; }
.project-card__stage { position: relative; aspect-ratio: 16 / 9.7; min-height: 0; margin: 0; overflow: hidden; background: #dceef5; }
.project-card__stage::after { position: absolute; inset: auto 0 0; height: 22%; background: linear-gradient(to top, rgba(4,37,61,0.46), transparent); content: ""; pointer-events: none; }
.project-card__stage img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 600ms var(--ease); }
.project-card:hover .project-card__stage img { transform: scale(1.025); }
.project-card__stage figcaption { position: absolute; z-index: 2; right: 16px; bottom: 14px; display: flex; align-items: center; padding: 7px 10px; border: 1px solid rgba(255,255,255,0.28); border-radius: 999px; gap: 8px; color: #fff; background: rgba(5,43,71,0.66); backdrop-filter: blur(10px); font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.project-card__stage figcaption span { display: grid; width: 23px; height: 23px; border-radius: 50%; color: var(--ink-deep); background: var(--sun); font-size: 13px; place-items: center; }
.project-card__copy { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; padding: 20px 22px 22px; gap: 20px; }
.project-card__copy h3 { margin: 6px 0 7px; }
.project-card__copy p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; }
.project-card__format { display: inline-flex; align-items: center; gap: 7px; color: var(--violet-deep); font-size: 13px; font-weight: 750; letter-spacing: 0.05em; text-transform: uppercase; }
.project-card__format .icon { width: 16px; height: 16px; }
.project-card__action { display: inline-flex; align-items: center; justify-content: space-between; width: 184px; min-height: 44px; padding: 0 14px; border: 1px solid rgba(8,116,189,0.18); border-radius: 14px; gap: 9px; color: var(--violet-deep); background: #eef8fb; font-size: 13px; font-weight: 700; line-height: 1.25; transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease); }
.project-card__action:hover { color: #fff; background: var(--violet-deep); transform: translateY(-2px); }

/* Project carousel */
.project-carousel { position: relative; }
.project-carousel__track.is-jumping { scroll-behavior: auto; scroll-snap-type: none; }
.project-carousel__controls button:disabled { opacity: 1; cursor: pointer; }

/* CTA */
.cta-band { position: relative; overflow: hidden; padding: 68px 0; color: #fff; background: linear-gradient(135deg, #062b4b 0%, #074c78 60%, #0874a0 100%); }
.cta-band__glow { position: absolute; right: 10%; bottom: -190px; width: 420px; height: 300px; border-radius: 50%; background: rgba(50,199,213,0.36); filter: blur(58px); }
.cta-band__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band__inner > div { max-width: 720px; }
.cta-band h2 { margin-bottom: 10px; color: #fff; font-size: clamp(1.8rem,3vw,2.7rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,0.62); }
.cta-band .button { flex: 0 0 auto; }

/* Reviews */
.reviews { overflow: hidden; padding-bottom: 96px; color: rgba(255,255,255,0.78); background: linear-gradient(145deg,#052d4e 0%,#075b82 62%,#078ba1 100%); }
.reviews__sun { position: absolute; top: -120px; right: 7%; width: 310px; height: 310px; border-radius: 50%; background: rgba(255,214,97,0.2); box-shadow: 0 0 0 42px rgba(255,214,97,0.045); filter: blur(1px); }
.reviews__waves { position: absolute; right: -4%; bottom: 18px; left: -4%; height: 110px; opacity: 0.2; }
.reviews__waves i { position: absolute; right: 0; left: 0; height: 70px; border: 2px solid rgba(255,255,255,0.62); border-color: rgba(255,255,255,0.62) transparent transparent; border-radius: 50%; }
.reviews__waves i:nth-child(2) { top: 22px; transform: translateX(8%); }
.reviews__waves i:nth-child(3) { top: 44px; transform: translateX(-8%); }
.reviews__header { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 70px; }
.reviews__header h2 { max-width: 760px; margin: 0; color: #fff; }
.reviews__header h2 em { color: #8de8ee; }
.reviews__summary { display: grid; grid-template-columns: 32px 1fr 46px; align-items: center; min-width: 290px; padding: 16px 18px; border: 1px solid rgba(255,255,255,0.18); border-radius: 20px; gap: 12px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); }
.reviews__summary > .icon { width: 30px; height: 30px; }
.reviews__summary p, .reviews__summary strong, .reviews__summary span, .reviews__summary small { display: block; margin: 0; }
.reviews__summary p { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; }
.reviews__summary strong { color: #fff; font-size: 18px; }
.reviews__summary span { color: var(--sun); font-size: 14px; letter-spacing: 0.05em; }
.reviews__summary small { grid-column: 1 / -1; color: rgba(255,255,255,0.84); font-size: 13px; }
.reviews__summary button { display: grid; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; color: #fff; background: rgba(4,43,75,0.32); cursor: pointer; place-items: center; }
.reviews__summary button > span { position: relative; width: 14px; height: 16px; border-right: 4px solid currentColor; border-left: 4px solid currentColor; }
.reviews__summary button[aria-pressed="true"] > span { width: 0; height: 0; margin-left: 3px; border: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid currentColor; }
.reviews-carousel { position: relative; z-index: 2; width: 100%; margin-top: 54px; overflow: hidden; }
.reviews-carousel::before, .reviews-carousel::after { position: absolute; z-index: 3; top: 0; bottom: 0; width: clamp(18px,4vw,58px); content: ""; pointer-events: none; }
.reviews-carousel::before { left: 0; background: linear-gradient(90deg,#063354 0%,rgba(6,51,84,0.72) 28%,transparent 100%); }
.reviews-carousel::after { right: 0; background: linear-gradient(-90deg,#07849b 0%,rgba(7,132,155,0.7) 28%,transparent 100%); }
.reviews-carousel__track { display: flex; width: max-content; animation: fortal-reviews 58s linear infinite; will-change: transform; }
.reviews-carousel__group { display: flex; padding-right: 20px; gap: 20px; }
.reviews-carousel:hover .reviews-carousel__track, .reviews-carousel:focus-within .reviews-carousel__track, .reviews-carousel.is-paused .reviews-carousel__track, .reviews-carousel.is-offscreen .reviews-carousel__track { animation-play-state: paused; }
.review-card { display: flex; width: 370px; min-height: 290px; padding: 25px; border: 1px solid rgba(255,255,255,0.2); border-radius: 24px; flex-direction: column; color: var(--text); background: rgba(255,255,255,0.96); box-shadow: 0 24px 55px rgba(2,32,52,0.18); }
.review-card > header { display: flex; align-items: center; justify-content: space-between; }
.review-card > header .icon { width: 24px; height: 24px; }
.review-card > header span { color: #a45f00; font-size: 14px; letter-spacing: 0.08em; }
.review-card blockquote { margin: 25px 0 28px; }
.review-card blockquote p { margin: 0; color: #34566b; font-size: 16px; line-height: 1.55; }
.review-card footer { display: grid; grid-template-columns: 44px 1fr 20px; align-items: center; margin-top: auto; gap: 11px; }
.review-card footer > span { display: grid; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#0874bd,#0b5f92); font-size: 13px; font-weight: 750; place-items: center; }
.review-card footer p, .review-card footer strong, .review-card footer small { display: block; margin: 0; }
.review-card footer strong { color: var(--ink); font-size: 14px; }
.review-card footer small { color: var(--muted); font-size: 13px; }
.review-card footer > .icon { color: #2aa56a; }
.reviews__mobile-hint { display: none; }
.reviews__note { position: relative; z-index: 2; width: min(calc(100% - 48px),var(--container)); margin: 24px auto 0; color: rgba(255,255,255,0.76); font-size: 13px; text-align: center; }
@keyframes fortal-reviews { to { transform: translateX(-50%); } }

/* About */
.about { background: #fff; }
.anchor-target { position: absolute; top: 0; }
.about__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 88px; }
.process-showcase { overflow: hidden; border: 1px solid rgba(7,116,173,0.12); border-radius: 30px; background: #fff; box-shadow: var(--shadow-sm); }
.process-showcase__head { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 22px; color: var(--ink); background: #fff; }
.process-showcase__head span { font-size: 13px; font-weight: 750; }
.process-showcase__head small { color: var(--muted); font-size: 13px; }
.process-showcase__scene { position: relative; min-height: 410px; overflow: hidden; background: linear-gradient(145deg,#e4f7fb 0%,#c8edf5 58%,#9edeea 100%); }
.process-showcase__scene::after { position: absolute; right: -10%; bottom: -115px; left: -10%; height: 205px; border-radius: 50% 50% 0 0; background: rgba(255,255,255,0.62); content: ""; }
.process-showcase__sun { position: absolute; top: 38px; right: 46px; width: 64px; height: 64px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 14px rgba(255,212,71,0.14), 0 0 0 28px rgba(255,212,71,0.06); }
.process-showcase__waves { position: absolute; z-index: 1; right: -10px; bottom: 84px; left: 0; height: 90px; }
.process-showcase__waves i { position: absolute; width: 120%; height: 85px; border: 2px solid rgba(0,123,179,0.2); border-color: rgba(0,123,179,0.25) transparent transparent; border-radius: 50%; }
.process-showcase__waves i:nth-child(2) { top: 24px; left: -60px; border-color: rgba(255,255,255,0.66) transparent transparent; }
.process-showcase__waves i:nth-child(3) { top: 46px; left: 30px; border-color: rgba(0,123,179,0.16) transparent transparent; }
.process-showcase__scene > img { position: absolute; z-index: 3; right: -35px; bottom: -65px; width: 360px; height: auto; }
.process-panels { position: absolute; z-index: 5; top: 30px; left: 26px; width: min(250px, 57%); }
.process-panel { padding: 18px; border: 1px solid rgba(255,255,255,0.72); border-radius: 20px 20px 20px 6px; color: var(--ink); background: rgba(255,255,255,0.91); box-shadow: 0 15px 34px rgba(5,75,108,0.13); backdrop-filter: blur(12px); animation: panel-in 260ms var(--ease); }
.process-panel[hidden] { display: none; }
.process-panel__icon { display: grid; width: 42px; height: 42px; margin-bottom: 16px; border-radius: 13px; color: #fff; background: var(--violet-deep); place-items: center; }
.process-panel__icon .icon { width: 21px; height: 21px; }
.process-panel p, .process-panel strong, .process-panel small, .process-panel > span:last-child { display: block; margin: 0; }
.process-panel small { margin-bottom: 3px; color: var(--violet-deep); font-size: 13px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.process-panel strong { font-size: 15px; }
.process-panel > span:last-child { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.process-tabs { display: grid; grid-template-columns: repeat(4,1fr); padding: 12px; gap: 7px; background: #fff; }
.process-tab { position: relative; display: grid; min-width: 0; min-height: 82px; padding: 10px 6px; border: 1px solid transparent; border-radius: 14px; color: #738696; background: transparent; cursor: pointer; gap: 5px; place-items: center; }
.process-tab > span { position: absolute; top: 7px; left: 8px; color: #667f90; font-size: 13px; font-weight: 800; }
.process-tab .icon { width: 19px; height: 19px; }
.process-tab small { max-width: 100%; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: center; white-space: normal; }
.process-tab:hover, .process-tab.is-active { border-color: rgba(7,116,173,0.16); color: var(--violet-deep); background: #edf8fb; }
.process-tab.is-active::after { position: absolute; right: 9px; bottom: 6px; left: 9px; height: 3px; border-radius: 5px; background: linear-gradient(90deg,var(--violet-deep),var(--aqua)); content: ""; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.about__content > p:not(.eyebrow) { color: var(--muted); }
.about-promise { display: grid; grid-template-columns: 46px 1fr; align-items: center; margin-top: 18px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; gap: 13px; }
.about-promise > span { display: grid; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: linear-gradient(145deg,var(--violet-deep),#159ec4); place-items: center; }
.about-promise p, .about-promise strong, .about-promise small { display: block; margin: 0; }
.about-promise strong { color: var(--ink); font-size: 13px; }
.about-promise small { margin-top: 3px; color: var(--muted); font-size: 13px; }
.about-facts { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); margin-top: 70px; padding-top: 38px; border-top: 1px solid var(--line); }
.about-facts > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; min-height: 80px; padding: 0 24px; border-right: 1px solid var(--line); gap: 12px; }
.about-facts > div:first-child { padding-left: 0; }
.about-facts > div:last-child { padding-right: 0; border-right: 0; }
.about-fact__icon { display: grid; width: 42px; height: 42px; border-radius: 13px; color: var(--violet-deep); background: #e7f5fa; place-items: center; }
.about-fact__icon .icon { width: 20px; height: 20px; }
.about-facts p, .about-facts strong, .about-facts small { display: block; margin: 0; }
.about-facts strong { color: var(--violet-deep); font-size: 15px; font-weight: 700; }
.about-facts small { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.35; }

/* Benefits */
.benefits { background: var(--surface); }
.benefits__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.benefit-card { overflow: hidden; border: 1px solid rgba(23,32,76,0.08); border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(23,32,76,0.04); }
.benefit-card__art { position: relative; display: grid; height: 230px; overflow: hidden; padding: 18px; background: #e5f4f8; place-items: center; }
.benefit-card--search .benefit-card__art { background: #eef3fb; }
.benefit-card--campaign .benefit-card__art { background: #e7f5f4; }
.website-result-mockup, .google-result-mockup, .meta-ad-mockup { width: min(100%,295px); overflow: hidden; border: 1px solid #e1e6e9; border-radius: 16px; background: #fff; box-shadow: 0 14px 30px rgba(9,62,91,0.13); }
.website-result-mockup > header { display: grid; grid-template-columns: 38px 1fr; align-items: center; min-height: 42px; padding: 0 11px; gap: 8px; color: #5f7079; background: #f4f7f8; font-size: 13px; }
.website-result-mockup > header > span { display: flex; gap: 4px; }
.website-result-mockup > header i { width: 6px; height: 6px; border-radius: 50%; background: #b2bdc2; }
.website-result-mockup > header i:first-child { background: var(--sun); }
.website-result-mockup > header b { overflow: hidden; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.website-result-mockup > img { width: 100%; height: 132px; object-fit: cover; object-position: top center; }
.website-result-mockup > footer { display: flex; align-items: center; min-height: 42px; padding: 0 12px; gap: 7px; color: #2b7c59; font-size: 13px; }
.google-result-mockup { padding: 12px; }
.google-result-mockup > header { display: grid; grid-template-columns: 22px 1fr 16px; align-items: center; min-height: 34px; padding: 0 10px; border: 1px solid #d9e0e4; border-radius: 99px; gap: 7px; color: #53626b; }
.google-result-mockup > header .icon { width: 17px; height: 17px; }
.google-result-mockup > header span { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.google-result-mockup > article { padding: 13px 5px 1px; }
.google-result-mockup__brand { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; }
.google-result-mockup__brand > span { display: grid; width: 27px; height: 27px; border-radius: 8px; color: #fff; background: var(--violet-deep); font-size: 13px; font-weight: 800; place-items: center; }
.google-result-mockup__brand p, .google-result-mockup__brand strong, .google-result-mockup__brand small { display: block; margin: 0; }
.google-result-mockup__brand strong { color: #29343b; font-size: 13px; }
.google-result-mockup__brand small { color: #68777f; font-size: 13px; }
.google-result-mockup h4 { margin: 10px 0 5px; color: #1a5cab; font-size: 13px; }
.google-result-mockup article > p { margin: 0; color: #59666e; font-size: 13px; line-height: 1.4; }
.google-result-mockup__rating { display: flex; align-items: center; margin-top: 8px; gap: 5px; font-size: 13px; }
.google-result-mockup__rating > span { color: #f5a623; letter-spacing: 0.06em; }
.google-result-mockup__rating small { color: #728089; font-size: 13px; }
.meta-ad-mockup > header { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 52px; padding: 0 12px; gap: 8px; }
.meta-ad-mockup > header > span { display: grid; width: 32px; height: 32px; border-radius: 9px; color: #0866ff; background: #e8f1ff; place-items: center; }
.meta-ad-mockup > header .icon { width: 21px; height: 21px; }
.meta-ad-mockup header p, .meta-ad-mockup header strong, .meta-ad-mockup header small { display: block; margin: 0; }
.meta-ad-mockup header strong { color: #28343b; font-size: 13px; }
.meta-ad-mockup header small { color: #718087; font-size: 13px; }
.meta-ad-mockup header > b { padding: 5px 8px; border-radius: 99px; color: #16804a; background: #e5f7ed; font-size: 13px; }
.meta-ad-mockup__preview { position: relative; height: 107px; overflow: hidden; }
.meta-ad-mockup__preview img { width: 100%; height: 100%; object-fit: cover; }
.meta-ad-mockup__preview span { position: absolute; right: 9px; bottom: 8px; padding: 6px 8px; border-radius: 6px; color: #fff; background: #0866ff; font-size: 13px; font-weight: 750; }
.meta-ad-mockup footer { display: grid; grid-template-columns: 58px 50px 1fr; align-items: center; min-height: 45px; padding: 0 12px; gap: 8px; }
.meta-ad-mockup footer p, .meta-ad-mockup footer strong, .meta-ad-mockup footer small { display: block; margin: 0; }
.meta-ad-mockup footer small { color: #718087; font-size: 13px; }
.meta-ad-mockup footer strong { color: #243038; font-size: 13px; }
.meta-ad-mockup footer > i { position: relative; height: 24px; border-bottom: 1px solid #d9e4e7; }
.meta-ad-mockup footer > i::before, .meta-ad-mockup footer > i::after, .meta-ad-mockup footer > i span { position: absolute; bottom: 0; width: 5px; border-radius: 3px 3px 0 0; background: #48b6d2; content: ""; }
.meta-ad-mockup footer > i::before { left: 10%; height: 9px; }
.meta-ad-mockup footer > i span { left: 43%; height: 17px; }
.meta-ad-mockup footer > i::after { right: 10%; height: 22px; background: var(--violet-deep); }
.benefit-card > .benefit-card__category, .benefit-card h3, .benefit-card > p { display: block; margin-right: 24px; margin-left: 24px; }
.benefit-card__category { margin-top: 24px; color: var(--violet-deep); font-size: 13px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.benefit-card h3 { margin-top: 9px; margin-bottom: 9px; font-size: 1.25rem; }
.benefit-card > p { margin-top: 0; margin-bottom: 28px; color: var(--muted); font-size: 14px; }

/* Contact */
.contact { background: #fff; }
.contact__panel { display: grid; grid-template-columns: 0.8fr 1.2fr; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 30px; background: var(--lavender-soft); box-shadow: var(--shadow-sm); }
.contact__intro { padding: 58px 52px; }
.contact__intro > p:not(.eyebrow) { color: var(--muted); }
.contact__intro ul { display: grid; margin: 28px 0; padding: 0; gap: 12px; list-style: none; }
.contact__intro li { display: flex; align-items: center; gap: 9px; color: #555b74; font-size: 13px; }
.contact__intro li .icon { color: var(--violet-deep); }
.contact__form { padding: 38px; background: #fff; }
.contact__form-head { display: grid; grid-template-columns: 42px 1fr; align-items: center; margin-bottom: 26px; gap: 12px; }
.contact__form-head > span { display: grid; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: var(--violet-deep); font-size: 13px; font-weight: 700; place-items: center; }
.contact__form-head > span .icon { width: 20px; height: 20px; }
.contact__form-head strong, .contact__form-head p { display: block; margin: 0; }
.contact__form-head strong { color: var(--ink); font-size: 16px; }
.contact__form-head p { color: var(--muted); font-size: 13px; }
.contact__form form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact__form form > p { margin: 0; }
.contact__form .form-full { grid-column: 1 / -1; }
.contact__form label { position: relative; display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 650; }
.contact__form input:not([type="submit"]):not([type="checkbox"]), .contact__form select, .contact__form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #718898; border-radius: 11px; outline: 0; color: var(--ink); background: #fff; font-size: 16px; transition: border 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.contact__form textarea { height: 150px; min-height: 150px; resize: vertical; }
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus { border-color: var(--blue-dark); outline: 2px solid #fff; outline-offset: 0; background: #fff; box-shadow: 0 0 0 4px var(--blue-dark); }
.contact__form input[type="checkbox"] { width: 24px; height: 24px; margin: 0; accent-color: var(--violet-deep); }
.contact__form .wpcf7-list-item { margin: 0; }
.contact__form .wpcf7-list-item label { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 11px; font-weight: 500; line-height: 1.45; }
.contact__form input[type="submit"] { width: 100%; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(135deg,#0874bd,#0b5f92); font-size: 15px; font-weight: 700; cursor: pointer; box-shadow: 0 12px 26px rgba(8,116,189,0.24); transition: opacity 160ms ease, transform 180ms var(--ease), box-shadow 180ms ease; }
.contact__form input[type="submit"]:not(:disabled):hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(8,116,189,0.32); }
.contact__form input[type="submit"]:disabled { opacity: 0.58; cursor: not-allowed; box-shadow: none; }
.form-required { position: absolute; top: 0; right: 0; color: #49677a; font-size: 13px; font-weight: 600; }
.privacy-note { color: var(--muted); font-size: 13px; }
.wpcf7-spinner { position: absolute; }
.wpcf7-not-valid-tip { margin-top: 4px; color: #c43b4c; font-size: 13px; }
.wpcf7 form .wpcf7-response-output { grid-column: 1 / -1; margin: 10px 0 0; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; }
.form-placeholder { padding: 22px; border: 1px dashed #9bcfe3; border-radius: 14px; color: var(--muted); background: #f5fbfd; }
.form-placeholder strong { display: block; color: var(--ink); }
.form-placeholder p { margin: 5px 0 0; font-size: 13px; }

/* FAQ */
.faq { background: var(--surface-warm); }
.faq__list { max-width: 920px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 34px rgba(23,32,76,0.05); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; min-height: 72px; padding: 10px 24px; gap: 12px; color: var(--ink); cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__number { color: #58788a; font-size: 13px; font-weight: 750; }
.faq-item summary strong { font-size: 15px; font-weight: 650; }
.faq-item summary i { position: relative; width: 18px; height: 18px; }
.faq-item summary i::before, .faq-item summary i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 2px; background: var(--violet-deep); content: ""; transform: translate(-50%,-50%); }
.faq-item summary i::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform 160ms ease; }
.faq-item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-item__answer { padding: 0 66px 24px; }
.faq-item__answer p { margin: 0; color: var(--muted); font-size: 15px; }
.faq__footer { margin: 28px 0 0; color: var(--muted); text-align: center; font-size: 13px; }
.faq__footer a { display: inline-flex; align-items: center; min-height: 44px; color: var(--violet-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 64px 0 28px; color: rgba(255,255,255,0.72); background: linear-gradient(145deg,#062b4b,#07537a); }
.site-footer__callout { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-bottom: 62px; padding: 32px 36px; border: 1px solid rgba(255,255,255,0.16); border-radius: 26px; gap: 35px; background: rgba(255,255,255,0.08); box-shadow: 0 25px 60px rgba(2,34,56,0.2); backdrop-filter: blur(10px); }
.site-footer__callout > div { max-width: 760px; }
.site-footer__callout > div > span { display: flex; align-items: center; margin-bottom: 11px; gap: 8px; color: #bdeefa; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer__callout > div > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); }
.site-footer__callout h2 { margin: 0; color: #fff; font-size: clamp(1.65rem,3vw,2.5rem); }
.site-footer__top { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 0.9fr 0.75fr 1fr; gap: 52px; }
.site-footer__brand p { max-width: 340px; margin: 20px 0 0; color: rgba(255,255,255,0.76); font-size: 14px; }
.site-footer__signals { display: flex; align-items: flex-start; margin-top: 24px; gap: 10px; flex-direction: column; }
.site-footer__signals span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.78); font-size: 13px; }
.site-footer__signals .icon { color: var(--aqua); }
.site-footer__column > strong { display: block; margin-bottom: 18px; color: #fff; font-size: 13px; }
.site-footer__column ul { display: grid; margin: 0; padding: 0; gap: 11px; list-style: none; }
.site-footer__column a { display: inline-flex; align-items: center; min-height: 28px; gap: 9px; font-size: 14px; }
.site-footer__column a .icon { width: 15px; height: 15px; color: #83dcea; }
.site-footer__column a:hover { color: #fff; }
.site-footer__contact { display: flex; align-items: flex-start; flex-direction: column; }
.site-footer__contact small { max-width: 220px; margin-top: 18px; color: rgba(255,255,255,0.7); font-size: 13px; line-height: 1.5; }
.site-footer__contact-list { display: grid; width: 100%; gap: 10px; }
.site-footer__contact-item { display: grid !important; width: 100%; min-height: 54px !important; padding: 9px 11px; border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; grid-template-columns: 20px 1fr; align-items: center !important; gap: 10px !important; color: rgba(255,255,255,0.82); background: rgba(255,255,255,0.045); transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.site-footer a.site-footer__contact-item:hover { border-color: rgba(255,255,255,0.2); color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-1px); }
.site-footer__contact-item > .icon { width: 18px !important; height: 18px !important; color: #c78ef4 !important; }
.site-footer__contact-item > span:last-child { display: grid; min-width: 0; gap: 1px; }
.site-footer__contact-item strong { color: #fff; font-size: 13px; font-weight: 650; line-height: 1.25; }
.site-footer__contact .site-footer__contact-item small { max-width: none; margin: 0; overflow-wrap: anywhere; color: rgba(255,255,255,0.68); font-size: 13px; line-height: 1.35; }
.site-footer__contact-item--location { cursor: default; }
.site-footer__contact .site-footer__contact-note { max-width: 230px; margin-top: 16px; }
.site-footer__bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--line-light); gap: 20px; }
.site-footer__bottom p { margin: 0; color: rgba(255,255,255,0.8); font-size: 13px; }
.site-footer__bottom a { text-decoration: underline; text-underline-offset: 3px; }
.site-footer__sun { position: absolute; right: -150px; bottom: -280px; width: 460px; height: 460px; border-radius: 50%; background: rgba(255,214,97,0.18); filter: blur(16px); }
.floating-contact { position: fixed; z-index: 999; right: 22px; bottom: 22px; display: grid; width: 64px; height: 64px; min-height: 64px; padding: 0; border: 2px solid rgba(255,255,255,0.75); border-radius: 50%; color: #fff; background: #20ad66; box-shadow: 0 15px 35px rgba(8,91,48,0.34); transition: transform 180ms var(--ease), background 180ms ease; place-items: center; }
.floating-contact .icon { width: 32px; height: 32px; }
.floating-contact span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.floating-contact:hover { background: #159a58; transform: translateY(-3px) scale(1.03); }

/* Internal content */
.entry-shell { width: min(calc(100% - 48px), 860px); min-height: 60vh; margin: 0 auto; padding: 120px 0; }
.archive-header, .entry-header { margin-bottom: 32px; }
.entry-content { color: var(--text); }
.entry-content a { color: var(--violet-deep); text-decoration: underline; }
.entry-thumbnail { margin: 0 0 35px; }
.entry-thumbnail img { width: 100%; border-radius: 24px; }
.post-card { padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-card h2 { margin-bottom: 8px; font-size: 1.7rem; }
.error-404 { text-align: center; }

/* Reveal */
.reveal-enabled [data-reveal] { opacity: 0; transform: translateY(12px); transition: opacity 480ms var(--ease), transform 480ms var(--ease); }
.reveal-enabled [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  :root { --container: 920px; }
  .primary-nav ul { gap: 20px; }
  .hero__inner { grid-template-columns: minmax(0,0.88fr) minmax(470px,1.12fr); gap: 26px; }
  .hero h1 { font-size: clamp(2.5rem,4.5vw,3.35rem); }
  .hero-product { height: 525px; }
  .intro__grid, .about__grid { gap: 55px; }
  .services__grid { gap: 16px; }
  .service-card { padding: 10px 20px 24px; }
  .about-facts { grid-template-columns: repeat(2,1fr); row-gap: 28px; }
  .about-facts > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .site-header__inner { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .header-cta { display: none; }
  body.menu-open::before { position: fixed; z-index: 75; inset: 0; background: rgba(3,35,60,0.48); backdrop-filter: blur(4px); content: ""; }
  body.menu-open .site-header { z-index: 100; }
  .primary-nav { position: fixed; z-index: 90; top: 72px; right: 14px; left: 14px; display: none; width: auto; max-height: calc(100vh - 92px); overflow-y: auto; padding: 14px 20px; border: 1px solid var(--line); border-radius: 20px; justify-self: stretch; color: var(--ink); background: rgba(255,255,255,0.98); box-shadow: var(--shadow-lg); }
  .primary-nav.is-open { display: block; animation: mobile-menu-in 180ms var(--ease); }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav li + li { border-top: 1px solid var(--line); }
  .primary-nav a { display: flex; align-items: center; min-height: 50px; padding: 9px 5px; font-size: 15px; }
  .primary-nav a::after { display: none; }
  .hero { min-height: 0; padding: 126px 0 136px; }
  .hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .hero__content { width: min(100%,720px); margin: 0 auto; text-align: center; }
  .hero h1 { max-width: 720px; margin-right: auto; margin-left: auto; }
  .hero__lead { margin-right: auto; margin-left: auto; }
  .hero__actions, .hero__microcopy { justify-content: center; }
  .hero__microcopy { margin-right: auto; margin-left: auto; }
  .hero-product { width: min(100%,720px); height: 560px; margin: 0 auto; }
  .hero-product__mascot { left: -3%; width: 51%; }
  .intro__grid, .about__grid, .contact__panel { grid-template-columns: 1fr; }
  .intro__grid, .about__grid { gap: 60px; }
  .intro__content { max-width: 680px; }
  .presence-board { width: min(100%, 600px); margin: 0 auto; }
  .services__grid, .benefits__grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .service-card { min-height: 0; }
  .services__base { flex-wrap: wrap; }
  .section-heading--split { grid-template-columns: 1fr; gap: 14px; }
  .section-heading__copy { max-width: 650px; }
  .project-carousel__track { --carousel-edge: 24px; }
  .project-card__copy { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .project-card__action { width: min(100%,300px); }
  .cta-band__inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .reviews__header { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .reviews__summary { width: min(100%,360px); min-width: 0; }
  .process-showcase { width: min(100%, 560px); margin: 0 auto; }
  .about__content { max-width: 680px; }
  .benefit-card { display: grid; grid-template-columns: 0.7fr 1fr; }
  .benefit-card__art { grid-row: 1 / 5; height: 100%; min-height: 240px; }
  .contact__intro { padding-bottom: 30px; }
  .site-footer__top { grid-template-columns: repeat(3,1fr); }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h1 { font-size: clamp(2.1rem, 9.4vw, 2.65rem); }
  h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .site-header__inner { min-height: 72px; }
  .brand__mark { width: 35px; height: 35px; }
  .brand__word { font-size: 16px; }
  .hero { min-height: 0; padding: 118px 0 90px; }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; gap: 15px; }
  .hero__actions .button { width: min(100%,360px); }
  .hero__microcopy { font-size: 13px; }
  .hero-product { width: calc(100% + 14px); height: 405px; margin-left: -7px; }
  .hero-product::before { top: 0; right: 0; width: 78px; height: 78px; }
  .hero-product__screen--primary { top: 38px; left: 0; width: 83%; border-radius: 17px; transform: rotate(-1.5deg); }
  .hero-product__browser-bar { height: 29px; padding: 0 9px; }
  .hero-product__screen--secondary { display: none; }
  .hero-product__screen--mobile { top: 12px; right: 0; width: 25%; padding: 5px; border-width: 4px; border-radius: 22px; }
  .hero-product__mobile-top { height: 15px; }
  .hero-product__screen--mobile .hero-product__viewport { border-radius: 0 0 13px 13px; }
  .hero-product__screen figcaption { bottom: 8px; left: 9px; padding: 6px 9px; }
  .hero-product__screen--mobile figcaption { right: 50%; bottom: 7px; left: auto; }
  .hero-product__mascot { bottom: 0; left: -11%; width: 63%; }
  .hero-product__signature { right: 0; bottom: 5px; padding: 9px 11px; border-radius: 14px; }
  .hero-product__signature > .icon { width: 20px; height: 20px; }
  .hero__cut { height: 96px; background: radial-gradient(ellipse 94% 110% at 50% -8%, transparent 0 66%, #fff 67% 100%); }
  .intro__grid { gap: 42px; }
  .presence-board { min-height: 500px; }
  .presence-site-preview--desktop { top: 20px; left: 14px; width: calc(100% - 28px); transform: none; }
  .presence-site-preview--desktop header { grid-template-columns: auto 1fr; }
  .presence-site-preview--desktop header small { display: none; }
  .presence-site-preview--mobile { right: 14px; bottom: 20px; width: 148px; border-width: 5px; border-radius: 24px; transform: rotate(2deg); }
  .presence-site-preview--mobile > div { height: 210px; }
  .presence-proof { bottom: 28px; left: 14px; width: 185px; padding: 13px; grid-template-columns: 38px 1fr; }
  .presence-proof > span { width: 36px; height: 36px; }
  .service-card { padding: 10px 18px 22px; }
  .services__base { align-items: flex-start; flex-direction: column; gap: 12px; }
  .services__base strong { width: 100%; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
  .project-carousel__controls > span { display: none; }
  .project-carousel__controls { justify-content: flex-end; }
  .project-carousel__track { --carousel-edge: 20px; }
  .project-card { flex-basis: calc(100vw - 40px); }
  .project-card__stage { aspect-ratio: 3 / 2; }
  .project-card__stage figcaption { right: 13px; bottom: 12px; }
  .project-card__copy { padding: 21px 20px 23px; }
  .project-card__action { width: 100%; }
  .cta-band { padding: 56px 0; }
  .reviews { padding-bottom: 76px; }
  .reviews__sun { top: -80px; right: -90px; width: 230px; height: 230px; }
  .reviews-carousel { margin-top: 38px; }
  .reviews-carousel { overflow-x: auto; padding-left: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .reviews-carousel::-webkit-scrollbar { display: none; }
  .reviews-carousel::before, .reviews-carousel::after { display: none; }
  .reviews-carousel__track { animation: none; }
  .reviews-carousel__group { padding-right: 14px; gap: 14px; }
  .review-card { width: calc(100vw - 42px); min-height: 310px; padding: 22px; scroll-snap-align: start; scroll-snap-stop: always; }
  .reviews__summary button { display: none; }
  .reviews__note { width: calc(100% - 28px); text-align: left; }
  .process-showcase__scene { min-height: 385px; }
  .process-showcase__scene > img { right: -62px; width: 320px; }
  .process-panels { top: 22px; left: 18px; width: 62%; }
  .process-panel { padding: 14px; }
  .process-tabs { gap: 3px; }
  .process-tab { min-height: 88px; padding-top: 16px; }
  .process-tab small { display: block; }
  .about-facts { grid-template-columns: 1fr 1fr; }
  .about-facts > div { grid-template-columns: 38px 1fr; padding: 0 10px; gap: 8px; }
  .about-facts > div:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
  .about-fact__icon { width: 36px; height: 36px; }
  .benefit-card { display: block; }
  .benefit-card__art { height: 230px; min-height: 230px; }
  .contact__intro { padding: 38px 24px 20px; }
  .contact__form { padding: 24px 18px 30px; }
  .contact__form form { grid-template-columns: 1fr; }
  .contact__form .form-full { grid-column: auto; }
  .faq-item summary { grid-template-columns: 30px 1fr 20px; min-height: 66px; padding: 10px 15px; }
  .faq-item summary strong { font-size: 14px; }
  .faq-item__answer { padding: 0 45px 20px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 35px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__callout { align-items: flex-start; margin-bottom: 50px; padding: 27px 23px; flex-direction: column; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom p:last-child { padding-right: 72px; }
  .floating-contact { right: 14px; bottom: 14px; width: 58px; height: 58px; min-height: 58px; }
  .floating-contact .icon { width: 29px; height: 29px; }
  .reviews__mobile-hint { position: relative; z-index: 2; display: flex; align-items: center; width: calc(100% - 28px); margin: 30px auto -18px; gap: 8px; color: rgba(255,255,255,0.84); font-size: 13px; font-weight: 650; }
  .reviews__mobile-hint .icon { transform: rotate(180deg); }
  .reviews-carousel__group[aria-hidden="true"] { display: none; }
}

@media (max-width: 420px) {
  .hero-product__signature { display: none; }
  .about-facts { grid-template-columns: 1fr; row-gap: 12px; }
  .about-facts > div,
  .about-facts > div:last-child:nth-child(odd) { grid-column: auto; min-height: 68px; padding: 0; border-right: 0; }
  .process-tab { min-height: 84px; }
  .process-tab small { font-size: 13px; }
}

@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reviews-carousel__track { animation: none; }
  .reviews__summary button { display: none; }
  .reveal-enabled [data-reveal] { opacity: 1; transform: none; }
}

/* Violet reference redesign */
.brand { min-height: 44px; }
.brand__logo { width: 158px; height: auto; }
.brand__logo--primary { display: none; }
.site-header.is-scrolled .brand--light .brand__logo--light { display: none; }
.site-header.is-scrolled .brand--light .brand__logo--primary { display: block; }
.site-footer .brand--light .brand__logo--light { display: block; }
.site-footer .brand--light .brand__logo--primary { display: none; }

.site-header--hero { border-bottom: 1px solid rgba(255,255,255,0.08); }
.site-header.is-scrolled { border-bottom-color: transparent; }
.header-cta { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); }
.site-header.is-scrolled .header-cta,
.site-header:not(.site-header--hero) .header-cta { border-color: transparent; background: linear-gradient(135deg,#9f5ee9,#7045d3); box-shadow: 0 9px 22px rgba(111,69,211,0.24); }

.eyebrow > span { background: #b862f0; box-shadow: 0 0 0 2px rgba(168,85,247,0.16); }
.eyebrow--light { color: #d8c7ff; }
.eyebrow--light > span { background: #d8a2ff; box-shadow: 0 0 0 2px rgba(255,255,255,0.13); }

.hero {
  min-height: 0;
  padding: 150px 0 155px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 36%, rgba(165,86,240,0.3), transparent 34%),
    radial-gradient(circle at 13% 33%, rgba(115,68,213,0.34), transparent 25%),
    linear-gradient(145deg,#17133f 0%,#25205f 58%,#3e276f 100%);
}
.hero::before { content: none; background: none; }
.hero__glow { filter: blur(28px); }
.hero__glow--one { top: 170px; left: -130px; background: rgba(143,78,222,0.32); }
.hero__glow--two { right: -100px; bottom: 100px; background: rgba(192,111,244,0.28); }
.hero__inner { display: block; }
.hero__content { width: min(100%,820px); margin: 0 auto; text-align: center; }
.hero h1 { max-width: 820px; margin-right: auto; margin-left: auto; font-size: clamp(2.45rem,4.2vw,3.65rem); font-weight: 590; }
.hero h1 em { display: block; color: #fff; }
.hero-typewriter { display: block; min-height: 1.2em; color: #c575ff; }
.hero-typewriter__caret {
  display: inline-block;
  width: 0.055em;
  height: 0.88em;
  margin-left: 0.08em;
  background: #d8a2ff;
  box-shadow: 0 0 16px rgba(216,162,255,0.42);
  vertical-align: -0.04em;
  animation: fortal-typewriter-caret 0.82s steps(1,end) infinite;
}
@keyframes fortal-typewriter-caret {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}
.hero__lead { max-width: 690px; margin: 0 auto 27px; color: rgba(255,255,255,0.68); }
.hero__actions { justify-content: center; }
.hero__microcopy { justify-content: center; max-width: 690px; margin-right: auto; margin-left: auto; color: rgba(255,255,255,0.72); }
.hero__microcopy .icon { color: #d7a2ff; }

.hero-showcase { position: relative; z-index: 5; width: min(100%,930px); margin: 54px auto -36px; }
.hero-showcase__frame { position: relative; z-index: 2; overflow: hidden; border: 6px solid #a85cf0; border-radius: 30px; background: #17133f; box-shadow: 0 34px 86px rgba(11,7,40,0.44), 0 0 0 1px rgba(255,255,255,0.2); }
.hero-showcase__bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 45px; padding: 0 16px; gap: 13px; color: #7b7396; background: #f7f5fb; }
.hero-showcase__bar > span { display: flex; gap: 5px; }
.hero-showcase__bar i { width: 7px; height: 7px; border-radius: 50%; background: #b8b2c8; }
.hero-showcase__bar i:first-child { background: #b667ed; }
.hero-showcase__bar i:nth-child(2) { background: #d7a4fa; }
.hero-showcase__bar small { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.hero-showcase__bar b { color: #655b87; font-size: 13px; font-weight: 700; }
.hero-showcase__viewport { aspect-ratio: 16 / 8.4; overflow: hidden; background: #eeeaf7; }
.hero-showcase__viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hero-showcase figcaption { position: absolute; z-index: 3; right: 18px; bottom: 17px; left: 18px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.hero-showcase figcaption span { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 12px; border: 1px solid rgba(255,255,255,0.24); border-radius: 999px; gap: 7px; color: #fff; background: rgba(24,19,63,0.78); backdrop-filter: blur(10px); font-size: 13px; font-weight: 700; }
.hero-showcase figcaption .icon { color: #d8a2ff; }
.hero-showcase__shadow { position: absolute; z-index: 1; right: 8%; bottom: -26px; left: 8%; height: 70px; border-radius: 50%; background: rgba(145,75,226,0.36); filter: blur(25px); }
.hero__cut { height: 125px; background: radial-gradient(ellipse 85% 108% at 50% -7%,transparent 0 68%,#fff 69% 100%); }

.trust-strip { position: relative; z-index: 6; padding: 26px 0 36px; background: #fff; }
.trust-strip__inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 42px; }
.trust-strip p { margin: 0; color: #8a859b; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.trust-strip ul { display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 0; gap: 24px; list-style: none; }
.trust-strip li { display: inline-flex; align-items: center; gap: 8px; color: #777287; font-size: 13px; font-weight: 650; white-space: nowrap; }
.trust-strip li .icon { color: #a59fb4; }

.intro { background: #fff; }
.intro__grid { gap: 82px; }
.presence-board { min-height: 500px; border-color: rgba(111,69,211,0.13); background: radial-gradient(circle at 84% 16%,rgba(206,164,255,0.75) 0 48px,transparent 49px), linear-gradient(145deg,#eee8ff 0%,#faf8ff 55%,#e4d7ff 100%); }
.presence-board::after { right: -15%; bottom: -130px; left: -15%; height: 220px; border-radius: 50%; background: rgba(139,92,246,0.1); }
.presence-proof > span { background: linear-gradient(135deg,#9b5ce7,#6f45d3); }

.services { background: #f1f0f3; }
.services__grid { gap: 22px; }
.service-card { min-height: 455px; overflow: visible; padding: 34px 30px 28px; border-color: rgba(48,38,91,0.09); border-radius: 24px; box-shadow: 0 12px 30px rgba(33,25,75,0.04); }
.service-card--featured { border: 2px solid #b96cf0; box-shadow: 0 20px 46px rgba(143,78,222,0.2); }
.service-card__badge { top: -13px; right: 24px; bottom: auto; left: auto; color: #fff; background: linear-gradient(135deg,#a95ce9,#7647d8); backdrop-filter: none; }
.service-card__number { top: 34px; right: 30px; bottom: auto; display: block; width: auto; height: auto; color: #8d879c; background: transparent; box-shadow: none; font-size: 14px; }
.service-card__icon { display: grid; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#bc6ef1,#8150df); box-shadow: 0 12px 26px rgba(129,80,223,0.26); place-items: center; }
.service-card__icon .icon { width: 23px; height: 23px; }
.service-card__format { display: block; margin-bottom: 8px; color: #8b5ae0; font-size: 13px; font-weight: 750; letter-spacing: 0.08em; text-transform: uppercase; }
.service-card__label { margin-bottom: 10px; color: #777188; font-weight: 650; letter-spacing: 0; text-transform: none; }
.service-card li .icon { color: #8c56df; }
.service-card > a { border-color: rgba(129,80,223,0.14); color: #7545ce; background: #f3edff; }
.service-card > a:hover { color: #fff; background: #7545ce; }
.service-card--featured > a { background: linear-gradient(135deg,#a85ce8,#7244d4); }
.services__base { border-color: rgba(48,38,91,0.08); background: rgba(255,255,255,0.78); }
.services__base .icon { color: #8551d8; }

.projects { background: #fff; }
.project-disclaimer i { background: #a760e7; }
.project-carousel__controls button:hover { border-color: #8f59df; background: #8150df; }
.project-card { border-color: rgba(111,69,211,0.16); box-shadow: 0 18px 42px rgba(52,35,105,0.08); }
.project-card__stage { background: #eee9f9; }
.project-card__stage figcaption { background: rgba(27,20,68,0.75); }
.project-card__stage figcaption span { color: #fff; background: #a85be8; }
.project-card__format { color: #8150df; }
.project-card__action { border-color: rgba(129,80,223,0.18); color: #7545ce; background: #f3edff; }
.project-card__action:hover { color: #fff; background: #7545ce; }

.cta-band { padding: 72px 0; color: #fff; background: radial-gradient(circle at 50% 130%,rgba(176,88,239,0.48),transparent 42%), linear-gradient(135deg,#17133f 0%,#24205f 58%,#39236c 100%); }
.cta-band__glow { right: 20%; bottom: -220px; background: rgba(174,85,238,0.42); }
.cta-band__inner { align-items: center; flex-direction: column; gap: 24px; text-align: center; }
.cta-band__inner > div { max-width: 800px; }
.cta-band h2 { margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.68); }

.about { background: #fff; }
.about__grid { grid-template-columns: 1fr 1fr; gap: 78px; }
.about-visual { position: relative; min-height: 520px; margin: 0; padding: 34px; border-radius: 30px; background: linear-gradient(145deg,#f1ebff 0%,#e1d4ff 100%); }
.about-visual__browser { overflow: hidden; border: 1px solid rgba(63,44,126,0.14); border-radius: 21px; background: #fff; box-shadow: 0 26px 60px rgba(56,35,119,0.2); transform: rotate(-1.5deg); }
.about-visual__browser header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 43px; padding: 0 13px; gap: 10px; color: #766f89; background: #f7f5fa; }
.about-visual__browser header > span { display: flex; gap: 4px; }
.about-visual__browser header i { width: 7px; height: 7px; border-radius: 50%; background: #b9b3c6; }
.about-visual__browser header i:first-child { background: #a85ce8; }
.about-visual__browser header b { overflow: hidden; font-size: 13px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.about-visual__browser header small { color: #8150df; font-size: 13px; font-weight: 700; }
.about-visual__browser img { aspect-ratio: 1.5; width: 100%; object-fit: cover; object-position: top center; }
.about-visual figcaption { position: absolute; z-index: 4; right: 13px; bottom: 36px; display: grid; grid-template-columns: 52px 1fr; align-items: center; padding: 15px 18px; border: 1px solid rgba(255,255,255,0.8); border-radius: 18px; gap: 11px; background: rgba(255,255,255,0.93); box-shadow: 0 18px 38px rgba(56,35,119,0.16); backdrop-filter: blur(10px); }
.about-visual figcaption strong { color: #8b50df; font-size: 29px; line-height: 1; }
.about-visual figcaption span, .about-visual figcaption small { display: block; }
.about-visual figcaption span { color: var(--ink); font-size: 14px; font-weight: 700; }
.about-visual figcaption small { color: var(--muted); font-size: 13px; font-weight: 500; }
.about-visual__code { position: absolute; z-index: 3; bottom: 22px; left: 18px; display: grid; width: 170px; padding: 16px; border-radius: 18px; gap: 8px; background: #21194f; box-shadow: 0 18px 40px rgba(29,20,74,0.24); }
.about-visual__code span { width: 100%; height: 6px; border-radius: 99px; background: rgba(213,171,255,0.6); }
.about-visual__code span:nth-child(2) { width: 72%; }
.about-visual__code span:nth-child(3) { width: 48%; }
.about-visual__code small { position: absolute; right: 12px; bottom: 10px; color: #fff; font-size: 13px; font-weight: 800; }
.about__content > p:not(.eyebrow) { color: var(--muted); }
.process-list { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0 0; padding: 0; gap: 13px; list-style: none; }
.process-list li { display: grid; grid-template-columns: 43px 1fr; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 16px; gap: 11px; background: #fff; }
.process-list li > span { display: grid; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: linear-gradient(135deg,#ae64eb,#7950d8); place-items: center; }
.process-list p, .process-list small, .process-list strong, .process-list em { display: block; margin: 0; }
.process-list small { color: #8b57da; font-size: 13px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.process-list strong { margin-top: 3px; color: var(--ink); font-size: 14px; }
.process-list em { margin-top: 5px; color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.4; }
.about-fact__icon { color: #8150df; background: #f0e8ff; }
.about-facts strong { color: #8150df; }

.reviews { padding-bottom: 96px; color: var(--text); background: #fff; }
.reviews__sun, .reviews__waves { display: none; }
.reviews__header h2 { color: var(--ink); }
.reviews__header h2 em { color: #8150df; }
.reviews__summary { border-color: rgba(42,36,87,0.12); background: #f8f5ff; }
.reviews__summary strong { color: var(--ink); }
.reviews__summary span { color: #f5a623; }
.reviews__summary small { color: var(--muted); }
.reviews__summary button { border-color: rgba(129,80,223,0.18); color: #8150df; background: #eee7ff; }
.reviews-carousel::before { background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,0.78) 30%,transparent 100%); }
.reviews-carousel::after { background: linear-gradient(-90deg,#fff 0%,rgba(255,255,255,0.78) 30%,transparent 100%); }
.review-card { border-color: rgba(42,36,87,0.1); box-shadow: 0 20px 45px rgba(49,35,96,0.09); }
.review-card blockquote p { color: #4f496d; }
.review-card footer > span { background: linear-gradient(135deg,#a95ce9,#7547d4); }
.reviews__note { color: var(--muted); }

.benefits { background: #f1f0f3; }
.benefit-card { border-color: rgba(42,36,87,0.09); box-shadow: 0 14px 34px rgba(43,31,83,0.05); }
.benefit-card__art,
.benefit-card--search .benefit-card__art,
.benefit-card--campaign .benefit-card__art { background: linear-gradient(145deg,#f0eaff,#e5dcfa); }
.website-result-mockup, .google-result-mockup, .meta-ad-mockup { box-shadow: 0 14px 30px rgba(53,37,105,0.14); }
.meta-ad-mockup footer > i::before, .meta-ad-mockup footer > i::after, .meta-ad-mockup footer > i span { background: #ae65eb; }

.contact { background: #fff; }
.contact__panel { border-color: rgba(80,55,145,0.13); background: #f5f0ff; }
.contact__form-head > span { background: linear-gradient(135deg,#a85ce8,#7446d4); }
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus { border-color: #8150df; box-shadow: 0 0 0 4px rgba(129,80,223,0.18); }
.contact__form input[type="submit"] { background: linear-gradient(135deg,#a85ce8,#7446d4); box-shadow: 0 12px 26px rgba(129,80,223,0.25); }
.contact__form input[type="submit"]:not(:disabled):hover { box-shadow: 0 16px 34px rgba(129,80,223,0.34); }

.faq { background: #faf8ff; }
.faq__list { border-color: rgba(42,36,87,0.13); }
.faq-item summary i::before, .faq-item summary i::after { background: #8150df; }

.site-footer { background: linear-gradient(145deg,#17133f,#2f2065); }
.site-footer__callout { background: rgba(255,255,255,0.07); box-shadow: 0 25px 60px rgba(13,8,43,0.28); }
.site-footer__callout > div > span { color: #d8b8ff; }
.site-footer__callout > div > span i { background: #be75ef; }
.site-footer__signals .icon, .site-footer__column a .icon { color: #c78ef4; }
.site-footer__sun { background: rgba(173,85,238,0.18); }

@media (max-width: 1040px) {
  .hero { padding: 132px 0 145px; }
  .hero h1 { font-size: clamp(2.35rem,4.7vw,3.25rem); }
  .trust-strip__inner { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .trust-strip ul { flex-wrap: wrap; justify-content: center; }
  .service-card { padding: 30px 23px 26px; }
  .about__grid { gap: 48px; }
  .about-visual { min-height: 475px; padding: 26px; }
}

@media (max-width: 900px) {
  .brand__logo { width: 150px; }
  .hero { padding: 128px 0 135px; }
  .hero-showcase { width: min(96%,820px); margin-top: 46px; }
  .intro__grid, .about__grid { grid-template-columns: 1fr; }
  .intro__grid { gap: 52px; }
  .services__grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .service-card { min-height: 0; }
  .about-visual { width: min(100%,620px); margin-inline: auto; }
  .about__content { max-width: 680px; }
  .reviews__header { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .brand__logo { width: 137px; }
  .hero { padding: 116px 0 100px; }
  .hero h1 { font-size: clamp(2.15rem,9.2vw,2.75rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; gap: 13px; }
  .hero__actions .button { width: min(100%,350px); }
  .hero-showcase { width: calc(100% + 14px); margin: 38px 0 -20px -7px; }
  .hero-showcase__frame { border-width: 4px; border-radius: 20px; }
  .hero-showcase__bar { grid-template-columns: auto 1fr; min-height: 36px; padding: 0 10px; }
  .hero-showcase__bar b { display: none; }
  .hero-showcase__viewport { aspect-ratio: 16 / 9.3; }
  .hero-showcase figcaption { right: 10px; bottom: 9px; left: 10px; }
  .hero-showcase figcaption span { min-height: 36px; padding: 7px 9px; }
  .hero-showcase figcaption span:nth-child(n+2) { display: none; }
  .hero__cut { height: 72px; background: radial-gradient(ellipse 96% 110% at 50% -8%,transparent 0 66%,#fff 67% 100%); }
  .trust-strip { padding: 22px 0 30px; }
  .trust-strip ul { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 12px 18px; }
  .trust-strip li { white-space: normal; }
  .presence-board { min-height: 470px; }
  .service-card { padding: 28px 22px 24px; }
  .services__base { align-items: flex-start; }
  .project-card__copy { grid-template-columns: 1fr; }
  .cta-band { padding: 60px 0; }
  .about-visual { min-height: 420px; padding: 17px; }
  .about-visual__browser header { grid-template-columns: auto 1fr; }
  .about-visual__browser header small { display: none; }
  .about-visual figcaption { right: 8px; bottom: 24px; grid-template-columns: 44px 1fr; padding: 12px 13px; }
  .about-visual figcaption strong { font-size: 24px; }
  .about-visual__code { bottom: 14px; left: 8px; width: 135px; }
  .process-list { grid-template-columns: 1fr; }
  .reviews { padding-bottom: 74px; }
  .reviews-carousel::before, .reviews-carousel::after { display: none; }
  .reviews__mobile-hint { color: var(--muted); }
  .reviews__note { color: var(--muted); }
}

/* Refinamento visual e assets editoriais */
:root {
  --ink: #29234f;
  --ink-deep: #171337;
  --ink-soft: #4d466f;
  --blue: #7257c7;
  --blue-dark: #55399a;
  --violet: #8167c7;
  --violet-deep: #6548ad;
  --aqua: #c3b7e7;
  --sun: #a993d7;
  --lavender: #ece8f6;
  --lavender-soft: #f7f5fa;
  --surface: #f3f2f5;
  --surface-warm: #faf9fc;
  --line: rgba(42,35,79,0.13);
  --shadow-sm: 0 16px 42px rgba(36,25,75,0.09);
  --shadow-lg: 0 34px 90px rgba(18,12,52,0.24);
}

.hero { background: radial-gradient(circle at 50% 36%,rgba(103,82,173,0.25),transparent 35%), radial-gradient(circle at 13% 33%,rgba(73,57,132,0.28),transparent 26%), linear-gradient(145deg,#151233 0%,#211a4c 58%,#2c2057 100%); }
.button--accent,
.site-header.is-scrolled .header-cta,
.site-header:not(.site-header--hero) .header-cta { background: linear-gradient(135deg,#775bc6,#50358e); box-shadow: 0 12px 30px rgba(74,49,137,0.3); }
.button--accent:hover { box-shadow: 0 16px 36px rgba(74,49,137,0.4); }
.eyebrow > span { background: #7658ba; box-shadow: 0 0 0 2px rgba(101,72,173,0.13); }
.eyebrow--light > span { background: #b7a6df; }
.reviews__header h2 em { color: var(--violet-deep); }

.intro-visual { position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(42,35,79,0.11); border-radius: 30px; background: #e8e3f2; box-shadow: 0 28px 68px rgba(34,25,74,0.16); }
.intro-visual > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.intro-visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.intro-visual figcaption span { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border: 1px solid rgba(255,255,255,0.55); border-radius: 999px; gap: 7px; color: #fff; background: rgba(23,19,55,0.78); backdrop-filter: blur(10px); font-size: 13px; font-weight: 650; }
.intro-visual figcaption .icon { width: 17px; height: 17px; color: #c9b8ee; }

.service-card { min-height: 590px; padding: 18px 20px 25px; }
.service-card--featured { border-color: #7558ba; box-shadow: 0 20px 46px rgba(74,49,137,0.16); }
.service-card__visual { position: relative; overflow: hidden; margin: 0 0 23px; border-radius: 18px; aspect-ratio: 1.55 / 1; background: #e8e3f2; }
.service-card__visual::after { position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(to top,rgba(18,13,48,0.28),transparent); content: ""; pointer-events: none; }
.service-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 500ms var(--ease); }
.service-card:hover .service-card__visual img { transform: scale(1.025); }
.service-card__number { z-index: 2; top: 30px; right: 32px; display: grid; width: 38px; height: 30px; border: 1px solid rgba(255,255,255,0.65); border-radius: 999px; color: #2b2352; background: rgba(255,255,255,0.88); backdrop-filter: blur(8px); font-size: 13px; place-items: center; }
.service-card__badge { background: linear-gradient(135deg,#7659bd,#503790); }
.service-card__format,
.service-card li .icon { color: #6548ad; }
.service-card__action,
.service-card__action:visited { border-color: rgba(84,58,153,0.16); color: #50398b; background: #efebf7; }
.service-card__action:hover { color: #fff; background: #543a99; }
.service-card--featured .service-card__action,
.service-card--featured .service-card__action:visited { color: #fff; background: linear-gradient(135deg,#7659bd,#503790); }
.service-card--featured .service-card__action:hover { color: #fff; background: linear-gradient(135deg,#6548ad,#402b78); }

.cta-band { background: radial-gradient(circle at 50% 130%,rgba(100,73,163,0.38),transparent 43%), linear-gradient(135deg,#151233 0%,#211a4c 58%,#2d2058 100%); }
.cta-band__glow { background: rgba(100,73,163,0.34); }

.about { background: #f6f3fa; }
.about-visual--photo { min-height: 540px; overflow: hidden; padding: 0; background: #19143d; box-shadow: 0 28px 70px rgba(31,23,65,0.19); }
.about-visual--photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(17,13,43,0.34)); content: ""; pointer-events: none; }
.about-visual--photo > img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: center; }
.about-visual--photo figcaption { z-index: 2; right: 22px; bottom: 22px; }
.process-list li > span { background: linear-gradient(135deg,#7659bd,#503790); }
.about-fact__icon { color: #6548ad; background: #ece6f7; }
.about-facts strong { color: #6548ad; }

.benefits { background: #f2f1f4; }
.benefit-card { border-color: rgba(42,35,79,0.1); box-shadow: 0 16px 38px rgba(35,27,69,0.06); }
.benefit-card__art,
.benefit-card--search .benefit-card__art,
.benefit-card--campaign .benefit-card__art { height: 250px; padding: 0; background: #e6e1ef; }
.benefit-card__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 500ms var(--ease); }
.benefit-card:hover .benefit-card__art img { transform: scale(1.025); }
.benefit-card__category { color: #6548ad; }

.contact { background: #f7f5fa; }
.contact__panel { grid-template-columns: 0.86fr 1.14fr; border-color: rgba(53,42,97,0.12); background: #f1edf7; box-shadow: 0 18px 48px rgba(41,31,76,0.07); }
.contact__intro { padding: 52px 48px; }
.contact__intro h2 { font-size: clamp(2rem,3.5vw,3rem); font-weight: 560; }
.contact__intro ul { margin: 24px 0; gap: 10px; }
.contact__intro li { color: #615b72; font-weight: 480; }
.contact__form { padding: 40px 42px; border-left: 1px solid rgba(53,42,97,0.1); }
.contact__form-head { margin-bottom: 24px; }
.contact__form-head > span { color: #6548ad; background: #ece6f7; box-shadow: none; }
.contact__form-head strong { font-weight: 620; }
.contact__form label { color: #3f395a; font-weight: 540; }
.contact__form input:not([type="submit"]):not([type="checkbox"]),
.contact__form select,
.contact__form textarea { border-color: #d5d0df; color: #332d50; background: #fcfbfd; }
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus { border-color: #6548ad; box-shadow: 0 0 0 4px rgba(101,72,173,0.13); }
.contact__form input[type="submit"] { background: linear-gradient(135deg,#7659bd,#503790); box-shadow: 0 12px 26px rgba(74,49,137,0.22); }
.form-required { top: -3px; color: #7659bd; font-size: 17px; font-weight: 500; }

.site-footer { padding-top: 74px; background: linear-gradient(145deg,#151233,#271b50); }
.site-footer__top { gap: 48px; }
.site-footer__sun { background: rgba(92,65,151,0.16); }
.floating-contact { z-index: 999; }

@media (max-width: 960px) {
  .service-card { min-height: 0; }
  .about-visual--photo,
  .about-visual--photo > img { min-height: 500px; }
  .contact__panel { grid-template-columns: 1fr; }
  .contact__form { border-top: 1px solid rgba(53,42,97,0.1); border-left: 0; }
}

/* Fotografia em plano de fundo integral na seção do processo */
#como-funciona.about {
  min-height: 0;
  padding: 72px 0 34px;
  background-color: #211547;
  background-image:
    linear-gradient(90deg, rgba(13, 10, 35, 0.12) 0%, rgba(18, 14, 44, 0.38) 32%, rgba(26, 18, 58, 0.86) 61%, #211547 100%),
    url("../images/editorial/designer-working-on-website.webp");
  background-repeat: no-repeat;
  background-position: center, left center;
  background-size: 100% 100%, auto 100%;
}

#como-funciona.about::before {
  display: block;
  opacity: 1;
  background:
    radial-gradient(circle at 88% 24%, rgba(129, 96, 201, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(10, 8, 30, 0.06), rgba(15, 11, 38, 0.3));
}

#como-funciona .about__grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(520px, 1.22fr);
  min-height: 0;
}

#como-funciona .about__content {
  grid-column: 2;
  align-self: center;
  padding: 0;
}

#como-funciona .about__content > p:not(.eyebrow) {
  max-width: 660px;
}

#como-funciona .process-list {
  margin-top: 20px;
  gap: 10px;
}

#como-funciona .process-list li {
  padding: 12px;
}

#como-funciona .about-facts {
  margin-top: 28px;
  padding: 22px 0 0;
}

@media (max-width: 960px) {
  #como-funciona.about {
    min-height: 0;
    padding-top: 64px;
    background-position: center, 35% center;
  }

  #como-funciona .about__grid {
    grid-template-columns: minmax(90px, 0.25fr) minmax(0, 1.75fr);
    min-height: 0;
  }

  #como-funciona .about__content {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  #como-funciona.about {
    padding: 0 0 28px;
    background-image:
      linear-gradient(180deg, rgba(12, 9, 34, 0.08) 0, rgba(14, 10, 38, 0.32) 175px, rgba(28, 19, 65, 0.94) 355px, #211547 100%),
      url("../images/editorial/designer-working-on-website.webp");
    background-position: center, 39% top;
    background-size: 100% 100%, auto 500px;
  }

  #como-funciona.about::before {
    display: block;
    background: linear-gradient(180deg, transparent 0 72%, rgba(18, 13, 46, 0.24));
  }

  #como-funciona .about__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 270px;
  }

  #como-funciona .about__content {
    grid-column: 1;
    padding: 24px 0 8px;
  }

  #como-funciona .about-facts {
    margin-top: 28px;
  }
}

@media (max-width: 620px) {
  .intro-visual { border-radius: 22px; }
  .intro-visual figcaption { right: 10px; bottom: 10px; left: 10px; }
  .intro-visual figcaption span { min-height: 36px; padding: 7px 10px; }
  .intro-visual figcaption span:last-child { display: none; }
  .service-card { padding: 16px 17px 22px; }
  .service-card__visual { margin-bottom: 20px; }
  .service-card__number { top: 26px; right: 27px; }
  .about-visual--photo { min-height: 390px; padding: 0; }
  .about-visual--photo > img { min-height: 390px; object-position: 57% center; }
  .benefit-card__art,
  .benefit-card--search .benefit-card__art,
  .benefit-card--campaign .benefit-card__art { height: 230px; }
  .contact__intro { padding: 38px 24px 24px; }
  .contact__form { padding: 28px 20px 32px; }
  .site-footer { padding-top: 58px; }
}

/* Composição editorial sem caixas e faixa premium do processo */
.intro {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.intro__grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 54px;
}

.intro-visual--device {
  overflow: visible;
  width: 124%;
  margin: -38px -17% -48px -7%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.intro-visual--device > img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 32px 28px rgba(31, 23, 67, 0.2));
}

.intro-visual--device figcaption {
  right: 13%;
  bottom: 9%;
  left: auto;
  justify-content: flex-end;
}

.intro-visual--device figcaption span {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(31, 24, 69, 0.88);
  box-shadow: 0 12px 28px rgba(31, 23, 67, 0.16);
}

.about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 7% 20%, rgba(130, 98, 210, 0.25), transparent 31%),
    radial-gradient(circle at 91% 78%, rgba(77, 56, 144, 0.32), transparent 34%),
    linear-gradient(142deg, #13102f 0%, #20184a 55%, #30215e 100%);
}

.about::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.24;
  background: linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, 0.07) 46% 46.2%, transparent 46.2% 100%);
  content: "";
}

.about .eyebrow {
  color: #cbbced;
}

.about .eyebrow > span {
  background: #b9a5e8;
  box-shadow: 0 0 0 3px rgba(185, 165, 232, 0.12);
}

.about h2,
.about h2 em {
  color: #fff;
}

.about__content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.about-visual--photo {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  box-shadow: 0 34px 86px rgba(8, 5, 28, 0.42);
}

.about-visual--photo::after {
  background: linear-gradient(180deg, transparent 48%, rgba(13, 9, 39, 0.48));
}

.process-list li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.process-list li > span {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.process-list small {
  color: #c7b5ed;
}

.process-list strong {
  color: #fff;
}

.process-list em {
  color: rgba(255, 255, 255, 0.64);
}

.about-facts {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.about-facts > div {
  border-right-color: rgba(255, 255, 255, 0.12);
}

.about-fact__icon {
  color: #d1c3f0;
  background: rgba(255, 255, 255, 0.09);
}

.about-facts strong {
  color: #fff;
}

.about-facts small {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 960px) {
  .intro__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .intro-visual--device {
    width: min(112%, 780px);
    margin: -12px auto -26px;
  }
}

@media (max-width: 620px) {
  .intro-visual--device {
    width: 112%;
    margin: -10px -6% -18px;
    border-radius: 0;
  }

  .intro-visual--device figcaption {
    right: 5%;
    bottom: 7%;
    left: auto;
  }

  .about::before {
    display: none;
  }

  .about-visual--photo {
    border-radius: 24px;
  }

  .process-list li {
    background: rgba(255, 255, 255, 0.07);
  }
}

/* FORTAL REMOTE REFINEMENT START */
.hero__inner {
  position: relative;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.hero {
  padding: 174px 0 179px;
}

.hero-tech-cloud {
  position: absolute;
  z-index: 1;
  inset: -76px -18px -88px;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.hero-tech-cloud__item {
  position: absolute;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: rgba(231,205,255,0.76);
  filter: drop-shadow(0 12px 15px rgba(9,5,35,0.28));
  animation: fortal-tech-float 5.5s ease-in-out infinite;
}

.hero-tech-cloud__item .icon {
  width: 32px;
  height: 32px;
  padding: 0;
  color: inherit;
  background: transparent;
}

.hero-tech-cloud__item--1 { top: 16px; left: 1%; }
.hero-tech-cloud__item--2 { top: 70px; right: 1%; animation-delay: -1.8s; }
.hero-tech-cloud__item--3 { bottom: 18px; left: 5%; animation-delay: -3.2s; }
.hero-tech-cloud__item--4 { right: 5%; bottom: 4px; animation-delay: -4.4s; }
.hero-tech-cloud__item--5 { top: 46%; left: -2%; animation-delay: -2.5s; }
.hero-tech-cloud__item--6 { top: 43%; right: -2%; animation-delay: -3.8s; }

.hero-tech-cloud__item:nth-child(2n) {
  color: rgba(255,255,255,0.7);
}

.hero-tech-cloud__item:nth-child(3n) .icon {
  width: 27px;
  height: 27px;
}

@keyframes fortal-tech-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.services__grid--plans {
  align-items: stretch;
  gap: 24px;
}

.service-card--plan {
  min-height: 520px;
  overflow: visible;
  padding: 36px 32px 30px;
  border: 1px solid rgba(69,49,122,0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(42,30,83,0.07);
}

.service-card--plan:hover {
  border-color: rgba(123,75,212,0.3);
  box-shadow: 0 26px 58px rgba(52,34,104,0.13);
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.service-card--plan .service-card__icon {
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 17px;
  color: #7c49d3;
  background: #f1eaff;
  box-shadow: none;
}

.service-card--plan .service-card__icon .icon {
  width: 26px;
  height: 26px;
}

.service-card--plan .service-card__number {
  position: static;
  display: inline-flex;
  width: auto;
  height: auto;
  color: #aaa3b8;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.service-card--plan .service-card__format {
  margin-bottom: 9px;
  color: #8150df;
}

.service-card--plan h3 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem,2.1vw,1.95rem);
}

.service-card--plan .service-card__label {
  display: inline-flex;
  align-self: flex-start;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #665b78;
  background: #f4f1f8;
  font-size: 13px;
  font-weight: 650;
}

.service-card--plan > .service-card__copy {
  margin: 0 0 24px;
  color: #625b73;
  font-size: 14px;
  line-height: 1.65;
}

.service-card--plan ul {
  margin-bottom: 26px;
  gap: 12px;
}

.service-card--plan li {
  color: #51495f;
}

.service-card--plan li .icon {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  color: #7545ce;
  background: #eee6fc;
}

.service-card__footer {
  display: grid;
  margin-top: auto;
  gap: 12px;
}

.service-card__footer small {
  color: #8a8395;
  font-size: 13px;
  line-height: 1.35;
}

.service-card--plan .service-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(129,80,223,0.16);
  border-radius: 14px;
  gap: 10px;
  color: #7545ce;
  background: #f3edff;
  font-size: 14px;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.service-card--plan .service-card__action:hover {
  color: #fff;
  background: #7545ce;
  transform: translateY(-2px);
}

.service-card--featured {
  z-index: 2;
  border: 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 8%, rgba(210,160,255,0.26), transparent 29%),
    linear-gradient(145deg,#2a1b62 0%,#55309e 58%,#7547d4 100%);
  box-shadow: 0 28px 62px rgba(74,43,143,0.29);
  transform: translateY(-10px);
}

.service-card--featured:hover {
  border-color: transparent;
  box-shadow: 0 34px 70px rgba(74,43,143,0.36);
  transform: translateY(-15px);
}

.service-card--featured .service-card__badge {
  top: -16px;
  right: 24px;
  padding: 8px 13px;
  color: #4b277f;
  background: #e5c5ff;
  box-shadow: 0 10px 24px rgba(54,28,103,0.24);
}

.service-card--featured .service-card__icon {
  color: #fff;
  background: rgba(255,255,255,0.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.service-card--featured .service-card__number,
.service-card--featured .service-card__format,
.service-card--featured .service-card__footer small {
  color: rgba(255,255,255,0.64);
}

.service-card--featured h3,
.service-card--featured > .service-card__copy,
.service-card--featured li {
  color: #fff;
}

.service-card--featured > .service-card__copy {
  color: rgba(255,255,255,0.76);
}

.service-card--featured .service-card__label {
  color: #fff;
  background: rgba(255,255,255,0.11);
}

.service-card--featured li .icon {
  color: #fff;
  background: rgba(255,255,255,0.14);
}

.service-card--featured .service-card__action,
.service-card--featured .service-card__action:visited,
.service-card--featured .service-card__action:hover,
.service-card--featured .service-card__action:focus-visible {
  border-color: #fff;
  color: #4f278f;
  background: #fff;
}

.service-card--featured .service-card__action .icon {
  color: currentColor;
}

#como-funciona.about {
  background-color: #211547;
  background-image:
    radial-gradient(circle at 84% 18%, rgba(129,96,201,0.2), transparent 29%),
    linear-gradient(135deg,#1b123e 0%,#211547 64%,#2e1c5b 100%);
}

#como-funciona.about::before {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
  display: block;
  width: min(82vw, 1060px);
  opacity: 1;
  background-image:
    linear-gradient(90deg, rgba(12,9,34,0.62) 0%, rgba(19,13,45,0.78) 56%, rgba(33,21,71,0.98) 100%),
    url("../images/editorial/designer-working-on-website.webp");
  background-repeat: no-repeat;
  background-position: center, left center;
  background-size: 100% 100%, cover;
  content: "";
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg,#000 0%,#000 62%,rgba(0,0,0,0.84) 76%,transparent 100%);
  mask-image: linear-gradient(90deg,#000 0%,#000 62%,rgba(0,0,0,0.84) 76%,transparent 100%);
}

#como-funciona .about__grid {
  position: relative;
  z-index: 1;
}

.reviews {
  padding-bottom: 76px;
}

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

.reviews-carousel {
  margin-top: 44px;
  padding: 8px 0 44px;
}

.reviews-carousel::before,
.reviews-carousel::after {
  bottom: 36px;
}

.contact__form {
  padding: 34px 38px;
}

.contact__form-head {
  margin-bottom: 18px;
}

.contact__form form {
  gap: 8px 12px;
}

.contact__form form br {
  display: none;
}

.contact__form label {
  gap: 5px;
}

.contact__form input:not([type="submit"]):not([type="checkbox"]),
.contact__form select,
.contact__form textarea {
  min-height: 44px;
  padding: 9px 12px;
}

.contact__form textarea {
  height: 112px;
  min-height: 112px;
}

.contact__form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.contact__form .wpcf7-list-item label {
  grid-template-columns: 20px 1fr;
  gap: 9px;
  line-height: 1.35;
}

.contact__form input[type="submit"] {
  min-height: 46px;
}

@media (max-width: 1040px) {
  .hero {
    padding: 156px 0 169px;
  }
}

@media (max-width: 1100px) {
  .hero-tech-cloud {
    position: relative;
    inset: auto;
    display: block;
    width: min(100%, 680px);
    height: 76px;
    margin: 24px auto -62px;
  }

  .hero-tech-cloud__item {
    animation-duration: 6.5s;
  }

  .hero-tech-cloud__item--1 { top: 4px; left: 4%; }
  .hero-tech-cloud__item--2 { top: 24px; right: 5%; }
  .hero-tech-cloud__item--3 { top: 27px; left: 23%; }
  .hero-tech-cloud__item--4 { top: 2px; right: 25%; }
  .hero-tech-cloud__item--5 { top: 0; left: 45%; }
  .hero-tech-cloud__item--6 { top: 31px; right: 42%; }

  #como-funciona.about::before {
    width: 100%;
    background-image:
      linear-gradient(90deg,rgba(13,9,34,0.78) 0%,rgba(24,16,54,0.9) 52%,rgba(33,21,71,0.99) 100%),
      url("../images/editorial/designer-working-on-website.webp");
    -webkit-mask-image: none;
    mask-image: none;
  }

  #como-funciona .process-list li {
    background: rgba(31,20,70,0.84);
    box-shadow: 0 14px 34px rgba(8,5,28,0.16);
  }
}

@media (max-width: 900px) {
  .hero {
    padding: 152px 0 159px;
  }

  .service-card--featured,
  .service-card--featured:hover {
    transform: none;
  }
}

@media (max-width: 620px) {
  .hero {
    padding: 140px 0 124px;
  }

  .hero-tech-cloud {
    width: min(100%, 360px);
    height: 72px;
    margin: 20px auto -40px;
  }

  .hero-tech-cloud__item {
    width: 38px;
    height: 38px;
    animation: none;
  }

  .hero-tech-cloud__item .icon {
    width: 27px;
    height: 27px;
  }

  .hero-tech-cloud__item--1 { top: 2px; left: 2%; }
  .hero-tech-cloud__item--2 { top: 24px; right: 2%; }
  .hero-tech-cloud__item--3 { top: 29px; left: 20%; }
  .hero-tech-cloud__item--4 { top: 0; right: 20%; }
  .hero-tech-cloud__item--5 { top: 3px; left: 42%; }
  .hero-tech-cloud__item--6 { top: 32px; right: 39%; }

  .service-card--plan {
    padding: 30px 24px 24px;
  }

  #como-funciona.about::before {
    inset: 0 0 auto;
    width: 100%;
    height: 520px;
    background-image:
      linear-gradient(180deg,rgba(12,9,34,0.72) 0%,rgba(20,13,47,0.88) 54%,rgba(33,21,71,0.99) 88%,#211547 100%),
      url("../images/editorial/designer-working-on-website.webp");
    background-position: center, 39% top;
    background-size: 100% 100%, cover;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .reviews-carousel {
    padding: 6px 0 34px 14px;
  }

  .contact__form {
    padding: 26px 20px 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tech-cloud__item {
    animation: none;
  }

  .hero-typewriter__caret {
    animation: none;
  }
}

/* Sistema unificado de CTAs de conversão */
.button,
.header-cta,
.service-card--plan .service-card__action,
.project-card__action,
.contact__form input[type="submit"] {
  border-radius: 999px;
}

.service-card--plan .service-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid rgba(84,58,153,0.16);
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms var(--ease);
}

.service-card__action:hover,
.project-card__action:hover {
  transform: translateY(-2px);
}

.project-card__action {
  justify-content: center;
  min-height: 48px;
  padding-inline: 18px;
}

.contact__form input[type="submit"] {
  min-height: 50px;
  padding-inline: 24px;
}

/* Refinamento de planos, projetos, processo e FAQ */
.service-card__top {
  justify-content: flex-start;
}

.service-card--plan .service-card__action,
.project-card__action {
  white-space: nowrap;
}

.project-card__action {
  width: auto;
  min-width: 204px;
  flex: 0 0 auto;
}

.project-card__stage figcaption {
  gap: 0;
}

#como-funciona.about {
  padding: 72px 0;
}

.faq {
  background:
    radial-gradient(circle at 8% 44%, rgba(150, 105, 236, 0.11), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(118, 71, 216, 0.08), transparent 25%),
    #faf8ff;
}

.faq__list {
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  gap: 14px;
  background: transparent;
  box-shadow: none;
}

.faq-item,
.faq-item:last-child {
  overflow: hidden;
  border: 1px solid rgba(53, 43, 94, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(45, 31, 91, 0.055);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms var(--ease);
}

.faq-item:hover {
  border-color: rgba(129, 80, 223, 0.25);
  transform: translateY(-1px);
}

.faq-item.is-open {
  border-color: #9860e5;
  box-shadow: 0 18px 42px rgba(101, 62, 181, 0.12);
}

.faq-item__heading {
  margin: 0;
}

.faq-item__trigger {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 34px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 12px 18px;
  border: 0;
  gap: 14px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-item__trigger:focus-visible {
  border-radius: 18px;
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(129, 80, 223, 0.42);
}

.faq-item__number {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #81798d;
  background: #f4f2f6;
  font-size: 13px;
  font-weight: 750;
  place-items: center;
  transition: color 220ms ease, background 220ms ease;
}

.faq-item.is-open .faq-item__number {
  color: #fff;
  background: linear-gradient(135deg, #a966ec, #7546d2);
}

.faq-item__question {
  font-size: 16px;
  font-weight: 620;
  line-height: 1.35;
}

.faq-item__trigger i {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #8150df;
  background: #f3edff;
  place-items: center;
}

.faq-item__trigger i::before {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 260ms var(--ease);
}

.faq-item.is-open .faq-item__trigger i::before {
  transform: translateY(2px) rotate(225deg);
}

.faq-item__answer {
  display: grid;
  height: auto;
  padding: 0;
  overflow: hidden;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 320ms var(--ease), opacity 220ms ease;
}

.faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-item__answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq-item__answer p {
  margin: 0;
  padding: 0 70px 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 960px) {
  #como-funciona.about {
    padding: 64px 0;
  }
}

@media (max-width: 620px) {
  #como-funciona.about {
    padding: 0 0 48px;
  }

  .project-card__action {
    width: 100%;
    min-width: 0;
  }

  .faq__list {
    gap: 10px;
  }

  .faq-item {
    border-radius: 17px;
  }

  .faq-item__trigger {
    grid-template-columns: 34px minmax(0, 1fr) 30px;
    min-height: 66px;
    padding: 10px 13px;
    gap: 10px;
  }

  .faq-item__number {
    width: 32px;
    height: 32px;
  }

  .faq-item__question {
    font-size: 14px;
  }

  .faq-item__trigger i {
    width: 28px;
    height: 28px;
  }

  .faq-item__answer p {
    padding: 0 57px 20px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-item__number,
  .faq-item__trigger i::before,
  .faq-item__answer {
    transition: none;
  }
}
/* FORTAL REMOTE REFINEMENT END */

.text-semibold {
  color: inherit;
  font-weight: 600;
}
