/*! tailwindcss v4.3.0 | 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-pink-100: oklch(94.8% 0.028 342.258);
    --color-gray-50: #d9d9d959;
    --color-gray-100: #e0dde7;
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-brand-pink: #e83d8a;
    --color-brand-pink-pale: #fdecf3;
    --color-green-pale: #e7f4f2;
    --color-yellow-pale: #fef5e3;
    --color-red-pale: #fceded;
    --color-red-deep: #511530;
    --color-text: #2e2e2e;
    --font-primary: "Clash Display", sans-serif;
    --font-secondary: "Quicksand", sans-serif;
    --spacing-30: 7.5rem;
    --shadow-card: 0 8px 40px rgba(45, 27, 105, 0.12);
    --shadow-float: 0 5px 30px rgba(45, 27, 105, 0.12);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@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%;
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-30 {
    right: var(--spacing-30);
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .right-\[15\%\] {
    right: 15%;
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .left-\[35\%\] {
    left: 35%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-99 {
    z-index: 99;
  }
  .z-999 {
    z-index: 999;
  }
  .z-9999 {
    z-index: 9999;
  }
  .container {
    width: 100%;
    @media (width >= 20rem) {
      max-width: 20rem;
    }
    @media (width >= 21.5625rem) {
      max-width: 21.5625rem;
    }
    @media (width >= 23.4375rem) {
      max-width: 23.4375rem;
    }
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @media (width >= 35.4375rem) {
      max-width: 35.4375rem;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 47.9375rem) {
      max-width: 47.9375rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 50rem) {
      max-width: 50rem;
    }
    @media (width >= 62rem) {
      max-width: 62rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 75rem) {
      max-width: 75rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-120 {
    height: calc(var(--spacing) * 120);
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .min-h-96 {
    min-height: calc(var(--spacing) * 96);
  }
  .w-4\/12 {
    width: calc(4 / 12 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6\/12 {
    width: calc(6 / 12 * 100%);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-8\/12 {
    width: calc(8 / 12 * 100%);
  }
  .w-9\/12 {
    width: calc(9 / 12 * 100%);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-10\/12 {
    width: calc(10 / 12 * 100%);
  }
  .w-11\/12 {
    width: calc(11 / 12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-pink-100 {
    background-color: var(--color-pink-100);
  }
  .bg-red-deep {
    background-color: var(--color-red-deep);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #ffffff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-linear-180 {
    --tw-gradient-position: 180deg;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: 180deg in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#FFFDFE\] {
    --tw-gradient-from: #FFFDFE;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-60\% {
    --tw-gradient-from-position: 60%;
  }
  .to-\[\#F8C3DB66\] {
    --tw-gradient-to: #F8C3DB66;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .font-secondary {
    font-family: var(--font-secondary);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#000e2a\] {
    color: #000e2a;
  }
  .text-\[\#2F1F62\] {
    color: #2F1F62;
  }
  .text-brand-pink {
    color: var(--color-brand-pink);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .drop-shadow-xl {
    --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-2xl {
    --tw-backdrop-blur: blur(var(--blur-2xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-3xl {
    --tw-backdrop-blur: blur(var(--blur-3xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .mobilemd\:right-50 {
    @media (width >= 30rem) {
      right: calc(var(--spacing) * 50);
    }
  }
  .mobilemd\:flex {
    @media (width >= 30rem) {
      display: flex;
    }
  }
  .mobilemd\:w-5\/12 {
    @media (width >= 30rem) {
      width: calc(5 / 12 * 100%);
    }
  }
  .mobilemd\:w-8\/12 {
    @media (width >= 30rem) {
      width: calc(8 / 12 * 100%);
    }
  }
  .mobilemd\:w-9\/12 {
    @media (width >= 30rem) {
      width: calc(9 / 12 * 100%);
    }
  }
  .mobilemd\:w-10\/12 {
    @media (width >= 30rem) {
      width: calc(10 / 12 * 100%);
    }
  }
  .mobilemd\:w-11\/12 {
    @media (width >= 30rem) {
      width: calc(11 / 12 * 100%);
    }
  }
  .mobilemd\:w-fit {
    @media (width >= 30rem) {
      width: fit-content;
    }
  }
  .mobilemd\:flex-nowrap {
    @media (width >= 30rem) {
      flex-wrap: nowrap;
    }
  }
  .mobilemd\:gap-8 {
    @media (width >= 30rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .mobilemd\:p-4 {
    @media (width >= 30rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .mobilemd\:p-8 {
    @media (width >= 30rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .mobilemd\:text-3xl {
    @media (width >= 30rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .mobilemd\:text-lg {
    @media (width >= 30rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .mobilelg\:right-64 {
    @media (width >= 35.4375rem) {
      right: calc(var(--spacing) * 64);
    }
  }
  .mobilelg\:p-12 {
    @media (width >= 35.4375rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .sm\:h-54 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 54);
    }
  }
  .sm\:h-64 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 64);
    }
  }
  .sm\:h-100 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 100);
    }
  }
  .sm\:h-fit {
    @media (width >= 40rem) {
      height: fit-content;
    }
  }
  .sm\:w-7\/12 {
    @media (width >= 40rem) {
      width: calc(7 / 12 * 100%);
    }
  }
  .sm\:w-8\/12 {
    @media (width >= 40rem) {
      width: calc(8 / 12 * 100%);
    }
  }
  .sm\:w-9\/12 {
    @media (width >= 40rem) {
      width: calc(9 / 12 * 100%);
    }
  }
  .sm\:w-10\/12 {
    @media (width >= 40rem) {
      width: calc(10 / 12 * 100%);
    }
  }
  .sm\:w-\[90\%\] {
    @media (width >= 40rem) {
      width: 90%;
    }
  }
  .sm\:w-fit {
    @media (width >= 40rem) {
      width: fit-content;
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-20 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .tabletsm\:hidden {
    @media (width >= 47.9375rem) {
      display: none;
    }
  }
  .tabletsm\:w-3\/12 {
    @media (width >= 47.9375rem) {
      width: calc(3 / 12 * 100%);
    }
  }
  .tabletmd\:left-0 {
    @media (width >= 50rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .tabletmd\:h-screen {
    @media (width >= 50rem) {
      height: 100vh;
    }
  }
  .tabletmd\:w-5\/12 {
    @media (width >= 50rem) {
      width: calc(5 / 12 * 100%);
    }
  }
  .tabletmd\:w-6\/12 {
    @media (width >= 50rem) {
      width: calc(6 / 12 * 100%);
    }
  }
  .tabletmd\:w-7\/12 {
    @media (width >= 50rem) {
      width: calc(7 / 12 * 100%);
    }
  }
  .tabletmd\:w-11\/12 {
    @media (width >= 50rem) {
      width: calc(11 / 12 * 100%);
    }
  }
  .tabletmd\:w-\[92\%\] {
    @media (width >= 50rem) {
      width: 92%;
    }
  }
  .tabletmd\:w-full {
    @media (width >= 50rem) {
      width: 100%;
    }
  }
  .tabletmd\:flex-nowrap {
    @media (width >= 50rem) {
      flex-wrap: nowrap;
    }
  }
  .tabletmd\:p-6 {
    @media (width >= 50rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .tabletmd\:p-8 {
    @media (width >= 50rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .tabletmd\:py-24 {
    @media (width >= 50rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .tabletmd\:py-32 {
    @media (width >= 50rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .tabletlg\:right-4 {
    @media (width >= 62rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .tabletlg\:-mt-100 {
    @media (width >= 62rem) {
      margin-top: calc(var(--spacing) * -100);
    }
  }
  .tabletlg\:h-50 {
    @media (width >= 62rem) {
      height: calc(var(--spacing) * 50);
    }
  }
  .tabletlg\:h-100 {
    @media (width >= 62rem) {
      height: calc(var(--spacing) * 100);
    }
  }
  .tabletlg\:h-fit {
    @media (width >= 62rem) {
      height: fit-content;
    }
  }
  .tabletlg\:w-3\/12 {
    @media (width >= 62rem) {
      width: calc(3 / 12 * 100%);
    }
  }
  .tabletlg\:w-4\/12 {
    @media (width >= 62rem) {
      width: calc(4 / 12 * 100%);
    }
  }
  .tabletlg\:w-5\/12 {
    @media (width >= 62rem) {
      width: calc(5 / 12 * 100%);
    }
  }
  .tabletlg\:w-6\/12 {
    @media (width >= 62rem) {
      width: calc(6 / 12 * 100%);
    }
  }
  .tabletlg\:w-9\/12 {
    @media (width >= 62rem) {
      width: calc(9 / 12 * 100%);
    }
  }
  .tabletlg\:w-10\/12 {
    @media (width >= 62rem) {
      width: calc(10 / 12 * 100%);
    }
  }
  .tabletlg\:w-50 {
    @media (width >= 62rem) {
      width: calc(var(--spacing) * 50);
    }
  }
  .tabletlg\:w-\[80\%\] {
    @media (width >= 62rem) {
      width: 80%;
    }
  }
  .tabletlg\:w-fit {
    @media (width >= 62rem) {
      width: fit-content;
    }
  }
  .tabletlg\:w-full {
    @media (width >= 62rem) {
      width: 100%;
    }
  }
  .tabletlg\:max-w-7xl {
    @media (width >= 62rem) {
      max-width: var(--container-7xl);
    }
  }
  .tabletlg\:max-w-lg {
    @media (width >= 62rem) {
      max-width: var(--container-lg);
    }
  }
  .tabletlg\:flex-nowrap {
    @media (width >= 62rem) {
      flex-wrap: nowrap;
    }
  }
  .tabletlg\:gap-10 {
    @media (width >= 62rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .tabletlg\:self-end {
    @media (width >= 62rem) {
      align-self: flex-end;
    }
  }
  .tabletlg\:p-12 {
    @media (width >= 62rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .tabletlg\:py-20 {
    @media (width >= 62rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .tabletlg\:text-4xl {
    @media (width >= 62rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:h-120 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 120);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 64rem) {
      width: calc(5 / 12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 64rem) {
      width: calc(7 / 12 * 100%);
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .laptopmd\:h-135\.5 {
    @media (width >= 75rem) {
      height: calc(var(--spacing) * 135.5);
    }
  }
  .laptopmd\:w-5\/12 {
    @media (width >= 75rem) {
      width: calc(5 / 12 * 100%);
    }
  }
  .laptopmd\:w-6\/12 {
    @media (width >= 75rem) {
      width: calc(6 / 12 * 100%);
    }
  }
  .laptopmd\:w-8\/12 {
    @media (width >= 75rem) {
      width: calc(8 / 12 * 100%);
    }
  }
  .laptopmd\:w-10\/12 {
    @media (width >= 75rem) {
      width: calc(10 / 12 * 100%);
    }
  }
  .laptopmd\:w-11\/12 {
    @media (width >= 75rem) {
      width: calc(11 / 12 * 100%);
    }
  }
  .laptopmd\:p-8 {
    @media (width >= 75rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .laptopmd\:p-16 {
    @media (width >= 75rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .laptopmd\:p-20 {
    @media (width >= 75rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .laptopmd\:py-24 {
    @media (width >= 75rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .laptopmd\:text-base {
    @media (width >= 75rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@font-face {
  font-family: "Clash Display", sans-serif;
  font-weight: 700;
  src: url("./assets/fonts/otf/ClashDisplay-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  src: url("./assets/fonts/otf/ClashDisplay-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  src: url("./assets/fonts/otf/ClashDisplay-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Clash Display", sans-serif;
  font-weight: 400;
  src: url("./assets/fonts/otf/ClashDisplay-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Clash Display", sans-serif;
  font-weight: 300;
  src: url("./assets/fonts/otf/ClashDisplay-Light.otf") format("opentype");
}
@font-face {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  src: url("./assets/fonts/quicksand/Quicksand-Regular.ttf") format("true-type");
}
@font-face {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  src: url("./assets/fonts/quicksand/Quicksand-Medium.ttf") format("true-type");
}
@font-face {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  src: url("./assets/fonts/quicksand/Quicksand-Semibold.ttf") format("true-type");
}
@font-face {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  src: url("./assets/fonts/quicksand/Quicksand-Bold.ttf") format("true-type");
}
:root {
  --color-brand-pink: #e83d8a;
  --color-brand-pink-pale: #fdecf3;
  --color-brand-pink-gradient-deep: #fce2ed;
  --color-brand-pink-gradient-light: #e1aec3;
  --color-brand-purple-deep: #2f1f62;
  --color-brand-purple-mid: #603fc8;
  --color-accent-coral: #ff6b6b;
  --color-gray-50: #d9d9d959;
  --color-gray-100: #e0dde7;
  --color-green-pale: #e7f4f2;
  --color-yellow-pale: #fef5e3;
  --color-red-pale: #fceded;
  --color-red-deep: #511530;
  --color-red-mid: #8b2553;
  --color-white: #ffffff;
  --color-text: #2e2e2e;
  --font-primary: "Clash Display", sans-serif;
  --font-secondary: "Quicksand", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-secondary);
  color: var(--color-text);
  background: var(--color-white);
  overflow-x: hidden;
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}
p {
  font-family: var(--font-secondary);
}
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .container {
    padding: 0 1.5rem;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s ease, transform 0.65s var(--ease-spring);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay {
  transition-delay: 0.15s;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--color-brand-pink);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  border: 1px solid var(--color-brand-pink);
  transition: background 0.2s, transform 0.2s var(--ease-spring), box-shadow 0.2s;
  white-space: nowrap;
}
.btn-primary:hover {
  background: var(--color-red-deep);
  border: 1px solid var(--color-red-deep);
}
.btn-primary.large {
  padding: 0.85rem 2rem;
  font-size: 1rem;
}
.btn-primary.full-w {
  width: 100%;
  justify-content: center;
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--color-brand-pink);
  padding: 0.6rem 1.25rem;
  border-radius: 10px;
  border: 1px solid var(--color-brand-pink);
  transition: border-color 0.2s, color 0.2s;
}
.btn-join {
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  padding: 0.6rem 1.25rem;
}
.btn-ghost:hover {
  border-color: var(--color-brand-pink);
  color: white;
  background-color: var(--color-brand-pink);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--color-brand-pink);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 100px;
  border: 2px solid var(--color-brand-pink);
  transition: background 0.2s, color 0.2s, transform 0.2s var(--ease-spring);
}
.btn-outline:hover {
  background: var(--color-brand-pink);
  color: #fff;
  transform: translateY(-2px);
}
#navbar {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  overflow: clip;
}
.logo-mark {
  width: 36px;
  height: 36px;
  background: var(--color-brand-pink);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.logo-text {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: var(--color-brand-purple);
}
.nav-links {
  display: none;
}
@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}
.nav-links a {
  font-size: 1rem;
  color: var(--color-text);
  transition: color 0.2s;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-brand-pink);
  transform: scaleX(0);
  transition: transform 0.2s;
  border-radius: 2px;
}
.nav-links a:hover {
  color: var(--color-brand-pink);
}
.nav-links a:hover::after {
  transform: scaleX(1);
}
.nav-actions {
  display: none;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .nav-actions {
    display: flex;
  }
}
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-brand-purple);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-menu.open {
  max-height: 400px;
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1rem 1.5rem 1.5rem;
}
.hero {
  background-image: url("../assets/images/hero-pattern.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-bg-blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.dot {
  color: var(--color-brand-pink);
}
.hero-img-wrapper {
  position: relative;
  border-radius: var(--radius-4xl);
  overflow: visible;
}
.hero-img-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius-4xl);
  box-shadow: var(--shadow-float);
}
.hero-badge {
  position: absolute;
  bottom: -1rem;
  left: -1.5rem;
  background: #fff;
  border-radius: 16px;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: var(--shadow-card);
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.badge-icon {
  font-size: 1.5rem;
}
.hero-badge strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-brand-purple);
}
.hero-badge small {
  font-size: 0.75rem;
  color: var(--color-neutral-600);
}
.features {
  padding: 5rem 0 6rem;
  background: var(--color-white);
}
.section-header {
  margin-bottom: 3rem;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr 1.2fr 1fr;
  }
}
.feat-col-left, .feat-col-center {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feat-card {
  border-radius: var(--radius-3xl);
  padding: 2rem;
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s;
}
.feat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float);
}
.feat-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
}
.feat-card h3 {
  margin-bottom: 0.5rem;
}
.feat-card p {
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.8;
}
.card-manage {
  background: var(--color-brand-pink-pale);
}
.card-chat {
  background: var(--color-yellow-pale);
  height: 250px;
  color: var(--color-brand-purple);
}
.card-sales {
  background: var(--color-red-pale);
  height: 220px;
}
.card-ads {
  background: var(--color-gray-100);
  height: 220px;
  margin-left: auto;
}
.card-intel {
  background: var(--color-green-pale);
  height: 250px;
}
.feat-col-right {
  display: flex;
  background: linear-gradient(180deg, #511530 0%, #8b2553 100%);
  height: 450px;
  border-radius: var(--radius-3xl);
}
.avatar-stack {
  display: flex;
}
.avatar-stack img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -10px;
  object-fit: cover;
}
.feat-dots {
  display: flex;
  gap: 6px;
  margin-top: auto;
}
.feat-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.feat-dots span:nth-child(1) {
  background-color: #0e8c7f;
}
.feat-dots span:nth-child(2) {
  background-color: #f6b944;
}
.feat-dots span:nth-child(3) {
  background-color: #e83d8a;
}
.feat-dots span:nth-child(4) {
  background-color: #2f1f62;
}
.feat-dots span:nth-child(5) {
  background-color: #e04e4e;
}
.section-tag {
  font-size: 1.2rem;
  color: var(--color-brand-pink);
}
.comm-visual {
  position: relative;
}
.comm-phone-wrap {
  position: relative;
  margin: 0 auto;
}
.comm-phone-img {
  height: 450px;
  border-radius: var(--radius-4xl);
}
.chat-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 200px;
  animation: float 3.5s ease-in-out infinite;
}
.dashboard-section {
  background: linear-gradient(180deg, #e1aec3 0%, #fce2ed 100%);
}
.cta-section {
  background: linear-gradient(180deg, #2f1f62 0%, #603fc8 100%);
  height: 900px;
}
.store-badge {
  transition: transform 0.2s var(--ease-spring), opacity 0.2s;
}
.store-badge:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.contact-form-wrap {
  background-image: url("../assets/images/contact-right.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-left {
  background-image: url("../assets/images/contact-left.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-brand-purple);
  margin-bottom: 0.4rem;
}
.form-sub {
  font-size: 0.875rem;
  color: var(--color-text);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 400px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1.5px solid var(--color-neutral-200);
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--color-neutral-900);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  resize: vertical;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: var(--color-brand-pink);
  box-shadow: 0 0 0 3px rgba(233, 30, 140, 0.1);
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: #aaa;
}
.footer {
  background: var(--color-red-deep);
  color: var(--color-pink-100);
  padding: 4rem 0 2rem;
}
.footer .logo-text {
  color: rgba(255, 255, 255, 0.9);
}
.footer-brand p {
  font-size: 0.85rem;
  line-height: 1.7;
  margin: 1rem 0;
}
.social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.social-icons a:hover {
  border-color: var(--color-brand-pink);
  color: var(--color-brand-pink);
  background: rgba(233, 30, 140, 0.1);
}
.footer-nav a:hover {
  color: var(--color-brand-pink);
}
.footer-store-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}
.footer .store-badge {
  display: block;
  margin-bottom: 0.75rem;
}
.footer .store-badge img {
  height: 40px;
  filter: brightness(0.9);
}
.footer .store-badge:hover img {
  filter: brightness(1.1);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
}
.footer-legal {
  display: flex;
  gap: 1.5rem;
}
.footer-legal a {
  transition: color 0.2s;
}
.footer-legal a:hover {
  color: var(--color-brand-pink);
}
[id] {
  scroll-margin-top: 80px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
