/* src/styles.css */
/*! tailwindcss v4.1.18 | 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;
    --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%;
    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)) {
      ::placeholder {
        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 {
  .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,);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "DM Sans", sans-serif;
  background:
    linear-gradient(
      155deg,
      #D4C5F0 0%,
      #A899C8 40%,
      #6E6385 100%);
  background-attachment: fixed;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  background: #2D1A55;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  transition: top 0.15s;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #7B5EA7;
  outline-offset: 2px;
}
.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(212, 197, 240, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo {
  width: 34px;
  height: 34px;
  border-radius: 9px;
}
.nav-title {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #2D1A55;
}
.nav-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  background: #2D1A55;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 10px 22px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 2px 14px rgba(45, 26, 85, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 22px rgba(45, 26, 85, 0.4);
}
.nav-btn:focus-visible {
  outline: 3px solid #2D1A55;
  outline-offset: 3px;
}
.hero-section {
  padding: 90px 32px 80px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.hero-text {
  flex: 1;
  max-width: 520px;
}
.hero-badge {
  display: inline-block;
  background: rgba(45, 26, 85, 0.1);
  border: 1px solid rgba(45, 26, 85, 0.2);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4A3778;
  margin-bottom: 24px;
}
.hero-headline {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 5.5vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #2D1A55;
  margin-bottom: 22px;
}
.hero-subtext {
  font-size: 1.12rem;
  line-height: 1.75;
  color: #4A3778;
  font-weight: 400;
  margin-bottom: 38px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.btn-appstore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  background: #2D1A55;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 28px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(45, 26, 85, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-appstore:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(45, 26, 85, 0.4);
}
.btn-appstore:focus-visible {
  outline: 3px solid #2D1A55;
  outline-offset: 3px;
}
.btn-appstore.large {
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 18px;
}
.btn-coming-soon {
  font-size: 0.9rem;
  font-style: italic;
  color: #5B4B8A;
}
.hero-phone {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-18px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-phone {
    animation: none;
  }
}
.phone-frame {
  width: 268px;
  height: 548px;
  background: #160C32;
  border-radius: 52px;
  padding: 10px;
  box-shadow:
    0 60px 120px rgba(45, 26, 85, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 44px;
  overflow: hidden;
}
.phone-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features-section {
  padding: 88px 32px;
}
.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  color: #2D1A55;
  letter-spacing: -0.025em;
  margin-bottom: 52px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.feature-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  padding: 36px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-card {
    transition: none;
  }
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(45, 26, 85, 0.2);
}
.feature-icon {
  width: 54px;
  height: 54px;
  background: rgba(45, 26, 85, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #2D1A55;
}
.feature-card h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #2D1A55;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #4A3778;
  font-weight: 400;
}
.contact-section {
  padding: 0 32px 88px;
  text-align: center;
}
.contact-subtitle {
  font-size: 1.05rem;
  color: #4A3778;
  line-height: 1.7;
  margin-top: -32px;
  margin-bottom: 52px;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
}
.contact-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .contact-card {
    transition: none;
  }
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(45, 26, 85, 0.18);
}
.contact-card-icon {
  width: 56px;
  height: 56px;
  background: rgba(45, 26, 85, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #2D1A55;
  flex-shrink: 0;
}
.contact-card--feature .contact-card-icon {
  background: rgba(91, 75, 138, 0.12);
}
.contact-card h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #2D1A55;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.contact-card p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #4A3778;
  font-weight: 400;
  flex: 1;
  margin-bottom: 28px;
}
.btn-contact {
  font-family: "DM Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  background: #2D1A55;
  border: none;
  border-radius: 100px;
  padding: 10px 24px;
  min-height: 44px;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
  align-self: flex-start;
}
.btn-contact:hover {
  background: #3d2575;
  transform: translateY(-1px);
}
.btn-contact:focus-visible {
  outline: 3px solid #2D1A55;
  outline-offset: 3px;
}
.btn-contact--feature {
  background: transparent;
  color: #2D1A55;
  border: 1.5px solid rgba(45, 26, 85, 0.35);
}
.btn-contact--feature:hover {
  background: rgba(45, 26, 85, 0.08);
  transform: translateY(-1px);
}
@media (max-width: 600px) {
  .contact-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .contact-card {
    padding: 32px 28px 28px;
  }
}
@media (max-width: 480px) {
  .contact-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta-section {
  padding: 88px 32px 100px;
  text-align: center;
}
.cta-section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
.cta-section p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 36px;
}
.site-footer {
  background: #2D1A55;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.78);
}
.site-footer a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer a:hover {
  color: #C9B8EC;
}
.site-footer a:focus-visible {
  outline: 3px solid #C9B8EC;
  outline-offset: 3px;
  border-radius: 2px;
}
.footer-privacy {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 0.87rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  min-width: 44px;
}
.footer-privacy:hover {
  color: #C9B8EC;
}
.footer-privacy:focus-visible {
  outline: 3px solid #C9B8EC;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (max-width: 820px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 48px;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-phone {
    order: -1;
  }
  .phone-frame {
    width: 230px;
    height: 470px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .nav-inner,
  .hero-section,
  .features-section,
  .cta-section,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@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; }
@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-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;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
