
    :root {
      --g77-red: #d70000;
      --g77-red-dark: #9f0000;
      --g77-red-soft: #fff0f0;
      --g77-white: #ffffff;
      --g77-black: #111111;
      --g77-gray: #f5f5f5;
      --g77-gold: #ffd400;
      --g77-border: #e6e6e6;
    }

    * {
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth
    }

    body {
      margin: 0;
      background: #fff;
      color: #111;
      font-family: SamsungOne, Arial, sans-serif;
      padding-bottom: 92px
    }

    a {
      color: inherit
    }

    img {
      max-width: 100%;
      height: auto
    }

    .goto77-container {
      width: min(1440px, calc(100% - 48px));
      margin: 0 auto
    }

    .goto77-top-strip {
      height: 8px;
      background: linear-gradient(90deg, var(--g77-red) 0 50%, #fff 50% 100%);
      border-bottom: 1px solid #ddd
    }

    .goto77-gnb {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: #fff;
      border-bottom: 1px solid #ddd
    }

    .goto77-gnb__inner {
      min-height: 82px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px
    }

    .goto77-logo {
      flex: 0 0 190px;
      display: flex;
      align-items: center;
      text-decoration: none
    }

    .goto77-logo img {
      display: block;
      width: 180px;
      height: 60px;
      object-fit: contain
    }

    .goto77-nav {
      display: flex;
      align-items: center;
      gap: 6px;
      flex: 1;
      overflow-x: auto;
      scrollbar-width: none
    }

    .goto77-nav::-webkit-scrollbar {
      display: none
    }

    .goto77-nav a {
      white-space: nowrap;
      text-decoration: none;
      font-weight: 700;
      font-size: 15px;
      padding: 12px 16px;
      border-radius: 999px;
      transition: .2s
    }

    .goto77-nav a:hover,
    .goto77-nav a.is-active {
      background: var(--g77-red);
      color: #fff
    }

    .goto77-utility {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .goto77-icon-btn {
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 50%;
      background: #f1f1f1;
      display: grid;
      place-items: center;
      cursor: pointer;
      text-decoration: none;
      font-weight: 800
    }

    .goto77-daftar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 999px;
      background: var(--g77-red);
      color: #fff;
      text-decoration: none;
      font-weight: 800;
      border: 3px solid #000000;
    }

    .goto77-daftar:hover {
      background: #fff;
      color: var(--g77-red)
    }

    .goto77-tagbar {
      background: var(--g77-black);
      border-bottom: 4px solid var(--g77-red)
    }

    .goto77-tagbar__inner {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      padding: 10px 0;
      scrollbar-width: none
    }

    .goto77-tagbar__inner::-webkit-scrollbar {
      display: none
    }

    .goto77-tag {
      flex: 0 0 auto;
      padding: 10px 16px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none;
      font-weight: 800;
      font-size: 13px;
      border: 2px solid #555;
      background: repeating-linear-gradient(135deg, #2b2b2b 0 10px, #1c1c1c 10px 20px);
      position: relative
    }

    .goto77-tag::before,
    .goto77-tag::after {
      content: "";
      position: absolute;
      top: 6px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff
    }

    .goto77-tag::before {
      left: 6px
    }

    .goto77-tag::after {
      right: 6px
    }

    .goto77-tag.is-active {
      background: linear-gradient(#ff2828, #d70000);
      border-color: #ff6060
    }

    .goto77-breadcrumb {
      padding: 20px 0;
      font-size: 14px;
      color: #555
    }

    .goto77-breadcrumb ol {
      display: flex;
      gap: 9px;
      list-style: none;
      padding: 0;
      margin: 0;
      flex-wrap: wrap
    }

    .goto77-breadcrumb li+li::before {
      content: "/";
      margin-right: 9px;
      color: #999
    }

    .goto77-buying-tool {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
      gap: 48px;
      padding: 28px 0 60px;
      align-items: start
    }

    .goto77-gallery {
      position: sticky;
      top: 118px
    }

    .goto77-gallery__main {
      background: linear-gradient(145deg, #f7f7f7, #fff);
      border-radius: 32px;
      min-height: 620px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border: 1px solid var(--g77-border);
      box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
      position: relative
    }

    .goto77-gallery__main::after {
      content: "PROMO 17 AGUSTUS";
      position: absolute;
      left: 22px;
      top: 22px;
      background: var(--g77-red);
      color: #fff;
      padding: 9px 14px;
      border-radius: 999px;
      font-weight: 800;
      font-size: 12px;
      letter-spacing: .08em
    }

    .goto77-gallery__main img {
      width: 100%;
      height: 100%;
      max-height: 680px;
      object-fit: contain;
      display: block
    }

    .goto77-thumbs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 14px
    }

    .goto77-thumb {
      border: 2px solid transparent;
      border-radius: 18px;
      overflow: hidden;
      background: #f6f6f6;
      padding: 0;
      cursor: pointer
    }

    .goto77-thumb.is-active {
      border-color: var(--g77-red)
    }

    .goto77-thumb img {
      width: 100%;
      aspect-ratio: 16/5;
      object-fit: cover;
      display: block
    }

    .goto77-panel {
      border: 1px solid var(--g77-border);
      border-radius: 28px;
      background: #fff;
      padding: 34px;
      box-shadow: 0 18px 45px rgba(0, 0, 0, .08)
    }

    .goto77-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      letter-spacing: .11em;
      font-weight: 800;
      color: var(--g77-red)
    }

    .goto77-kicker::before {
      content: "";
      width: 28px;
      height: 4px;
      background: var(--g77-red);
      border-radius: 4px
    }

    .goto77-panel h1 {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: clamp(34px, 4vw, 58px);
      line-height: 1.06;
      margin: 16px 0 14px
    }

    .goto77-lead {
      font-size: 18px;
      line-height: 1.65;
      color: #444;
      margin: 0 0 24px
    }

    .goto77-rating {
      display: flex;
      align-items: center;
      gap: 12px;
      border-top: 1px solid var(--g77-border);
      border-bottom: 1px solid var(--g77-border);
      padding: 16px 0;
      margin-bottom: 24px
    }

    .goto77-stars {
      color: #f6b500;
      letter-spacing: 2px;
      font-size: 20px
    }

    .goto77-bonus {
      display: flex;
      align-items: flex-end;
      gap: 8px;
      margin: 0 0 22px
    }

    .goto77-bonus small {
      font-weight: 700;
      color: #555;
      margin-bottom: 7px
    }

    .goto77-bonus strong {
      font-size: 64px;
      line-height: .9;
      color: var(--g77-red);
      font-family: SamsungSharpSans, Arial, sans-serif
    }

    .goto77-bonus span {
      font-weight: 800;
      font-size: 20px;
      margin-bottom: 6px
    }

    .goto77-option {
      padding: 20px 0;
      border-top: 1px solid var(--g77-border)
    }

    .goto77-option h2 {
      font-size: 18px;
      margin: 0 0 12px
    }

    .goto77-option-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px
    }

    .goto77-choice {
      border: 2px solid #aaa;
      border-radius: 14px;
      background: #fff;
      padding: 13px 10px;
      text-align: center;
      font-weight: 700;
      cursor: pointer
    }

    .goto77-choice.is-selected {
      border-color: var(--g77-red);
      background: var(--g77-red-soft);
      color: var(--g77-red)
    }

    .goto77-benefit-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 12px
    }

    .goto77-benefit-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      line-height: 1.45
    }

    .goto77-check {
      width: 23px;
      height: 23px;
      flex: 0 0 23px;
      border-radius: 50%;
      background: var(--g77-red);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 13px;
      font-weight: 900
    }

    .goto77-cta-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 24px
    }

    .goto77-btn {
      min-height: 54px;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-weight: 800;
      border: 2px solid var(--g77-black);
      padding: 0 20px
    }

    .goto77-btn--primary {
      background: var(--g77-red);
      border-color: var(--g77-red);
      color: #fff
    }

    .goto77-btn--primary:hover {
      background: var(--g77-red-dark)
    }

    .goto77-btn--secondary {
      background: #fff;
      color: #111
    }

    .goto77-note {
      font-size: 12px;
      line-height: 1.55;
      color: #666;
      margin-top: 15px
    }

    .goto77-crossnav {
      border-top: 1px solid var(--g77-border);
      border-bottom: 1px solid var(--g77-border);
      background: #fff
    }

    .goto77-crossnav__inner {
      display: flex;
      justify-content: center;
      gap: 38px;
      overflow-x: auto;
      padding: 20px 0;
      scrollbar-width: none
    }

    .goto77-crossnav a {
      text-decoration: none;
      font-weight: 800;
      white-space: nowrap
    }

    .goto77-crossnav a:hover {
      color: var(--g77-red)
    }

    .goto77-section {
      padding: 80px 0
    }

    .goto77-section--soft {
      background: #f7f7f7
    }

    .goto77-section--red {
      background: linear-gradient(135deg, #b70000, #ed1111);
      color: #fff
    }

    .goto77-section-head {
      max-width: 820px;
      margin: 0 auto 44px;
      text-align: center
    }

    .goto77-section-head h2 {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.1;
      margin: 0 0 14px
    }

    .goto77-section-head p {
      font-size: 18px;
      line-height: 1.65;
      color: #555;
      margin: 0
    }

    .goto77-section--red .goto77-section-head p {
      color: #fff
    }

    .goto77-benefit-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px
    }

    .goto77-card {
      background: #fff;
      border-radius: 24px;
      padding: 28px;
      border: 1px solid var(--g77-border);
      box-shadow: 0 12px 30px rgba(0, 0, 0, .06)
    }

    .goto77-card__icon {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      background: var(--g77-red-soft);
      color: var(--g77-red);
      display: grid;
      place-items: center;
      font-size: 26px;
      margin-bottom: 20px
    }

    .goto77-card h3 {
      font-size: 21px;
      margin: 0 0 10px
    }

    .goto77-card p {
      color: #555;
      line-height: 1.6;
      margin: 0
    }

    .goto77-slider {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      background: #111;
      box-shadow: 0 20px 50px rgba(0, 0, 0, .16)
    }

    .goto77-slide {
      display: none;
      position: relative
    }

    .goto77-slide.is-active {
      display: block
    }

    .goto77-slide img {
      width: 100%;
      display: block;
      aspect-ratio: 1920/588;
      object-fit: cover
    }

    .goto77-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08) 62%, rgba(0, 0, 0, .1))
    }

    .goto77-slide__content {
      position: absolute;
      z-index: 2;
      left: 7%;
      top: 50%;
      transform: translateY(-50%);
      max-width: 520px;
      color: #fff
    }

    .goto77-slide__content h3 {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: clamp(28px, 4vw, 54px);
      line-height: 1.05;
      margin: 0 0 12px
    }

    .goto77-slide__content p {
      font-size: 18px;
      line-height: 1.55;
      margin: 0 0 22px
    }

    .goto77-slider-dots {
      position: absolute;
      z-index: 3;
      left: 50%;
      bottom: 18px;
      transform: translateX(-50%);
      display: flex;
      gap: 8px
    }

    .goto77-slider-dot {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      border: 1px solid #fff;
      background: transparent;
      cursor: pointer
    }

    .goto77-slider-dot.is-active {
      background: #fff
    }

    .goto77-article {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center
    }

    .goto77-article h2 {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.1;
      margin: 0 0 18px
    }

    .goto77-article p {
      font-size: 17px;
      line-height: 1.75;
      color: #444
    }

    .goto77-article-box {
      border-radius: 28px;
      background: repeating-linear-gradient(135deg, #282828 0 14px, #1d1d1d 14px 28px);
      color: #fff;
      padding: 34px;
      border: 6px solid #333;
      position: relative
    }

    .goto77-article-box::after {
      content: "";
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: -20px;
      height: 24px;
      background: var(--g77-red);
      clip-path: polygon(0 0, 5% 55%, 10% 0, 15% 55%, 20% 0, 25% 55%, 30% 0, 35% 55%, 40% 0, 45% 55%, 50% 0, 55% 55%, 60% 0, 65% 55%, 70% 0, 75% 55%, 80% 0, 85% 55%, 90% 0, 95% 55%, 100% 0, 100% 100%, 0 100%)
    }

    .goto77-article-box h3 {
      font-size: 26px;
      margin: 0 0 18px;
      color: var(--g77-gold)
    }

    .goto77-article-box ul {
      margin: 0;
      padding-left: 20px;
      display: grid;
      gap: 12px;
      line-height: 1.55
    }

    .goto77-faq-list {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      gap: 12px
    }

    .goto77-faq-item {
      border: 1px solid var(--g77-border);
      border-radius: 20px;
      background: #fff;
      overflow: hidden
    }

    .goto77-faq-question {
      width: 100%;
      border: 0;
      background: #fff;
      padding: 22px 24px;
      text-align: left;
      font-size: 18px;
      font-weight: 800;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      cursor: pointer
    }

    .goto77-faq-icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: var(--g77-red);
      color: #fff;
      display: grid;
      place-items: center;
      flex: 0 0 30px
    }

    .goto77-faq-answer {
      display: none;
      padding: 0 24px 22px;
      color: #555;
      line-height: 1.7
    }

    .goto77-faq-item.is-open .goto77-faq-answer {
      display: block
    }

    .goto77-faq-item.is-open .goto77-faq-icon {
      transform: rotate(45deg)
    }

    .goto77-editorial-section {
      background: #fff
    }

    .goto77-editorial-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--g77-red);
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
      font-size: 13px;
      margin-bottom: 16px
    }

    .goto77-editorial-kicker::before {
      content: "";
      width: 34px;
      height: 3px;
      background: var(--g77-red);
      border-radius: 999px
    }

    .goto77-editorial {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
      gap: 56px;
      align-items: start
    }

    .goto77-editorial__content h2 {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: clamp(36px, 4.5vw, 60px);
      line-height: 1.06;
      margin: 0 0 24px;
      letter-spacing: -.025em
    }

    .goto77-editorial__lead {
      font-size: 21px !important;
      line-height: 1.65 !important;
      color: #222 !important;
      margin: 0 0 24px !important
    }

    .goto77-editorial__content p {
      font-size: 17px;
      line-height: 1.82;
      color: #4a4a4a;
      margin: 0 0 18px
    }

    .goto77-editorial__aside {
      background: #f5f5f5;
      border-radius: 28px;
      padding: 30px;
      border: 1px solid #e5e5e5;
      position: sticky;
      top: 110px
    }

    .goto77-editorial__aside h3 {
      font-size: 24px;
      margin: 0 0 18px
    }

    .goto77-editorial__aside ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 15px
    }

    .goto77-editorial__aside li {
      display: grid;
      grid-template-columns: 30px 1fr;
      gap: 12px;
      align-items: start;
      line-height: 1.55;
      color: #333
    }

    .goto77-editorial__aside strong {
      display: block;
      margin-bottom: 2px;
      color: #111
    }

    .goto77-editorial__num {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--g77-red);
      color: #fff;
      font-weight: 800;
      font-size: 13px
    }

    .goto77-editorial-facts {
      max-width: 1180px;
      margin: 50px auto 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px
    }

    .goto77-editorial-fact {
      padding: 25px 26px;
      border: 1px solid var(--g77-border);
      border-radius: 22px;
      background: #fff
    }

    .goto77-editorial-fact span {
      display: block;
      color: var(--g77-red);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 8px
    }

    .goto77-editorial-fact h3 {
      font-size: 20px;
      margin: 0 0 8px
    }

    .goto77-editorial-fact p {
      color: #555;
      line-height: 1.6;
      margin: 0
    }

    .goto77-reviews-section {
      background: #f7f7f7
    }

    .goto77-review-shell {
      max-width: 1180px;
      margin: 0 auto
    }

    .goto77-review-overview {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 22px;
      margin-bottom: 26px
    }

    .goto77-review-score,
    .goto77-review-notice {
      background: #fff;
      border: 1px solid var(--g77-border);
      border-radius: 24px;
      padding: 28px
    }

    .goto77-review-score strong {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: 56px;
      line-height: 1;
      display: block;
      margin-bottom: 10px
    }

    .goto77-review-score .goto77-review-stars {
      font-size: 22px;
      letter-spacing: 3px;
      color: var(--g77-red)
    }

    .goto77-review-score small {
      display: block;
      margin-top: 10px;
      color: #666;
      font-size: 14px
    }

    .goto77-review-notice {
      display: flex;
      gap: 16px;
      align-items: flex-start
    }

    .goto77-review-notice__icon {
      width: 42px;
      height: 42px;
      flex: 0 0 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--g77-red-soft);
      color: var(--g77-red);
      font-weight: 900;
      font-size: 20px
    }

    .goto77-review-notice h3 {
      font-size: 20px;
      margin: 0 0 8px
    }

    .goto77-review-notice p {
      color: #555;
      line-height: 1.65;
      margin: 0
    }

    .goto77-review-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px
    }

    .goto77-review-card {
      background: #fff;
      border: 1px solid var(--g77-border);
      border-radius: 24px;
      padding: 26px;
      display: flex;
      flex-direction: column;
      min-height: 270px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, .045)
    }

    .goto77-review-card__stars {
      color: var(--g77-red);
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 18px
    }

    .goto77-review-card h3 {
      font-size: 20px;
      line-height: 1.3;
      margin: 0 0 12px
    }

    .goto77-review-card p {
      color: #555;
      line-height: 1.7;
      margin: 0 0 22px;
      flex: 1
    }

    .goto77-review-card__author {
      border-top: 1px solid #eee;
      padding-top: 17px;
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center
    }

    .goto77-review-card__author strong {
      font-size: 14px
    }

    .goto77-review-card__author span {
      font-size: 12px;
      color: #777;
      background: #f2f2f2;
      border-radius: 999px;
      padding: 6px 9px
    }

    .goto77-faq-categories {
      max-width: 1120px;
      margin: 0 auto 26px;
      display: flex;
      justify-content: center;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 4px;
      scrollbar-width: none
    }

    .goto77-faq-filter {
      border: 1px solid #ccc;
      background: #fff;
      color: #111;
      border-radius: 999px;
      min-height: 44px;
      padding: 0 22px;
      font-weight: 800;
      white-space: nowrap;
      cursor: pointer
    }

    .goto77-faq-filter.is-active {
      background: #111;
      color: #fff;
      border-color: #111
    }

    .goto77-faq-list {
      max-width: 1120px;
      margin: 0 auto;
      display: block;
      border-top: 1px solid #d9d9d9
    }

    .goto77-faq-item {
      border: 0;
      border-bottom: 1px solid #d9d9d9;
      border-radius: 0;
      background: transparent;
      overflow: hidden
    }

    .goto77-faq-question {
      background: transparent;
      padding: 27px 6px;
      font-size: 20px;
      line-height: 1.4;
      align-items: center
    }

    .goto77-faq-question:hover {
      color: var(--g77-red)
    }

    .goto77-faq-icon {
      background: #111;
      transition: transform .2s ease, background .2s ease
    }

    .goto77-faq-answer {
      padding: 0 64px 28px 6px;
      color: #555;
      font-size: 16px;
      line-height: 1.75
    }

    .goto77-faq-answer p {
      margin: 0
    }

    .goto77-faq-item.is-open .goto77-faq-question {
      color: var(--g77-red)
    }

    .goto77-faq-item.is-open .goto77-faq-icon {
      background: var(--g77-red)
    }

    .goto77-faq-item[hidden] {
      display: none !important
    }

    @media(max-width:980px) {
      .goto77-editorial {
        grid-template-columns: 1fr;
        gap: 30px
      }

      .goto77-editorial__aside {
        position: static
      }

      .goto77-editorial-facts {
        grid-template-columns: 1fr 1fr
      }

      .goto77-review-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:767px) {
      .goto77-editorial__lead {
        font-size: 18px !important
      }

      .goto77-editorial__content p {
        font-size: 16px
      }

      .goto77-editorial__aside {
        padding: 24px 20px;
        border-radius: 22px
      }

      .goto77-editorial-facts {
        grid-template-columns: 1fr;
        margin-top: 30px
      }

      .goto77-review-overview {
        grid-template-columns: 1fr
      }

      .goto77-review-grid {
        grid-template-columns: 1fr
      }

      .goto77-review-card {
        min-height: auto
      }

      .goto77-faq-categories {
        justify-content: flex-start
      }

      .goto77-faq-question {
        padding: 22px 2px;
        font-size: 17px
      }

      .goto77-faq-answer {
        padding: 0 42px 22px 2px;
        font-size: 15px
      }
    }

    .goto77-footer {
      background: #111;
      color: #fff;
      padding: 60px 0 110px;
      border-top: 8px solid var(--g77-red)
    }

    .goto77-footer-grid {
      display: grid;
      grid-template-columns: 1.4fr repeat(3, 1fr);
      gap: 42px
    }

    .goto77-footer-logo {
      width: 190px;
      margin-bottom: 18px
    }

    .goto77-footer p {
      color: #ccc;
      line-height: 1.65
    }

    .goto77-footer h3 {
      color: var(--g77-gold);
      font-size: 17px;
      margin: 0 0 16px
    }

    .goto77-footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 10px
    }

    .goto77-footer a {
      color: #fff;
      text-decoration: none
    }

    .goto77-footer a:hover {
      color: var(--g77-gold)
    }

    .goto77-footer-bottom {
      border-top: 1px solid #333;
      margin-top: 38px;
      padding-top: 22px;
      font-size: 13px;
      color: #aaa
    }

    .goto77-sticky {
      position: fixed;
      z-index: 1200;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border-top: 3px solid var(--g77-red);
      box-shadow: 0 -10px 28px rgba(0, 0, 0, .12)
    }

    .goto77-sticky__inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      gap: 20px
    }

    .goto77-sticky__img {
      width: 58px;
      height: 58px;
      border-radius: 12px;
      object-fit: cover
    }

    .goto77-sticky__copy {
      min-width: 0;
      flex: 1
    }

    .goto77-sticky__copy strong {
      display: block;
      font-size: 16px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
    }

    .goto77-sticky__copy span {
      font-size: 13px;
      color: #666
    }

    .goto77-sticky__bonus {
      font-family: SamsungSharpSans, Arial, sans-serif;
      font-size: 28px;
      font-weight: 800;
      color: var(--g77-red);
      white-space: nowrap
    }

    .goto77-sticky__actions {
      display: flex;
      gap: 10px
    }

    @media(max-width:1100px) {
      .goto77-nav {
        display: none
      }

      .goto77-buying-tool {
        grid-template-columns: 1fr;
        gap: 28px
      }

      .goto77-gallery {
        position: static
      }

      .goto77-gallery__main {
        min-height: 480px
      }

      .goto77-benefit-grid {
        grid-template-columns: repeat(2, 1fr)
      }

      .goto77-footer-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:767px) {
      body {
        padding-bottom: 76px
      }

      .goto77-container {
        width: min(100% - 28px, 1440px)
      }

      .goto77-gnb__inner {
        min-height: 68px;
        gap: 12px
      }

      .goto77-logo {
        flex-basis: 130px
      }

      .goto77-logo img {
        width: 128px;
        height: 48px
      }

      .goto77-icon-btn {
        display: none
      }

      .goto77-daftar {
        min-height: 42px;
        padding: 0 80px;
        font-size: 13px
      }

      .goto77-breadcrumb {
        padding: 14px 0
      }

      .goto77-buying-tool {
        padding-top: 10px
      }

      .goto77-gallery__main {
        min-height: auto;
        border-radius: 22px
      }

      .goto77-gallery__main img {
        max-height: none
      }

      .goto77-panel {
        padding: 24px;
        border-radius: 22px
      }

      .goto77-panel h1 {
        font-size: 36px
      }

      .goto77-bonus strong {
        font-size: 52px
      }

      .goto77-option-grid {
        grid-template-columns: 1fr
      }

      .goto77-cta-row {
        grid-template-columns: 1fr
      }

      .goto77-crossnav__inner {
        justify-content: flex-start;
        gap: 24px
      }

      .goto77-section {
        padding: 58px 0
      }

      .goto77-benefit-grid {
        grid-template-columns: 1fr
      }

      .goto77-slide img {
        aspect-ratio: 4/3
      }

      .goto77-slide__content {
        left: 8%;
        right: 8%;
        max-width: none
      }

      .goto77-slide__content p {
        font-size: 15px
      }

      .goto77-article {
        grid-template-columns: 1fr
      }

      .goto77-footer-grid {
        grid-template-columns: 1fr
      }

      .goto77-sticky__inner {
        min-height: 72px;
        gap: 10px
      }

      .goto77-sticky__img {
        width: 48px;
        height: 48px
      }

      .goto77-sticky__copy span,
      .goto77-sticky__bonus {
        display: none
      }

      .goto77-sticky__actions .goto77-btn--secondary {
        display: none
      }

      .goto77-sticky__actions .goto77-btn {
        min-height: 44px;
        padding: 0 16px;
        font-size: 13px
      }
    }