.innerPage {
  min-height: 100vh;
  background: var(--ink);
  color: var(--white);
}

.innerHeader {
  width: min(1240px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.innerBrand {
  display: inline-flex;
}

.innerBrand img {
  width: 168px;
  height: auto;
}

.innerDesktopNav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #c5d2df;
  font-size: 14px;
  font-weight: 520;
}

.innerDesktopNav a:hover {
  color: white;
}

.innerNavCta {
  padding: 13px 18px;
  border: 1px solid rgba(74, 184, 245, 0.45);
  border-radius: 4px;
}

.breadcrumbs {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #7890a5;
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.breadcrumbs a:hover {
  color: var(--blue-bright);
}

.serviceHero,
.contactHero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0 112px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  gap: 96px;
  align-items: center;
}

.serviceHero h1,
.contactHero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.serviceHero > div > p,
.contactHero > div > p {
  max-width: 780px;
  margin-bottom: 36px;
  color: #a7b9c9;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.65;
}

.serviceSignal {
  padding: 28px;
  border: 1px solid rgba(74, 184, 245, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(rgba(31, 158, 232, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 158, 232, 0.05) 1px, transparent 1px),
    #0b1a2c;
  background-size: 28px 28px;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.34);
}

.serviceSignal > span {
  color: #7890a5;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.serviceSignal > strong {
  display: block;
  margin: 18px 0 28px;
  color: var(--blue-bright);
  font-size: 25px;
  letter-spacing: -0.03em;
}

.serviceSignal > div {
  min-height: 58px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
}

.serviceSignal i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 0 7px rgba(74, 184, 245, 0.08);
  animation: statusPulse 2.4s ease-out infinite;
}

.serviceSignal p {
  margin: 0;
  color: #cad8e4;
}

.seoContentBlock,
.benefitsSection,
.scopeSection,
.serviceProcess,
.faqSection,
.contactServices,
.napSection {
  padding: 112px max(24px, calc((100vw - 1240px) / 2));
}

.seoContentBlock {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
  background: var(--page);
  color: var(--text);
}

.seoContentIntro h2,
.seoSectionHeading h2,
.scopeSection h2,
.napSection h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.seoProse p {
  color: #526578;
  font-size: 18px;
  line-height: 1.8;
}

.seoProse p:last-child {
  margin-bottom: 0;
}

.benefitsSection,
.faqSection,
.contactServices {
  background: #0a1727;
}

.seoSectionHeading {
  max-width: 760px;
  margin-bottom: 52px;
}

.seoSectionHeading .sectionKicker {
  color: var(--blue-bright);
}

.benefitGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.benefitGrid article {
  min-height: 290px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
}

.benefitGrid article > span,
.processGrid article > span {
  color: var(--blue-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
}

.benefitGrid h3,
.processGrid h3 {
  margin: 62px 0 14px;
  font-size: 23px;
  letter-spacing: -0.03em;
}

.benefitGrid p,
.processGrid p {
  margin: 0;
  color: #8fa4b8;
  line-height: 1.65;
}

.scopeSection {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  background: var(--page);
  color: var(--text);
}

.scopeSection h2 {
  max-width: 560px;
  margin-bottom: 34px;
  font-size: clamp(32px, 3.5vw, 48px);
}

.checkList {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cad8e3;
}

.checkList li {
  padding: 18px 0 18px 30px;
  border-bottom: 1px solid #cad8e3;
  color: #526578;
  line-height: 1.55;
  position: relative;
}

.checkList li::before {
  content: "+";
  position: absolute;
  left: 2px;
  top: 18px;
  color: #1687c8;
  font-weight: 800;
}

.serviceProcess {
  background: #edf5f9;
  color: var(--text);
}

.serviceProcess .sectionKicker,
.scopeSection .sectionKicker,
.napSection .sectionKicker {
  color: #1687c8;
}

.processGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #cbd9e4;
  border: 1px solid #cbd9e4;
}

.processGrid article {
  min-height: 280px;
  padding: 30px;
  background: white;
}

.processGrid p {
  color: #5c7083;
}

.faqList {
  max-width: 920px;
}

.faqList details {
  border-top: 1px solid var(--line);
}

.faqList details:last-child {
  border-bottom: 1px solid var(--line);
}

.faqList summary {
  padding: 24px 44px 24px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 650;
  position: relative;
}

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

.faqList summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  color: var(--blue-bright);
  font-size: 25px;
  font-weight: 400;
}

.faqList details[open] summary::after {
  content: "−";
}

.faqList details p {
  max-width: 780px;
  padding: 0 0 26px;
  color: #93a7ba;
  line-height: 1.7;
}

.innerCta {
  padding: 90px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  background: var(--blue);
  color: #04111d;
}

.innerCta .sectionKicker {
  color: #0b4c71;
}

.innerCta h2 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.innerCta p {
  max-width: 680px;
  margin: 0;
  color: #0a4364;
  line-height: 1.65;
}

.seoFooter {
  padding: 68px max(24px, calc((100vw - 1240px) / 2)) 34px;
  background: #06111e;
}

.seoFooterTop {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.8fr;
  gap: 70px;
}

.seoFooterTop > div > p {
  max-width: 420px;
  margin-top: 24px;
  color: #8095a9;
  line-height: 1.65;
}

.seoFooterTop nav {
  display: grid;
  align-content: start;
  gap: 12px;
}

.seoFooterTop nav strong {
  margin-bottom: 6px;
  color: white;
  font-size: 13px;
}

.seoFooterTop nav a {
  color: #8298ab;
  font-size: 13px;
  line-height: 1.5;
}

.seoFooterTop nav a:hover {
  color: var(--blue-bright);
}

.seoFooterLegal {
  margin-top: 54px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  border-top: 1px solid var(--line);
  color: #60768a;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contactHero {
  align-items: start;
}

.contactCards {
  border-top: 1px solid var(--line);
}

.contactCards > * {
  padding: 22px 0;
  display: block;
  border-bottom: 1px solid var(--line);
}

.contactCards span,
.contactCards strong {
  display: block;
}

.contactCards span {
  margin-bottom: 8px;
  color: var(--blue-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contactCards strong {
  overflow-wrap: anywhere;
  color: #dce7ef;
  font-size: 15px;
  line-height: 1.55;
}

.contactServiceGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.contactServiceGrid > a {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.contactServiceGrid > a:hover {
  background: rgba(74, 184, 245, 0.05);
  transform: translateY(-3px);
}

.contactServiceGrid span {
  color: var(--blue-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.contactServiceGrid strong {
  display: block;
  margin: 40px 0 14px;
  font-size: 24px;
}

.contactServiceGrid p {
  color: #8fa4b8;
  line-height: 1.6;
}

.contactServiceGrid b {
  color: var(--blue-bright);
  font-size: 13px;
}

.napSection {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 90px;
  background: var(--page);
  color: var(--text);
}

.napSection p {
  color: #5c7083;
  line-height: 1.7;
}

.napSection a {
  color: #116fa6;
  overflow-wrap: anywhere;
}

.homeLocalSection,
.homeFaqSection {
  padding: 112px max(24px, calc((100vw - 1240px) / 2));
}

.homeLocalSection {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
  background: #edf5f9;
  color: var(--text);
}

.homeLocalSection h2,
.homeFaqSection h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.homeLocalSection p {
  color: #526578;
  font-size: 17px;
  line-height: 1.75;
}

.homeLocalSection a {
  display: inline-block;
  margin-top: 12px;
  color: #116fa6;
  font-weight: 680;
}

.homeLocalSection a span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.homeLocalSection a:hover span {
  transform: translate(3px, -3px);
}

.homeFaqSection {
  background: #0a1727;
}

.homeFaqSection .sectionKicker {
  color: var(--blue-bright);
}

.homeFooterLinks {
  max-width: 850px;
  margin-bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.homeFooterLinks a {
  color: #8298ab;
  font-size: 13px;
}

.homeFooterLinks a:hover {
  color: var(--blue-bright);
}

.whatsappFloat {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 80;
  width: 64px;
  height: 64px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221, 255, 211, 0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, #91ff42 0%, #38e535 38%, #13bd28 72%, #079b1d 100%);
  color: white;
  box-shadow: 0 0 18px rgba(48, 240, 57, 0.68), 0 16px 42px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  isolation: isolate;
  animation: whatsappGlow 1.9s ease-in-out infinite;
}

.whatsappFloat:hover {
  transform: translateY(-4px) scale(1.04);
  filter: brightness(1.08);
  box-shadow: 0 0 28px rgba(72, 255, 78, 0.82), 0 20px 48px rgba(0, 0, 0, 0.4);
}

.whatsappFloat::before,
.whatsappFloat::after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border: 2px solid rgba(80, 255, 86, 0.72);
  border-radius: 50%;
  pointer-events: none;
  animation: whatsappRing 2.2s ease-out infinite;
}

.whatsappFloat::after {
  animation-delay: 1.1s;
}

.whatsappFloat > img {
  width: 38px;
  height: 38px;
  padding: 3px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(0, 74, 15, 0.32));
  animation: whatsappIconPulse 1.9s ease-in-out infinite;
}

.whatsappFloat > strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@keyframes whatsappGlow {
  0%, 100% { box-shadow: 0 0 14px rgba(48, 240, 57, 0.5), 0 16px 42px rgba(0, 0, 0, 0.34); }
  50% { box-shadow: 0 0 30px rgba(72, 255, 78, 0.9), 0 16px 46px rgba(0, 0, 0, 0.4); }
}

@keyframes whatsappRing {
  0% { opacity: 0.72; transform: scale(0.9); }
  72%, 100% { opacity: 0; transform: scale(1.5); }
}

@keyframes whatsappIconPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.09); opacity: 0.82; }
}

.backToTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 54px;
  height: 54px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(74, 184, 245, 0.38);
  border-radius: 50%;
  background: #0b1d30;
  color: white;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease, background 180ms ease;
}

.backToTop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.backToTop:hover {
  background: #123454;
  transform: translateY(-3px);
}

.backToTop span {
  font-size: 25px;
  line-height: 1;
}

.cookieNotice {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 120;
  width: min(920px, calc(100% - 36px));
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(74, 184, 245, 0.3);
  border-radius: 10px;
  background: rgba(7, 20, 35, 0.97);
  color: white;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.cookieNotice[hidden],
.backToTop[hidden] {
  display: none;
}

.cookieNoticeCopy strong {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
}

.cookieNoticeCopy p {
  margin: 0 0 8px;
  color: #a5b8c9;
  font-size: 13px;
  line-height: 1.55;
}

.cookieNoticeCopy a {
  color: var(--blue-bright);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookieNoticeActions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cookieNoticeActions button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 680;
}

.cookiePrimary {
  border: 1px solid var(--blue-bright);
  background: var(--blue);
  color: #04111d;
}

.cookieSecondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #d5e2ec;
}

body.cookieNoticeVisible .whatsappFloat,
body.cookieNoticeVisible .backToTop {
  bottom: 154px;
}

.clientsSection {
  padding: 112px max(24px, calc((100vw - 1240px) / 2));
  background: #06111e;
  color: white;
  scroll-margin-top: 20px;
}

.clientsIntro {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 1.05fr 0.65fr;
  gap: 90px;
  align-items: end;
}

.clientsIntro .sectionKicker {
  color: var(--blue-bright);
}

.clientsIntro h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.048em;
}

.clientsIntro > p {
  margin-bottom: 0;
  color: #8fa4b8;
  font-size: 17px;
  line-height: 1.7;
}

.clientsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.clientCard {
  min-height: 230px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.clientCard:hover {
  z-index: 1;
  border-color: rgba(74, 184, 245, 0.28);
  background: rgba(74, 184, 245, 0.055);
  transform: translateY(-4px);
}

.clientMark {
  min-height: 105px;
  display: grid;
  place-items: center;
}

.clientMark img {
  width: min(100%, 260px);
  max-height: 92px;
  object-fit: contain;
}

.clientMarkLight {
  min-height: 112px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #f7fafc;
}

.clientMarkSquare img {
  width: 106px;
  max-height: 106px;
}

.clientMark > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(74, 184, 245, 0.34);
  border-radius: 50%;
  background: rgba(74, 184, 245, 0.06);
  color: var(--blue-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 19px;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.clientCard h3 {
  margin: 24px 0 0;
  color: #bfd0dd;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.servicesGrid .serviceCard:last-child:nth-child(odd),
.contactServiceGrid > a:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.servicesGrid .serviceCard:last-child:nth-child(odd) p {
  max-width: 720px;
}

.homeBlogSection {
  padding: 112px max(24px, calc((100vw - 1240px) / 2));
  background: #f7fafc;
  color: var(--text);
}

.homeBlogSection .sectionIntro > div:last-child {
  align-self: end;
}

.homeBlogAll {
  display: inline-block;
  margin-top: 18px;
  color: #116fa6;
  font-weight: 680;
}

.homeBlogSection .blogCard {
  min-height: 360px;
}

/* Blog */
.blogPage,
.articlePage {
  background: #071423;
}

.blogHero {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  gap: 96px;
  align-items: end;
}

.blogHero h1 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.blogHero > div:last-child > p {
  margin: 0 0 30px;
  color: #9bb0c2;
  font-size: 18px;
  line-height: 1.7;
}

.blogCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.blogCategories a {
  padding: 9px 12px;
  border: 1px solid rgba(74, 184, 245, 0.2);
  border-radius: 999px;
  color: #a8c0d3;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.blogCategories a:hover {
  border-color: rgba(74, 184, 245, 0.55);
  background: rgba(74, 184, 245, 0.07);
  color: white;
}

.blogIndex,
.relatedPosts {
  padding: 112px max(24px, calc((100vw - 1240px) / 2));
  background: var(--page);
  color: var(--text);
}

.featuredPost {
  margin-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  min-height: 440px;
  border: 1px solid #cbd9e4;
  background: white;
  box-shadow: 0 28px 80px rgba(35, 86, 119, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.featuredPost:hover {
  transform: translateY(-5px);
  box-shadow: 0 36px 90px rgba(35, 86, 119, 0.14);
}

.featuredPostSignal {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    linear-gradient(rgba(31, 158, 232, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 158, 232, 0.07) 1px, transparent 1px),
    #09192a;
  background-size: 34px 34px;
  color: white;
  position: relative;
}

.featuredPostSignal > span,
.featuredPostSignal > strong {
  position: relative;
  z-index: 2;
  color: #9ab1c5;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featuredPostSignal > strong {
  color: var(--blue-bright);
}

.signalRings {
  width: 230px;
  aspect-ratio: 1;
  margin: auto;
  display: grid;
  place-items: center;
  position: relative;
}

.signalRings::after {
  content: "IA";
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #06111e;
  font-family: var(--font-geist-mono), monospace;
  font-weight: 850;
  box-shadow: 0 0 46px rgba(74, 184, 245, 0.34);
  animation: coreGlow 3.2s ease-in-out infinite;
}

.signalRings i {
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(74, 184, 245, 0.22);
  border-radius: 50%;
  animation: articleRing 4s ease-in-out infinite;
}

.signalRings i:nth-child(2) {
  inset: 2%;
  animation-delay: -1.3s;
}

.signalRings i:nth-child(3) {
  inset: -12%;
  animation-delay: -2.6s;
}

.featuredPostCopy {
  padding: clamp(38px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.postMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  color: #6d8397;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.postMeta > * + *::before {
  content: "/";
  margin-right: 20px;
  color: #b0c0cc;
}

.postMeta a,
.postMeta span:first-child {
  color: #147caf;
}

.featuredPostCopy h2 {
  margin: 30px 0 22px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.featuredPostCopy p {
  max-width: 720px;
  margin: 0 0 34px;
  color: #5c7083;
  font-size: 17px;
  line-height: 1.7;
}

.featuredPostCopy b,
.blogCardFooter > a,
.relatedLink {
  color: #147caf;
  font-size: 13px;
}

.blogGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd9e4;
  border-left: 1px solid #cbd9e4;
}

.blogCard {
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cbd9e4;
  border-bottom: 1px solid #cbd9e4;
  background: rgba(255, 255, 255, 0.62);
  scroll-margin-top: 30px;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.blogCard:hover {
  z-index: 1;
  background: white;
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(35, 86, 119, 0.11);
}

.blogCard h2,
.blogCard h3 {
  margin: 48px 0 18px;
  font-size: 25px;
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.blogCard h2 a:hover,
.blogCard h3 a:hover {
  color: #147caf;
}

.blogCard > p {
  margin: 0;
  color: #607386;
  line-height: 1.65;
}

.blogCardFooter {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8495a4;
  font-size: 11px;
}

.blogNewsletterCta {
  padding: 90px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  background: var(--blue);
  color: #04111d;
}

.blogNewsletterCta .sectionKicker {
  color: #0b4c71;
}

.blogNewsletterCta h2 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.blogNewsletterCta p {
  max-width: 690px;
  margin: 0;
  color: #0a4364;
  line-height: 1.65;
}

.articleHero {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 92px;
}

.articleHero .postMeta {
  color: #8198ad;
}

.articleHero .postMeta a {
  color: var(--blue-bright);
}

.articleHero h1 {
  margin: 28px 0;
  font-size: clamp(46px, 6.4vw, 82px);
  line-height: 0.99;
  letter-spacing: -0.057em;
}

.articleHero > p {
  max-width: 850px;
  margin: 0 0 34px;
  color: #a5b8c9;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
}

.articleAuthor {
  display: flex;
  align-items: center;
  gap: 13px;
}

.articleAuthor img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  object-fit: contain;
}

.articleAuthor strong,
.articleAuthor span {
  display: block;
}

.articleAuthor strong {
  font-size: 13px;
}

.articleAuthor span {
  margin-top: 3px;
  color: #7890a5;
  font-size: 11px;
}

.articleCanvas {
  padding: 112px max(24px, calc((100vw - 1120px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 100px;
  align-items: start;
  background: #f7fafc;
  color: var(--text);
}

.articleBody {
  max-width: 760px;
  min-width: 0;
}

.articleIntro {
  margin-bottom: 62px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cad8e3;
}

.articleIntro p:first-child::first-letter {
  margin: 8px 10px 0 0;
  float: left;
  color: #147caf;
  font-size: 68px;
  font-weight: 700;
  line-height: 0.75;
}

.articleBody p {
  color: #4f6375;
  font-size: 18px;
  line-height: 1.84;
}

.articleBody > section {
  margin: 0 0 64px;
  scroll-margin-top: 28px;
}

.articleBody h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.articleBody ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cad8e3;
}

.articleBody li {
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid #cad8e3;
  color: #526578;
  line-height: 1.6;
  position: relative;
}

.articleBody li::before {
  content: "+";
  position: absolute;
  left: 2px;
  color: #147caf;
  font-weight: 800;
}

.articleChecklist {
  padding: 42px;
  border: 1px solid #c5d7e5;
  background: #edf6fa;
}

.articleChecklist .sectionKicker,
.articleFaq .sectionKicker {
  color: #147caf;
}

.articleFaq details {
  border-top: 1px solid #cad8e3;
}

.articleFaq details:last-child {
  border-bottom: 1px solid #cad8e3;
}

.articleFaq summary {
  padding: 20px 36px 20px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 680;
  position: relative;
}

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

.articleFaq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: #147caf;
  font-size: 22px;
}

.articleFaq details[open] summary::after {
  content: "−";
}

.articleFaq details p {
  padding: 0 0 20px;
  font-size: 16px;
}

.editorialNote {
  padding: 24px 0;
  border-top: 1px solid #cad8e3;
  border-bottom: 1px solid #cad8e3;
}

.editorialNote strong {
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorialNote p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.65;
}

.articleSidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 24px;
}

.articleSidebar > * {
  padding: 24px;
  border: 1px solid #cad8e3;
  background: white;
}

.articleSidebar > nav,
.articleSources {
  display: grid;
  gap: 11px;
}

.articleSidebar > nav > strong,
.articleSources > strong {
  margin-bottom: 5px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articleSidebar > nav a,
.articleSources a {
  color: #617689;
  font-size: 12px;
  line-height: 1.45;
}

.articleSidebar > nav a:hover,
.articleSources a:hover {
  color: #147caf;
}

.articleServiceCard {
  background: #09192a !important;
  color: white;
}

.articleServiceCard > span,
.articleServiceCard > strong {
  display: block;
}

.articleServiceCard > span {
  color: var(--blue-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articleServiceCard > strong {
  margin: 18px 0 12px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.articleServiceCard p {
  color: #8fa5b8;
  font-size: 13px;
  line-height: 1.6;
}

.articleServiceCard a {
  padding: 10px 0;
  display: block;
  border-top: 1px solid var(--line);
  color: #b9e6ff;
  font-size: 12px;
}

.relatedPosts {
  background: #edf5f9;
}

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

.relatedPosts .blogCard {
  min-height: 330px;
}

.relatedLink {
  margin-top: auto;
  padding-top: 25px;
}

@keyframes articleRing {
  0%, 100% { transform: scale(0.86); opacity: 0.3; }
  50% { transform: scale(1.04); opacity: 0.9; }
}

@media (max-width: 1120px) {
  .innerDesktopNav {
    display: none;
  }

  .innerHeader .mobileNav {
    display: block;
  }
}

@media (max-width: 980px) {
  .serviceHero,
  .contactHero,
  .seoContentBlock,
  .scopeSection,
  .innerCta,
  .napSection,
  .homeLocalSection,
  .clientsIntro,
  .blogHero,
  .featuredPost,
  .blogNewsletterCta,
  .articleCanvas {
    grid-template-columns: 1fr;
  }

  .serviceHero,
  .contactHero {
    gap: 54px;
  }

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

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

  .seoFooterTop > div:first-child {
    grid-column: 1 / -1;
  }

  .blogHero {
    gap: 44px;
  }

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

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

  .featuredPostSignal {
    min-height: 320px;
  }

  .articleCanvas {
    gap: 60px;
  }

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

  .articleSidebar > nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .innerHeader,
  .breadcrumbs,
  .serviceHero,
  .contactHero,
  .blogHero,
  .articleHero {
    width: min(100% - 32px, 1240px);
  }

  .innerHeader {
    height: auto;
    min-height: 76px;
    padding: 14px 0;
  }

  .innerBrand img {
    width: 142px;
  }

  .serviceHero,
  .contactHero {
    padding: 60px 0 80px;
  }

  .serviceHero h1,
  .contactHero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .seoContentBlock,
  .benefitsSection,
  .scopeSection,
  .serviceProcess,
  .faqSection,
  .contactServices,
  .napSection,
  .homeLocalSection,
  .homeFaqSection,
  .homeBlogSection,
  .clientsSection,
  .blogIndex,
  .relatedPosts,
  .articleCanvas {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .benefitGrid,
  .processGrid,
  .contactServiceGrid,
  .seoFooterTop,
  .clientsGrid,
  .blogGrid,
  .relatedPosts .blogGrid,
  .articleSidebar {
    grid-template-columns: 1fr;
  }

  .seoFooterTop > div:first-child {
    grid-column: auto;
  }

  .benefitGrid article,
  .processGrid article,
  .contactServiceGrid > a {
    min-height: 240px;
  }

  .innerCta {
    gap: 32px;
  }

  .innerCta .button {
    width: 100%;
  }

  .blogHero {
    padding: 52px 0 72px;
  }

  .blogHero h1,
  .articleHero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .featuredPost {
    margin-bottom: 48px;
  }

  .featuredPostSignal {
    min-height: 250px;
  }

  .featuredPostCopy,
  .blogCard,
  .articleChecklist {
    padding: 26px;
  }

  .blogCard {
    min-height: 340px;
  }

  .blogNewsletterCta {
    gap: 30px;
  }

  .blogNewsletterCta .button {
    width: 100%;
  }

  .articleHero {
    padding: 56px 0 76px;
  }

  .articleCanvas {
    gap: 52px;
  }

  .clientsIntro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .clientCard {
    min-height: 205px;
  }

  .servicesGrid .serviceCard:last-child:nth-child(odd),
  .contactServiceGrid > a:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .whatsappFloat {
    left: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .backToTop {
    right: 16px;
    bottom: 16px;
  }

  .cookieNotice {
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cookieNoticeActions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookieNoticeActions button {
    padding: 0 10px;
  }

  body.cookieNoticeVisible .whatsappFloat,
  body.cookieNoticeVisible .backToTop {
    bottom: 238px;
  }
}
