/* MVF Pinturas — refinamento premium V3 */
:root {
  --gold: #ffb429;
  --gold-deep: #d97900;
  --coral: #ff4c1c;
  --night: #06101e;
  --night-soft: #0d1d33;
  --ice: #edf3fb;
  --premium-shadow: 0 28px 80px rgba(4, 12, 24, .2);
}

body {
  overflow-x: hidden;
}

.section-heading h2,
.section-copy h2 {
  letter-spacing: -.045em;
}

.button {
  box-shadow: 0 12px 30px rgba(239, 45, 24, .18);
}

.nav-wrap {
  gap: 18px;
}

.desktop-nav {
  gap: 14px;
}

.nav-actions .nav-cta {
  min-height: 44px;
  padding: 10px 18px;
  white-space: nowrap;
}

/* Hero e estatísticas */
.hero-content {
  padding-bottom: 122px;
}

.trust-strip {
  border-top: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.trust-grid article {
  overflow: hidden;
  position: relative;
}

.trust-grid article::after {
  background: linear-gradient(90deg, transparent, rgba(255, 180, 41, .65), transparent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 12%;
  opacity: .75;
  position: absolute;
  right: 12%;
}

.trust-grid strong span {
  display: inline-block;
  min-width: 72px;
  text-align: right;
}

/* Carrosséis premium */
.premium-carousel {
  position: relative;
}

.carousel-viewport {
  background: #07111f;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 26px;
  box-shadow: var(--premium-shadow);
  height: 520px;
  overflow: hidden;
  position: relative;
}

.premium-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transform: scale(1.035);
  transition: opacity .65s ease, transform .9s ease;
}

.premium-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}

.premium-slide img {
  cursor: zoom-in;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.premium-slide::after {
  background: linear-gradient(180deg, transparent 58%, rgba(3, 9, 17, .72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.carousel-badge {
  align-items: flex-end;
  bottom: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  left: 24px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  z-index: 4;
}

.carousel-badge span {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.carousel-badge strong {
  color: var(--gold);
  font: 700 .83rem Montserrat, sans-serif;
}

.premium-arrow,
.lightbox-arrow {
  align-items: center;
  background: rgba(5, 15, 28, .9);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .32);
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 54px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: calc(50% - 30px);
  transition: .25s ease;
  width: 54px;
  z-index: 7;
}

.premium-arrow span,
.lightbox-arrow span,
.modal-nav span,
.modal-close span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1;
  transform: translateY(-2px);
  width: 100%;
}

.premium-arrow span,
.lightbox-arrow span {
  font-size: 2.25rem;
  font-weight: 300;
}

.premium-arrow.prev {
  left: -27px;
}

.premium-arrow.next {
  right: -27px;
}

.premium-arrow:hover,
.lightbox-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--night);
  transform: scale(1.08);
}

.carousel-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 20px 3px 0;
}

.carousel-progress {
  background: rgba(8, 17, 31, .14);
  border-radius: 99px;
  flex: 1;
  height: 4px;
  overflow: hidden;
}

.carousel-progress i {
  background: linear-gradient(90deg, var(--coral), var(--gold), #73bd27);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width .45s ease;
  width: 5%;
}

.premium-expand {
  align-items: center;
  background: var(--night);
  border: 1px solid var(--night);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .05em;
  padding: 11px 17px;
  text-transform: uppercase;
  transition: .25s;
}

.premium-expand:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--night);
  transform: translateY(-2px);
}

.about {
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 180, 41, .12), transparent 26%),
    linear-gradient(135deg, #f6f7f9, #edf2f8);
}

.about-carousel {
  padding: 12px 12px 0;
}

.about-carousel::before {
  border: 1px solid rgba(8, 17, 31, .16);
  border-radius: 28px;
  content: "";
  inset: -6px 18px 45px -5px;
  position: absolute;
  transform: rotate(-2.5deg);
}

.about-carousel .carousel-viewport {
  height: 570px;
}

.about-owner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 124px 1fr;
  margin: 24px 0 18px;
}

.about-owner img {
  filter: drop-shadow(0 14px 20px rgba(8, 17, 31, .22));
  height: 124px;
  object-fit: contain;
  width: 124px;
}

.about-owner p {
  margin: 0;
}

/* Serviços */
.services {
  background:
    radial-gradient(circle at 10% 5%, rgba(22, 132, 239, .12), transparent 24%),
    radial-gradient(circle at 90% 45%, rgba(255, 157, 0, .12), transparent 25%),
    var(--night);
}

.service-grid {
  gap: 24px;
}

.service-card {
  background: linear-gradient(145deg, #11233e, #091526);
  border-color: rgba(255, 255, 255, .12);
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18);
  min-height: 475px;
  padding: 0 26px 26px;
}

.service-card::after {
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .08), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
  transition: transform .8s ease;
}

.service-card:hover::after {
  transform: translateX(120%);
}

.service-card:hover {
  border-color: rgba(255, 180, 41, .6);
  box-shadow: 0 30px 65px rgba(0, 0, 0, .3);
}

.service-card > img {
  aspect-ratio: 3 / 2;
  height: auto;
  margin: 0 -26px 22px;
  max-width: none;
  object-fit: cover;
  width: calc(100% + 52px);
}

.service-card > span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.service-card > span::after {
  background: linear-gradient(90deg, var(--gold), transparent);
  content: "";
  height: 1px;
  width: 38px;
}

.service-card h3 {
  font-size: 1.45rem;
}

.service-card > div {
  gap: 10px;
  margin-top: auto;
}

.service-card > div .text-button,
.service-card > div a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: .68rem;
  justify-content: center;
  letter-spacing: .04em;
  min-height: 40px;
  padding: 9px 15px;
  transition: .25s;
}

.service-card > div .text-button {
  border: 1px solid rgba(255, 180, 41, .65);
  color: var(--gold);
}

.service-card > div a {
  background: linear-gradient(115deg, #ef2e1c, #ff7619);
  color: #fff;
}

.service-card > div .text-button:hover,
.service-card > div a:hover {
  box-shadow: 0 10px 24px rgba(255, 86, 25, .25);
  transform: translateY(-2px);
}

/* Resultados e depoimentos */
.gallery {
  background:
    linear-gradient(180deg, #fff, #f2f6fb);
}

.before-grid {
  gap: 24px;
}

.before-grid figure {
  box-shadow: 0 22px 55px rgba(8, 17, 31, .14);
}

.before-grid figure img {
  transition: transform .7s ease;
}

.before-grid figure:hover img {
  transform: scale(1.035);
}

.before-grid figure span {
  backdrop-filter: blur(10px);
  background: rgba(8, 17, 31, .82);
  border: 1px solid rgba(255, 255, 255, .25);
}

.testimonials {
  background:
    radial-gradient(circle at 85% 10%, rgba(100, 40, 184, .08), transparent 28%),
    var(--paper);
}

.review-cta {
  background:
    linear-gradient(120deg, rgba(255, 180, 41, .09), transparent 40%),
    linear-gradient(135deg, #07111f, #102440);
  box-shadow: var(--premium-shadow);
}

/* Certificados e Catedral */
.certificates-v3 {
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 180, 41, .2), transparent 26%),
    radial-gradient(circle at 85% 65%, rgba(22, 132, 239, .16), transparent 28%),
    linear-gradient(145deg, #06101e, #0c1d34);
  overflow: hidden;
  position: relative;
}

.certificates-v3 .container {
  position: relative;
  z-index: 2;
}

.certificate-orb {
  border: 1px solid rgba(255, 180, 41, .22);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.orb-one {
  height: 500px;
  left: -260px;
  top: 160px;
  width: 500px;
}

.orb-two {
  bottom: -240px;
  height: 680px;
  right: -340px;
  width: 680px;
}

.certificates-v3 .section-heading {
  max-width: 820px;
}

.certificates-v3 .section-heading h2 {
  color: #fff;
}

.recognition-strip {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  color: #d3dbe7;
  display: grid;
  font-size: .76rem;
  font-weight: 700;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 35px;
  overflow: hidden;
}

.recognition-strip span {
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding: 16px 20px;
  text-align: center;
}

.recognition-strip span:last-child {
  border: 0;
}

.certificate-premium-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}

.certificate-module {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
  padding: 28px;
}

.module-heading {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.module-number {
  align-items: center;
  background: linear-gradient(135deg, var(--coral), var(--gold));
  border-radius: 50%;
  color: #fff;
  display: flex;
  font: 800 .74rem Montserrat, sans-serif;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.module-heading small {
  color: #aab7c9;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.module-heading h3 {
  font: 700 1.25rem/1.2 Montserrat, sans-serif;
  margin: 4px 0 0;
}

.certificate-module .carousel-viewport {
  height: 360px;
}

.certificate-carousel .premium-slide img {
  background: #030812;
  object-fit: contain;
}

.reference-carousel .premium-slide img {
  object-fit: cover;
}

.certificate-module .carousel-progress {
  background: rgba(255, 255, 255, .16);
}

.certificate-module .premium-expand {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
}

.certificate-module .premium-expand:hover {
  background: var(--gold);
  color: var(--night);
}

.module-copy {
  color: #b8c2d0;
  font-size: .85rem;
  margin: 20px 0 0;
}

.reference-seal {
  background: rgba(5, 15, 28, .84);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 20px;
  padding: 12px 16px;
  position: absolute;
  top: 20px;
  z-index: 5;
}

.reference-seal b {
  color: var(--gold);
  font-size: .69rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.reference-seal span {
  font-size: .68rem;
}

.certificate-actions .button {
  min-width: 240px;
}

/* FAQ */
.faq-v3 {
  background:
    radial-gradient(circle at 5% 50%, rgba(255, 180, 41, .13), transparent 25%),
    #f5f7fa;
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: .72fr 1.28fr;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  font: 800 clamp(2.2rem, 4.5vw, 3.8rem)/1.04 Montserrat, sans-serif;
  letter-spacing: -.05em;
  margin: 18px 0;
}

.faq-intro > p {
  color: var(--muted);
}

.faq-whatsapp {
  align-items: center;
  background: linear-gradient(135deg, #102540, #07111f);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(8, 17, 31, .17);
  color: #fff;
  display: flex;
  gap: 13px;
  margin-top: 32px;
  padding: 16px 18px;
  transition: .25s;
}

.faq-whatsapp:hover {
  transform: translateY(-3px);
}

.faq-whatsapp svg {
  fill: #35d875;
  height: 29px;
  width: 29px;
}

.faq-whatsapp span {
  display: flex;
  flex-direction: column;
  font-weight: 800;
}

.faq-whatsapp small {
  color: #aeb9c8;
  font-size: .68rem;
  font-weight: 600;
}

.faq-v3 .faq-list {
  gap: 14px;
  max-width: none;
}

.faq-v3 .faq-list details {
  background: #fff;
  border: 1px solid rgba(8, 17, 31, .1);
  border-radius: 19px;
  box-shadow: 0 12px 35px rgba(8, 17, 31, .06);
  padding: 0 24px;
  transition: .25s;
}

.faq-v3 .faq-list details[open] {
  border-color: rgba(255, 157, 0, .52);
  box-shadow: 0 18px 50px rgba(8, 17, 31, .1);
  transform: translateX(5px);
}

.faq-v3 .faq-list summary {
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 22px 42px 22px 0;
}

.faq-v3 .faq-list summary > span {
  align-items: center;
  background: #edf2f8;
  border-radius: 50%;
  color: var(--gold-deep);
  display: flex;
  flex: 0 0 auto;
  font: 800 .64rem Montserrat, sans-serif;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.faq-v3 .faq-list details[open] summary > span {
  background: var(--night);
  color: var(--gold);
}

.faq-v3 .faq-list summary::after {
  right: 2px;
  top: 14px;
}

.faq-v3 .faq-list details p {
  border-top: 1px solid rgba(8, 17, 31, .08);
  margin-left: 50px;
  padding-top: 18px;
}

/* Contato com Manoel */
.contact-v3 {
  background:
    linear-gradient(130deg, #07111f 0%, #0b1b31 45%, #112a49 100%);
  min-height: 790px;
  overflow: hidden;
  padding: 90px 0 0;
  position: relative;
}

.contact-color {
  border-radius: 50%;
  filter: blur(5px);
  opacity: .3;
  position: absolute;
}

.color-one {
  background: #ff7a00;
  height: 420px;
  right: -190px;
  top: -120px;
  width: 420px;
}

.color-two {
  background: #2468f2;
  bottom: -260px;
  height: 600px;
  left: -260px;
  width: 600px;
}

.contact-grid-lines {
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  inset: 0;
  mask-image: linear-gradient(to right, #000, transparent 75%);
  pointer-events: none;
  position: absolute;
}

.contact-v3-grid {
  align-items: end;
  display: grid;
  gap: 55px;
  grid-template-columns: .82fr 1.18fr;
  min-height: 700px;
  position: relative;
  z-index: 2;
}

.contact-person {
  align-self: stretch;
  min-height: 690px;
  position: relative;
}

.contact-person-halo {
  background:
    radial-gradient(circle, rgba(255, 180, 41, .32), rgba(255, 76, 28, .07) 48%, transparent 70%);
  bottom: 0;
  height: 620px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 620px;
}

.contact-person > img {
  bottom: 0;
  height: 690px;
  left: 50%;
  max-width: none;
  object-fit: contain;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
}

.contact-person-tag {
  backdrop-filter: blur(14px);
  background: rgba(5, 15, 28, .78);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  bottom: 35px;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 20px;
  padding: 13px 17px;
  position: absolute;
  z-index: 3;
}

.contact-person-tag strong {
  font: 700 .9rem Montserrat, sans-serif;
}

.contact-person-tag span {
  color: #b8c3d1;
  font-size: .7rem;
}

.contact-conversation {
  align-self: center;
  color: #fff;
  padding: 45px 0 80px;
}

.contact-conversation h2 {
  font: 800 clamp(2.4rem, 4.6vw, 4.25rem)/1.02 Montserrat, sans-serif;
  letter-spacing: -.055em;
  margin: 18px 0 22px;
}

.contact-conversation h2 em {
  background: linear-gradient(90deg, var(--gold), #ff7c35);
  background-clip: text;
  color: transparent;
  font-style: normal;
}

.contact-conversation > p {
  color: #c4cedb;
  font-size: 1rem;
  max-width: 680px;
}

.contact-message-card {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 28px;
  padding: 26px;
}

.contact-message-card > div > span {
  color: var(--gold);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-message-card h3 {
  font: 700 1.65rem/1.1 Montserrat, sans-serif;
  margin: 7px 0;
}

.contact-message-card p {
  color: #bdc7d4;
  font-size: .82rem;
  margin: 0;
  max-width: 390px;
}

.contact-main-cta {
  flex: 0 0 auto;
  gap: 9px;
  white-space: nowrap;
}

.contact-main-cta svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.contact-channels {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  overflow: hidden;
}

.contact-channels a {
  background: rgba(5, 15, 28, .5);
  display: flex;
  flex-direction: column;
  padding: 14px 16px;
  transition: .25s;
}

.contact-channels a:hover {
  background: rgba(255, 180, 41, .12);
}

.contact-channels small {
  color: #8999ac;
  font-size: .65rem;
}

.contact-channels strong {
  font-size: .75rem;
}

/* Localização */
.location-panel {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 180, 41, .14), transparent 27%),
    #f6f8fb;
}

.location-map {
  box-shadow: inset 20px 0 45px rgba(8, 17, 31, .08);
}

/* Rodapé e contador */
.footer-v3 {
  background:
    radial-gradient(circle at 90% 10%, rgba(22, 132, 239, .11), transparent 23%),
    #040a12;
  padding-top: 80px;
}

.footer-v3 .footer-grid {
  align-items: start;
}

.winner-block {
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 22px;
}

.winner-block h3 {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.3;
  margin: 6px 0 0;
  text-transform: none;
}

.winner-block p {
  margin: 0 0 8px;
}

.winner-block .winner-cta {
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

.footer-counter-wrap {
  align-items: center;
  background:
    linear-gradient(105deg, rgba(255, 180, 41, .11), rgba(22, 132, 239, .08)),
    #0a1626;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  display: grid;
  gap: 30px;
  grid-template-columns: .65fr 1.35fr;
  margin-top: 55px;
  padding: 24px 30px;
}

.counter-heading {
  display: flex;
  flex-direction: column;
}

.counter-heading span {
  color: var(--gold);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.counter-heading strong {
  color: #fff;
  font: 700 1rem Montserrat, sans-serif;
}

.footer-v3 .access-counter {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-v3 .access-counter > span {
  align-items: center;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  display: grid;
  gap: 0 9px;
  grid-template-columns: auto 1fr;
  padding: 10px 12px;
}

.footer-v3 .access-counter i {
  align-items: center;
  background: rgba(255, 180, 41, .13);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-style: normal;
  grid-row: 1 / 3;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.footer-v3 .access-counter small {
  color: #94a2b4;
  font-size: .58rem;
  line-height: 1.2;
}

.footer-v3 .access-counter strong {
  color: var(--gold);
  font: 800 1.2rem Montserrat, sans-serif;
}

.footer-v3 .footer-bottom {
  margin-top: 28px;
  padding-right: 205px;
}

/* Modais e lightbox */
.modal-close,
.modal-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.modal-close span {
  font-size: 1.65rem;
}

.modal-nav span {
  font-size: 2rem;
}

.service-modal {
  overflow: hidden;
}

.service-modal .modal-content > div {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 180, 41, .12), transparent 28%),
    #fff;
}

.lightbox-v3 {
  background: rgba(4, 10, 18, .96);
  border: 1px solid rgba(255, 255, 255, .13);
  max-width: 1380px;
  overflow: visible;
  padding: 30px 84px 20px;
  width: min(96vw, 1380px);
}

.lightbox-v3 figure {
  margin: 0;
}

.lightbox-v3 img {
  background: #03070d;
  border-radius: 16px;
  height: min(78vh, 850px);
  object-fit: contain;
  width: 100%;
}

.lightbox-v3 figcaption {
  color: #b9c4d2;
  display: flex;
  font-size: .78rem;
  justify-content: space-between;
  padding: 12px 4px 0;
}

.lightbox-v3 figcaption strong {
  color: var(--gold);
}

.lightbox-v3 .modal-close {
  background: var(--gold);
  color: var(--night);
  right: 12px;
  top: 12px;
}

.lightbox-arrow {
  top: 50%;
}

.lightbox-arrow.prev {
  left: 16px;
}

.lightbox-arrow.next {
  right: 16px;
}

/* Responsividade */
@media (max-width: 1180px) {
  .desktop-nav {
    gap: 11px;
  }

  .desktop-nav a {
    font-size: .64rem;
  }

  .nav-actions .nav-cta {
    font-size: .66rem;
    padding-inline: 15px;
  }

  .certificate-premium-grid {
    gap: 20px;
  }

  .certificate-module {
    padding: 22px;
  }
}

@media (max-width: 1050px) {
  .certificate-premium-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .faq-intro > p {
    max-width: 650px;
  }

  .contact-v3-grid {
    gap: 20px;
    grid-template-columns: .8fr 1.2fr;
  }

  .contact-person > img {
    height: 620px;
  }

  .contact-conversation h2 {
    font-size: 3rem;
  }

  .contact-message-card {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 768px) {
  .nav-wrap {
    gap: 10px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-slide img {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 9, 17, .78) 0%, rgba(4, 9, 17, .24) 42%, rgba(4, 9, 17, .1) 62%, rgba(4, 9, 17, .82) 100%);
  }

  .hero-content {
    justify-content: flex-start;
    padding-bottom: 125px;
    padding-top: 95px;
  }

  .hero h1 {
    text-shadow: 0 5px 22px rgba(0, 0, 0, .42);
  }

  .hero-content > p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
  }

  .hero-buttons {
    bottom: 96px;
  }

  .hero-dots {
    bottom: 164px;
  }

  .trust-grid strong span {
    min-width: auto;
    text-align: center;
  }

  .about-grid {
    gap: 48px;
  }

  .about-carousel {
    padding-inline: 0;
  }

  .about-carousel::before {
    inset: -6px 8px 44px;
  }

  .about-carousel .carousel-viewport {
    height: 355px;
  }

  .about-owner {
    gap: 14px;
    grid-template-columns: 92px 1fr;
    margin: 20px 0 16px;
  }

  .about-owner img {
    height: 92px;
    width: 92px;
  }

  .about-owner p {
    font-size: .94rem;
    line-height: 1.55;
  }

  .carousel-viewport {
    border-radius: 20px;
  }

  .premium-arrow {
    height: 47px;
    top: calc(50% - 30px);
    width: 47px;
  }

  .premium-arrow.prev {
    left: -9px;
  }

  .premium-arrow.next {
    right: -9px;
  }

  .carousel-toolbar {
    padding-inline: 6px;
  }

  .premium-expand {
    font-size: .63rem;
    padding: 10px 13px;
  }

  .service-grid {
    gap: 22px;
  }

  .service-card {
    min-height: 480px;
  }

  .service-card > img {
    height: auto;
  }

  .service-card > div {
    gap: 8px;
  }

  .service-card > div .text-button,
  .service-card > div a {
    flex: 1;
    padding-inline: 10px;
  }

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

  .recognition-strip span {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-right: 0;
  }

  .certificate-module {
    border-radius: 23px;
    padding: 16px;
  }

  .certificate-module .carousel-viewport {
    height: 290px;
  }

  .module-heading h3 {
    font-size: 1rem;
  }

  .module-number {
    height: 42px;
    width: 42px;
  }

  .reference-seal {
    left: 12px;
    top: 12px;
  }

  .faq-layout {
    gap: 40px;
  }

  .faq-intro h2 {
    font-size: 2.35rem;
  }

  .faq-v3 .faq-list details {
    padding: 0 17px;
  }

  .faq-v3 .faq-list summary {
    font-size: .84rem;
    gap: 10px;
    padding-right: 30px;
  }

  .faq-v3 .faq-list details p {
    font-size: .83rem;
    margin-left: 0;
  }

  .contact-v3 {
    padding-top: 70px;
  }

  .contact-v3-grid {
    grid-template-columns: 1fr;
  }

  .contact-person {
    min-height: 560px;
    order: 1;
  }

  .contact-person > img {
    height: 570px;
  }

  .contact-person-tag {
    bottom: 20px;
    left: 5px;
  }

  .contact-conversation {
    order: 2;
    padding: 25px 0 75px;
  }

  .contact-conversation h2 {
    font-size: 2.45rem;
  }

  .contact-message-card {
    padding: 21px;
  }

  .contact-main-cta {
    width: 100%;
  }

  .contact-channels {
    grid-template-columns: 1fr;
  }

  .footer-counter-wrap {
    gap: 18px;
    padding: 20px 14px;
    text-align: center;
  }

  .footer-v3 .access-counter {
    gap: 6px;
  }

  .footer-v3 .access-counter > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 10px 4px;
  }

  .footer-v3 .access-counter i {
    height: 26px;
    width: 26px;
  }

  .footer-v3 .access-counter small {
    min-height: 28px;
  }

  .footer-v3 .access-counter strong {
    font-size: 1rem;
  }

  .footer-v3 .footer-bottom {
    padding-right: 0;
  }

  .lightbox-v3 {
    border-radius: 18px;
    padding: 60px 12px 16px;
    width: 96vw;
  }

  .lightbox-v3 img {
    height: 70vh;
  }

  .lightbox-v3 .modal-close {
    right: 8px;
    top: 8px;
  }

  .lightbox-arrow {
    background: rgba(5, 15, 28, .86);
    height: 46px;
    width: 46px;
  }

  .lightbox-arrow.prev {
    left: 8px;
  }

  .lightbox-arrow.next {
    right: 8px;
  }

  .lightbox-v3 figcaption {
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 2.25rem;
  }

  .about-carousel .carousel-viewport {
    height: 320px;
  }

  .service-card {
    min-height: 450px;
    padding-inline: 20px;
  }

  .service-card > img {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }

  .contact-person {
    min-height: 500px;
  }

  .contact-person > img {
    height: 510px;
  }
}
