:root {
  --sg-planos-green: #6dff57;
  --sg-planos-orange: #ff6600;
  --sg-planos-package-orange: #eb5e10;
  --sg-planos-package-green: #25d366;
  --sg-planos-ink: #000;
  --sg-planos-asset-path: "/planos/assets/figma";
}

* {
  box-sizing: border-box;
}

html,
body {
  background: #fff;
  margin: 0;
  min-width: 320px;
}

body {
  color: var(--sg-planos-ink);
  font-family: "Google Sans Flex", Arial, sans-serif;
  font-variation-settings: "GRAD" 0, "ROND" 0, "wdth" 100;
}

button {
  font: inherit;
}

.sg-planos {
  overflow: clip;
  padding: clamp(32px, 2.1vw, 40px) clamp(24px, 4vw, 64px);
  width: 100%;
}

.sg-planos__stage {
  height: 999px;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
}

.sg-planos__shell {
  --sg-section-scale: 1;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(var(--sg-section-scale));
  transform-origin: left top;
  width: 1440px;
}

.sg-planos__intro {
  margin: 0;
}

.sg-planos__intro h1 {
  font-size: 66px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 66px;
  margin: 0;
}

.sg-planos__intro p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin: 9px 0 0;
}

.sg-planos__catalog {
  height: 801px;
  margin-top: 54px;
  position: relative;
  width: 1440px;
}

.sg-planos__outline {
  display: block;
  height: 801px;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 1440px;
  z-index: 0;
}

.sg-planos__outline path {
  fill: #fff;
  stroke: var(--sg-planos-green);
  stroke-width: 2px;
}

.sg-speed-tabs {
  height: 193px;
  inset: 0 0 auto;
  position: absolute;
  z-index: 2;
}

.sg-speed-tab {
  appearance: none;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  height: 164px;
  padding: 26px 0 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 200px;
}

.sg-speed-tab[data-speed="550"] {
  left: 43px;
}

.sg-speed-tab[data-speed="700"] {
  left: 269px;
}

.sg-speed-tab[data-speed="800"] {
  left: 491px;
}

.sg-speed-tab[data-speed="1000"] {
  left: 720px;
}

.sg-speed-tab[data-speed="200"] {
  left: 43px;
}

.sg-speed-tabs--regional .sg-speed-tab[data-speed="550"] {
  left: 269px;
}

.sg-speed-tabs--regional .sg-speed-tab[data-speed="700"] {
  left: 491px;
}

.sg-speed-tabs--regional .sg-speed-tab[data-speed="800"] {
  left: 720px;
}

.sg-speed-tabs--regional .sg-speed-tab[data-speed="1000"] {
  left: 974px;
}

.sg-speed-tab:hover,
.sg-speed-tab:focus,
.sg-speed-tab:active,
.sg-speed-tab[aria-selected="true"] {
  background: transparent;
  color: #000;
}

.sg-speed-tab:focus-visible,
.sg-plan-card__button:focus-visible {
  outline: 4px solid rgb(255 102 0 / 35%);
  outline-offset: 4px;
}

.sg-speed-tab__tag {
  background: var(--sg-planos-orange);
  border-radius: 20px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  line-height: 14px;
  padding: 5px 10px;
  width: fit-content;
}

.sg-speed-tab__number {
  display: block;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 60px;
  margin-top: 22px;
}

.sg-speed-tab__unit {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.sg-planos__panel {
  display: grid;
  gap: 25px;
  grid-template-columns: 250px 1075px;
  height: 560px;
  left: 43px;
  position: absolute;
  top: 217px;
  width: 1350px;
  z-index: 1;
}

.sg-planos__included {
  height: 560px;
  min-width: 0;
}

.sg-included-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 417px;
  justify-content: center;
  margin-top: 71.5px;
  padding: 20px;
}

.sg-planos__panel[data-speed="1000"] .sg-included-content {
  height: 501px;
  margin-top: 29.5px;
}

.sg-included-content--regional {
  gap: 24px;
}

.sg-included-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  text-align: center;
}

.sg-included-logos {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 107px;
}

.sg-included-logo {
  display: block;
  height: 36px;
  object-fit: contain;
  width: 107px;
}

.sg-included-feature {
  align-items: center;
  display: flex;
  gap: 16px;
}

.sg-included-feature img {
  display: block;
  object-fit: cover;
}

.sg-included-router {
  height: 61px;
  width: 54px;
}

.sg-included-router-pair {
  align-items: center;
  display: flex;
}

.sg-included-router-pair .sg-included-router:first-child {
  margin-right: -18px;
}

.sg-included-phone {
  height: 54px;
  width: 69px;
}

.sg-included-feature strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

.sg-included-note {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin: 0;
  text-align: center;
  width: 210px;
}

.sg-plan-cards {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 250px);
  height: 560px;
}

.sg-planos__panel[data-speed="200"] .sg-plan-cards {
  grid-template-columns: 250px;
  justify-content: center;
}

.sg-plan-card {
  align-items: initial;
  background: #fff;
  border: 1px solid var(--sg-planos-orange);
  border-radius: 25px;
  display: block;
  flex: initial;
  height: 560px;
  min-width: 0;
  padding: 24px;
  position: static;
  width: auto;
}

.sg-plan-card__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 510px;
  justify-content: flex-end;
  min-width: 0;
}

.sg-plan-card__body {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  min-height: 0;
  width: 200px;
}

.sg-plan-card--base .sg-plan-card__body {
  background: #ededed;
  border-radius: 18px;
  justify-content: center;
}

.sg-plan-card__base-copy {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin: 0;
  width: max-content;
}

.sg-plan-card__base-copy span {
  display: block;
  white-space: nowrap;
}

.sg-plan-card__package-stack {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 200px;
}

.sg-plan-card__package-header {
  background: var(--sg-planos-package-orange);
  border-radius: 20px;
  height: 40px;
  position: relative;
  width: 200px;
}

.sg-plan-card__package-count,
.sg-plan-card__package-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  position: absolute;
  top: 13px;
  white-space: nowrap;
  z-index: 1;
}

.sg-plan-card__package-count {
  left: 14px;
}

.sg-plan-card__package-pill {
  background: var(--sg-planos-package-green);
  border-radius: 20px;
  height: 40px;
  left: 57px;
  position: absolute;
  top: 0;
  width: 150px;
}

.sg-plan-card__package-name {
  left: 94px;
}

.sg-plan-card__package-name--premium {
  left: 78px;
}

.sg-plan-card__package-plus {
  display: block;
  height: 22px;
  width: 22px;
}

.sg-plan-card__package-header--elite {
  background: var(--sg-planos-package-green);
  display: flex;
  justify-content: center;
  width: 150px;
}

.sg-plan-card__package-header--elite .sg-plan-card__package-name {
  left: auto;
  position: static;
  padding-top: 13px;
}

.sg-plan-card__top-options {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 334px;
  margin-top: 22px;
  width: 157px;
}

.sg-app-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.sg-app-row--ad {
  height: 78px;
  width: 138px;
}

.sg-app-ad {
  align-items: center;
  background: #ff8630;
  border-radius: 16px 16px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  height: 78px;
  justify-content: center;
  padding-bottom: 4px;
  width: 64px;
}

.sg-app-ad img {
  display: block;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.sg-app-ad span {
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
  white-space: nowrap;
}

.sg-app-row--gray {
  align-items: center;
  background: #d9d9d9;
  border-radius: 15px;
  height: 84px;
  padding: 10px;
  gap: 9px;
  width: 157px;
}

.sg-app-row--standard {
  height: 78px;
  width: 139px;
}

.sg-app-row--plain {
  height: 64px;
  width: 139px;
}

.sg-app-icon {
  display: block;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.sg-plan-card__premium-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 64px);
  grid-template-rows: repeat(4, 64px);
  height: 286px;
  margin-top: 22px;
  width: 138px;
}

.sg-plan-card__elite-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 150px;
}

.sg-plan-card__elite-options {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  width: 150px;
}

.sg-plan-card__elite-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 65px);
  grid-template-rows: repeat(3, 64px);
  height: 212px;
  width: 140px;
}

.sg-plan-card__elite-grid .sg-app-icon {
  width: 65px;
}

.sg-plan-card__channels {
  align-items: center;
  background: #8bc594;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 74px;
  justify-content: center;
  padding: 12px;
  width: 150px;
}

.sg-plan-card__channels-title {
  align-items: center;
  display: flex;
  gap: 3px;
  height: 22px;
  white-space: nowrap;
}

.sg-plan-card__channels-title img {
  height: 22px;
  width: 22px;
}

.sg-plan-card__channels-title strong {
  font-size: 26px;
  line-height: 22px;
}

.sg-plan-card__channels-title span {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.sg-plan-card__channels-copy {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
  text-align: center;
}

.sg-plan-card__button {
  background: transparent;
  border: 0;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  height: 36px;
  isolation: isolate;
  line-height: normal;
  margin-top: 20px;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 112px;
}

.sg-plan-card__button-glow,
.sg-plan-card__button-surface {
  border-radius: 15px;
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sg-plan-card__button-glow {
  background: conic-gradient(
    from 0deg,
    #ff7700 14.43%,
    #74d21e 25.1%,
    #4dff26 36.23%,
    #ff8c00 69.28%,
    #ee9405 82.48%,
    #00ff4d 92.64%,
    #ff7700 100%
  );
  opacity: 0;
  transition: opacity 300ms ease-out;
  z-index: -2;
}

.sg-plan-card__button-glow--3 {
  filter: blur(3px);
}

.sg-plan-card__button-glow--5 {
  filter: blur(5px);
  z-index: -3;
}

.sg-plan-card__button-glow--15 {
  filter: blur(15px);
  z-index: -4;
}

.sg-plan-card__button-surface {
  background: #ff8000;
  border: 0.4px solid transparent;
  border-radius: 16px;
  transition: border-color 300ms ease-out;
  z-index: -1;
}

.sg-plan-card__button-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.sg-plan-card__button:is(:hover, :focus-visible) .sg-plan-card__button-glow {
  opacity: 1;
}

.sg-plan-card__button:is(:hover, :focus-visible) .sg-plan-card__button-surface {
  border-color: #fff;
}

.sg-plan-card__price {
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
}

.sg-plan-card__currency {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 2px;
}

.sg-plan-card__whole {
  font-size: 66px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 66px;
}

.sg-plan-card__fraction {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 2px;
  width: 35px;
}

.sg-plan-card__fraction small {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.sg-plan-card.is-selected {
  box-shadow: 0 0 0 4px rgb(255 102 0 / 20%);
}

.sg-visually-hidden {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .sg-plan-card__button-glow,
  .sg-plan-card__button-surface {
    transition: none;
  }
}
