.elementor-168 .elementor-element.elementor-element-aa65edc{--display:flex;}.elementor-168 .elementor-element.elementor-element-bc455da > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bc455da */.amg-coaching {
  --black: #050505;
  --soft-black: #101010;
  --blue: #00D7FF;
  --blue-rgb: 0, 215, 255;
  --blue-transparent: #00D7FF2E;
  --white: #ffffff;
  --muted: #a8afb4;
  --line: rgba(255, 255, 255, .14);
  --green: #8ef0b3;

  overflow: hidden;
  color: var(--white);
  background: var(--black);
  font-family: Arial, sans-serif;
}

.amg-coaching * {
  box-sizing: border-box;
}

.amg-coaching__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.amg-coaching__hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 77% 46%, rgba(var(--blue-rgb), .18), transparent 22%),
    radial-gradient(circle at 95% 10%, rgba(var(--blue-rgb), .07), transparent 25%),
    var(--black);
}

.amg-coaching__hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 57%;
  width: 1px;
  background: linear-gradient(transparent, var(--blue-transparent), transparent);
  content: "";
}

.amg-coaching__hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: center;
  min-height: 690px;
}

.amg-coaching__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.amg-coaching__eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.amg-coaching h1 {
  max-width: 620px;
  margin: 0 0 21px;
  color: var(--white);
  font-size: clamp(43px, 5.2vw, 72px);
  font-weight: 750;
  line-height: .99;
  letter-spacing: -.065em;
}

.amg-coaching h1 span {
  color: var(--blue);
}

.amg-coaching__lead {
  max-width: 530px;
  margin: 0 0 31px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.amg-coaching__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
}

.amg-coaching__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 15px 21px;
  color: #001317;
  background: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.amg-coaching__button:hover {
  color: var(--white);
  background: #00b9dc;
  transform: translateY(-2px);
}

.amg-coaching__button span {
  margin-left: 11px;
  font-size: 18px;
}

.amg-coaching__phone {
  display: inline-flex;
  padding: 15px 3px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}

.amg-coaching__phone:hover {
  color: var(--blue);
}

/* HERO DASHBOARD */

.amg-coaching-visual {
  position: relative;
  min-height: 535px;
  isolation: isolate;
}

.amg-coaching-visual::before,
.amg-coaching-visual::after {
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: -1;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.amg-coaching-visual::before {
  width: 440px;
  height: 440px;
  border: 1px solid var(--blue-transparent);
  animation: amg-coaching-orbit 17s linear infinite;
}

.amg-coaching-visual::after {
  width: 300px;
  height: 300px;
  border: 38px solid rgba(var(--blue-rgb), .06);
}

.amg-coaching-dashboard {
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: 2;
  width: min(420px, 84%);
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(var(--blue-rgb), .42);
  border-radius: 12px;
  background: #0c1114;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .56), 0 0 45px rgba(var(--blue-rgb), .08);
  transform: translate(-50%, -50%) rotate(-3deg);
  animation: amg-coaching-dashboard-float 5.8s ease-in-out infinite;
}

.amg-coaching-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.amg-coaching-dashboard__brand,
.amg-coaching-dashboard__secure {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.amg-coaching-dashboard__brand {
  color: #effafb;
}

.amg-coaching-dashboard__brand::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 13px var(--blue);
  content: "";
}

.amg-coaching-dashboard__secure {
  color: var(--green);
}

.amg-coaching-dashboard__secure::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  animation: amg-coaching-pulse 1.8s ease-in-out infinite;
}

.amg-coaching-dashboard__body {
  padding: 13px 2px 2px;
}

.amg-coaching-dashboard__welcome {
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.amg-coaching-dashboard__welcome small {
  display: block;
  margin-top: 4px;
  color: #9ba8ae;
  font-size: 8px;
  font-weight: 400;
}

.amg-coaching-dashboard__plan {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 11px;
  align-items: center;
  margin-bottom: 10px;
  padding: 11px;
  border: 1px solid rgba(var(--blue-rgb), .22);
  border-radius: 6px;
  background: rgba(var(--blue-rgb), .05);
}

.amg-coaching-progress {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--blue) 0 72%, rgba(255,255,255,.10) 72% 100%);
}

.amg-coaching-progress::before {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #11171a;
  content: "";
}

.amg-coaching-progress span {
  position: absolute;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.amg-coaching-dashboard__plan strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
}

.amg-coaching-dashboard__plan small {
  display: block;
  color: #a8b3b8;
  font-size: 8px;
}

.amg-coaching-dashboard__payment {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 10px 11px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  background: rgba(255,255,255,.025);
}

.amg-coaching-dashboard__payment span {
  display: block;
  margin-bottom: 4px;
  color: #8d9ba2;
  font-size: 8px;
}

.amg-coaching-dashboard__payment strong {
  color: #fff;
  font-size: 10px;
}

.amg-coaching-dashboard__payment-status {
  padding: 6px 7px;
  color: #001b0b;
  border-radius: 3px;
  background: var(--green);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.amg-coaching-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(var(--blue-rgb), .30);
  border-radius: 7px;
  background: rgba(13, 18, 21, .94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .30);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.amg-coaching-card__icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #001317;
  border-radius: 50%;
  background: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.amg-coaching-card strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 10px;
}

.amg-coaching-card small {
  display: block;
  color: #a3b0b7;
  font-size: 9px;
}

.amg-coaching-card--payment {
  top: 8%;
  right: 0;
  animation: amg-coaching-card-float 5.1s ease-in-out .5s infinite;
}

.amg-coaching-card--client {
  bottom: 8%;
  left: 1%;
  animation: amg-coaching-card-float 5.7s ease-in-out .2s infinite reverse;
}

.amg-coaching-dots {
  position: absolute;
  right: 6%;
  bottom: 3%;
  width: 100px;
  height: 75px;
  opacity: .55;
  background-image: radial-gradient(var(--blue) 1px, transparent 1px);
  background-size: 12px 12px;
  animation: amg-coaching-dots 5s ease-in-out infinite;
}

@keyframes amg-coaching-dashboard-float {
  0%, 100% { transform: translate(-50%, -50%) rotate(-3deg) translateY(0); }
  50% { transform: translate(-50%, -50%) rotate(-3deg) translateY(-13px); }
}

@keyframes amg-coaching-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes amg-coaching-orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes amg-coaching-pulse {
  0%, 100% { opacity: .45; box-shadow: 0 0 0 0 rgba(142,240,179,.4); }
  50% { opacity: 1; box-shadow: 0 0 0 5px rgba(142,240,179,0); }
}

@keyframes amg-coaching-dots {
  0%, 100% { opacity: .28; transform: translateY(0); }
  50% { opacity: .8; transform: translateY(-8px); }
}

/* BENEFITS */

.amg-coaching__benefits {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
}

.amg-coaching__section-head {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  margin-bottom: 48px;
}

.amg-coaching h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.7vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.048em;
}

.amg-coaching__section-head p {
  max-width: 535px;
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.amg-coaching__benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.amg-coaching__benefit {
  min-height: 250px;
  padding: 31px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft-black);
  transition: background .25s ease;
}

.amg-coaching__benefit:hover {
  background: linear-gradient(135deg, rgba(var(--blue-rgb), .1), transparent 72%), var(--soft-black);
}

.amg-coaching__benefit-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  margin-bottom: 36px;
  color: var(--blue);
  border: 1px solid var(--blue-transparent);
  border-radius: 50%;
  background: rgba(var(--blue-rgb), .06);
}

.amg-coaching__benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  fill: none;
}

.amg-coaching__benefit h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -.025em;
}

.amg-coaching__benefit p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.amg-coaching__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 72px;
  padding: 39px 42px;
  border: 1px solid var(--blue-transparent);
  background: linear-gradient(105deg, var(--blue-transparent), transparent 70%);
}

.amg-coaching__cta h2 {
  max-width: 620px;
  font-size: clamp(25px, 3vw, 37px);
}

@media (max-width: 820px) {
  .amg-coaching__inner {
    padding: 0 18px;
  }

  .amg-coaching__hero,
  .amg-coaching__hero-grid {
    min-height: auto;
  }

  .amg-coaching__hero::before {
    display: none;
  }

  .amg-coaching__hero-grid {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 76px 0 48px;
  }

  .amg-coaching-visual {
    min-height: 440px;
    margin: 5px -18px 0;
  }

  .amg-coaching-dashboard {
    left: 49%;
    width: min(405px, 82%);
  }

  .amg-coaching-card--payment {
    right: 3%;
  }

  .amg-coaching__benefits {
    padding: 72px 0;
  }

  .amg-coaching__section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .amg-coaching__benefit-grid {
    grid-template-columns: 1fr;
  }

  .amg-coaching__benefit {
    min-height: auto;
  }

  .amg-coaching__benefit-icon {
    margin-bottom: 23px;
  }

  .amg-coaching__cta {
    display: block;
    margin-top: 48px;
    padding: 31px 28px;
  }

  .amg-coaching__cta h2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 420px) {
  .amg-coaching__phone {
    width: 100%;
  }

  .amg-coaching-dashboard {
    width: 92%;
  }

  .amg-coaching-card--payment {
    top: 2%;
    right: 0;
  }

  .amg-coaching-card--client {
    bottom: 1%;
    left: 0;
  }

  .amg-coaching-dots {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .amg-coaching *,
  .amg-coaching *::before,
  .amg-coaching *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */