.assessment-result {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 20px 45px 20px;

  .ad-preview {
    width: 400px;
  }

  .ad-score {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;

    h1, h2, h3{
      margin: 0 0 10px 0;
    }

    .scores {
      display: flex;
      justify-content: center;
      gap: 40px;
    }
  }

  .ad-recomendations {
    flex: 1;
    padding: 20px;

    ul {
      text-align: left;
      list-style: none;
      li {
        background-color: #fff;
        padding: 10px 20px;
        margin-bottom: 10px;
        border-radius: 12px;
        line-height: 1.5;
        color: #666;
        box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 1px 3px 1px;
        font-size: 14px;
      }
    }
  }

  .ad-block {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    border-radius: 16px;
    overflow: hidden;

    .heading {
      background-color: #fff;
      padding: 10px 20px;
    }
    .social-provider {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: #f5f5f5;
      &.facebook {
        background: #3b5998;
      }
      &.instagram {
        background: #E94259;
      }
      &.linkedin {
        background: #007EBB;
      }
      &.twitter {
        background: #3E3E3E;
      }
    }
    img {
      display: block;
      max-width: 100%;
    }
  }
}

.radial-progress {
  --thickness: 8px;
  border-color: #EEF0FA;
  background: radial-gradient(
    circle,
    transparent 0,
    transparent 62%,
    rgba(229, 231, 235, 0.8) 48%,
    rgba(229, 231, 235, 0.8) 100%
  );
}

.signup-block {
  background-image: url(/assets/upload-bg-720ad0be96ccc849745765615d864db7a7c0be771bfd76c4b5bfdbac34828e9c.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.button {
  background-color: #5670F1;
  color: #fff;
  padding: 10px 20px;
  border-radius: 16px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
  display: inline-block;
  transition: background-color 0.2s;

  &.pale {
    background: #fefefe;
    color: #333;
  }

  &.ghost {
    background: transparent;
    border: 1px solid #000;
    color: #000;
  }


  &:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  &:hover:not(.pale):not(.ghost):not(:disabled) {
    background-color: #3B57E6;
  }

  &:disabled {
    background-color: rgb(86, 112, 241, 0.5);

    &:hover {
      background-color: rgb(86, 112, 241, 0.5);
      cursor: default;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
  }

  &.large {
    padding: 16px 30px;
    font-size: 18px;
  }
}
.upload-section {

  border: 1px solid #ECEDEF;
  &:hover {
    border-color: #5670F1;
    cursor: pointer;
  }
  &.highlight {
    border-color: #5670F1;
  }
  &.active {
    border-color: #5670F1;
    box-shadow: 0 0 8px 0px rgba(86, 112, 241, 0.13), 0 0 56px 0px rgba(86, 112, 241, 0.28);
  }
}

.wizard .dropzone {
  margin: 0 auto;
}
.formats {
  display: flex;
  justify-content: center;
  gap: 40px;

  .format {
    flex: 1;
    cursor: pointer;
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(22, 22, 22, 0.2);
    transition: all 0.2s ease-in-out;

    img {
      max-width: 100%;
      max-height: 200px;
      display: block;
      margin: 0 auto 20px auto;
    }

    input[type="radio"] {
      opacity: 0;
      position: absolute;
    }

    &.discarded {
      opacity: 0.4;
    }

    &:hover {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
  }
}
.format-selector .format {
  height: 246px;
}
.hero {
  height: 100%;
  background: url(/assets/ads-left@2x-150718bd2c3d6a2d480243e1d7b3f569782234aa22538e12ccda94a65800d719.png), url(/assets/ads-right@2x-41b402b3f85c325555d8cdd19de74db921edd155d2c37353c33fc3aa46dbe5fd.png);
  background-repeat: no-repeat;
  background-position: 40px 80px, 95% 80px;
  background-size: 25%;

  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    align-items: center;
    text-align: center;
  }

  h1 {
    font-size: 52px;
  }

  h1, h3 {
    margin-top: 0;
  }
}
:root {
  --shadow-lg: 0 10px 15px -3px hsl(222 47% 11% / .08), 0 4px 6px -4px hsl(222 47% 11% / .04);
  --shadow-glow: 0 0 40px -8px hsl(245 75% 65% / .3 );
  --shadow-glow-large: 0 0 60px -8px hsl(245 75% 65% / .4);
}

.gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(135deg, hsl(245 75% 65%) 0%, hsl(230 85% 64%) 100%)
}

.rotating-word-container {
  display: inline-block;
}

.rotating-word {
  display: inline-block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.rotating-word--out {
  opacity: 0;
  transform: translateY(0.25em);
}

.rotating-word--in {
  opacity: 1;
  transform: translateY(0);
}

.btn-primary {
  background-image: linear-gradient(135deg, hsl(245 75% 65%) 0%, hsl(230 85% 64%) 100%);
  color: white;
  &:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
  }
}

.dropzone-area {
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  animation-duration: 0.3s;
  border-radius: 1rem;
  border-width: 2px;
  border-style: dashed;
  border-color: hsl(220 13% 85%);
  background: #f9fafb;
  box-shadow: var(--shadow-glow);
  &:hover {
    border-color: #6e63e9;
    box-shadow: var(--shadow-glow-large);
  }
  &.highlight {
    border-color: #6e63e9;
    background: #f0f0ff;
  }
  &.active {
    border-color: #6e63e9;
    box-shadow: 0 0 8px 0px rgba(110, 99, 233, 0.13), 0 0 56px 0px rgba(110, 99, 233, 0.28);
  }
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  position: relative;
  cursor: text;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 12px;
  color: rgb(35, 38, 59);
  overflow: hidden;
  width: 100%;
  transition: all 100ms ease-in-out;

  :focus {
    border-color: #c7d1e7;
    box-shadow: 0 1px 0 0 rgb(35, 38, 59 / 5%);
  }
}
html, body {
  min-height: 100%;
  background-color: #F9FAFB;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

html, body, button, input, textarea {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
}

.logo {
  font-family: "Play", sans-serif;
  font-size: 26px;
  color: #111827;
}

img[width="1"][height="1"] {
  display: none !important;
}

.content {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  flex: 1;
  min-width: 360px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content > section,
.content > div:not(header):not(footer) {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}


.content .container {
  flex: 1;
}

h1 {
  font-size: 42px;
  font-weight: 500;
}

h2 {
  font-weight: 400;
  font-size: 36px;
  margin-top: 0;
  line-height: 1.6;
}

h3 {
  font-weight: 400;
  color: rgba(0,0,0,.6);
  line-height: 1.6;
}

a {
  color: #5670F1;
}

small {
  font-size: 14px;
}

.large {
  font-size: 20px;
  line-height: 1.6;
}

.muted {
  color: #666;
}
.pricing-switcher {
  display: flex;
  align-items: center;
  border: 1px solid #ECEDEF;
  background-color: #fff;
  border-radius: 24px;
  padding: 12px 20px;
  margin-bottom: 20px;

}

.pricing-page {

  min-height: 1092px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  padding-top: 112px;
}

.pricing-plans {
  border: 1px solid #ECEDEF;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  width: 90%;
  text-align: left;
  max-width: 1400px;
}

.pricing-plan {
  border-right: 1px solid #ECEDEF;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 40px;
  line-height: 1.5;
  min-height: 350px;
  &:last-child {
    border-right: 0;
  }
  &.distinguised {
    border: 1px solid #5670F1;
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: rgba(71, 98, 231, 0.35) 0px 5px 15px;
  }
  &.custom {
    background: linear-gradient(135deg, #FAFAFA, #E4E8F0);
    border-radius: 0 16px 16px 0;
  }
}

.pricing-plan .hide {
  display: none;
}

.pricing-plan .amount {
  font-size: 1.5rem;
  font-weight: 800;
  margin-right: 4px;
}

.pricing-plan h3 {
  margin-bottom: 4px;
  margin-top: 0;
}

.pricing-plan ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.pricing-plan ul li {
  margin-bottom: 8px;
  background: url(/assets/check-c04b89c6c0e9f427f7fd810d0c45dfd29b9a6a4b5a8d5d3bc572b9bb713f1d15.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding-left: 26px;
}


@media (max-width: 1200px) {
  .pricing-plan {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .pricing-plans {
    flex-direction: column;
  }
  .pricing-plan {
    padding: 40px 20px;
    &.distinguised {
      margin: 20px 0;
      padding-bottom: 40px;
    }
  }
}
.signin {
  .media {
    background: #5670f1;
  }
}

.signin, .signin-modal {
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
    font-weight: bold;
    background: transparent;
    border: 1px solid rgba(22, 22, 22, .2);
    color: rgba(22, 22, 22, 1);
    border-radius: 16px;

    &:hover:not(.pale):not(.ghost):not(:disabled) {
      background-color: transparent;
    }

    .icon {
      width: 28px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 8px;
    }
  }

  .button.google {
    border: 1px solid #db4437;
    color: #db4437;
  }

  .button.facebook {
    border: 1px solid #1877f3;
    color: #1877f3;
  }
}
.testimonial-section {
  overflow: visible;
  height: 14rem;
}

.testimonial-track {
  display: flex;
  width: max-content;
  animation: testimonial-scroll 40s linear infinite;
}

.testimonial-section:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  width: 18rem;
  flex-shrink: 0;
  box-sizing: border-box;
}

@keyframes testimonial-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.wizard {
  max-width: 860px;
  width: 100%;
  flex: 1;
  margin: 0 auto;
  padding: 100px 20px 40px 20px;
  text-align: center;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;

  input {
    max-width: 500px;
  }
  h1 {
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.spinner {
  width: 24px;
  height: 24px;
  border: 3px dotted rgb(193, 193, 193);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.spinner-small {
  width: 16px;
  height: 16px;
  border: 2px dotted rgb(147, 197, 253);
  border-color: var(--primary);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse-ring-outer {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.1);
  }
}

@keyframes pulse-ring-inner {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

.animate-pulse-ring-outer {
  animation: pulse-ring-outer 2s ease-in-out infinite;
}

.animate-pulse-ring-inner {
  animation: pulse-ring-inner 2s ease-in-out infinite;
  animation-delay: 0.5s;
}

@keyframes pulse-icon {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.animate-pulse-icon {
  animation: pulse-icon 2s ease-in-out infinite;
}
.loading-ellipsis {
  animation: ellipsis 2s infinite;
}

@keyframes ellipsis {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
.wizard-steps {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  counter-reset: step;
}

.wizard-steps .wizard-step {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wizard-steps .wizard-step::before {
  counter-increment: step;
  content: counter(step);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.wizard-steps .wizard-step:not(:last-child)::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e0e0e0;
  margin-left: 4px;
}

.wizard-steps .wizard-step.current {
  color: #5670f1;
}

.wizard-steps .wizard-step.current::before {
  background-color: #5670f1;
  color: #fff;
}

.wizard-steps .wizard-step.completed {
  color: #5670f1;
}

.wizard-steps .wizard-step.completed::before {
  counter-increment: step;
  content: "✓";
  /* Unicode checkmark */
  background-color: #5670f1;
  color: #fff;
}

/* Step transitions */
/* Default wizard transitions (non-onboarding contexts) */
[data-brand-wizard-target="step"] {
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: center center;
}

.step-pre-enter {
  opacity: 0;
  transform: translateX(16px);
}
.step-enter {
  opacity: 1;
  transform: translateX(0);
}
.step-exit {
  opacity: 0;
}
.providers {
  display: flex;
  gap: 16px;
}

.provider {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 40px 20px;
  border-radius: 16px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid rgba(22, 22, 22, 0.2);
  transition: all 0.2s ease-in-out;

  &:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  &.active {
    border: 1px solid #5670F1;
  }


  input[type='radio'] {
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer;
  }

  .provider-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 25%;
  }

  &.facebook {
    .provider-icon {
      background-color: #3b5998;
    }
  }

  &.instagram {
    .provider-icon {
      background-color: #E94259;
    }
  }

  &.linkedin {
    .provider-icon {
      background-color: #007EBB;
    }
  }

  &.twitter {
    .provider-icon {
      background-color: #3E3E3E;
    }
  }

  &.discarded {
    opacity: 0.5;
    .provider-icon {
      background-color: #5a5a5a;
    }
  }
}
.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.social-icon.facebook {
  background: #3b5998;
}

.social-icon.linkedin {
  background: #0077b5;
}

.social-icon.instagram {
  background: #e1306c;
}

.social-icon.twitter {
  background: #000000;
}
.toggle {
  cursor: pointer;
  display: inline-block;
  border: none;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 44px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked+.toggle-switch {
  background: linear-gradient(to right, #69A2FD 0%, #7674FF 100%);
}

.toggle-checkbox:checked+.toggle-switch:before {
  left: 22px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
@keyframes ellipsis {
  0% {
    content: "";
  }

  25% {
    content: ".";
  }

  50% {
    content: "..";
  }

  75% {
    content: "...";
  }

  100% {
    content: "";
  }
}

.loading-ellipsis {
  text-align: left;
  display: inline-block;
  width: 4px;

  &::after {
    display: inline-block;
    content: "";
    animation: ellipsis 1.5s infinite;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *








 */
