.mobile-only,
.fact-icon,
.service-icon,
.timeline-icon {
  display: none;
}

.menu-icon {
  width: 28px;
  height: 28px;
}

.menu-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.4;
  transform-origin: center;
  transition: opacity .2s ease, transform .2s ease;
}

.typing-title {
  min-height: var(--typing-height, auto);
}

.typing-title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: .9em;
  margin-left: 3px;
  background: currentColor;
  animation: typingBlink .8s steps(1) infinite;
  vertical-align: -.08em;
}

.typed-title::after {
  display: none;
}

.modal .modal-logo {
  display: none;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  width: 92px;
  height: auto;
  max-height: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .3));
}

.modal.video-open .modal-logo {
  display: block;
}

@keyframes typingBlink {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: 0; }
}

@keyframes semarKenBurns {
  0% { transform: scale(1.02) translate3d(-1%, -1%, 0); }
  100% { transform: scale(1.15) translate3d(2%, 2%, 0); }
}

@keyframes heroFadeMobile {
  0%, 28% { opacity: 1; }
  33%, 94% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes aboutFadeMobile {
  0%, 27% { opacity: 1; }
  34%, 100% { opacity: 0; }
}

@keyframes carouselRoll {
  to { transform: translateX(calc(-50% - 7px)); }
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.05); }
}

@media (max-width: 820px) {
  .mobile-only {
    display: block !important;
  }

  .topbar {
    height: 82px;
  }

  .brand img {
    height: 68px;
  }

  .menu-btn {
    width: 50px;
    height: 50px;
    color: var(--blue);
    background: #fff;
    border-color: rgba(22, 105, 183, .25);
    box-shadow: 0 14px 26px -22px rgba(22, 36, 58, .8);
    font-size: 0;
  }

  .menu-label {
    display: none;
  }

  .menu-btn.is-open .menu-line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-btn.is-open .menu-line:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.is-open .menu-line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .nav {
    top: 82px;
  }

  .hero {
    padding: 12px 0 54px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .hero-grid > div:first-child {
    order: 2;
  }

  .hero-media {
    order: 1;
    width: 100%;
    max-width: none;
    margin-top: -12px;
  }

  .media-stack {
    width: calc(100% + 32px);
    margin-inline: -16px;
    aspect-ratio: 16 / 11;
    border-radius: 0 0 24px 24px;
    box-shadow: none;
  }

  .media-stack img {
    opacity: 0;
    transform-origin: center;
    animation: heroFadeMobile 12s infinite, semarKenBurns 12s ease-in-out infinite alternate;
  }

  .media-stack img:nth-child(1) {
    opacity: 1;
    animation-delay: 0s, 0s;
  }

  .media-stack img:nth-child(2) {
    animation-delay: 4s, 0s;
  }

  .media-stack img:nth-child(3) {
    animation-delay: 8s, 0s;
  }

  .floating-card {
    display: none;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(36px, 11vw, 48px);
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-stat {
    padding: 16px 11px;
    text-align: center;
  }

  .hero-stat strong {
    font-size: 30px;
  }

  #sobre {
    color: #fff;
    background: var(--blue);
  }

  #sobre .text-panel {
    padding: 0;
    background: transparent;
    border: 0;
  }

  #sobre .eyebrow,
  #projetos .eyebrow,
  #apoiar .eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .24);
  }

  #sobre h2,
  #sobre p,
  #sobre .fact span,
  #projetos h2,
  #projetos p,
  #apoiar h2,
  #apoiar .section-title p {
    color: #fff;
  }

  .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .fact {
    display: grid;
    gap: 8px;
    padding: 15px 12px;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .2);
  }

  .fact strong {
    color: #fff;
    font-size: 19px;
  }

  .fact-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .16);
  }

  .fact-icon svg,
  .timeline-icon svg,
  .service-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
  }

  .photo-grid {
    display: block !important;
    position: relative;
    aspect-ratio: 4 / 3;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 24px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 24px 48px -30px rgba(0, 0, 0, .45);
  }

  .photo-grid img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0;
    object-fit: cover;
    opacity: 0;
    transform-origin: center;
    animation: aboutFadeMobile 12s infinite, semarKenBurns 12s ease-in-out infinite alternate;
  }

  .photo-grid img:nth-child(1) {
    opacity: 1;
    animation-delay: 0s, 0s;
  }

  .photo-grid img:nth-child(2) {
    animation-delay: 4s, 0s;
  }

  .photo-grid img:nth-child(3) {
    animation-delay: 8s, 0s;
  }

  #impacto .impact-row {
    display: none;
  }

  .impact-carousel,
  .project-carousel,
  .actions-carousel {
    overflow: hidden;
    margin-inline: -16px;
    padding: 4px 0;
  }

  .carousel-track {
    display: flex;
    width: max-content;
    gap: 14px;
    will-change: transform;
  }

  .impact-track {
    animation: carouselRoll 32s linear infinite;
  }

  .project-track {
    animation: carouselRoll 34s linear infinite;
  }

  .actions-track {
    animation: carouselRoll 38s linear infinite;
  }

  .carousel-slide {
    position: relative;
    flex: 0 0 74vw;
    max-width: 370px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 44px -34px rgba(22, 36, 58, .75);
  }

  .carousel-slide img {
    width: 100%;
    height: 218px;
    object-fit: cover;
    transform-origin: center;
    animation: semarKenBurns 10s ease-in-out infinite alternate;
  }

  .carousel-slide figcaption {
    display: block;
    padding: 12px 14px;
    color: var(--ink);
    background: #fff;
    font-weight: 850;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .stat-card {
    min-height: 0;
    padding: 17px 12px;
  }

  .stat-card strong {
    font-size: 30px;
  }

  .areas-grid {
    grid-template-columns: 1fr !important;
  }

  .area-card img {
    height: 260px;
    object-position: center;
  }

  .area-icon svg,
  .support-icon svg,
  .fact-icon svg,
  .timeline-icon svg,
  .service-icon svg {
    animation: iconFloat 2.6s ease-in-out infinite;
  }

  #projetos {
    color: #fff;
    background: var(--blue);
  }

  #projetos .project-card {
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #projetos .project-card > *,
  #projetos .project-list,
  #projetos .result-grid,
  #projetos .project-media,
  #projetos .project-carousel {
    min-width: 0;
    max-width: 100%;
  }

  #projetos .project-card p {
    color: rgba(255, 255, 255, .86);
  }

  .project-list {
    grid-template-columns: 1fr !important;
    padding: 0;
  }

  .project-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .16);
  }

  .service-icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .16);
  }

  .result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .result {
    padding: 12px 7px;
    text-align: center;
    color: var(--ink);
    background: #fff;
    border: 0;
  }

  .result strong {
    font-size: 24px;
  }

  .result span {
    display: block;
    font-size: 12px;
    line-height: 1.25;
  }

  .project-media {
    display: block;
    margin-top: 22px;
  }

  .project-media > button {
    display: none;
  }

  .project-carousel .carousel-slide {
    flex-basis: 78vw;
  }

  .filters,
  .gallery-grid {
    display: none !important;
  }

  .action-slide figcaption {
    display: grid;
    gap: 5px;
  }

  .action-slide figcaption strong {
    color: var(--blue);
  }

  .action-slide figcaption span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.35;
  }

  .timeline-card {
    position: relative;
    padding-top: 22px;
  }

  .timeline-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 16px;
    color: var(--blue);
    background: var(--soft-blue);
  }

  .timeline-card:nth-child(odd) .timeline-icon {
    color: var(--red);
    background: var(--soft-red);
  }

  #apoiar {
    color: #fff;
    background: var(--blue);
  }

  #apoiar .support-card {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .18);
  }

  #apoiar .support-card p {
    color: rgba(255, 255, 255, .86);
  }

  #apoiar .support-icon {
    background: rgba(255, 255, 255, .16);
  }

  #apoiar .support-icon svg {
    stroke: #fff;
  }

  .mobile-whatsapp {
    width: 100%;
    margin-top: 20px;
    background: #21b15c;
    box-shadow: 0 20px 34px -22px rgba(0, 0, 0, .55);
  }

  #contato .contact-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  #contato .form {
    display: none;
  }

  .modal .modal-logo {
    width: 82px;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: 38px;
  }

  .carousel-slide {
    flex-basis: 78vw;
  }

  .carousel-slide img {
    height: 210px;
  }

  .action-slide img {
    height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .typing-title::after,
  .media-stack img,
  .photo-grid img,
  .carousel-track,
  .carousel-slide img,
  .area-icon svg,
  .support-icon svg,
  .fact-icon svg,
  .timeline-icon svg,
  .service-icon svg {
    animation: none !important;
  }
}

/* Ajustes finais solicitados: logo maior, desktop mais proximo do mobile e carrosseis sem Ken Burns. */
.topbar {
  height: 104px;
}

.brand img {
  height: 86px;
}

.menu-btn {
  -webkit-tap-highlight-color: transparent;
}

.menu-btn.is-open,
.menu-btn:active,
.menu-btn:focus-visible {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  outline: none;
}

@keyframes heroFadeSix {
  0%, 14.5% { opacity: 1; }
  17%, 97% { opacity: 0; }
  100% { opacity: 1; }
}

.media-stack img {
  opacity: 0;
  transform-origin: center;
  animation: heroFadeSix 24s infinite, semarKenBurns 24s ease-in-out infinite alternate !important;
}

.media-stack img:nth-child(1) {
  opacity: 1;
  animation-delay: 0s, 0s !important;
}

.media-stack img:nth-child(2) {
  animation-delay: 4s, 0s !important;
}

.media-stack img:nth-child(3) {
  animation-delay: 8s, 0s !important;
}

.media-stack img:nth-child(4) {
  animation-delay: 12s, 0s !important;
}

.media-stack img:nth-child(5) {
  animation-delay: 16s, 0s !important;
}

.media-stack img:nth-child(6) {
  animation-delay: 20s, 0s !important;
}

#sobre,
#projetos,
#apoiar {
  color: #fff;
  background: var(--blue) !important;
}

#sobre .text-panel,
#projetos .project-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

#sobre h2,
#sobre p,
#sobre .fact span,
#projetos h2,
#projetos p,
#apoiar h2,
#apoiar .section-title p,
#apoiar .support-card p {
  color: #fff;
}

#sobre .eyebrow,
#projetos .eyebrow,
#apoiar .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .24);
}

#sobre .fact {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .2);
}

#sobre .fact strong {
  color: #fff;
}

.fact-icon,
.service-icon,
.timeline-icon {
  display: grid;
}

.fact-icon,
.timeline-icon,
.service-icon {
  place-items: center;
}

.fact-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.service-icon,
.timeline-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.fact-icon svg,
.timeline-icon svg,
.service-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  animation: iconFloat 2.6s ease-in-out infinite;
}

#sobre .photo-grid {
  display: block !important;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 26px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 48px -30px rgba(0, 0, 0, .45);
}

#sobre .photo-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0;
  object-fit: cover;
  opacity: 0;
  transform-origin: center;
  animation: aboutFadeMobile 12s infinite, semarKenBurns 12s ease-in-out infinite alternate;
}

#sobre .photo-grid img:nth-child(1) {
  opacity: 1;
  animation-delay: 0s, 0s;
}

#sobre .photo-grid img:nth-child(2) {
  animation-delay: 4s, 0s;
}

#sobre .photo-grid img:nth-child(3) {
  animation-delay: 8s, 0s;
}

.impact-carousel,
.project-carousel,
.actions-carousel {
  overflow: hidden;
  padding: 4px 0;
}

.carousel-track {
  display: flex;
  width: max-content;
  gap: 14px;
  will-change: transform;
}

.impact-track {
  animation: carouselRoll 32s linear infinite;
}

.project-track {
  animation: carouselRoll 34s linear infinite;
}

.actions-track {
  animation: carouselRoll 38s linear infinite;
}

.carousel-slide {
  position: relative;
  flex: 0 0 min(370px, 78vw);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 44px -34px rgba(22, 36, 58, .75);
}

.carousel-slide img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.carousel-slide figcaption {
  display: block;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
}

.impact-carousel .carousel-slide img,
.project-carousel .carousel-slide img,
.actions-carousel .carousel-slide img {
  animation: none !important;
  transform: none !important;
}

#projetos .project-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .16);
}

#projetos .result {
  background: #fff;
}

#apoiar .support-card {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
}

#apoiar .support-icon {
  background: rgba(255, 255, 255, .16);
}

#apoiar .support-icon svg {
  stroke: #fff;
}

#apoiar .mobile-whatsapp {
  display: inline-flex !important;
  position: relative;
  width: auto;
  min-height: 58px;
  margin-top: 26px;
  padding: 15px 24px 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  background: linear-gradient(135deg, #20c05c, #128c7e);
  box-shadow: 0 24px 46px -26px rgba(0, 0, 0, .55);
}

#apoiar .mobile-whatsapp::after {
  content: "";
  position: absolute;
  inset: -80% auto auto -25%;
  width: 70px;
  height: 180%;
  background: rgba(255, 255, 255, .28);
  transform: rotate(24deg);
  transition: transform .35s ease;
}

#apoiar .mobile-whatsapp:hover::after {
  transform: translateX(260px) rotate(24deg);
}

.wa-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
}

.wa-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.modal.video-open .modal-logo {
  width: 108px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 28px -18px rgba(0, 0, 0, .7);
}

#contato .contact-grid,
.contact-grid {
  grid-template-columns: 1fr !important;
}

#contato .form {
  display: none !important;
}

@media (min-width: 821px) {
  .mobile-only {
    display: block !important;
  }

  #impacto .impact-row,
  .filters,
  .gallery-grid {
    display: none !important;
  }

  .impact-carousel,
  .actions-carousel {
    margin-inline: 0;
  }

  .project-card {
    align-items: center;
  }

  #projetos .project-media {
    display: block;
    min-width: 0;
  }

  #projetos .project-media > button {
    display: none;
  }

  .project-carousel {
    margin-inline: 0;
  }

  .impact-carousel .carousel-slide,
  .project-carousel .carousel-slide,
  .actions-carousel .carousel-slide {
    flex-basis: min(390px, 32vw);
  }

  .actions-carousel .carousel-slide {
    flex-basis: min(420px, 34vw);
  }

  .actions-carousel .carousel-slide img {
    height: 250px;
  }

  #apoiar .mobile-whatsapp {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .topbar {
    height: 104px;
  }

  .brand img {
    height: 88px;
  }

  .nav {
    top: 104px;
  }

  #apoiar .mobile-whatsapp {
    width: 100%;
    border-radius: 18px;
  }
}

@keyframes heroFadeSeven {
  0%, 12% { opacity: 1; }
  14.5%, 98% { opacity: 0; }
  100% { opacity: 1; }
}

.media-stack img {
  animation: heroFadeSeven 28s infinite, semarKenBurns 28s ease-in-out infinite alternate !important;
}

.media-stack img:nth-child(1) {
  opacity: 1;
  animation-delay: 0s, 0s !important;
  object-position: center;
}

.media-stack img:nth-child(2) {
  animation-delay: 4s, 0s !important;
}

.media-stack img:nth-child(3) {
  animation-delay: 8s, 0s !important;
}

.media-stack img:nth-child(4) {
  animation-delay: 12s, 0s !important;
}

.media-stack img:nth-child(5) {
  animation-delay: 16s, 0s !important;
}

.media-stack img:nth-child(6) {
  animation-delay: 20s, 0s !important;
}

.media-stack img:nth-child(7) {
  animation-delay: 24s, 0s !important;
}

.menu-btn:active,
.menu-btn:focus-visible {
  color: var(--blue) !important;
  background: #fff !important;
  border-color: rgba(22, 105, 183, .28) !important;
  outline: 3px solid rgba(22, 105, 183, .14) !important;
}

.actions-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.actions-carousel::-webkit-scrollbar {
  display: none;
}

.actions-track {
  animation: none !important;
  transform: none !important;
}

.actions-carousel .carousel-slide {
  scroll-snap-align: start;
}

.actions-carousel .carousel-slide figcaption,
.action-slide figcaption {
  display: none !important;
}

.gallery-controls {
  display: flex !important;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.gallery-nav {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0f4f8d);
  box-shadow: 0 18px 32px -22px rgba(22, 36, 58, .75);
  cursor: pointer;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

#impacto .impact-row {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

@media (max-width: 560px) {
  #impacto .impact-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.timeline-card {
  position: relative;
  overflow: hidden;
}

.state-flag {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 32px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: 0 12px 24px -18px rgba(0, 0, 0, .7);
}

.state-df {
  color: #0b7a3b;
  background:
    linear-gradient(90deg, transparent 42%, #0b7a3b 42% 58%, transparent 58%),
    linear-gradient(0deg, transparent 42%, #f2c94c 42% 58%, transparent 58%),
    #fff;
}

.state-to {
  background: linear-gradient(135deg, #1e74c9 0 42%, #fff 42% 58%, #f2c94c 58% 100%);
  color: #16345c;
}

.state-ba {
  background: repeating-linear-gradient(0deg, #fff 0 7px, #d9272e 7px 14px);
  color: #1e4fa3;
}

.state-go {
  background: repeating-linear-gradient(0deg, #168b45 0 8px, #f5cf31 8px 16px);
  color: #0b3c77;
}

.contact-list > a,
.contact-list > span {
  align-items: center;
  gap: 14px;
}

.contact-list .contact-icon {
  display: grid !important;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 14px;
  color: var(--blue) !important;
  background: var(--soft-blue) !important;
}

.contact-list .contact-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-list .contact-text {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
}

.modal-logo {
  display: none;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  width: 112px;
  height: auto;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 28px -18px rgba(0, 0, 0, .7);
}

.modal.video-open .modal-logo {
  display: block;
}
