.elementor .ia-checkout-shell{display:flex;flex-direction:column;/* =========================================================
 INGLÊS AVANÇADO — CHECKOUT PRO
 ========================================================= */

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  background:
      radial-gradient(
          circle at 82% 8%,
          rgba(195, 28, 135, 0.10),
          transparent 34%
      ),
      #050406;
}


/* =========================================================
 PÁGINA
 ========================================================= */

.ia-checkout-page {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;

  padding:
      clamp(64px, 7vw, 110px)
      clamp(20px, 5vw, 80px)
      clamp(70px, 7vw, 110px);

  background:
      radial-gradient(
          circle at 78% 8%,
          rgba(204, 28, 139, 0.08),
          transparent 32%
      ),
      #050406;
}


/* =========================================================
 HERO
 ========================================================= */

.ia-checkout-hero {
  width: min(900px, 100%);
  margin: 0 auto clamp(55px, 6vw, 90px);
  text-align: center;
}

.ia-checkout-eyebrow {
  display: block;

  margin-bottom: 24px;

  color: #ff45c4;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;

  letter-spacing: 4px;
}

.ia-checkout-hero h1 {
  margin: 0;

  color: #fff;

  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 800;
  line-height: 0.98;

  letter-spacing: -2.5px;
}

.ia-checkout-hero p {
  max-width: 760px;

  margin:
      clamp(24px, 3vw, 34px)
      auto
      0;

  color: #aaa0b2;

  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.7;
}


/* =========================================================
 GRID PRINCIPAL
 ========================================================= */

.ia-checkout-grid {
  width: min(1400px, 100%);

  margin: 0 auto;

  display: grid;

  grid-template-columns:
      minmax(0, 1.15fr)
      minmax(360px, 0.85fr);

  gap: clamp(24px, 3vw, 38px);

  align-items: start;
}


/* =========================================================
 CARDS
 ========================================================= */

.ia-checkout-card {
  width: 100%;
  min-width: 0;

  box-sizing: border-box;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;

  background:
      radial-gradient(
          circle at 100% 0%,
          rgba(217, 31, 148, 0.09),
          transparent 42%
      ),
      linear-gradient(
          145deg,
          #160b14,
          #0d090e 58%,
          #09080a
      );

  box-shadow:
      0 25px 70px rgba(0, 0, 0, 0.22);

  overflow: hidden;
}

.ia-checkout-form-card {
  padding:
      clamp(28px, 3.5vw, 52px);
}

.ia-checkout-benefits {
  padding:
      clamp(34px, 4vw, 58px);

  position: sticky;
  top: 28px;
}


/* =========================================================
 PASSO 01
 ========================================================= */

.ia-checkout-step {
  display: flex;
  align-items: center;

  gap: 18px;

  margin-bottom: 42px;
}

.ia-checkout-step-number {
  width: 54px;
  height: 54px;

  flex: 0 0 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(236, 46, 170, 0.35);
  border-radius: 17px;

  background:
      rgba(214, 35, 151, 0.09);

  color: #e7dce8;

  font-size: 16px;
  font-weight: 800;
}

.ia-checkout-step-text {
  min-width: 0;

  display: flex;
  flex-direction: column;

  gap: 5px;
}

.ia-checkout-step-text strong {
  color: #fff;

  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
}

.ia-checkout-step-text span {
  color: #a79ba9;

  font-size: 15px;
  line-height: 1.45;
}


/* =========================================================
 FORMULÁRIO PMS
 ========================================================= */

/* campos */

.ia-checkout-form-card input[type="text"],
.ia-checkout-form-card input[type="email"],
.ia-checkout-form-card input[type="password"],
.ia-checkout-form-card input[type="tel"],
.ia-checkout-form-card select,
.ia-checkout-form-card textarea {

  width: 100% !important;
  max-width: 100% !important;

  min-height: 58px;

  box-sizing: border-box;

  padding: 0 18px !important;

  color: #fff !important;

  background: #050506 !important;

  border:
      1px solid
      rgba(255, 255, 255, 0.12) !important;

  border-radius: 14px !important;

  box-shadow: none !important;

  outline: none !important;

  transition:
      border-color .22s ease,
      box-shadow .22s ease,
      background .22s ease;
}

.ia-checkout-form-card input:focus,
.ia-checkout-form-card select:focus,
.ia-checkout-form-card textarea:focus {

  border-color:
      rgba(235, 43, 169, 0.72) !important;

  box-shadow:
      0 0 0 3px
      rgba(235, 43, 169, 0.10) !important;

  background: #080608 !important;
}


/* labels */

.ia-checkout-form-card label {

  display: block;

  margin-bottom: 8px;

  color: #fff !important;

  font-size: 14px !important;
  font-weight: 700 !important;

  line-height: 1.35;
}


/* espaçamento das linhas do formulário */

.ia-checkout-form-card p,
.ia-checkout-form-card .pms-field,
.ia-checkout-form-card .pms-form-field {

  margin-bottom: 22px;
}


/* =========================================================
 PLANOS
 ========================================================= */

.ia-checkout-form-card input[type="radio"] {

  width: 18px;
  height: 18px;

  margin-right: 10px;

  accent-color: #db27a2;
}


/* Cada plano do plugin */

.ia-checkout-form-card .pms-subscription-plan {

  position: relative;

  margin: 12px 0 !important;

  padding: 18px 20px !important;

  border:
      1px solid
      rgba(255, 255, 255, 0.08);

  border-radius: 16px;

  background:
      rgba(255, 255, 255, 0.018);

  transition:
      border-color .2s ease,
      background .2s ease,
      transform .2s ease;
}

.ia-checkout-form-card .pms-subscription-plan:hover {

  border-color:
      rgba(235, 43, 169, 0.38);

  background:
      rgba(219, 39, 162, 0.035);

  transform: translateY(-1px);
}


/* título do plano */

.ia-checkout-form-card
.pms-subscription-plan
label {

  display: inline !important;

  font-size: 16px !important;
  font-weight: 750 !important;

  color: #fff !important;
}


/* descrição */

.ia-checkout-form-card
.pms-subscription-plan-description {

  display: block;

  margin:
      7px 0
      0
      29px !important;

  color: #9e929f !important;

  font-size: 13px !important;
  line-height: 1.55 !important;

  font-style: normal !important;
}


/* =========================================================
 RENOVAÇÃO
 ========================================================= */

.ia-checkout-form-card
input[type="checkbox"] {

  width: 18px;
  height: 18px;

  margin-right: 9px;

  accent-color: #db27a2;
}


/* =========================================================
 BOTÕES
 ========================================================= */

.ia-checkout-form-card
input[type="submit"],

.ia-checkout-form-card
button[type="submit"],

.ia-checkout-form-card
.pms-submit {

  min-height: 56px !important;

  padding: 0 28px !important;

  border: 0 !important;
  border-radius: 14px !important;

  color: #fff !important;

  background:
      linear-gradient(
          100deg,
          #d51b9b,
          #9132cf
      ) !important;

  font-size: 15px !important;
  font-weight: 800 !important;

  cursor: pointer;

  transition:
      transform .2s ease,
      box-shadow .2s ease,
      filter .2s ease;
}

.ia-checkout-form-card
input[type="submit"]:hover,

.ia-checkout-form-card
button[type="submit"]:hover,

.ia-checkout-form-card
.pms-submit:hover {

  transform: translateY(-2px);

  filter: brightness(1.08);

  box-shadow:
      0 14px 30px
      rgba(207, 30, 154, 0.22);
}


/* =========================================================
 MENSAGENS DO PLUGIN
 ========================================================= */

.ia-checkout-form-card
.pms-form-errors-wrapper,

.ia-checkout-form-card
.pms-error,

.ia-checkout-form-card
.pms-message {

  padding: 18px 20px !important;

  margin-bottom: 24px !important;

  border-radius: 13px !important;

  font-size: 14px !important;
  line-height: 1.6 !important;
}


/* =========================================================
 CARD PRO
 ========================================================= */

.ia-pro-content {
  width: 100%;
}

.ia-pro-eyebrow {

  display: block;

  margin-bottom: 20px;

  color: #ff48c5;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 3px;
}

.ia-pro-content h2 {

  max-width: 470px;

  margin:
      0
      0
      38px;

  color: #fff;

  font-size:
      clamp(34px, 3.1vw, 52px);

  font-weight: 800;

  line-height: 1.03;

  letter-spacing: -1.4px;
}


/* =========================================================
 BENEFÍCIOS
 ========================================================= */

.ia-pro-list {
  display: flex;
  flex-direction: column;
}

.ia-pro-item {

  display: grid;

  grid-template-columns:
      38px
      minmax(0, 1fr);

  gap: 15px;

  align-items: start;

  padding: 20px 0;

  border-bottom:
      1px solid
      rgba(255, 255, 255, 0.07);
}

.ia-pro-item:last-child {
  border-bottom: 0;
}

.ia-pro-check {

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
      rgba(220, 32, 156, 0.13);

  color: #ff44c4;

  font-size: 17px;
  font-weight: 900;
}

.ia-pro-item strong {

  display: block;

  margin: 1px 0 6px;

  color: #fff;

  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.ia-pro-item p {

  margin: 0;

  color: #9e929f;

  font-size: 14px;
  line-height: 1.55;
}


/* =========================================================
 TABLET
 ========================================================= */

@media (max-width: 1024px) {

  .ia-checkout-page {

      padding:
          60px
          32px
          70px;
  }

  .ia-checkout-grid {

      grid-template-columns:
          1fr;

      max-width: 760px;
  }

  .ia-checkout-benefits {

      position: static;
  }

  .ia-checkout-hero {

      margin-bottom: 55px;
  }
}


/* =========================================================
 MOBILE
 ========================================================= */

@media (max-width: 767px) {

  .ia-checkout-page {

      width: 100%;

      padding:
          42px
          18px
          50px;
  }


  /* hero */

  .ia-checkout-hero {

      width: 100%;

      margin-bottom: 38px;

      padding: 0 2px;

      text-align: center;
  }

  .ia-checkout-eyebrow {

      margin-bottom: 17px;

      font-size: 11px;

      letter-spacing: 2.4px;
  }

  .ia-checkout-hero h1 {

      font-size:
          clamp(38px, 11vw, 50px);

      line-height: 1.02;

      letter-spacing: -1.5px;
  }

  .ia-checkout-hero h1 br {

      display: none;
  }

  .ia-checkout-hero p {

      margin-top: 20px;

      padding: 0 5px;

      font-size: 15px;

      line-height: 1.65;
  }


  /* cards */

  .ia-checkout-grid {

      width: 100%;

      gap: 20px;
  }

  .ia-checkout-card {

      border-radius: 22px;
  }

  .ia-checkout-form-card,
  .ia-checkout-benefits {

      padding:
          25px
          20px;
  }


  /* step */

  .ia-checkout-step {

      gap: 13px;

      margin-bottom: 31px;
  }

  .ia-checkout-step-number {

      width: 46px;
      height: 46px;

      flex-basis: 46px;

      border-radius: 14px;

      font-size: 14px;
  }

  .ia-checkout-step-text strong {

      font-size: 16px;
  }

  .ia-checkout-step-text span {

      font-size: 13px;
  }


  /* campos */

  .ia-checkout-form-card
  input[type="text"],

  .ia-checkout-form-card
  input[type="email"],

  .ia-checkout-form-card
  input[type="password"],

  .ia-checkout-form-card
  input[type="tel"],

  .ia-checkout-form-card
  select {

      min-height: 54px;
  }


  /* botão */

  .ia-checkout-form-card
  input[type="submit"],

  .ia-checkout-form-card
  button[type="submit"],

  .ia-checkout-form-card
  .pms-submit {

      width: 100% !important;
  }


  /* PRO */

  .ia-pro-content h2 {

      margin-bottom: 26px;

      font-size: 34px;
  }

  .ia-pro-item {

      grid-template-columns:
          34px
          minmax(0, 1fr);

      gap: 12px;

      padding: 17px 0;
  }

  .ia-pro-check {

      width: 29px;
      height: 29px;

      font-size: 15px;
  }
}


/* =========================================================
 TELAS MUITO PEQUENAS
 ========================================================= */

@media (max-width: 380px) {

  .ia-checkout-page {

      padding-left: 14px;
      padding-right: 14px;
  }

  .ia-checkout-form-card,
  .ia-checkout-benefits {

      padding:
          22px
          16px;
  }

  .ia-checkout-hero h1 {

      font-size: 36px;
  }

  .ia-checkout-step {

      align-items: flex-start;
  }
}\n}.elementor .ia-checkout-grid{width:100%;align-items:start;}