/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-2xl: 96rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-amber-500 {
    border-color: var(--color-amber-500);
  }
  .border-blue-500 {
    border-color: var(--color-blue-500);
  }
  .border-violet-500 {
    border-color: var(--color-violet-500);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-white {
    color: var(--color-white);
  }
}
body {
  background-color: black;
  color: white;
  &.layout-default {
    section {
      padding: 4rem;
      h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
      }
      h2 {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
        margin-top: 4rem;
      }
      h3 {
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 400;
        margin-bottom: 1.5rem;
        margin-top: 3rem;
      }
      p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 200;
        margin-bottom: 1.5rem;
      }
      footer {
        margin-top: 3rem;
      }
      a {
        color: var(--color-indigo-400);
        transition: color .2s ease-in-out;
        &:hover, &:active {
          color: white;
        }
      }
      hr {
        border-color: oklch(20% 0 0);
        margin: 3rem 0;
      }
      ul {
        list-style: disc;
        padding-left: 3rem;
        margin-left: 2rem;
        margin-bottom: 3rem;
        margin-top: 3rem;
        font-weight: 100;
        li {
          font-size: 1.4rem;
          margin-bottom: .5rem;
          ul {
            margin-top: .5rem;
          }
        }
      }
      table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 3rem;
        margin-top: 3rem;
        th, td {
          padding: 1rem;
          border: 1px solid oklch(20% 0 0);
        }
        th {
          text-align: left;
          background-color: oklch(20% 0 0);
        }
      }
      ol {
        list-style: decimal;
        &[type="a"] {
          list-style: lower-alpha;
        }
        &[type="i"] {
          list-style: lower-roman;
        }
        padding-left: 3rem;
        margin-left: 2rem;
        margin-bottom: 3rem;
        margin-top: 3rem;
        li {
          font-size: 1.4rem;
          line-height: 1.8rem;
          font-weight: 200;
          margin-bottom: 1rem;
        }
      }
    }
  }
}
#container {
  max-width: var(--breakpoint-2xl);
  margin-inline: auto;
  min-width: 640px;
}
#logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 3);
}
nav {
  padding-block: calc(var(--spacing) * 8);
  padding-inline: calc(var(--spacing) * 8);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 80rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 96rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
  display: flex;
  align-items: center;
  #logo {
    img {
      width: 48px;
      height: 48px;
    }
    .text-logo {
      font-size: 2rem;
      line-height: 2rem;
      font-weight: 600;
    }
    .text-slogan {
      font-size: 1.4rem;
      line-height: 1rem;
      font-weight: 100;
      display: none;
    }
  }
  ul {
    font-size: 1.5rem;
    font-weight: 200;
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
    margin-left: auto;
    li {
      a {
        color: white;
        transition: color .2s ease-in-out;
        &:hover, &:active {
          color: #9852b5;
        }
      }
    }
  }
}
button, a {
  &.cta {
    display: inline-block;
    background: linear-gradient(180deg,rgba(166, 132, 255, 1) 0%, rgba(166, 132, 255, 0) 100%);
    background-color: #9852b5;
    color: white;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 100;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
    text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    &:hover, &:active {
      color: white;
      background-color: rgba(166, 132, 255, 1);
    }
    &:focus,
        &:active {
      outline: none;
      box-shadow: 0 0 15px rgba(255,255,255,1);
    }
  }
  &.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
input[type="email"],
input[type="text"] {
  background-color: white;
  font-size: 1.4rem;
  font-weight: 300;
  border: none;
  border-radius: 5px;
  padding: 1rem 2rem;
  color: oklch(14.5% 0 0);
  transition: box-shadow .2s ease-in-out;
  &:focus,
    &:active {
    outline: none;
    box-shadow: 0 0 15px rgba(255,255,255,1);
  }
}
#mc_embed_signup {
  input.mce_inline_error {
    color: oklch(63.7% .237 25.331);
    max-width: 450px !important;
  }
  div.mce_inline_error,
    div#mce-error-response {
    padding: 5px 10px;
    font-size: 1.4rem !important;
    background-color: transparent !important;
    font-weight: 100 !important;
    color: oklch(70.4% .191 22.216) !important;
    z-index: 1;
    position: absolute !important;
    margin: 0 !important;
    max-width: 450px !important;
  }
  div#mce-success-response {
    padding: 5px 10px;
    font-size: 1.4rem !important;
    font-weight: 100 !important;
    color: oklch(87.1% .15 154.449) !important;
    position: absolute !important;
    margin: 0 !important;
    max-width: 450px !important;
  }
}
body#page-home header#hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  background-image: url('/assets/img/hero-guitar.jpg'),
        radial-gradient(circle at 33% 33%, rgba(23, 23, 23, 1) 0%,
            rgba(30, 26, 76, 1) 33%,
            rgba(67, 45, 216, 1) 80%,
            rgba(124, 134, 255, 1) 100%);
  background-position: bottom center;
  background-size: cover, cover;
  background-blend-mode: soft-light, normal;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  section {
    padding-top: calc(var(--spacing) * 36);
    padding-bottom: calc(var(--spacing) * 40);
    padding-inline: calc(var(--spacing) * 10);
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 60);
    }
  }
  a:not(.cta) {
    color: white;
    transition: color .2s ease-in-out;
    &:hover, &:active {
      color: #9852b5;
    }
  }
  strong {
    font-weight: 700;
  }
  #logo {
    margin-bottom: 10rem;
    color: white;
    &:hover, &:active {
      color: white;
    }
    img {
      width: 100px;
      height: 100px;
    }
    .text-logo {
      font-size: 5.5rem;
      line-height: 5.5rem;
      font-weight: bold;
      margin-top: 3px;
    }
    .text-slogan {
      font-size: 1.4rem;
      line-height: 1rem;
      font-weight: 100;
      display: inline;
    }
  }
  #features {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 10);
    }
    margin-bottom: 3rem;
    .feature {
      display: flex;
      gap: calc(var(--spacing) * 4);
      margin-bottom: 2.2rem;
      svg {
        stroke: #9852b5 !important;
      }
      .icon {
        width: 60px;
      }
      h2 {
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 2.75rem;
        margin-bottom: 1rem;
      }
      p {
        font-size: 1.6rem;
        font-weight: 100;
        max-width: 500px;
      }
    }
  }
  #cta {
    display: flex;
    gap: calc(var(--spacing) * 6);
    align-items: center;
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 10);
    }
    p {
      font-size: 1.4rem;
      font-weight: 200;
    }
  }
}
#trade-protection {
  padding-block: calc(var(--spacing) * 20);
  padding-inline: calc(var(--spacing) * 10);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 20);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 40);
  }
  background-color: var(--color-neutral-900);
  color: white;
  h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: .8rem;
  }
  p {
    font-size: 1.4rem;
    font-weight: 100;
  }
  #tiers {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    gap: calc(var(--spacing) * 6);
    margin-top: 3rem;
    .tier {
      padding: 4rem 3rem 3rem;
      border-radius: 10px;
      border-width: 3px;
      border-style: solid;
      transition: border-color .2s ease-in-out;
      &.tier-basic {
        border-color: var(--color-blue-500);
        border-style: var(--tw-border-style);
        border-width: 2px;
        svg {
          stroke: oklch(62.3% 0.214 259.815);
        }
      }
      &.tier-standard {
        border-color: var(--color-violet-500);
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: oklch(60.6% 0.25 292.717);
        svg {
          stroke: oklch(60.6% 0.25 292.717);
        }
      }
      &.tier-premium {
        border-color: var(--color-amber-500);
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: oklch(82.8% .189 84.429);
        svg {
          stroke: oklch(82.8% .189 84.429);
        }
      }
      &:hover {
        border-color: white;
        svg {
          stroke: white;
        }
      }
      svg {
        margin-bottom: 1.5rem;
        transition: stroke .2s ease-in-out;
      }
      h3 {
        font-size: 1.6rem;
        font-weight: 400;
      }
      p {
        font-size: 1.2rem;
        font-weight: 100;
      }
    }
  }
}
#key-features {
  padding-block: calc(var(--spacing) * 28);
  padding-inline: calc(var(--spacing) * 10);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 20);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 80);
  }
  background-color: black;
  color: white;
  .feature {
    display: flex;
    gap: calc(var(--spacing) * 10);
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid oklch(20% 0 0);
    &:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    svg {
      width: 100px;
      height: 100px;
      margin-bottom: 1rem;
      stroke: #9852b5 !important;
    }
  }
  h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
  }
  p {
    font-size: 1.4rem;
    font-weight: 100;
  }
}
#signup {
  padding-inline: calc(var(--spacing) * 10);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 20);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 40);
  }
  padding-block: calc(var(--spacing) * 20);
  background-color: oklch(25.7% .09 281.288);
  color: white;
  text-align: center;
  h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
  p {
    margin: 1rem 0 2rem;
    font-size: 1.4rem;
    font-weight: 100;
  }
}
footer {
  background-color: black;
  color: oklch(43.9% 0 0);
  padding-inline: calc(var(--spacing) * 10);
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 20);
  }
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 40);
  }
  padding-block: calc(var(--spacing) * 12);
  text-align: center;
  font-weight: 200;
  p {
    font-size: 1.2rem;
  }
  a {
    color: oklch(55.6% 0 0);
    transition: color .2s ease-in-out;
    &:hover, &:active {
      color: white;
    }
  }
}
body#page-contact {
  #contact-methods {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    gap: calc(var(--spacing) * 6);
    margin-top: 3rem;
    .contact-method {
      padding: 4rem 3rem 3rem;
      border-color: oklch(58.5% .233 277.117);
      border-radius: 10px;
      border-width: 3px;
      border-style: solid;
      transition: border-color .2s ease-in-out;
      svg {
        stroke: oklch(58.5% .233 277.117);
        transition: stroke .2s ease-in-out;
      }
      &:hover {
        border-color: white;
        svg {
          stroke: white;
        }
      }
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
