.elementor-60975 .elementor-element.elementor-element-a79ef1b{--display:flex;}.elementor-60975 .elementor-element.elementor-element-150fbe1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-150fbe1 */.elementor-60975 .elementor-element.elementor-element-150fbe1 h1{
    color: white;
}

.ags-slope-guide__container h2{
    color: white !important;
}

.ags-slope-guide__check-panel h3{
    color: white;
}
    .ags-slope-guide,
    .ags-slope-guide * {
      box-sizing: border-box;
    }

    .ags-slope-guide {
      --ags-red: #cc0000;
      --ags-red-dark: #a90000;
      --ags-ink: #191919;
      --ags-muted: #646464;
      --ags-soft: #f5f5f5;
      --ags-line: #e3e3e3;
      --ags-white: #ffffff;
      --ags-radius: 16px;
      --ags-shadow: 0 18px 55px rgba(0, 0, 0, 0.09);
      color: var(--ags-ink);
      font-family: Poppins, Arial, sans-serif;
      line-height: 1.65;
      background: var(--ags-white);
      overflow: hidden;
    }

    .ags-slope-guide a {
      color: inherit;
      text-decoration: none;
    }

    .ags-slope-guide img,
    .ags-slope-guide iframe {
      display: block;
      max-width: 100%;
    }

    .ags-slope-guide__container {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .ags-slope-guide__hero {
      position: relative;
      padding: 86px 0 58px;
      color: var(--ags-white);
      background:
        radial-gradient(circle at 88% 18%, rgba(204, 0, 0, 0.32), transparent 30%),
        linear-gradient(125deg, #111111 0%, #202020 58%, #0f0f0f 100%);
    }

    .ags-slope-guide__hero::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 5px;
      background: var(--ags-red);
    }

    .ags-slope-guide__hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
      gap: 52px;
      align-items: end;
    }

    .ags-slope-guide__eyebrow,
    .ags-slope-guide__section-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 16px;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .ags-slope-guide__eyebrow {
      color: #ffb3b3;
    }

    .ags-slope-guide__eyebrow::before,
    .ags-slope-guide__section-label::before {
      content: "";
      width: 34px;
      height: 3px;
      border-radius: 99px;
      background: var(--ags-red);
    }

    .ags-slope-guide h1,
    .ags-slope-guide h2,
    .ags-slope-guide h3,
    .ags-slope-guide p {
      margin-top: 0;
    }

    .ags-slope-guide h1 {
      max-width: 850px;
      margin-bottom: 24px;
      font-size: clamp(40px, 6vw, 72px);
      line-height: 1.04;
      letter-spacing: -0.045em;
      font-weight: 700;
    }

    .ags-slope-guide__hero-copy {
      max-width: 780px;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(17px, 2vw, 21px);
    }

    .ags-slope-guide__hero-card {
      padding: 26px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: var(--ags-radius);
      background: rgba(255, 255, 255, 0.07);
      backdrop-filter: blur(10px);
    }

    .ags-slope-guide__hero-card strong {
      display: block;
      margin-bottom: 8px;
      color: var(--ags-white);
      font-size: 18px;
    }

    .ags-slope-guide__hero-card p {
      margin-bottom: 18px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 14px;
    }

    .ags-slope-guide__chips {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .ags-slope-guide__chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 7px 12px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 999px;
      color: #f3f3f3;
      background: rgba(0, 0, 0, 0.18);
      font-size: 12px;
      font-weight: 600;
    }

    .ags-slope-guide__nav-wrap {
      position: relative;
      z-index: 3;
      margin-top: -1px;
      border-bottom: 1px solid var(--ags-line);
      background: rgba(255, 255, 255, 0.96);
    }

    .ags-slope-guide__nav {
      display: flex;
      gap: 8px;
      padding: 14px 0;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .ags-slope-guide__nav::-webkit-scrollbar {
      display: none;
    }

    .ags-slope-guide__nav a {
      flex: 0 0 auto;
      padding: 10px 14px;
      border-radius: 10px;
      color: #404040;
      font-size: 13px;
      font-weight: 600;
      transition: 0.2s ease;
    }

    .ags-slope-guide__nav a:hover,
    .ags-slope-guide__nav a:focus-visible {
      color: var(--ags-white);
      background: var(--ags-red);
      outline: none;
    }

    .ags-slope-guide__section {
      padding: 76px 0;
    }

    .ags-slope-guide__section--soft {
      background: var(--ags-soft);
    }

    .ags-slope-guide__section--dark {
      color: var(--ags-white);
      background: #171717;
    }

    .ags-slope-guide__section-head {
      max-width: 800px;
      margin-bottom: 34px;
    }

    .ags-slope-guide__section-label {
      color: var(--ags-red);
    }

    .ags-slope-guide__section h2 {
      margin-bottom: 16px;
      font-size: clamp(31px, 4vw, 49px);
      line-height: 1.13;
      letter-spacing: -0.035em;
    }

    .ags-slope-guide__section h3 {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 1.3;
    }

    .ags-slope-guide__lead {
      margin-bottom: 0;
      color: var(--ags-muted);
      font-size: 18px;
    }

    .ags-slope-guide__section--dark .ags-slope-guide__lead {
      color: rgba(255, 255, 255, 0.68);
    }

    .ags-slope-guide__video-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.5fr);
      gap: 28px;
      align-items: stretch;
    }

    .ags-slope-guide__video-card,
    .ags-slope-guide__summary-card,
    .ags-slope-guide__card,
    .ags-slope-guide__step,
    .ags-slope-guide__compare-card,
    .ags-slope-guide__notice,
    .ags-slope-guide details {
      border: 1px solid var(--ags-line);
      border-radius: var(--ags-radius);
      background: var(--ags-white);
      box-shadow: var(--ags-shadow);
    }

    .ags-slope-guide__video-card {
      padding: 12px;
    }

    .ags-slope-guide__video-frame {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      border-radius: 12px;
      background: #000;
    }

    .ags-slope-guide__video-frame iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .ags-slope-guide__summary-card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 28px;
    }

    .ags-slope-guide__summary-card h2 {
      margin-bottom: 14px;
      font-size: 27px;
    }

    .ags-slope-guide__summary-card p {
      color: var(--ags-muted);
      font-size: 15px;
    }

    .ags-slope-guide__summary-list,
    .ags-slope-guide__checklist,
    .ags-slope-guide__plain-list {
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .ags-slope-guide__summary-list li,
    .ags-slope-guide__checklist li,
    .ags-slope-guide__plain-list li {
      position: relative;
      padding-left: 28px;
    }

    .ags-slope-guide__summary-list li + li,
    .ags-slope-guide__checklist li + li,
    .ags-slope-guide__plain-list li + li {
      margin-top: 12px;
    }

    .ags-slope-guide__summary-list li::before,
    .ags-slope-guide__checklist li::before,
    .ags-slope-guide__plain-list li::before {
      content: "✓";
      position: absolute;
      top: 0;
      left: 0;
      color: var(--ags-red);
      font-weight: 800;
    }

    .ags-slope-guide__chapters {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 22px;
    }

    .ags-slope-guide__chapter {
      padding: 18px;
      border: 1px solid var(--ags-line);
      border-radius: 13px;
      background: #fafafa;
      transition: transform 0.2s ease, border-color 0.2s ease;
    }

    .ags-slope-guide__chapter:hover {
      transform: translateY(-3px);
      border-color: #c8c8c8;
    }

    .ags-slope-guide__chapter-time {
      display: block;
      margin-bottom: 7px;
      color: var(--ags-red);
      font-size: 13px;
      font-weight: 700;
    }

    .ags-slope-guide__chapter-title {
      display: block;
      color: var(--ags-ink);
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
    }

    .ags-slope-guide__cards {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .ags-slope-guide__card {
      padding: 28px;
      box-shadow: none;
    }

    .ags-slope-guide__card-icon {
      display: inline-grid;
      place-items: center;
      width: 48px;
      height: 48px;
      margin-bottom: 20px;
      border-radius: 13px;
      color: var(--ags-white);
      background: var(--ags-red);
      font-size: 17px;
      font-weight: 700;
    }

    .ags-slope-guide__card p {
      margin-bottom: 0;
      color: var(--ags-muted);
      font-size: 15px;
    }

    .ags-slope-guide__steps {
      display: grid;
      gap: 18px;
      counter-reset: ags-step;
    }

    .ags-slope-guide__step {
      position: relative;
      display: grid;
      grid-template-columns: 82px minmax(0, 1fr);
      gap: 24px;
      align-items: start;
      padding: 28px;
      box-shadow: none;
      counter-increment: ags-step;
    }

    .ags-slope-guide__step-number {
      display: grid;
      place-items: center;
      width: 66px;
      height: 66px;
      border-radius: 16px;
      color: var(--ags-white);
      background: var(--ags-ink);
      font-size: 0;
      font-weight: 700;
    }

    .ags-slope-guide__step-number::before {
      content: counter(ags-step, decimal-leading-zero);
      font-size: 19px;
    }

    .ags-slope-guide__step p {
      margin-bottom: 0;
      color: var(--ags-muted);
    }

    .ags-slope-guide__step-note {
      display: inline-block;
      margin-top: 12px;
      padding: 7px 10px;
      border-radius: 8px;
      color: #7e0000;
      background: #fff0f0;
      font-size: 12px;
      font-weight: 600;
    }

    .ags-slope-guide__comparison {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .ags-slope-guide__compare-card {
      position: relative;
      overflow: hidden;
      padding: 30px;
      box-shadow: none;
    }

    .ags-slope-guide__compare-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: var(--ags-red);
    }

    .ags-slope-guide__compare-badge {
      display: inline-block;
      margin-bottom: 17px;
      padding: 7px 10px;
      border-radius: 7px;
      color: var(--ags-red);
      background: #fff0f0;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }

    .ags-slope-guide__compare-card p {
      color: var(--ags-muted);
    }

    .ags-slope-guide__compare-card .ags-slope-guide__plain-list {
      font-size: 14px;
    }

    .ags-slope-guide__proof-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
    }

    .ags-slope-guide__proof-box {
      padding: 30px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--ags-radius);
      background: rgba(255, 255, 255, 0.05);
    }

    .ags-slope-guide__proof-box h3 {
      color: var(--ags-white);
    }

    .ags-slope-guide__proof-box p,
    .ags-slope-guide__proof-box li {
      color: rgba(255, 255, 255, 0.7);
      font-size: 15px;
    }

    .ags-slope-guide__proof-box .ags-slope-guide__plain-list li::before {
      content: "•";
      color: #ff6b6b;
    }

    .ags-slope-guide__planning-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
      gap: 24px;
      align-items: start;
    }

    .ags-slope-guide__check-panel {
      padding: 32px;
      border-radius: var(--ags-radius);
      background: var(--ags-ink);
      color: var(--ags-white);
    }

    .ags-slope-guide__check-panel h3 {
      font-size: 25px;
    }

    .ags-slope-guide__check-panel p,
    .ags-slope-guide__check-panel li {
      color: rgba(255, 255, 255, 0.72);
    }

    .ags-slope-guide__check-panel .ags-slope-guide__checklist li::before {
      color: #ff5a5a;
    }

    .ags-slope-guide__notice {
      padding: 30px;
      box-shadow: none;
    }

    .ags-slope-guide__notice-kicker {
      display: block;
      margin-bottom: 10px;
      color: var(--ags-red);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .ags-slope-guide__notice p:last-child {
      margin-bottom: 0;
      color: var(--ags-muted);
    }

    .ags-slope-guide__faq {
      display: grid;
      gap: 13px;
    }

    .ags-slope-guide details {
      overflow: hidden;
      box-shadow: none;
    }

    .ags-slope-guide summary {
      position: relative;
      padding: 22px 58px 22px 24px;
      cursor: pointer;
      list-style: none;
      font-weight: 600;
    }

    .ags-slope-guide summary::-webkit-details-marker {
      display: none;
    }

    .ags-slope-guide summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 24px;
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      transform: translateY(-50%);
      border-radius: 50%;
      color: var(--ags-white);
      background: var(--ags-red);
      font-size: 18px;
      line-height: 1;
    }

    .ags-slope-guide details[open] summary::after {
      content: "−";
    }

    .ags-slope-guide__faq-answer {
      padding: 0 24px 23px;
      color: var(--ags-muted);
      font-size: 15px;
    }

    .ags-slope-guide__faq-answer p {
      margin-bottom: 0;
    }

    .ags-slope-guide__cta {
      position: relative;
      overflow: hidden;
      padding: 44px;
      border-radius: 22px;
      color: var(--ags-white);
      background: linear-gradient(120deg, #161616 0%, #2b2b2b 70%, #3d0a0a 100%);
    }

    .ags-slope-guide__cta::after {
      content: "";
      position: absolute;
      right: -90px;
      bottom: -110px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: rgba(204, 0, 0, 0.28);
    }

    .ags-slope-guide__cta-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 30px;
      align-items: center;
    }

    .ags-slope-guide__cta h2 {
      margin-bottom: 12px;
      font-size: clamp(31px, 4vw, 48px);
      line-height: 1.12;
    }

    .ags-slope-guide__cta p {
      max-width: 700px;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.72);
    }

    .ags-slope-guide__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .ags-slope-guide__btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 50px;
      padding: 13px 20px;
      border: 1px solid transparent;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 700;
      transition: 0.2s ease;
    }

    .ags-slope-guide__btn--primary {
      color: var(--ags-white);
      background: var(--ags-red);
    }

    .ags-slope-guide__btn--primary:hover,
    .ags-slope-guide__btn--primary:focus-visible {
      background: var(--ags-red-dark);
      transform: translateY(-2px);
      outline: none;
    }

    .ags-slope-guide__btn--outline {
      color: var(--ags-white);
      border-color: rgba(255, 255, 255, 0.32);
      background: transparent;
    }

    .ags-slope-guide__btn--outline:hover,
    .ags-slope-guide__btn--outline:focus-visible {
      border-color: var(--ags-white);
      background: rgba(255, 255, 255, 0.08);
      outline: none;
    }

    .ags-slope-guide__disclaimer {
      margin: 24px 0 0;
      color: #777;
      font-size: 12px;
      text-align: center;
    }

    @media (max-width: 980px) {
      .ags-slope-guide__hero-grid,
      .ags-slope-guide__video-grid,
      .ags-slope-guide__planning-grid,
      .ags-slope-guide__cta-inner {
        grid-template-columns: 1fr;
      }

      .ags-slope-guide__hero-card {
        max-width: 600px;
      }

      .ags-slope-guide__cards,
      .ags-slope-guide__chapters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .ags-slope-guide__cta .ags-slope-guide__actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 700px) {
      .ags-slope-guide__container {
        width: min(100% - 28px, 1180px);
      }

      .ags-slope-guide__hero {
        padding: 62px 0 46px;
      }

      .ags-slope-guide__hero-grid {
        gap: 32px;
      }

      .ags-slope-guide h1 {
        font-size: clamp(38px, 12vw, 55px);
      }

      .ags-slope-guide__section {
        padding: 58px 0;
      }

      .ags-slope-guide__cards,
      .ags-slope-guide__chapters,
      .ags-slope-guide__comparison,
      .ags-slope-guide__proof-grid {
        grid-template-columns: 1fr;
      }

      .ags-slope-guide__step {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .ags-slope-guide__step-number {
        width: 54px;
        height: 54px;
        border-radius: 13px;
      }

      .ags-slope-guide__cta {
        padding: 30px 24px;
      }

      .ags-slope-guide__actions,
      .ags-slope-guide__btn {
        width: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .ags-slope-guide *,
      .ags-slope-guide *::before,
      .ags-slope-guide *::after {
        scroll-behavior: auto !important;
        transition: none !important;
      }
    }/* End custom CSS */