/* PubliX visual refresh. Kept separate from the 2017 compiled stylesheet. */
:root {
  --px-ink: #13213d;
  --px-muted: #52627a;
  --px-navy: #10213e;
  --px-blue: #2685d4;
  --px-cyan: #46d3e8;
  --px-pink: #e93491;
  --px-paper: #f5f8fc;
  --px-line: #dde5ef;
  --px-radius: 20px;
  --px-shadow: 0 20px 50px rgba(15, 36, 69, .09);
}

html { scroll-behavior: smooth; }
body { color: var(--px-ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
body, button, input, textarea { font-family: Inter, "Segoe UI", Arial, sans-serif; }
h1, h2, h3, h4, .title-section, .subtitle-section, .menu, .btn,
.section-header, .section-services, .section-projects, .section-team,
.section-testimonials, .section-client, .section-blog, .section-contact {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
a:focus-visible, button:focus-visible, .component:focus-visible {
  outline: 3px solid var(--px-cyan);
  outline-offset: 4px;
}
#site-wrap { overflow: hidden; }
.wow { visibility: visible !important; animation-name: none !important; }
.content { width: min(1180px, calc(100% - 48px)); }
.separator, footer .separator, .topo-portfolio .lines { display: none !important; }
.text-spacing { letter-spacing: normal; }
.text-blue { color: var(--px-blue); }
.text-purple { color: var(--px-ink); }
.title-section {
  margin: 0 0 12px;
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 800;
  text-transform: none;
}
.subtitle-section {
  max-width: 690px;
  margin: 0 auto 44px;
  color: var(--px-muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
}
.btn {
  border: 1px solid var(--px-ink);
  border-radius: 12px;
  padding: 14px 23px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
  text-transform: none;
  white-space: normal;
}
.btn:hover { transform: translateY(-2px); }
.steps { border: 0; padding: 25px 0 0; }
.steps a, .steps-white a, .steps-brow a {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 0;
  border-radius: 50%;
  background: #b8c9d9;
}
.steps .active, .steps-white .active, .steps-brow .active {
  width: 24px;
  border: 0;
  border-radius: 12px;
  background: var(--px-pink);
}

/* Header and navigation */
.section-header:not(.in-portfolio) {
  position: relative;
  min-height: 690px;
  height: auto;
  padding: 28px 0 90px;
  background: linear-gradient(112deg, rgba(10, 27, 56, .92), rgba(30, 42, 88, .8) 57%, rgba(32, 66, 105, .65)),
    url("../img/bg-section-1.png") center / cover no-repeat;
  color: #fff;
}
.section-header:not(.in-portfolio) > .content { position: relative; z-index: 2; }
.hero-illustration { display: none; }
.hero-side-mark { display: none; }
@media (min-width: 1280px) {
  .hero-illustration {
    position: absolute;
    top: clamp(225px, 17vw, 275px);
    right: clamp(28px, 5.5vw, 118px);
    z-index: 1;
    display: block;
    width: clamp(435px, 34vw, 600px);
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 24px 35px rgba(3, 16, 43, .23));
  }
}
@media (min-width: 1660px) {
  .hero-side-mark {
    position: absolute;
    top: 33%;
    left: max(26px, calc((100vw - 1700px) / 2));
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 170px;
    color: #dcecf9;
    pointer-events: none;
  }
  .hero-side-mark__eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .16em; white-space: nowrap; }
  .hero-side-mark__symbol { display: block; width: 104px; height: 84px; margin: 27px 0 25px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.18)); }
  .hero-side-mark__line { width: 33px; height: 3px; border-radius: 3px; background: var(--px-pink); }
  .hero-side-mark__caption { margin-top: 20px; font-size: 12px; font-weight: 800; line-height: 1.9; letter-spacing: .16em; }
}
.section-header > .content > .brand-link { display: inline-flex; align-items: center; position: relative; z-index: 2; }
.section-header > .content > .brand-link img { width: 205px; max-width: 100%; height: auto; }
.section-header > .content > nav.menu { margin-top: 12px; }
.section-header .menu li { width: auto; height: auto; line-height: 1.2; padding: 0; margin-left: 26px; border: 0; }
.section-header .menu li:hover { border: 0; background: transparent; }
.section-header .menu li a,
.section-header .menu li a:visited,
.section-header .menu li a:focus {
  padding: 9px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.section-header .menu li a:hover { color: var(--px-cyan); }
.section-header .menu-topo {
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 30px rgba(11,31,58,.11);
  padding: 10px 0;
  backdrop-filter: blur(14px);
}
.section-header .menu-topo .menu li a,
.section-header .menu-topo .menu li a:visited { color: var(--px-ink); }
.section-header .menu-topo .menu li a:hover { color: var(--px-pink); }
.section-header .menu-topo li:hover,
.section-header .menu-topo li:active,
.section-header .menu-topo li:focus { border: 0; background: transparent; }
.section-header:not(.in-portfolio) .content-child {
  max-width: 850px;
  text-align: left;
  padding: clamp(100px, 12vw, 154px) 0 0;
}
.hero-eyebrow, .portfolio-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--px-cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-header:not(.in-portfolio) .title-section {
  color: #fff;
  font-size: clamp(3.4rem, 7.2vw, 7rem);
  line-height: .96;
  letter-spacing: -.065em;
  max-width: 850px;
}
.section-header:not(.in-portfolio) .subtitle-section {
  color: #9ce7f5;
  max-width: none;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;
}
.section-header:not(.in-portfolio) hr {
  width: 72px;
  margin: 27px 0;
  border: 2px solid var(--px-pink);
  border-radius: 2px;
}
.section-header:not(.in-portfolio) .description {
  width: auto;
  max-width: 700px;
  margin: 0;
  color: #e1e9f4;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.75;
  text-align: left;
  font-family: inherit;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-actions .btn { text-decoration: none; }
.hero-actions .btn span { margin-left: 9px; }
.btn-primary-modern { background: var(--px-pink); border-color: var(--px-pink); color: #fff; }
.btn-primary-modern:hover, .btn-primary-modern:focus { background: #c92676; border-color: #c92676; color: #fff; }
.btn-outline-modern { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-outline-modern:hover, .btn-outline-modern:focus { background: rgba(255,255,255,.12); color: #fff; }
.menu-mobile { height: 60px; background: rgba(15,33,62,.96); box-shadow: 0 4px 20px rgba(0,0,0,.12); }
.menu-mobile .bars { padding: 12px 18px; }
.menu-mobile button.bars { border: 0; color: #fff; background: transparent; cursor: pointer; }
.menu-mobile .bars span { width: 28px; height: 3px; border-radius: 3px; margin-top: 6px; }

/* Services */
.section-services { padding: 105px 0 110px; background: var(--px-paper); }
.section-services .service {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(25% - 18px);
  min-height: 345px;
  margin: 22px 8px 0;
  padding: 31px 25px;
  vertical-align: top;
  text-align: left;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius);
  background: #fff;
  box-shadow: var(--px-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.section-services .service:hover { transform: translateY(-6px); box-shadow: 0 26px 55px rgba(15,36,69,.14); }
.section-services .service-icon { display: inline-flex; align-items: center; justify-content: center; width: 84px; height: 84px; flex: 0 0 84px; border-radius: 18px; color: var(--px-blue); background: #eaf7fc; }
.section-services .service-icon svg { display: block; width: 52px; height: 52px; }
.section-services .service-icon .icon-accent { stroke: var(--px-pink); }
.section-services .service h2 { margin: 24px 0 0; font-size: 22px; line-height: 1.2; color: var(--px-ink); }
.section-services .service p { width: auto; margin: 12px 0 0; padding: 0; color: var(--px-muted); font-family: inherit; font-size: 15px; line-height: 1.65; }

/* Work */
.section-projects { padding: 105px 0 110px; background: #fff; }
.section-projects .proj { width: calc(100% - 76px); }
.section-projects .project { margin-top: 45px; }
.section-projects .project a {
  display: flex;
  align-items: center;
  gap: 6%;
  padding: 28px;
  border: 1px solid var(--px-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--px-shadow);
}
.section-projects .project-client,
.section-projects .project-image { float: none; margin: 0; padding: 0; background: none; }
.section-projects .project-client { width: 44%; text-align: left; }
.section-projects .project-image { display: flex; width: 50%; height: auto; min-height: 310px; align-items: center; border-radius: 16px; overflow: hidden; background: var(--px-paper); }
.section-projects .project-image img { width: 100%; height: 310px; margin: 0; border-radius: 16px; object-fit: cover; }
.section-projects .name-client { border: 0; color: var(--px-pink); font-size: 14px; font-weight: 800; line-height: 1.3; letter-spacing: .08em; }
.section-projects .name-hype { width: auto; height: auto; max-height: 110px; margin: 17px 0 0; color: var(--px-ink); font-size: clamp(1.7rem, 2.5vw, 2.7rem); line-height: 1.15; letter-spacing: -.035em; }
.section-projects .description-hype { width: auto; height: auto; max-height: 100px; margin: 16px 0 0; color: var(--px-muted); font-family: inherit; font-size: 16px; line-height: 1.6; }
.section-projects .project-client .btn { margin-top: 24px; border-color: var(--px-ink); color: var(--px-ink); }
.section-projects .project a:hover .btn { background: var(--px-ink); color: #fff; }
.section-projects .arrow-left, .section-projects .arrow-right,
.section-testimonials .arrow-left, .section-testimonials .arrow-right,
.section-blog .arrow-left, .section-blog .arrow-right {
  top: 57%; bottom: auto; width: 40px; height: 40px;
  border: 1px solid var(--px-line);
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-size: 11px 18px;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(13,32,62,.08);
}
.section-projects .arrow-left, .section-testimonials .arrow-left, .section-blog .arrow-left { left: 0; }
.section-projects .arrow-right, .section-testimonials .arrow-right, .section-blog .arrow-right { right: 0; }

/* Working approach and testimonials */
.section-approach { padding: 105px 0 110px; background: var(--px-navy); color: #fff; }
.section-approach .content { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.6fr); align-items: center; gap: 70px; }
.approach-eyebrow { display: block; margin-bottom: 18px; color: var(--px-cyan); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.approach-intro h2 { max-width: 460px; margin: 0; font-size: clamp(2.5rem, 4vw, 4.4rem); font-weight: 800; line-height: 1.08; letter-spacing: -.05em; }
.approach-intro p { max-width: 480px; margin: 25px 0 0; color: #bed0e5; font-size: 17px; line-height: 1.7; }
.approach-steps { display: grid; gap: 14px; }
.approach-step { display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; align-items: start; min-height: 125px; margin: 0; padding: 23px 27px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.055); text-align: left; }
.approach-step__number { display: flex; grid-row: span 2; flex-direction: column; align-items: flex-start; gap: 4px; color: var(--px-cyan); }
.approach-step__number svg { display: block; width: 36px; height: 36px; }
.approach-step__number small { font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.approach-step h3 { margin: 0; color: #fff; font-size: 21px; font-weight: 800; line-height: 1.2; }
.approach-step p { max-width: 500px; margin: 8px 0 0; color: #bed0e5; font-size: 15px; line-height: 1.55; }
.section-team { padding: 105px 0 105px; background: var(--px-navy); }
.section-team .title-section { color: #fff; }
.section-team .subtitle-section { color: #b9d2e9; }
.section-team .component {
  width: calc(33.333% - 20px);
  margin: 15px 8px 0;
  padding: 26px 15px 30px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--px-radius);
  background: rgba(255,255,255,.065);
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.section-team .component:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); }
.section-team .avatar { width: 126px; height: 126px; margin-top: 0; object-fit: cover; border: 3px solid rgba(255,255,255,.2); background: #fff; }
.section-team .name-component { margin-top: 18px; font-size: 19px; line-height: 1.2; }
.section-team .position { color: #aad0e5; font-family: inherit; font-size: 12px; letter-spacing: .08em; border: 0; }
.section-team .plus-person { display: none; }
.section-testimonials { padding: 105px 0 105px; color: var(--px-ink); background: #eaf5fb; }
.section-testimonials .title-section { color: var(--px-ink); }
.section-testimonials .subtitle-section { color: var(--px-muted); }
.testimonials p { width: min(820px, 100%); margin: 45px auto 0; color: var(--px-ink); font-family: inherit; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.6; }
.testimonials .separator-testimonials { display: none; }
.testimonials .component { width: auto; display: block; margin: 24px auto 0; }
.testimonials .avatar { width: 82px; height: 82px; object-fit: cover; }
.testimonials .name-component { font-size: 17px; }
.testimonials .position { color: var(--px-muted); border: 0; }

/* Clients, articles and contact */
.section-client { padding: 105px 0 100px; color: var(--px-ink); background: #fff; }
.section-client .slide-clientes { margin-top: 28px; padding: 10px 44px; }
.section-client .slide-clientes img { max-width: 150px; max-height: 105px; object-fit: contain; }
.section-blog { padding: 105px 0 100px; color: #fff; background: var(--px-navy); }
.section-blog .title-section { color: #fff; }
.section-blog .subtitle-section { color: #b8d0e6; }
.section-blog .all-articles { height: 565px; }
.section-blog article {
  width: calc(50% - 14px);
  min-height: 490px;
  margin: 20px 7px 0;
  padding: 23px;
  border-radius: var(--px-radius);
  background: #fff;
  box-shadow: 0 20px 35px rgba(0,0,0,.11);
  text-align: left;
}
.section-blog article:hover { background: #f8fbff; transform: translateY(-4px); }
.section-blog article a, .section-blog article a:hover { color: var(--px-ink); }
.section-blog article img { display: block; width: 100%; height: 200px; margin-top: 12px; border-radius: 12px; object-fit: cover; background: var(--px-paper); }
.section-blog article h1 { height: auto; max-height: 58px; margin: 18px 0 0; color: var(--px-ink); font-family: inherit; font-size: 20px; line-height: 1.35; text-transform: none; }
.section-blog article p { height: 88px; margin: 10px 0 0; color: var(--px-muted); font-family: inherit; font-size: 15px; line-height: 1.5; text-align: left; }
.date-article { width: auto; border: 0; }
.date-article span { top: 0; padding: 0; color: var(--px-pink); background: none; font-family: inherit; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.section-blog article:hover .date-article span { background: none; }
.section-blog .center { margin-top: 20px; }
.section-blog .btn { border-color: rgba(255,255,255,.45); color: #fff; }
.section-blog .btn:hover { background: #fff; color: var(--px-navy); }
.section-contact { padding: 105px 0 110px; color: var(--px-ink); background: var(--px-paper); }
.section-contact .title-section { color: var(--px-ink); }
.section-contact .subtitle-section { max-width: 700px; }
.section-contact.contact-only .contacts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: 100%; float: none; margin-top: 20px; }
.section-contact.contact-only address { min-height: 190px; margin: 0; padding: 27px 20px; border: 1px solid var(--px-line); border-radius: var(--px-radius); background: #fff; box-shadow: var(--px-shadow); color: var(--px-ink); overflow-wrap: anywhere; }
.section-contact .contact-icon { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 18px; color: var(--px-blue); background: #eaf7fc; }
.section-contact .contact-icon svg { width: 34px; height: 34px; }
.section-contact address, .section-contact .link-email, .section-contact .tel { color: var(--px-ink); font-family: inherit; font-size: 16px; line-height: 1.5; }
.section-contact .big-tel { font-size: 20px; }
.section-contact .form-contact { width: 94%; margin-top: 28px; }
.section-contact input, .section-contact textarea { border: 1px solid var(--px-line); border-radius: 10px; }
.section-contact.roxo { padding: 90px 0 100px; background: var(--px-navy); }
.section-contact.roxo .title-section { color: #fff; }
.section-contact.roxo .subtitle-section { color: #c7d9ed; }
.section-contact.roxo.contact-only address { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); box-shadow: none; }
.section-contact.roxo.contact-only address, .section-contact.roxo .link-email, .section-contact.roxo .tel { color: #fff; }
.section-seals .background-seals { background-image: linear-gradient(110deg, rgba(16,33,62,.94), rgba(33,70,115,.87)), url("../img/Banner-Selo.png"); }
.section-seals .background-seals .certificacoes { padding: 82px 0 90px; }
.section-seals .background-seals .text-seals { width: 100%; margin: 0; padding: 0 0 38px; background: none; text-align: center; }
.section-seals .background-seals .text-seals p { margin: 0 0 10px; padding: 0; font-family: inherit; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-seals .background-seals .text-seals h2 { margin: 0; font-family: inherit; font-size: clamp(2.35rem, 3.6vw, 3.5rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.1; text-transform: none; }
.section-seals .background-seals .selos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: 100%; }
.section-seals .background-seals .seal-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; min-height: 215px; margin: 0; padding: 28px 20px 24px; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; background: #fff; box-shadow: 0 20px 40px rgba(4,20,42,.18); }
.section-seals .background-seals .selos .seal-card img { display: block; width: auto; max-width: 100%; max-height: 100px; height: auto; padding: 0; object-fit: contain; }
.section-seals .background-seals .seal-card figcaption { margin-top: 18px; color: var(--px-ink); font-size: 15px; font-weight: 800; letter-spacing: .01em; text-align: center; }
footer { margin: 0; padding: 42px 16px; background: #0a1830; }
footer img { max-width: 200px; }
.section-contact .contact-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 25px; }
.section-contact .contact-social a { display: inline-flex; align-items: center; gap: 12px; padding: 11px 17px; border: 1px solid #cddbe9; border-radius: 10px; background: #fff; color: var(--px-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.section-contact .contact-social a:hover { border-color: var(--px-pink); color: var(--px-pink); }
.section-contact.roxo .contact-social a { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.07); color: #fff; }
.section-contact.roxo .contact-social a:hover { background: var(--px-pink); border-color: var(--px-pink); }
.site-footer { padding: 38px 24px; }
.site-footer .footer-inner { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 30px; width: min(1180px, 100%); margin: 0 auto; text-align: left; }
.site-footer .footer-inner img { width: 205px; max-width: 100%; height: auto; }
.site-footer .footer-contact, .site-footer .footer-social { display: flex; flex-direction: column; gap: 7px; color: #c4d4eb; font-size: 13px; font-style: normal; line-height: 1.45; }
.site-footer .footer-contact a, .site-footer .footer-social a { color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-footer .footer-contact a:hover, .site-footer .footer-social a:hover { color: var(--px-cyan); }
.site-footer .footer-social { align-items: flex-end; }
.site-footer .instagram-link { display: inline-flex; align-items: center; gap: 7px; }
.site-footer .instagram-link svg { width: 17px; height: 17px; }
.floating-whatsapp { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border: 3px solid #fff; border-radius: 50%; background: #1dbb6b; color: #fff; box-shadow: 0 9px 25px rgba(0,0,0,.23); transition: transform .2s; }
.floating-whatsapp:hover { color: #fff; transform: translateY(-4px); }
.floating-whatsapp svg { width: 31px; height: 31px; }
.px-work-cta { padding: 46px 0; background: #eaf5fb; }
.px-contact-cta { padding: 56px 0; color: #fff; background: linear-gradient(115deg, #e42f91, #aa318f 70%, #7943a7); }
.px-work-cta__inner, .px-contact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.px-cta-eyebrow { display: block; color: #407fa7; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.px-contact-cta .px-cta-eyebrow { color: #ffe3f1; }
.px-work-cta h2, .px-contact-cta h2 { max-width: 760px; margin: 9px 0 0; font-family: inherit; font-size: clamp(2rem, 3.3vw, 3.5rem); font-weight: 800; letter-spacing: -.05em; line-height: 1.12; text-transform: none; }
.px-work-cta h2 { color: var(--px-ink); }
.px-contact-cta h2 { color: #fff; }
.px-cta-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 30px; width: 215px; min-height: 72px; padding: 18px 22px; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1.3; text-decoration: none; box-shadow: 0 14px 28px rgba(23,32,66,.12); transition: transform .2s, box-shadow .2s; }
.px-cta-button:hover, .px-cta-button:focus-visible { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(23,32,66,.2); text-decoration: none; }
.px-cta-button--dark, .px-cta-button--dark:hover, .px-cta-button--dark:focus-visible { color: #fff; background: var(--px-navy); }
.px-cta-button--light, .px-cta-button--light:hover, .px-cta-button--light:focus-visible { color: var(--px-ink); background: #fff; }
.px-cta-button span { font-size: 19px; }
@media (max-width: 700px) {
  .site-footer .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .site-footer .footer-social { align-items: flex-start; }
  .section-contact .contact-social { flex-direction: column; }
  .section-contact .contact-social a { justify-content: space-between; }
  .floating-whatsapp { right: 15px; bottom: 15px; width: 53px; height: 53px; }
  .px-work-cta, .px-contact-cta { padding: 48px 0; }
  .px-work-cta__inner, .px-contact-cta__inner { display: block; }
  .px-cta-button { width: 100%; max-width: 320px; min-height: 64px; margin-top: 24px; }
}

/* Portfolio archive */
.topo-portfolio { height: auto; min-height: 350px; background: linear-gradient(110deg, rgba(12,31,61,.93), rgba(29,55,101,.78)), url("../img/topo-portfolio.jpg") center / cover no-repeat; }
.topo-portfolio .section-header.in-portfolio { min-height: 85px; height: auto; padding: 26px 0 0; }
.topo-portfolio .section-header.in-portfolio .content-child { display: none; }
.topo-portfolio .container { padding: 70px 20px 80px; }
.topo-portfolio h1 { margin: 0; color: #fff; font-family: inherit; font-size: clamp(3.2rem, 6vw, 5.7rem); line-height: 1; font-weight: 800; letter-spacing: -.055em; text-transform: none; }
.topo-portfolio .portfolio-eyebrow { margin-bottom: 12px; }
.topo-portfolio .portfolio-intro { max-width: 620px; margin: 19px auto 0; color: #d7e7f2; font-size: 18px; line-height: 1.55; }
.categorias { margin: 55px 0 24px; }
.categorias ul { padding: 0; }
.categorias ul li { height: auto; margin: 0 4px 10px; font-family: inherit; }
.categorias ul li a { display: inline-block; padding: 9px 15px; border: 1px solid var(--px-line); border-radius: 999px; color: var(--px-muted); font-family: inherit; font-size: 13px; font-weight: 700; text-transform: none; }
.categorias ul li a:hover, .categorias ul li a.active { padding-bottom: 9px; color: #fff; background: var(--px-ink); border-color: var(--px-ink); }
.projetos-portfolio { overflow: visible; }
.projetos-portfolio .img-portfolio { width: calc(33.333% - 18px); height: 265px; max-width: none; margin: 9px; border-radius: 17px; background: var(--px-paper); box-shadow: 0 10px 28px rgba(13,32,62,.1); }
.projetos-portfolio .img-portfolio img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.projetos-portfolio .img-portfolio:hover img { transform: scale(1.045); }
.projetos-portfolio .overlay { display: flex; align-items: flex-end; top: auto; bottom: 0; height: 65%; opacity: 1; background: linear-gradient(transparent, rgba(8,22,46,.88)); font-family: inherit; font-size: 17px; line-height: 1.35; font-weight: 700; }
.projetos-portfolio .overlay span { display: block; width: 100%; padding: 35px 18px 18px; text-align: left; }

@media (max-width: 991px) {
  .section-header > .content > nav.menu { display: none; }
  .section-header .menu { top: 0; left: 0; right: auto; width: min(320px, 84vw); height: 100vh; padding: 74px 18px 20px; border: 0; background: var(--px-navy); box-shadow: 12px 0 30px rgba(0,0,0,.2); }
  .section-header .menu li { display: block; width: 100%; margin: 0; padding: 0; background: transparent; border: 0; text-align: left; }
  .section-header .menu li a { padding: 14px 12px; text-align: left; font-size: 14px; }
  .section-header .menu .logo-mob { max-width: 190px; margin: 0 0 15px; padding: 0 !important; }
  .section-services .service { width: calc(50% - 20px); min-height: 300px; }
  .section-projects .proj { width: calc(100% - 56px); }
  .section-projects .project a { gap: 4%; }
  .section-projects .project-client { width: 47%; }
  .section-projects .project-image { width: 49%; }
  .section-team .component { width: calc(50% - 20px); }
  .section-approach .content { grid-template-columns: 1fr; gap: 34px; }
  .approach-intro h2, .approach-intro p { max-width: 720px; }
}
@media (max-width: 800px) {
  .section-seals .background-seals .selos { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 700px) {
  .content { width: min(100% - 32px, 1180px); }
  .section-header:not(.in-portfolio) { min-height: 0; padding: 85px 0 95px; background-attachment: scroll; }
  .section-header > .content > .brand-link img { width: 174px; }
  .section-header:not(.in-portfolio) .content-child { padding: 82px 0 0; text-align: left; }
  .section-header:not(.in-portfolio) .title-section { font-size: clamp(3.2rem, 13vw, 5rem); }
  .section-header:not(.in-portfolio) .subtitle-section { padding: 0; }
  .section-header:not(.in-portfolio) .description { padding: 0; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; }
  .section-services, .section-projects, .section-team, .section-approach, .section-testimonials, .section-client, .section-blog, .section-contact { padding-top: 72px; padding-bottom: 76px; }
  .title-section { font-size: clamp(2.25rem, 9vw, 3.4rem); }
  .subtitle-section { margin-bottom: 26px; }
  .section-services .service { display: flex; width: 100%; min-height: 0; margin: 12px 0 0; padding: 27px; }
  .section-projects .proj { width: 100%; }
  .section-projects .project { margin-top: 20px; }
  .section-projects .project a { flex-direction: column-reverse; align-items: stretch; padding: 16px; }
  .section-projects .project-client, .section-projects .project-image { width: 100%; }
  .section-projects .project-client { padding: 14px 5px 8px; text-align: left; }
  .section-projects .project-image { display: block; min-height: 0; }
  .section-projects .project-image img { height: 220px; }
  .section-projects .name-hype, .section-projects .description-hype { width: 100%; text-align: left; }
  .section-projects .name-hype { height: auto; max-height: none; margin-top: 13px; }
  .section-projects .arrow-left, .section-projects .arrow-right,
  .section-testimonials .arrow-left, .section-testimonials .arrow-right,
  .section-blog .arrow-left, .section-blog .arrow-right { display: none; }
  .section-team .component { width: 100%; margin: 10px 0; }
  .testimonials p { padding: 0; font-size: 18px; }
  .section-blog .all-articles { display: block; height: auto; min-height: 490px; }
  .section-blog article { width: 100%; min-height: 0; margin: 12px 0; padding: 18px; }
  .section-blog article:not(:first-child) { display: none; }
  .section-blog article img { height: 185px; }
  .section-blog article p { height: auto; max-height: 90px; }
  .section-contact.contact-only .contacts { grid-template-columns: 1fr; }
  .section-contact.contact-only address { min-height: 0; padding: 23px; }
  .section-approach .content { gap: 32px; }
  .approach-intro h2 { font-size: clamp(2.6rem, 10vw, 3.5rem); }
  .approach-intro p { font-size: 16px; }
  .approach-step { grid-template-columns: 42px 1fr; padding: 21px 20px; }
  .section-seals .background-seals .certificacoes { padding: 65px 0 72px; }
  .section-seals .background-seals .text-seals { padding: 0 0 30px; }
  .section-seals .background-seals .seal-card { min-height: 190px; }
  .topo-portfolio .section-header.in-portfolio { padding-top: 74px; }
  .topo-portfolio .container { padding: 54px 15px 68px; }
  .topo-portfolio h1 { margin: 0; }
  .projetos-portfolio .img-portfolio { width: calc(50% - 14px); height: 210px; margin: 7px; }
}
@media (max-width: 480px) {
  .projetos-portfolio .img-portfolio { width: calc(100% - 14px); height: 240px; }
  .section-blog .btn { display: inline-block; }
  .topo-portfolio .portfolio-intro { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
