:root {
  --g1-red: #c4170c;
  --g1-dark: #111;
  --g1-gray: #555;
  --g1-line: #e6e6e6;
  --bg: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--g1-dark);
  background: var(--bg);
}

.products-bar {
  background: #fff;
  border-bottom: 1px solid var(--g1-line);
}

.products-inner {
  width: 100%;
  margin: 0;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.brand {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.globo-com {
  color: #0066cc;
}

.g1-brand {
  color: #c4170c;
}

.ge {
  color: #06aa48;
}

.gshow {
  color: #ff6700;
}

.globoplay {
  color: #fb0334;
}

.g1-jogos {
  color: #c4170c;
}

.oglobo {
  color: #003a99;
}

.valor {
  color: #00679a;
}

.topbar {
  background: var(--g1-red);
  color: #fff;
  border-bottom: 1px solid #9f1209;
}

.topbar-inner {
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.menu,
.region {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.menu-icon span {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  display: block;
}

.logo {
  color: #fff;
  text-decoration: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-right: auto;
}

.editoria {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-btn,
.login-btn {
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 0 14px;
}

.search-btn {
  background: #a31208;
  min-width: 148px;
  justify-content: flex-start;
  padding: 0 28px 0 14px;
}

.login-btn {
  background: #ab140a;
  min-width: 230px;
  justify-content: center;
  padding: 0 22px 0 12px;
}

.search-icon {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.search-icon::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -6px;
  bottom: -2px;
  transform: rotate(35deg);
  border-radius: 2px;
}

.user-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: relative;
}

.user-icon::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ab140a;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.user-icon::after {
  content: "";
  width: 10px;
  height: 5px;
  background: #ab140a;
  border-radius: 6px 6px 3px 3px;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
}

.user-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.profile-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff2b2b;
  border: 2px solid #ab140a;
  position: absolute;
  top: -3px;
  right: -4px;
}

.section-nav {
  border-bottom: 1px solid var(--g1-line);
  background: #fff;
}

.section-nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section-nav-inner a {
  text-decoration: none;
  color: var(--g1-red);
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
}

.page {
  display: flex;
  justify-content: center;
  padding: 24px 16px 48px;
}

.news {
  width: min(100%, 860px);
}

.kicker {
  color: var(--g1-red);
  font-weight: 700;
  margin: 0 0 12px;
  font-size: 18px;
}

h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.4px;
}

h2 {
  margin: 16px 0 0;
  font-size: clamp(19px, 2.1vw, 28px);
  color: #444;
  line-height: 1.25;
  font-weight: 400;
}

.byline {
  margin: 20px 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--g1-line);
}

.byline p {
  margin: 4px 0;
  font-size: 14px;
  color: #666;
}

.hero-image {
  margin: 0 0 16px;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.hero-image figcaption {
  margin-top: 8px;
  color: #777;
  font-size: 13px;
}

.content p {
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.35;
  letter-spacing: -0.2px;
  margin: 0 0 28px;
}

.box {
  border: 1px solid var(--g1-line);
  border-radius: 8px;
  padding: 18px 18px 10px;
  margin-top: 14px;
}

.box h3,
.related h3 {
  margin: 0 0 12px;
  font-size: 24px;
}

.box ul {
  margin: 0;
  padding-left: 20px;
}

.box li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.35;
}

.related {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--g1-line);
}

.related a {
  color: var(--g1-red);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.related a:hover {
  text-decoration: underline;
}

.topic-tag {
  display: inline-block;
  margin-top: 18px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #f1f3f5;
  color: #6a6f75;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.summary-card {
  margin-top: 24px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.summary-illustration {
  width: 180px;
  min-width: 180px;
  height: 88px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff2ec, #fff8f5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
}

.figure {
  width: 20px;
  border-radius: 6px 6px 2px 2px;
  background: #e14d3f;
}

.figure:nth-child(1) {
  height: 34px;
}

.figure:nth-child(2) {
  height: 46px;
  background: #c4170c;
}

.figure:nth-child(3) {
  height: 30px;
  background: #f1862e;
}

.summary-content h3 {
  margin: 0 0 6px;
  font-size: 33px;
}

.summary-content p {
  margin: 0 0 10px;
  font-size: 15px;
  color: #2e3238;
}

.summary-cta {
  display: inline-block;
  text-decoration: none;
  background: #c4170c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 8px;
}

.summary-content small {
  display: block;
  font-size: 12px;
  color: #6b7280;
}

.comments-box {
  margin-top: 18px;
}

.comments-box h3 {
  margin: 0;
  font-size: 42px;
}

.comments-box > p {
  margin: 4px 0 12px;
  font-size: 27px;
  color: #4b5563;
}

.comments-login {
  border: 1px solid #e5e7eb;
  padding: 14px;
  text-align: center;
}

.comments-login p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #6b7280;
}

.comments-login a {
  display: inline-block;
  text-decoration: none;
  color: #1f2937;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 4px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .products-inner {
    padding: 10px 10px;
    gap: 10px;
  }

  .brand {
    font-size: 15px;
  }

  .logo {
    font-size: 34px;
  }

  .topbar-inner {
    padding: 12px 16px;
  }

  .editoria {
    font-size: 30px;
  }

  .top-actions {
    display: none;
  }

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

  .summary-illustration {
    width: 100%;
    min-width: 0;
  }

  .menu,
  .region {
    font-size: 12px;
  }

  .menu-icon span {
    width: 12px;
  }

  .page {
    padding-top: 18px;
  }
}
