/* Liber Game 3.0 — camada responsiva para tablet e celular */
:root {
  --header-height: 86px;
  --mobile-safe-bottom: env(safe-area-inset-bottom, 0px);
}

html { scroll-padding-top: 118px; }
body.menu-open { overflow: hidden; touch-action: none; }
section[id] { scroll-margin-top: 116px; }

.site-menu-toggle,
.mobile-navigation { display: none; }

.site-menu-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.07);
  cursor: pointer;
}
.site-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 99px;
  background: #fff;
  transition: transform .25s ease, opacity .2s ease;
}
.site-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-navigation {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  pointer-events: none;
}
.mobile-navigation.open { visibility: visible; pointer-events: auto; }
.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(3,6,20,.76);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity .28s ease;
}
.mobile-navigation.open .mobile-nav-backdrop { opacity: 1; }
.mobile-nav-panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(390px, calc(100% - 34px));
  padding: 22px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(180deg, #090e2e, #0d1543 64%, #0b3038);
  border-left: 1px solid rgba(255,255,255,.1);
  box-shadow: -30px 0 80px rgba(0,0,0,.4);
  transform: translateX(104%);
  transition: transform .32s cubic-bezier(.22,.8,.26,1);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-navigation.open .mobile-nav-panel { transform: translateX(0); }
.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.09); }
.mobile-nav-logo { width: 120px; height: 58px; padding: 7px 11px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }
.mobile-nav-logo img { max-width: 94px; max-height: 44px; object-fit: contain; }
.mobile-nav-close { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #fff; background: rgba(255,255,255,.06); font-size: 28px; line-height: 1; cursor: pointer; }
.mobile-nav-links { display: grid; margin: 24px 0; }
.mobile-nav-links a { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.08); font: 700 18px var(--font-display); }
.mobile-nav-links a span { color: rgba(143,232,220,.55); font: 700 10px var(--font-body); letter-spacing: .14em; }
.mobile-nav-cta { margin-top: auto; min-height: 56px; }
.mobile-nav-note { margin-top: 14px; color: rgba(255,255,255,.45); text-align: center; font-size: 10px; }

/* Tablet em paisagem e notebooks compactos */
@media (max-width: 1120px) {
  :root { --header-height: 80px; }
  html { scroll-padding-top: 110px; }
  section[id] { scroll-margin-top: 108px; }
  .container { width: min(100% - 40px, 1040px); }
  .site-menu-toggle, .mobile-navigation { display: block; }
  .desktop-nav { display: none; }
  .nav-wrap { height: var(--header-height); gap: 14px; }
  .brand { margin-right: auto; }
  .header-cta { order: 2; }
  .site-menu-toggle { order: 3; }

  .hero { min-height: auto; padding-top: 148px; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-copy h1 { max-width: 850px; font-size: clamp(54px, 7.6vw, 74px); }
  .hero-lead { max-width: 760px; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { min-height: 500px; margin-top: -18px; }
  .course-box-wrap { width: min(500px, 72vw); }
  .chip-one { right: 10%; }
  .chip-two { left: 9%; }
  .chip-three { right: 11%; }
  .floating-stat { left: 9%; }

  .trust-bar { grid-template-columns: repeat(4, 1fr); }
  .split-intro, .project-heading, .experience-grid, .certificate-grid, .offer-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .split-intro { align-items: start; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .modules-grid, .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-image { aspect-ratio: 16 / 10; }
  .experience-grid { max-width: 850px; }
  .experience-visual { max-width: 760px; margin-inline: auto; }
  .bonus-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .guarantee-card { grid-template-columns: 220px 1fr; padding-right: 34px; }
  .guarantee-seal { display: none; }
  .offer-left { max-width: 820px; }
  .pricing-card { width: min(100%, 560px); justify-self: center; }
  .faq-heading { position: static; max-width: 760px; }
  .final-cta-inner { grid-template-columns: 120px 1fr auto; gap: 24px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; gap: 36px; }

  .countdown-bar { top: var(--header-height); }
  .countdown-inner { grid-template-columns: 1fr auto; gap: 13px 22px; padding-block: 13px; }
  .countdown-copy { grid-column: 1 / -1; justify-content: center; text-align: center; }
  .countdown-bar { min-height: 132px; }
  .has-countdown .hero { padding-top: 300px; }
}

/* Tablet em retrato */
@media (max-width: 860px) {
  .section { padding: 88px 0; }
  .hero-copy h1 { font-size: clamp(48px, 8.6vw, 66px); }
  .hero-visual { min-height: 440px; }
  .course-box-wrap { width: min(450px, 78vw); }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar > div:nth-child(2n) { border-right: 0; }
  .trust-bar > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .audience-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .bonus-grid { grid-template-columns: 1fr; text-align: center; }
  .bonus-copy { display: flex; flex-direction: column; align-items: center; }
  .bonus-visual { order: -1; }
  .bonus-visual img { width: min(430px, 74vw); }
  .certificate-grid { text-align: center; }
  .certificate-image { max-width: 650px; margin-inline: auto; }
  .certificate-note { justify-content: center; }
  .final-cta-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* Celular */
@media (max-width: 767px) {
  :root { --header-height: 70px; }
  html { scroll-padding-top: 92px; }
  section[id] { scroll-margin-top: 90px; }
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 720px); }
  .section { padding: 72px 0; }
  .nav-wrap { min-height: var(--header-height); gap: 10px; padding: 8px 0; }
  .brand { width: 116px; height: 58px; padding: 0; }
  .brand-frame { width: 112px; height: 54px; padding: 8px 12px; border-radius: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
  .brand img { width: 92px; max-height: 38px; }
  .header-cta { min-height: 42px; padding: 0 13px; border-radius: 11px; font-size: 10px; }
  .header-cta span { display: none; }
  .site-menu-toggle { width: 42px; height: 42px; flex-basis: 42px; border-radius: 11px; padding: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 8px 18px rgba(0,0,0,.12); }

  .mobile-nav-panel { width: min(360px, calc(100% - 18px)); padding: 18px; }
  .mobile-nav-head { padding-bottom: 18px; }
  .mobile-nav-links { margin: 18px 0; }
  .mobile-nav-links a { min-height: 58px; font-size: 17px; }

  .hero { padding: 116px 0 28px; }
  .has-countdown .hero { padding-top: 304px; }
  .hero-grid { gap: 20px; }
  .eyebrow { margin-bottom: 14px; font-size: 10px; letter-spacing: .13em; }
  .hero-copy h1 { font-size: clamp(39px, 11.5vw, 54px); line-height: 1.02; letter-spacing: -.05em; }
  .hero-lead { margin: 20px 0 25px; font-size: 15px; line-height: 1.65; }
  .hero-actions { width: 100%; flex-direction: column; gap: 14px; }
  .hero-actions .btn { width: 100%; min-height: 56px; }
  .text-link { min-height: 44px; display: inline-flex; align-items: center; }
  .hero-proof { width: 100%; margin-top: 20px; display: grid; grid-template-columns: 1fr; gap: 9px; text-align: left; }
  .hero-proof li { justify-content: flex-start; }
  .hero-visual { min-height: 340px; margin-top: -6px; }
  .visual-glow { width: 320px; height: 320px; }
  .course-box-wrap { width: min(340px, 92vw); }
  .floating-chip { padding: 8px 10px; font-size: 9px; gap: 6px; }
  .chip-one { top: 34px; right: 0; }
  .chip-two { bottom: 58px; left: 0; }
  .chip-three { bottom: 16px; right: 0; }
  .floating-stat { display: none; }
  .trust-bar { margin-top: 18px; }
  .trust-bar > div { padding: 16px 12px; }
  .trust-bar b { font-size: 19px; }
  .trust-bar span { font-size: 10px; }

  .split-intro, .project-heading, .experience-grid, .certificate-grid, .offer-layout, .faq-layout { gap: 30px; }
  .section-heading h2, .experience-copy h2, .bonus-copy h2, .certificate-copy h2, .offer-left h2, .faq-heading h2 { font-size: clamp(34px, 9.8vw, 44px); }
  .intro-copy { font-size: 15px; }
  .audience-grid, .modules-grid, .projects-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 34px; }
  .audience-card:last-child:nth-child(odd) { grid-column: auto; }
  .audience-card { padding: 24px; }
  .audience-icon { margin: 20px 0 18px; }
  .module-card { min-height: 0; padding: 24px; }
  .module-card h3 { margin-top: 30px; font-size: 21px; }
  .center-cta { margin-top: 34px; }
  .center-cta .btn { width: 100%; }

  .project-card { border-radius: 20px; }
  .project-image { aspect-ratio: 4 / 3; padding: 12px; }
  .project-info { padding: 22px; }
  .project-download { width: 100%; min-height: 50px; }
  .project-note { align-items: flex-start; text-align: left; line-height: 1.45; }

  .experience-grid { gap: 54px; }
  .screen-card { transform: none !important; padding: 8px; border-radius: 18px; }
  .screen-body { min-height: 255px; grid-template-columns: 48px 1fr; }
  .screen-sidebar { padding: 22px 10px; gap: 13px; }
  .screen-content { padding: 15px; }
  .video-placeholder { height: 160px; }
  .experience-badge { right: 4px; bottom: -30px; padding: 14px 17px; }
  .experience-badge strong { font-size: 23px; }
  .check-list { gap: 18px; }
  .check-list li { grid-template-columns: 38px 1fr; gap: 12px; }

  .bonus-visual img { width: min(350px, 86vw); }
  .bonus-copy p { margin: 20px 0; }
  .mini-checks { text-align: left; }
  .bonus-copy .btn { width: 100%; }
  .certificate-image img { width: 100%; }
  .certificate-note { width: 100%; justify-content: flex-start; text-align: left; }

  .guarantee-section { padding-top: 18px; }
  .guarantee-card { grid-template-columns: 1fr; gap: 22px; min-height: 0; padding: 26px 22px; text-align: center; border-radius: 24px; }
  .guarantee-image img { max-height: 205px; }
  .guarantee-copy h2 { font-size: clamp(34px, 9.4vw, 44px); }

  .offer-includes { grid-template-columns: 1fr; gap: 11px; }
  .pricing-card { width: 100%; border-radius: 22px; }
  .pricing-content { padding: 27px 21px; }
  .price { justify-content: center; }
  .price strong { font-size: clamp(68px, 22vw, 84px); }
  .price small { font-size: 19px; }
  .price sup { font-size: 22px; }
  .secure-row { flex-wrap: wrap; gap: 8px 14px; }

  .faq-list details { padding: 0 18px; border-radius: 15px; }
  .faq-list summary { min-height: 68px; gap: 12px; font-size: 14px; }
  .faq-list p { padding-right: 0; }
  .faq-heading .btn { width: 100%; }

  .final-cta { padding: 48px 0; }
  .final-cta img { width: 104px; }
  .final-cta h2 { font-size: 29px; }
  .final-cta .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid > * { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 22px 18px; }
  .footer-brand { grid-column: auto; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-brand p { margin: 0; }
  .footer-links { gap: 12px; }
  .footer-links strong { margin-bottom: 2px; }
  .footer-bottom { margin-top: 28px; flex-direction: column; gap: 8px; text-align: center; }
  .site-footer { padding-top: 52px; padding-bottom: calc(110px + var(--mobile-safe-bottom)); }

  .mobile-cta {
    left: 8px;
    right: 8px;
    bottom: calc(8px + var(--mobile-safe-bottom));
    padding: 8px 8px 8px 13px;
    border-radius: 15px;
  }
  .mobile-cta a { min-height: 45px; padding: 0 13px; }

  .countdown-bar { top: calc(var(--header-height) + 4px); min-height: 170px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; }
  .countdown-inner { min-height: 170px; grid-template-columns: 1fr; gap: 10px; padding-block: 12px; }
  .countdown-copy { grid-column: auto; gap: 8px; text-align: center; justify-content: center; }
  .countdown-live { display: none; }
  .countdown-copy strong { font-size: 13px; line-height: 1.2; }
  .countdown-copy small { white-space: normal; font-size: 8px; line-height: 1.35; }
  .countdown-clock { gap: 4px; justify-content: center; }
  .countdown-clock > div { width: 43px; min-height: 48px; border-radius: 10px; }
  .countdown-clock strong { font-size: 17px; }
  .countdown-clock span { font-size: 7px; }
  .countdown-clock b { display: none; }
  .countdown-cta { min-height: 46px; width: 100%; max-width: none; padding: 0 14px; font-size: 10px; line-height: 1.2; text-align: center; }
  .countdown-cta span { display: none; }
}

@media (max-width: 480px) {
  .header-cta { display: none; }
  .site-menu-toggle { margin-left: auto; }
  .hero-copy h1 { font-size: clamp(37px, 12.3vw, 49px); }
  .hero-visual { min-height: 315px; }
  .course-box-wrap { width: min(315px, 94vw); }
  .chip-three { display: none; }
  .screen-body { grid-template-columns: 1fr; }
  .screen-sidebar { display: none; }
  .screen-content { padding: 13px; }
  .video-placeholder { height: 150px; }
  .countdown-clock > div { width: 39px; }
  .countdown-cta { max-width: none; width: 100%; padding-inline: 7px; }
  .mobile-cta div { min-width: 0; }
  .mobile-cta small { max-width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mobile-cta a span { display: none; }
}

@media (max-width: 370px) {
  .container { width: min(100% - 22px, 720px); }
  .countdown-inner { gap: 7px; }
  .countdown-clock { gap: 3px; }
  .countdown-clock > div { width: 36px; min-height: 46px; }
  .countdown-clock strong { font-size: 16px; }
  .countdown-cta { max-width: none; width: 100%; font-size: 9px; }
  .mobile-cta strong { font-size: 17px; }
  .mobile-cta a { padding-inline: 10px; font-size: 11px; }
}

@media (hover: none), (pointer: coarse) {
  .btn:hover, .project-download:hover, .module-card:hover, .interactive-card:hover { transform: none; }
  .interactive-card::before { display: none; }
}

/* Em telas menores o countdown participa do fluxo inicial e não cobre o conteúdo durante a navegação. */
@media (max-width: 1120px) {
  .countdown-bar { position: absolute; left: 0; right: 0; }
  .has-countdown .faq-heading { top: 110px; }
}
@media (max-width: 767px) {
  .has-countdown .faq-heading { top: auto; }
}

/* ===== Ajustes finais responsivos ===== */
@media (max-width: 1024px) {
  .countdown-bar {
    position: sticky;
    top: calc(var(--header-height) + 10px);
    width: min(100% - 28px, 980px);
    margin: 18px auto 24px;
    border-radius: 22px;
  }
  .countdown-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 12px;
    padding: 16px 18px;
  }
  .countdown-copy {
    grid-column: auto;
    justify-content: center;
    text-align: center;
  }
  .countdown-clock { justify-content: center; }
  .countdown-cta { width: 100%; max-width: 320px; min-width: 0; }

  .project-cover-shell { width: min(100%, 310px); border-width: 14px; }
}

@media (max-width: 767px) {
  .brand { width: 132px; height: 64px; }
  .brand-frame {
    width: 126px;
    height: 58px;
    padding: 8px 14px;
    border-radius: 16px;
  }
  .brand img { width: 102px; max-height: 40px; }

  .countdown-bar {
    position: sticky;
    top: calc(var(--header-height) + 8px);
    width: calc(100% - 20px);
    margin: 14px auto 22px;
    min-height: 0;
    border-radius: 18px;
  }
  .countdown-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 12px;
  }
  .countdown-copy,
  .countdown-clock { justify-content: center; }
  .countdown-copy strong { font-size: 13px; }
  .countdown-copy small { font-size: 8px; }
  .countdown-clock > div { width: 44px; min-height: 50px; }
  .countdown-cta {
    width: 100%;
    max-width: none;
    min-height: 46px;
    font-size: 10px;
  }

  .projects-grid { gap: 18px; }
  .project-image { padding: 0; }
  .project-cover-shell {
    width: 100%;
    max-width: 100%;
    border-width: 10px;
    border-radius: 22px;
  }
  .project-cover-head {
    min-height: 68px;
    padding: 12px 12px 8px;
    border-bottom-width: 4px;
  }
  .project-cover-head img { width: 96px; }
  .project-info {
    padding: 20px 18px 22px;
    text-align: left;
  }

  .footer-brand,
  .footer-links,
  .footer-links a,
  .footer-links span,
  .footer-bottom {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

/* ===== Projetos remodulados responsivo ===== */
@media (max-width: 1024px) {
  .project-card-modern { padding: 20px; }
  .project-poster { width: min(100%, 300px); }
  .project-info-modern h3 { font-size: 28px; }
}

@media (max-width: 767px) {
  .project-card-modern {
    gap: 16px;
    padding: 16px;
    border-radius: 22px;
  }
  .project-poster { width: 100%; max-width: 100%; border-radius: 22px; }
  .project-poster::before { inset: 7px; border-radius: 17px; }
  .project-poster-top { min-height: 58px; padding: 12px 14px 8px; }
  .project-poster-top img { width: 90px; }
  .project-poster-art { padding: 14px; aspect-ratio: 4 / 5; }
  .project-poster-bottom { padding: 14px 16px 16px; }
  .project-poster-bottom span { font-size: 10px; }
  .project-poster-bottom strong { font-size: 28px; }
  .project-info-modern { gap: 10px; }
  .project-info-modern > span { font-size: 11px; }
  .project-info-modern h3 { font-size: 26px; }
  .project-actions { grid-template-columns: minmax(0, 1fr) 48px; gap: 8px; }
  .project-download { min-height: 50px; font-size: 11px; padding-inline: 14px; }
  .project-more { width: 48px; min-width: 48px; min-height: 50px; border-radius: 14px; }
  .project-tooltip {
    position: static;
    margin-top: 10px;
    padding: 14px 15px;
    border-radius: 16px;
  }
  .project-tooltip::after { display: none; }
}


/* ===== Ajustes finais somente para mobile ===== */
@media (max-width: 767px) {
  /* Hero: menos espaço vazio e countdown no topo do mobile */
  .hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 18px;
  }
  .has-countdown .hero {
    padding-top: 186px;
  }
  .hero-grid {
    gap: 14px;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .hero-copy h1 {
    margin-top: 0;
  }
  .hero-lead {
    margin: 16px 0 22px;
  }
  .hero-visual {
    display: none;
  }
  .trust-bar {
    margin-top: 14px;
  }

  .countdown-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    top: calc(var(--header-height) + 6px);
    width: auto;
    margin: 0;
    min-height: 0;
    border-radius: 18px;
    border: 1px solid rgba(132,246,231,.20);
    box-shadow: 0 18px 36px rgba(4,7,25,.26);
    z-index: 96;
  }
  .countdown-inner {
    min-height: 0;
    gap: 10px;
    padding: 12px 12px 13px;
  }
  .countdown-copy {
    gap: 6px;
  }
  .countdown-copy strong {
    font-size: 12px;
  }
  .countdown-copy small {
    font-size: 8px;
  }
  .countdown-clock > div {
    width: 40px;
    min-height: 44px;
  }
  .countdown-clock strong {
    font-size: 16px;
  }
  .countdown-cta {
    min-height: 42px;
    font-size: 9px;
  }

  /* Projetos: garantir visual de capa no mobile */
  .project-card-modern {
    padding: 14px;
    gap: 14px;
    border-radius: 20px;
  }
  .project-card-modern .project-image.project-poster-wrap {
    aspect-ratio: auto !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .project-card-modern .project-poster {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
  .project-card-modern .project-poster-art {
    aspect-ratio: 4 / 5.4;
    padding: 12px;
  }
  .project-card-modern .project-poster-bottom {
    padding: 12px 14px 14px;
  }
  .project-card-modern .project-poster-bottom strong {
    font-size: 24px;
  }
  .project-card-modern .project-info-modern {
    gap: 8px;
    padding: 0;
  }
  .project-card-modern .project-info-modern h3 {
    font-size: 24px;
  }
  .project-card-modern .project-actions {
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 8px;
  }
  .project-card-modern .project-download {
    min-height: 48px;
    font-size: 11px;
    padding-inline: 12px;
  }
  .project-card-modern .project-more {
    min-width: 46px;
    width: 46px;
    min-height: 48px;
  }

  /* Bloco da experiência: mockup menor e melhor encaixado */
  .experience-grid {
    gap: 26px;
  }
  .experience-visual {
    max-width: 260px;
    margin-inline: auto;
  }
  .screen-card {
    max-width: 250px;
    margin-inline: auto;
    padding: 8px;
    border-radius: 18px;
  }
  .screen-body {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .screen-sidebar {
    display: none;
  }
  .screen-content {
    padding: 12px;
  }
  .video-placeholder {
    height: 150px;
    border-radius: 14px;
  }
  .experience-badge {
    right: -10px;
    bottom: -18px;
    padding: 12px 14px;
    border-radius: 16px;
  }
  .experience-badge strong {
    font-size: 20px;
  }
  .experience-badge span {
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .has-countdown .hero {
    padding-top: 180px;
  }
  .countdown-clock > div {
    width: 37px;
    min-height: 42px;
  }
  .countdown-clock strong {
    font-size: 15px;
  }
  .experience-visual {
    max-width: 236px;
  }
}
