@charset "UTF-8";
/*--------------------------------------------------------------
# Variables, functions and mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
	* normalize.css v7.0.0 | MIT License
	* github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@font-face {
  font-family: myFirstFont;
  src: url(/dist/fonts/vazir-font/Farsi-Digits-Without-Latin/Vazir-FD-WOL.woff);
}
body {
  background: #0B1120;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: 0;
  display: block;
  height: 1px;
  background: #1E293B;
  background: linear-gradient(to right, rgba(30, 41, 59, 0.1) 0, rgba(30, 41, 59, 0.6) 50%, rgba(30, 41, 59, 0.1) 100%);
  margin-top: 24px;
  margin-bottom: 24px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 24px;
  margin-bottom: 24px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 24px 0;
}

figcaption {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
}

img,
svg {
  display: block;
}

table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

tr {
  border-bottom: 1px solid #1E293B;
}

th {
  text-align: left;
}

th,
td {
  padding: 10px 16px;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 641px) {
  html {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}

body {
  color: #94A3B8;
  font-size: 1rem;
}

body,
button,
input,
select,
textarea {
  font-family: myFirstFont;
}

a {
  color: #F9425F;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  color: #FFFFFF;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0px;
}
@media (min-width: 641px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0px;
}
@media (min-width: 641px) {
  h2,
  .h2 {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0px;
  }
}

h3,
.h3,
blockquote {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.1px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

@media (max-width: 640px) {
  .h1-mobile {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0px;
  }
  .h2-mobile {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0px;
  }
  .h3-mobile {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
  }
  .h4-mobile,
  .h5-mobile,
  .h6-mobile {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
  color: !important;
}

.text-sm {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}

.text-xs {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

h1, h2,
.h1, .h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

h3,
.h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 24px;
  margin-bottom: 4px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  color: #64748B;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}
blockquote::before {
  content: "“";
}
blockquote::after {
  content: "”";
}
blockquote p {
  display: inline;
}

address {
  color: #94A3B8;
  border-width: 1px 0;
  border-style: solid;
  border-color: #1E293B;
  padding: 24px 0;
  margin: 0 0 24px;
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

pre, code, kbd, tt, var {
  background: #131B2E;
}

pre {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  padding: 2px 4px;
}

abbr, acronym {
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}

b,
strong {
  font-weight: 700;
}

button,
input,
select,
textarea,
label {
  font-size: 20px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.container,
.container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 481px) {
  .container,
  .container-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container {
  max-width: 1188px;
}

.container-sm {
  max-width: 848px;
}

.container .container-sm {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0B1120;
  color: #F9425F !important;
  border: none;
  height: auto;
  left: 8px;
  padding: 16px 32px;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #F9425F;
}

.text-secondary {
  color: #47A1F9;
}

.has-top-divider {
  position: relative;
}
.has-top-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #1E293B;
  background: linear-gradient(to right, rgba(30, 41, 59, 0.1) 0, rgba(30, 41, 59, 0.6) 50%, rgba(30, 41, 59, 0.1) 100%);
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.m-48 {
  margin: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.m-56 {
  margin: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

/* Reveal animations */
.sr .has-animations .is-revealing {
  visibility: hidden;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.input,
.textarea {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #1E293B;
  border-radius: 2px;
  color: #94A3B8;
  max-width: 100%;
  width: 100%;
}
.input::placeholder,
.textarea::placeholder {
  color: #64748B;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #64748B;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #64748B;
}
.input:hover,
.textarea:hover {
  border-color: rgb(21.404494382, 29.2528089888, 42.095505618);
}
.input:active, .input:focus,
.textarea:active,
.textarea:focus {
  outline: none;
  border-color: #1E293B;
}
.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
  background-color: #131B2E;
  border-color: #131B2E;
}

.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  padding: 13px 16px;
  height: 48px;
  box-shadow: none;
}
.input .inline-input {
  display: inline;
  width: auto;
}

.textarea {
  display: block;
  min-width: 100%;
  resize: vertical;
}
.textarea .inline-textarea {
  display: inline;
  width: auto;
}

.field-grouped > .control:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 641px) {
  .field-grouped {
    display: flex;
  }
  .field-grouped > .control {
    flex-shrink: 0;
  }
  .field-grouped > .control.control-expanded {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .field-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  border-radius: 10px;
  cursor: pointer;
  padding: 14px 26px;
  min-height: 46px;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:active {
  outline: 0;
  transform: translateY(0);
}

.button-primary {
  background: linear-gradient(135deg, #F9425F 0%, #F71135 100%);
  color: #FFFFFF !important;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(249, 66, 95, 0.35);
}
.button-primary:hover {
  box-shadow: 0 12px 32px rgba(249, 66, 95, 0.45);
}

.button-outline {
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  box-sizing: border-box;
  min-height: 46px;
}
.button-outline:hover {
  border-color: rgba(71, 161, 249, 0.5);
  background: rgba(71, 161, 249, 0.08);
  box-shadow: 0 8px 24px rgba(71, 161, 249, 0.15);
}

.button-sm {
  padding: 10px 20px;
  min-height: 38px;
  font-size: 13px;
}

.button-block {
  display: flex;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  min-height: 42px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #F9425F 0%, #F71135 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 30px rgba(249, 66, 95, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(249, 66, 95, 0.48);
}
.store-badge:active {
  transform: translateY(0);
}

.store-badge--lg {
  padding: 11px 30px;
  min-height: 44px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 16px 0;
  background: rgba(11, 17, 32, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-link {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}
.header-link:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
}

.header-brand img {
  width: 68px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero {
  text-align: center;
  padding: 56px 0 72px;
  position: relative;
}

.hero-title {
  background: linear-gradient(135deg, #fff 0%, rgba(120, 186, 251, 0.95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-paragraph {
  margin-bottom: 24px;
  line-height: 1.95;
  color: #94A3B8;
  font-size: 15px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.hero-highlights__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.hero-highlights__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-highlights__icon svg {
  width: 14px;
  height: 14px;
}
.hero-highlights__icon--city {
  background: rgba(167, 139, 250, 0.15);
  color: #c4b5fd;
}
.hero-highlights__icon--shop {
  background: rgba(71, 161, 249, 0.15);
  color: #78BAFB;
}
.hero-highlights__icon--tag {
  background: rgba(251, 191, 36, 0.15);
  color: #fcd34d;
}
.hero-highlights__icon--card {
  background: rgba(249, 66, 95, 0.15);
  color: #FB7389;
}

.hero-app {
  margin-top: 48px;
}

.hero-app__frame {
  position: relative;
  display: inline-block;
}

.hero-app__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(249, 66, 95, 0.35) 0%, rgba(71, 161, 249, 0.15) 45%, transparent 70%);
  border-radius: 50%;
  filter: blur(24px);
  pointer-events: none;
}

.hero-app__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(71, 161, 249, 0.2);
  pointer-events: none;
  animation: pulseRing 4s ease-in-out infinite;
}

@keyframes pulseRing {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 1;
  }
}
.device-mockup {
  position: relative;
  z-index: 1;
  width: 240px;
  margin: 0 auto;
  filter: drop-shadow(0 32px 48px rgba(0, 0, 0, 0.45));
  animation: floatPhone 5s ease-in-out infinite;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.device-mockup.is-loaded {
  opacity: 1;
  transform: translateY(0);
  animation: floatPhone 5s ease-in-out infinite;
}

@keyframes floatPhone {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (min-width: 641px) {
  .hero {
    text-align: right;
    padding: 72px 0 96px;
  }
  .hero-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 48px;
  }
  .hero-paragraph {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-highlights {
    justify-content: flex-start;
  }
  .hero-app {
    margin-top: 0;
  }
  .hero-app__glow {
    width: 320px;
    height: 320px;
  }
  .hero-app__ring {
    width: 360px;
    height: 360px;
  }
  .device-mockup {
    width: 290px;
  }
  .hero-cta {
    margin-inline-start: auto;
    margin-inline-end: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  position: relative;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 80%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 66, 95, 0.4), rgba(71, 161, 249, 0.4), transparent);
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}

.section-title {
  color: #FFFFFF;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  margin-bottom: 8px !important;
}

.section-subtitle {
  color: #94A3B8;
  font-size: 15px;
  margin: 0;
}

.features-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.feature-card {
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 18px;
}

.feature--search .feature-card__icon {
  background: rgba(71, 161, 249, 0.15);
  color: #78BAFB;
}

.feature--vision .feature-card__icon {
  background: rgba(167, 139, 250, 0.15);
  color: #c4b5fd;
}

.feature--payment .feature-card__icon {
  background: rgba(249, 66, 95, 0.15);
  color: #FB7389;
}

.feature--secure .feature-card__icon {
  background: rgba(52, 211, 153, 0.15);
  color: #6ee7b7;
}

.feature-title {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 12px !important;
}

.feature .text-sm {
  line-height: 1.85;
  color: #94A3B8;
  font-size: 14px;
}

@media (min-width: 641px) {
  .features-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .features .section-inner {
    padding-bottom: 88px;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.media .section-inner {
  padding-bottom: 104px;
}
.media .section-paragraph {
  margin-bottom: 48px;
}

.media-canvas {
  position: relative;
}
.media-canvas svg {
  position: relative; /* To display the canvas above the illustration */
  width: 100%;
  height: auto;
}
.media-canvas::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 230px;
  bottom: -76px;
  left: calc(50% - 160px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMwIiBoZWlnaHQ9IjM4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPGRlZnM+ICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjguNjg1JSIgeTE9IjIzLjczMyUiIHgyPSI4NS44MDglIiB5Mj0iODIuODM3JSIgaWQ9Im1lZGlhLWlsbHVzdHJhdGlvbi1hIj4gICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGIiBzdG9wLW9wYWNpdHk9Ii40OCIgb2Zmc2V0PSIwJSIvPiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIi8+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSItNS44ODElIiB5MT0iNDIuNzQzJSIgeDI9IjkyLjgyNyUiIHkyPSIwJSIgaWQ9Im1lZGlhLWlsbHVzdHJhdGlvbi1iIj4gICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRjk0MjVGIiBvZmZzZXQ9IjAlIi8+ICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0Y5N0M1OCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDwvZGVmcz4gICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxjaXJjbGUgZmlsbD0idXJsKCNtZWRpYS1pbGx1c3RyYXRpb24tYSkiIGN4PSIyNzYiIGN5PSIxOTAiIHI9IjE5MCIvPiAgICAgICAgPHBhdGggZD0iTTU1MS41MzcgMjM3Ljg1N2MtNzMuNzg3IDYxLjgwMS0xMTcuMTk3IDkwLjY1Ny0xMzAuMjMgODYuNTY5LTE5LjU1Mi02LjEzMyA5LjE0LTE5LjUwNC0xNS4yMDQtNDIuMTc0LTE2LjIyOS0xNS4xMTMtODkuMDI3IDIuMzQyLTIxOC4zOTIgNTIuMzY1QzY0Ljg0NyAzNzMuNTE0IDIuMzA5IDM2MS41MTEuMDk1IDI5OC42MDctMi4xMTggMjM1LjcwNCAzNC4yMTIgMTg1LjE2OCAxMDkuMDg1IDE0N2wzNTMuNjMxIDQuMTY0IDg4LjgyIDY5LjczNnYxNi45NTd6IiBmaWxsPSJ1cmwoI21lZGlhLWlsbHVzdHJhdGlvbi1iKSIvPiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTMwOS4zOTIgMjgzbDMuNjI0IDEuNjY3Ljk4NCAzLjUzLTEuMTU4IDMuMzYtMy40NSAxLjQ0My0zLjI0OS0xLjYzOS0yLjE0My0zLjE2NSAxLjYyLTMuNjc0eiIvPiAgICAgICAgPHBhdGggZmlsbD0iIzU1NkI4QiIgZD0iTTM3MS42OTYgMjkybDEuODEyLjgzMy40OTIgMS43NjUtLjU3OSAxLjY4LTEuNzI1LjcyMi0xLjYyNC0uODItMS4wNzItMS41ODIuODEtMS44Mzd6TTMzNy42OTYgMzU5bDEuODEyLjgzMy40OTIgMS43NjUtLjU3OSAxLjY4LTEuNzI1LjcyMi0xLjYyNC0uODItMS4wNzItMS41ODIuODEtMS44Mzd6Ii8+ICAgICAgICA8cGF0aCBmaWxsPSIjNzQ4N0EzIiBkPSJNMzE1LjMxNCAzMTVsMi44OTkgMS4zMzQuNzg3IDIuODIzLS45MjYgMi42ODgtMi43NiAxLjE1NS0yLjYtMS4zMS0xLjcxNC0yLjUzMyAxLjI5NS0yLjk0ek0zNDYuMzE0IDMyMWwyLjg5OSAxLjMzNC43ODcgMi44MjMtLjkyNiAyLjY4OC0yLjc2IDEuMTU1LTIuNi0xLjMxLTEuNzE0LTIuNTMzIDEuMjk1LTIuOTR6Ii8+ICAgICAgICA8cGF0aCBmaWxsPSIjNTU2QjhCIiBkPSJNMzczLjY5NiAzNjRsMS44MTIuODMzLjQ5MiAxLjc2NS0uNTc5IDEuNjgtMS43MjUuNzIyLTEuNjI0LS44Mi0xLjA3Mi0xLjU4Mi44MS0xLjgzN3pNNDA5LjY5NiAzMjZsMS44MTIuODMzLjQ5MiAxLjc2NS0uNTc5IDEuNjgtMS43MjUuNzIyLTEuNjI0LS44Mi0xLjA3Mi0xLjU4Mi44MS0xLjgzN3pNMzc5LjY5NiAzMjZsMS44MTIuODMzLjQ5MiAxLjc2NS0uNTc5IDEuNjgtMS43MjUuNzIyLTEuNjI0LS44Mi0xLjA3Mi0xLjU4Mi44MS0xLjgzN3pNNDE5LjYxOCAzNDZsMS4wODcuNS4yOTUgMS4wNTktLjM0NyAxLjAwOC0xLjAzNS40MzMtLjk3NS0uNDkyLS42NDMtLjk1LjQ4Ni0xLjEwMXoiLz4gICAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 320px 230px;
}

.media-control {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  cursor: pointer;
}
.media-control svg {
  width: 48px;
  height: 48px;
  overflow: visible;
}

@media (min-width: 641px) {
  .media .section-inner {
    padding-bottom: 144px;
  }
  .media .section-paragraph {
    padding-left: 72px;
    padding-right: 72px;
    margin-bottom: 80px;
  }
  .media-canvas::before {
    width: 530px;
    height: 380px;
    bottom: -128px;
    left: calc(50% - 275px);
    background-size: 530px 380px;
  }
  .media-control {
    top: calc(50% - 48px);
    left: calc(50% - 48px);
  }
  .media-control svg {
    width: 96px;
    height: 96px;
  }
}
/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter .section-paragraph {
  margin-bottom: 32px;
}

.newsletter-form {
  max-width: 440px;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .newsletter .section-paragraph {
    margin-bottom: 40px;
    padding-left: 72px;
    padding-right: 72px;
  }
}
/*--------------------------------------------------------------
# Site content
--------------------------------------------------------------*/
.is-boxed {
  background: #0B1120;
}

.body-wrap {
  background: #0B1120;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.boxed-container {
  margin: 0 auto;
}

main {
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}

.section-inner {
  padding-top: 64px;
  padding-bottom: 64px;
}

.link-item {
  color: #FB7389;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(249, 66, 95, 0.4);
}
.link-item:hover {
  color: #F9425F;
}

@media (min-width: 641px) {
  .section-inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
/*--------------------------------------------------------------
# Graphics
--------------------------------------------------------------*/
.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 120%, rgba(71, 161, 249, 0.08) 0%, transparent 45%), radial-gradient(circle at 50% -20%, rgba(249, 66, 95, 0.1) 0%, transparent 40%), #0B1120;
}

.page-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.page-bg__orb--1 {
  width: 480px;
  height: 480px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(249, 66, 95, 0.45) 0%, rgba(249, 66, 95, 0) 70%);
  animation: orbDrift1 16s ease-in-out infinite;
}
.page-bg__orb--2 {
  width: 400px;
  height: 400px;
  bottom: -60px;
  left: -100px;
  background: radial-gradient(circle, rgba(71, 161, 249, 0.4) 0%, rgba(71, 161, 249, 0) 70%);
  animation: orbDrift2 20s ease-in-out infinite;
}
.page-bg__orb--3 {
  width: 280px;
  height: 280px;
  top: 42%;
  left: 38%;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.25) 0%, rgba(192, 132, 252, 0) 70%);
  animation: orbDrift3 14s ease-in-out infinite;
}

.page-bg__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
}
.page-bg__ring--1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -180px;
  border-color: rgba(249, 66, 95, 0.12);
  box-shadow: 0 0 60px rgba(249, 66, 95, 0.08), inset 0 0 60px rgba(249, 66, 95, 0.04);
  animation: ringGlow 8s ease-in-out infinite, ringSpin 40s linear infinite;
}
.page-bg__ring--2 {
  width: 420px;
  height: 420px;
  bottom: 8%;
  left: -120px;
  border-color: rgba(71, 161, 249, 0.15);
  box-shadow: 0 0 48px rgba(71, 161, 249, 0.1);
  animation: ringGlow 10s ease-in-out infinite 2s, ringSpin 55s linear infinite reverse;
}
.page-bg__ring--3 {
  width: 220px;
  height: 220px;
  top: 28%;
  left: 12%;
  border: 2px solid rgba(232, 121, 249, 0.2);
  box-shadow: 0 0 32px rgba(232, 121, 249, 0.15), inset 0 0 24px rgba(232, 121, 249, 0.06);
  animation: ringFloat 12s ease-in-out infinite;
}

.page-bg__dot {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(120, 186, 251, 0.6));
  box-shadow: 0 0 12px rgba(71, 161, 249, 0.5);
}
.page-bg__dot--1 {
  width: 10px;
  height: 10px;
  top: 18%;
  right: 22%;
  animation: dotFloat 9s ease-in-out infinite;
}
.page-bg__dot--2 {
  width: 6px;
  height: 6px;
  top: 55%;
  right: 8%;
  background: radial-gradient(circle at 35% 35%, #fff, rgba(251, 115, 137, 0.8));
  box-shadow: 0 0 10px rgba(249, 66, 95, 0.5);
  animation: dotFloat 11s ease-in-out infinite 1s;
}
.page-bg__dot--3 {
  width: 8px;
  height: 8px;
  bottom: 30%;
  left: 18%;
  animation: dotFloat 8s ease-in-out infinite 2s;
}
.page-bg__dot--4 {
  width: 5px;
  height: 5px;
  top: 35%;
  left: 45%;
  background: radial-gradient(circle at 35% 35%, #fff, rgba(192, 132, 252, 0.8));
  box-shadow: 0 0 8px rgba(192, 132, 252, 0.6);
  animation: dotFloat 13s ease-in-out infinite 0.5s;
}
.page-bg__dot--5 {
  width: 12px;
  height: 12px;
  bottom: 15%;
  right: 30%;
  opacity: 0.7;
  animation: dotFloat 10s ease-in-out infinite 3s;
}
.page-bg__dot--6 {
  width: 4px;
  height: 4px;
  top: 12%;
  left: 28%;
  opacity: 0.6;
  animation: dotFloat 7s ease-in-out infinite 1.5s;
}

@keyframes orbDrift1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-30px, 24px) scale(1.08);
  }
}
@keyframes orbDrift2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(24px, -20px) scale(1.06);
  }
}
@keyframes orbDrift3 {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.7;
  }
  50% {
    transform: translate(-16px, 20px);
    opacity: 1;
  }
}
@keyframes ringGlow {
  0%, 100% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.9;
  }
}
@keyframes ringSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ringFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-18px) scale(1.05);
  }
}
@keyframes dotFloat {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.5;
  }
  33% {
    transform: translate(8px, -12px);
    opacity: 1;
  }
  66% {
    transform: translate(-6px, 8px);
    opacity: 0.7;
  }
}
@media (max-width: 639px) {
  .page-bg__ring--1 {
    width: 380px;
    height: 380px;
    top: -140px;
    right: -140px;
  }
  .page-bg__ring--2 {
    width: 280px;
    height: 280px;
  }
  .page-bg__ring--3 {
    display: none;
  }
  .page-bg__orb--3 {
    display: none;
  }
}
.button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.button-group .button {
  width: 100%;
  min-width: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
}

@media (max-width: 479px) {
  .button-group {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
  .button-group .button {
    font-size: 14px;
  }
}
.download-band {
  position: relative;
  z-index: 1;
  padding: 0 0 72px;
}

.download-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  padding: 44px 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(249, 66, 95, 0.14) 0%, rgba(71, 161, 249, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
.download-band__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #F9425F, #47A1F9);
}
.download-band__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  width: 320px;
  height: 320px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(249, 66, 95, 0.28) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.download-band__text {
  position: relative;
  z-index: 1;
}

.download-band__title {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 8px;
}

.download-band__desc {
  font-size: 14px;
  color: #94A3B8;
  margin: 0;
}

.download-band__actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

@media (min-width: 641px) {
  .download-band {
    padding-bottom: 96px;
  }
  .download-band__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    padding: 40px 52px;
  }
  .download-band__actions {
    flex-shrink: 0;
  }
}
/*--------------------------------------------------------------
# Theme icons
--------------------------------------------------------------*/
.page-bg__icons {
  position: absolute;
  inset: 0;
}

.theme-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.theme-icon svg {
  width: 22px;
  height: 22px;
}

.page-bg__icons .theme-icon {
  position: absolute;
  animation: iconFloat 10s ease-in-out infinite;
}
.page-bg__icons .theme-icon--bg1 {
  width: 52px;
  height: 52px;
  top: 14%;
  right: 12%;
  color: #78BAFB;
  background: rgba(71, 161, 249, 0.1);
  border-color: rgba(71, 161, 249, 0.25);
  animation-delay: 0s;
}
.page-bg__icons .theme-icon--bg2 {
  width: 56px;
  height: 56px;
  top: 62%;
  right: 6%;
  color: #c4b5fd;
  background: rgba(167, 139, 250, 0.12);
  border-color: rgba(167, 139, 250, 0.25);
  animation-delay: 1.5s;
}
.page-bg__icons .theme-icon--bg3 {
  width: 44px;
  height: 44px;
  top: 8%;
  left: 20%;
  color: #FB7389;
  background: rgba(249, 66, 95, 0.1);
  border-color: rgba(249, 66, 95, 0.25);
  animation-delay: 0.8s;
}
.page-bg__icons .theme-icon--bg4 {
  width: 48px;
  height: 48px;
  bottom: 22%;
  left: 8%;
  color: #6ee7b7;
  background: rgba(52, 211, 153, 0.1);
  border-color: rgba(52, 211, 153, 0.22);
  animation-delay: 2s;
}
.page-bg__icons .theme-icon--bg5 {
  width: 42px;
  height: 42px;
  top: 38%;
  right: 28%;
  color: #78BAFB;
  animation-delay: 2.5s;
}
.page-bg__icons .theme-icon--bg6 {
  width: 40px;
  height: 40px;
  bottom: 38%;
  right: 18%;
  color: #fcd34d;
  background: rgba(251, 191, 36, 0.1);
  border-color: rgba(251, 191, 36, 0.25);
  animation-delay: 1s;
}
.page-bg__icons .theme-icon--bg7 {
  width: 46px;
  height: 46px;
  top: 48%;
  left: 6%;
  color: #FB7389;
  animation-delay: 3s;
}
.page-bg__icons .theme-icon--bg8 {
  width: 44px;
  height: 44px;
  bottom: 12%;
  right: 42%;
  color: #78BAFB;
  animation-delay: 1.8s;
}

.hero-app__icons {
  position: absolute;
  inset: -20px;
  pointer-events: none;
  z-index: 2;
}

.theme-icon--orbit {
  position: absolute;
  width: 40px;
  height: 40px;
  animation: iconOrbit 8s ease-in-out infinite;
}
.theme-icon--orbit svg {
  width: 18px;
  height: 18px;
}
.theme-icon--orbit.theme-icon--cart {
  color: #6ee7b7;
  background: rgba(52, 211, 153, 0.12);
  border-color: rgba(52, 211, 153, 0.3);
}
.theme-icon--orbit.theme-icon--search {
  color: #78BAFB;
  background: rgba(71, 161, 249, 0.12);
  border-color: rgba(71, 161, 249, 0.3);
}
.theme-icon--orbit.theme-icon--map {
  color: #c4b5fd;
  background: rgba(167, 139, 250, 0.12);
  border-color: rgba(167, 139, 250, 0.3);
}
.theme-icon--orbit.theme-icon--shop {
  color: #FB7389;
  background: rgba(249, 66, 95, 0.12);
  border-color: rgba(249, 66, 95, 0.3);
}
.theme-icon--orbit--orbit1 {
  top: 8%;
  right: -8%;
  animation-delay: 0s;
}
.theme-icon--orbit--orbit2 {
  top: 42%;
  left: -12%;
  animation-delay: 2s;
}
.theme-icon--orbit--orbit3 {
  bottom: 18%;
  right: -10%;
  animation-delay: 4s;
}
.theme-icon--orbit--orbit4 {
  top: 22%;
  left: 0;
  animation-delay: 6s;
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.55;
  }
  50% {
    transform: translateY(-14px) rotate(6deg);
    opacity: 0.95;
  }
}
@keyframes iconOrbit {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.08);
  }
}
@media (max-width: 639px) {
  .page-bg__icons .theme-icon--bg5, .page-bg__icons .theme-icon--bg7, .page-bg__icons .theme-icon--bg8 {
    display: none;
  }
  .theme-icon--orbit {
    width: 34px;
    height: 34px;
  }
  .theme-icon--orbit svg {
    width: 16px;
    height: 16px;
  }
  .theme-icon--orbit--orbit4 {
    display: none;
  }
}
@media (max-width: 479px) {
  .page-bg__icons .theme-icon--bg2, .page-bg__icons .theme-icon--bg4, .page-bg__icons .theme-icon--bg6 {
    display: none;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #64748B;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 66, 95, 0.3), rgba(71, 161, 249, 0.3), transparent);
}
.site-footer a {
  color: #64748B;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active {
  text-decoration: underline;
}

.site-footer-inner {
  padding: 48px 0;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.footer-social-links li {
  display: inline-flex;
}
.footer-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px;
  opacity: 0.75;
  transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.footer-social-links a:hover {
  opacity: 1;
  background: rgba(249, 66, 95, 0.12);
  transform: translateY(-2px);
}

.footer-copyright {
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  line-height: 1.7;
}

@media (min-width: 641px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-social-links {
    justify-content: flex-end;
  }
  .footer-copyright {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Custome
--------------------------------------------------------------*/
.top-title {
  font-size: clamp(24px, 4vw, 34px);
}

.justify-text {
  text-align: justify;
  text-align-last: right;
}

@media (max-width: 639px) {
  .justify-text {
    text-align: right;
    text-align-last: unset;
  }
}

/*# sourceMappingURL=style.css.map */
