@font-face {
    font-family: "Galano Grotesque";
    src: url("../../fonts/Galano%20Grotesque.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque";
    src: url("../../fonts/Galano%20Grotesque%20Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque";
    src: url("../../fonts/Galano%20Grotesque%20Semi%20Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Galano Grotesque";
    src: url("../../fonts/Galano%20Grotesque%20Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-font: "Galano Grotesque", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --primary-theme: #8338EC;
    --primary-theme-dark: #110028; 
    --secondary-theme: #DF0D78;
    --default-color: #fff;
    --primary-theme-gradient: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%);
    --secondary-theme-gradient: linear-gradient(180deg, #DF0D78 0%, #B5005C 100%);
    --preloader-bg: linear-gradient(
        125deg,
        #110028 0%,
        #5b21b6 22%,
        #8338EC 45%,
        #c026d3 62%,
        #DF0D78 78%,
        #6d28d9 92%,
        #110028 100%
    );
}

html {
    scrollbar-gutter: stable;
}

html.is-preloading {
    overflow: hidden;
    height: 100%;
}

html.is-preloading body {
    overflow: hidden;
    height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--primary-theme);

}
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--secondary-theme-gradient);
    border-radius: 10px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-theme);
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: var(--primary-font);
}
body .home-wrapper {
    background-color: var(--primary-theme-dark);
}
/* globals start */
.primary-font {
    font-family: var(--primary-font);
}
h1,h2,h3,h4,h5,h6,p,li,ul,a {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
/* globals end */

.btn {
    font-size: 20px;
    padding: 18px 46px;
    border-radius: 30px;
    transition: all 0.6s ease;
}

.btn--outline {
    position: relative;
    z-index: 1;
    background-color: #582658;
    color: #fff;
} 

.primary-navs-wrapper {
    max-width: 600px;
}
.header {
    padding: 35px 0;
}
.primary-navs a {
    color: var(--default-color);
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.primary-navs a:hover {
    color: var(--secondary-theme);
    text-transform: capitalize;
}
/* .hero {
    background-color: var(--primary-theme-dark);
    padding: 180px 0 550px 0;
} */
.hero {
    background-color: var(--primary-theme-dark);
    padding: 180px 0 100px 0;
}

/* Hero grid + spotlights; stays under text, avatars, and globe */
.hero.hero--atmospheric {
    isolation: isolate;

    background-image: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(88, 28, 135, 0.35) 0%, transparent 55%);
}

.hero-atmosphere {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(167, 139, 250, 0.14) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(167, 139, 250, 0.14) 1px, transparent 1px),
        radial-gradient(ellipse 95% 85% at 0% -5%, rgba(223, 13, 120, 0.42) 0%, rgba(223, 13, 120, 0.12) 38%, transparent 62%),
        radial-gradient(ellipse 95% 85% at 100% -5%, rgba(223, 13, 120, 0.42) 0%, rgba(223, 13, 120, 0.12) 38%, transparent 62%);
    background-size: 52px 52px, 52px 52px, auto, auto;
}

.hero.hero--atmospheric > .container {
    position: relative;
    z-index: 2;
}

.hero.hero--atmospheric .purple-shade,
.hero.hero--atmospheric .banner-shade-01 {
    z-index: 1;
}

/* Globe above grid + shade overlays; below optional future overlays */
.hero.hero--atmospheric .hero-globe-layer {
    position: absolute;
    inset: 0;
    z-index: 15;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero.hero--atmospheric .hero-content {
    position: relative;
    z-index: 4;
}

.hero.hero--atmospheric .group-avatars-wrapper {
    position: relative;
    z-index: 3;
}

.hero.hero--atmospheric .group-avatars {
    position: relative;
    z-index: 1;
}

.hero.hero--atmospheric .hero-globe-layer .globe {
    position: absolute;
    pointer-events: auto;
    z-index: 1;
}

.ready-to-wandr-btns{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
    justify-content: center;

}

.sec-title {
    color: var(--default-color);
    font-weight: 500;
    font-size: 64px;
}
.sec-title span {
    color: var(--secondary-theme);
}
.para {
    color: var(--default-color);
}
.btn--primary {
    position: relative;
    z-index: 1;
    background: var(--secondary-theme-gradient);
    color: var(--default-color);
}

/**
 * Global primary CTA hover — use with .btn.btn--primary
 * Same slow transition as .btn--outline (inherits .btn { transition: all 0.6s ease })
 * Default: pink → hover: brand purple + lift
 * Example: <a class="btn btn--primary btn--hover-theme">Find Events</a>
 */
.btn--hover-theme.btn--primary {
    background-color: var(--secondary-theme);
    background-image: none;
    color: var(--default-color);
    transition: all 0.6s ease;
}
.btn--hover-theme.btn--primary:hover,
.btn--hover-theme.btn--primary:focus-visible {
    background-color: var(--primary-theme);
    background-image: none;
    color: var(--default-color);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(131, 56, 236, 0.45);
}
.btn--hover-theme.btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(131, 56, 236, 0.35);
}

.btn--primary:before {
    background: linear-gradient(205.57deg, #FFFFFF 1780.94%, rgba(255, 255, 255, 0) 671.64%);
}
.hero .purple-shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.hero .banner-shade-01 {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}
/* .avatar-wrapper {
    border: 1.4px solid #FFFFFF;
    border-radius: 10px;
    max-width: max-content;
    max-height: max-content;
} */
.hero .btn--primary {
    margin-bottom: 70px;
}
.avatar {
    max-width: 166px;
    max-height: 210px;
    position: absolute;
    border-radius: 10px;
    object-fit: cover;
}
.avatars .avatar-1 {
    transform: translate(-6px, 50%);
}
.avatars .avatar-2 {
    /* left: 10px;
    top: 322px; */
    transform: translate(-7px, 157%);
}
.avatars .avatar-3 {
    /* top: 40px;
    left: 190px; */
    transform: translate(177px, 20%);
}
.avatars .avatar-4 {
    /* top: 262px;
    left: 190px; */
    transform: translate(177px, 127%);
}
.avatars .avatar-5 {
    /* top: 160px;
    left: 380px; */
    transform: translate(367px, 70%);
}
.avatars .avatar-6 {
    /* top: 80px;
    left: 570px; */
    transform: translate(558px, 90px);
}
.avatars .avatar-7 {
    /* top: 18px;
    left: 760px; */
    transform: translate(752px, 0px);
}
.suggested-matches-sec {
    /* padding: 150px 0; */
    padding: 200px 0;
}
.screen-img-wrapper {
    position: relative;
    z-index: 1;
}
.screen-img-wrapper::before {
    content: '';
    background: radial-gradient(36.3% 36.3% at 50% 50%, #FF82C2 0%, #DF0D78 23.08%, rgba(255, 130, 194, 0) 100%);
    background-blend-mode: overlay;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100px;
}
.sec-title-md {
    color: var(--secondary-theme);
    font-size: 28px;
    font-weight: 500;
}
.what-is-wandr-sec p.what-is-wandr-sec__body {
    font-size: 50px;
    font-weight: 500;
    max-width: 1430px;
    margin: 0 auto;
    padding-bottom: 90px;
    border-bottom: 2px solid #2E2349;
    line-height: 1.2;
}

/* Scroll-driven reveal: dim → white (stagger set inline by JS) */
.what-is-wandr__word {
    color: rgba(255, 255, 255, 0.22);
    transition: color 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline;
    will-change: color;
}

.what-is-wandr-sec--revealed .what-is-wandr__word {
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .what-is-wandr__word {
        color: #fff;
        transition: none;
    }
}
.border-1 {
}
.gap-t-100 {
    padding-top: 100px;
}
.gap-b-100 {
    padding-bottom: 100px;
}
.gap-y-100 {
    padding: 100px 0;
}
img {
    max-width: 100%;
}
.features-card-img-wrapper img {
    max-width: 500px;
    min-height: 610px;
}
.features-card {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.hd-md {
    font-size: 32px;
    font-weight: 700;
    color: var(--default-color);
}
.features-card-content {
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    max-width: 320px;
    margin: 0 auto;
    z-index: 1;
}
.features-card:hover .features-card-content {
    bottom: 40px;
}
.features-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}
.slick-slide:nth-child(odd) .features-card::before {
    background: linear-gradient(180deg, rgba(223, 13, 120, 0) 32.69%, #DF0D78 100%);
}
.slick-slide:nth-child(even) .features-card::before {
    background: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%);
}
.features-card:hover:before {
    opacity: 1;
}
.badge-wrapper {
    max-width: 250px;
}
.mb-80 {
    margin-bottom: 80px;
}
.sec-title span.text-primary-theme {
    color: var(--primary-theme);
}
.one-platform-sec {
    background-color: #1B012C;
}
.hero-content .para {
    max-width: 500px;
    margin: 0 auto;
} 
.one-platform-content {
    max-width: 648px;
}
.circle-wrapper {
    display: flex;
    justify-content: center;
}
.example-circle {
    background-color: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.wcw-card {
    background-color: #28193D;
    border-radius: 20px;
    color: var(--default-color);
    width: 100%;
    max-width: max-content;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
    font-weight: 500;
    position: absolute;
    font-size: 19px;
}
.why-choose-wandr-content {
    max-width: 1190px;
    margin: 0 auto;
}
.wcw-card--1 {
    top: 0;
    left: 21px;
}
.wcw-img {
    position: absolute;
}
.wcw-img-1 {
    top: 26px;
    right: -101px;
}
.wcw-card--2 {
    bottom: -50px;
    left: -50px;
}
.wcw-img-2 {
    top: -57px;
    right: -175px;
}
.wcw-card--3 {
    right: 30px;
    top: 0;
}
.wcw-img-3 {
    left: -100px;
    top: 26px;
}
.wcw-card--4 {
    right: -60px;
    bottom: -40px;
}
.wcw-img-4 {
    left: -173px;
    top: -57px;
}
.wcw-card--5 {
    bottom: -197px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.wcw-img-5 {
    top: -133px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.why-choose-wandr-sec {
    padding: 100px 0 300px 0;
}
.why-choose-wandr-sec .sec-title {
    margin-bottom: 80px;
}
.testimonials-sec {
    background-color: #1D0D33;
}
.testimonial-card {
    background-color: #332547;
    border-radius: 25px;
    padding: 30px 50px;
    height: 100%;
}
.testimonial-card .para {
    color: var(--default-color);
    font-size: 30px;
}
.testimonial-card .quote-icon i {
    color: var(--primary-theme);
    font-size: 50px;
}
.testimonial-slider .slick-slide {
    margin: 0 10px;
}
.testimonial-slider {
    margin: 50px 0;
}
.arrows-wrapper .arrows {
    background-color: var(--default-color);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.arrows-wrapper .arrows:hover {
    background-color: var(--secondary-theme);
    color: var(--default-color);
}
.ready-to-wandr-sec {
    padding: 0 0 200px 0;
    background-color: #030016;
}
.ready-to-find-sec {
    padding: 0 0 clamp(48px, 8vw, 100px);
}
.ready-to-find-right-content {
    position: relative;
    height: 100%;
}
.ready-to-find-inner {
    background-image: url('../../imgs/ready-to-find-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -100px;

}
.ready-to-find-inner .sec-title {
    font-size: clamp(28px, 4vw + 1rem, 48px);
    font-weight: 600;
    max-width: 680px;
}
.ready-to-find-inner .para {
    max-width: 720px;
}
.ready-to-find-content {
    padding: 89px 0 89px 89px;
}
.ready-to-find-right-img {
    max-width: min(690px, 100%);
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.ready-to-find-logo-img {
    position: absolute;
    top: clamp(16px, 4vw, 30px);
    max-width: min(380px, 42vw);
    width: auto;
    height: auto;
    right: clamp(40px, 12vw, 111px);
    z-index: 2;
}
.ready-to-find-inner {
    z-index: 1;
    border-radius: 60px;
    overflow: hidden;
}
.ready-to-find-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d9;
    z-index: -1;
    border-radius: 60px;
}
.field-wrapper .input-field {
    width: 100%;
    padding: 28px 28px 28px 45px;
    border-radius: 17px;
    color: #6B6B6B;
    font-size: 20px;
    font-weight: 500;
}
.field-wrapper .btn-purple {
    background-color: var(--primary-theme);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--default-color);
}
.field-wrapper .btn {
    padding: 18px 36px;
}
.social-icon {
    background-color: var(--secondary-theme);
    border: 1px solid var(--default-color);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--default-color);
    transition: all 0.3s ease;
} 
.social-icon:hover {
    background-color: var(--primary-theme);
    border-color: var(--primary-theme);
}
.social-links {
    justify-content: space-between !important;
    max-width: 230px;
}
/* .gradient-img-wrapper::before {
    background: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%);
} */
.btn--white {
    background-color: var(--default-color);
}
.ready-to-wandr-content {
    position: absolute;
    bottom: 220px;
    left: 0;
    right: 0;

}

.footer {
    background-color: #18112B;
}
.footer-links-wrapper .footer-links-title {
    color: var(--default-color);
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 30px;
}
.footer-links-wrapper li {
    margin-bottom: 20px;
}
.footer-links-wrapper li a {
    color: var(--default-color);
    font-size: 20px;
    transition: all 0.3s ease;
}
.footer-links-wrapper li a:hover {
    color: var(--secondary-theme);
}
.footer-left-para {
    max-width: 319px;
}
.contact-icon i {
    color: var(--secondary-theme);
}
.footer-bottom {
    border-top: 1.5px solid #554A72;
    padding: 35px 0;
    text-align: center;
}
.footer-bottom p {
    color: #554A72;
}
.screen-bg {
    position: absolute;
    bottom: -290px;
    z-index: -1;
    width: 100%;
}
.group-avatars-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
/* .btn--outline::before  {
    background: linear-gradient(40.57deg, #FFFFFF 19.94%, rgba(255, 255, 255, 0) 111.64%);
    padding: 1.7px;
} */
.btn--outline:hover {
    background-color: var(--secondary-theme);
    color: var(--default-color);
}
.globe {
    position: absolute;
    /* bottom: -310px; */
    bottom: -155px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    /* max-width: 100%; */
    max-width: 50%;
}
.heart-pulse {
    position: absolute;
    width: 100%;
    max-width: 180px;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: 0 auto;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.hero-content {
    max-width: 820px;
    margin: 0 auto;
}
.ready-to-find-content .para {
    max-width: 560px;
}
.btn--primary,
.btn--outline {
    box-shadow: -1px 0px 0px 1px #fff, inset 0px 0px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px #fff;
}
.btn--primary:hover,
.btn--white:hover {
    background: var(--secondary-theme);
    color: var(--default-color);
}
.btn--primary:hover {
    background: var(--primary-theme-gradient);
}
.inner-banner {
    padding: 250px 0;
    background-image: radial-gradient(ellipse 120% 80% at 50% 0%, rgba(88, 28, 135, 0.35) 0%, transparent 55%);
    background-color: var(--primary-theme);
}
.feature-sec-img-wrapper img {
    border-radius: 30px;
}
.feature-icon-wrapper {
   width: 50px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 100%;
   background-color: var(--secondary-theme);
   margin-bottom: 20px;
   box-shadow: 0 0 20px 0px var(--primary-theme);
}
.feature-icon-wrapper img {
    max-width: 40%;
}
.feature-right-content .feature-card-wrapper {
    text-align: right;
}
.feature-card-wrapper  .feature-icon-wrapper img {
    filter: invert(1);
}
.feature-right-content .feature-icon-wrapper {
    margin-left: auto;
}

/* Dating landing page */
.inner-page-wrapper {
    background-color: #fff;
}
.dating-page-wrapper .light-sec {
    color: #2E2349;
}
.dating-page-wrapper .sec-title--dark {
    color: #1B012C;
}
.dating-page-wrapper .sec-title--dark span {
    color: var(--secondary-theme);
}
.dating-sec-desc {
    color: #6B6B6B;
    font-size: 18px;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.feature-title {
    color: #1B012C;
    font-size: 22px;
    font-weight: 600;
}
.feature-card-wrapper p {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 1.5;
}
.features-sec {
    padding-top: 80px;
}

.dating-plan-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px;
    background-color: #F3EEF9;
    border-radius: 50px;
}
.dating-plan-toggle__btn {
    border: none;
    background: transparent;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dating-plan-toggle__btn.active {
    background: var(--primary-theme);
    color: var(--default-color);
}
.dating-plan-cards {
    max-width: 920px;
    margin: 0 auto;
}
.dating-plan-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: 0 12px 40px rgba(27, 1, 44, 0.08);
    border: 1px solid #EDE8F4;
    position: relative;
    display: flex;
    flex-direction: column;
}
.dating-plan-card--featured {
    border-color: var(--primary-theme);
    box-shadow: 0 16px 48px rgba(131, 56, 236, 0.15);
}
.dating-plan-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--secondary-theme);
    background: rgba(223, 13, 120, 0.1);
    padding: 6px 12px;
    border-radius: 50px;
}
.dating-plan-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-theme) 0%, #B794F6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.dating-plan-name {
    font-size: 28px;
    font-weight: 600;
    color: #1B012C;
    margin-bottom: 12px;
}
.dating-plan-price {
    margin-bottom: 28px;
}
.dating-plan-price__amount {
    font-size: 48px;
    font-weight: 700;
    color: #1B012C;
    line-height: 1;
}
.dating-plan-price__period {
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 500;
}
.dating-plan-features {
    flex: 1;
    margin-bottom: 32px;
}
.dating-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4A4A5E;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 14px;
}
.dating-plan-features li i {
    color: #22C55E;
    margin-top: 4px;
    flex-shrink: 0;
}
.dating-plan-btn.btn--outline {
    background-color: transparent;
    border: 2px solid var(--primary-theme);
    color: var(--primary-theme);
}
.dating-plan-btn.btn--outline:hover {
    background-color: var(--primary-theme);
    color: var(--default-color);
}

.dating-testimonials-sec .arrows-wrapper .arrows {
    background-color: #F3EEF9;
    color: var(--primary-theme);
}
.dating-testimonials-sec .arrows-wrapper .arrows:hover {
    background-color: var(--secondary-theme);
    color: var(--default-color);
}
.dating-testimonial-slider {
    margin: 0 -10px;
}
.dating-testimonial-slider .slick-slide {
    padding: 0 10px;
    height: auto;
}
.dating-testimonial-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}
.dating-testimonial-slider .slick-slide > div {
    height: 100%;
}
.dating-testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid #EDE8F4;
    height: 100%;
}
.dating-testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-theme);
}
.dating-testimonial-name {
    font-size: 18px;
    font-weight: 600;
    color: #1B012C;
    margin-bottom: 4px;
}
.dating-testimonial-stars {
    color: #FBBF24;
    font-size: 14px;
    letter-spacing: 2px;
}
.dating-testimonial-quote {
    color: #6B6B6B;
    font-size: 15px;
    line-height: 1.65;
    font-style: italic;
    margin: 0;
}

.dating-cta-sec {
    overflow: hidden;
}
.dating-cta-phone {
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(131, 56, 236, 0.2);
}
.dating-cta-float {
    position: absolute;
    pointer-events: none;
}
.dating-cta-float--heart {
    max-width: 72px;
    top: 8%;
    left: 5%;
    animation: dating-float 4s ease-in-out infinite;
}
.dating-cta-float--dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(131, 56, 236, 0.25);
    bottom: 20%;
    right: 8%;
    animation: dating-float 5s ease-in-out infinite reverse;
}
.dating-testimonials-sec {
    background-color: #e5dcdc38;
}
@keyframes dating-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.dating-banner {
    background: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%), url('../../imgs/dating-banner.png') no-repeat center / cover;
}
.events-banner {
    background: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%), url('../../imgs/event-banner.png') no-repeat center / cover;
}
.events-sec {
    background-color: var(--primary-theme-dark);
    padding-top: clamp(56px, 10vw, 100px);
    padding-bottom: clamp(56px, 10vw, 100px);
}
.events-sec__title {
    color: var(--default-color);
}
.events-sec__title span {
    color: var(--secondary-theme);
}
.events-sec__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.event-card-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 40px) clamp(22px, 3vw, 32px);
    text-align: center;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.event-card-wrapper:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(223, 13, 120, 0.45);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.event-card-wrapper__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--secondary-theme-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 0 24px rgba(223, 13, 120, 0.35);
}
.event-card-wrapper__title {
    color: var(--default-color);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.25;
}
.event-card-wrapper__title span {
    color: var(--secondary-theme);
}
.event-card-wrapper__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.6;
    margin: 0;
}
.events-page-wrapper .light-sec {
    color: #2E2349;
}
.events-page-wrapper .sec-title--dark {
    color: #1B012C;
}
.events-page-wrapper .sec-title--dark span.text-primary-theme {
    color: var(--primary-theme);
}
.events-how-sec {
    background-color: #fff;
    padding-top: clamp(48px, 8vw, 80px);
    padding-bottom: clamp(48px, 8vw, 80px);
}
.events-how-sec__desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}
.events-how-card {
    height: 100%;
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 22px;
    padding: clamp(26px, 4vw, 36px);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.events-how-card:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.12);
}
.events-how-card__step {
    display: inline-block;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 700;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
.events-how-card__title {
    color: #1B012C;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    margin-bottom: 12px;
}
.events-how-card p {
    color: #6B6B6B;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.55;
    margin: 0;
}
.events-how-sec .btn--primary {
    margin: 0 auto;
}

/* Events — discover by category (Eventbrite / Meetup style) */
.events-discover-sec {
    background-color: #F8F5FC;
    padding-top: clamp(56px, 10vw, 100px);
    padding-bottom: clamp(56px, 10vw, 100px);
}
.events-discover-sec__desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.events-stat {
    height: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 28px) clamp(14px, 2vw, 20px);
    box-shadow: 0 8px 24px rgba(131, 56, 236, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.events-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 56, 236, 0.3);
    box-shadow: 0 12px 32px rgba(131, 56, 236, 0.12);
}
.events-stat__value {
    display: block;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    color: #1B012C;
    margin-bottom: 6px;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.events-stat__label {
    display: block;
    font-size: clamp(12px, 1.3vw, 14px);
    color: #6B6B6B;
    line-height: 1.4;
    font-weight: 500;
}
.events-category-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 148px;
    padding: clamp(18px, 3vw, 24px);
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    overflow: hidden;
}
.events-category-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--secondary-theme-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.events-category-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.14);
}
.events-category-tile:hover::before {
    transform: scaleX(1);
}
.events-category-tile__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-theme) 0%, #B794F6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.events-category-tile__name {
    font-size: clamp(15px, 1.6vw, 17px);
    font-weight: 600;
    color: #1B012C;
    line-height: 1.25;
    margin-bottom: 6px;
    padding-right: 28px;
}
.events-category-tile__count {
    font-size: 13px;
    color: #6B6B6B;
    margin-top: auto;
}
.events-category-tile__arrow {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 14px;
    color: var(--primary-theme);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.events-category-tile:hover .events-category-tile__arrow {
    opacity: 1;
    transform: translateX(0);
}
.events-discover-panel {
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: clamp(24px, 4vw, 32px);
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 16px 48px rgba(27, 1, 44, 0.06);
}
.events-discover-panel__visual {
    position: relative;
    min-height: 280px;
}
.events-discover-panel__img {
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 16px 40px rgba(27, 1, 44, 0.15);
}
.events-discover-panel__img--main {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
}
.events-discover-panel__img--accent {
    position: absolute;
    right: -8px;
    bottom: -16px;
    width: min(48%, 220px);
    aspect-ratio: 4 / 3;
    border: 4px solid #fff;
    border-radius: 16px;
}
.events-discover-panel__eyebrow {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-theme);
    margin-bottom: 10px;
}
.events-discover-panel__text {
    color: #6B6B6B;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.6;
    margin: 0;
}
.events-discover-panel__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.events-discover-panel__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4A4A5E;
    font-size: clamp(15px, 1.4vw, 16px);
    line-height: 1.5;
    margin-bottom: 12px;
}
.events-discover-panel__list li i {
    color: #22C55E;
    margin-top: 4px;
    flex-shrink: 0;
}
.events-discover-panel .btn {
    margin: 0;
    max-width: none;
}

/* Travel landing page */
.travel-banner {
    background: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%),
        url('../../imgs/home/random/beach-5483065_1920.jpg') no-repeat center / cover;
}
.travel-banner-visual {
    position: relative;
    padding: 12px;
}
.travel-banner-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(131, 56, 236, 0.25) 0%, rgba(223, 13, 120, 0.2) 100%);
    filter: blur(40px);
    z-index: 0;
}
.travel-banner-visual__img {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(17, 0, 40, 0.35);
}
.travel-page-wrapper.inner-page-wrapper {
    background-color: #fff;
}
.travel-sec {
    background-color: var(--primary-theme-dark);
    padding-top: clamp(56px, 10vw, 100px);
    padding-bottom: clamp(56px, 10vw, 100px);
}
.travel-sec__title {
    color: var(--default-color);
}
.travel-sec__title span {
    color: var(--secondary-theme);
}
.travel-sec__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.travel-card-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 40px) clamp(22px, 3vw, 32px);
    text-align: center;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.travel-card-wrapper:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(223, 13, 120, 0.45);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.travel-card-wrapper__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--secondary-theme-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 0 24px rgba(223, 13, 120, 0.35);
}
.travel-card-wrapper__title {
    color: var(--default-color);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.25;
}
.travel-card-wrapper__title span {
    color: var(--secondary-theme);
}
.travel-card-wrapper__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.6;
    margin: 0;
}
.travel-page-wrapper .light-sec {
    color: #2E2349;
}
.travel-page-wrapper .sec-title--dark {
    color: #1B012C;
}
.travel-page-wrapper .sec-title--dark span.text-primary-theme {
    color: var(--primary-theme);
}
.travel-how-sec {
    background-color: #fff;
    padding-top: clamp(48px, 8vw, 80px);
    padding-bottom: clamp(48px, 8vw, 80px);
}
.travel-how-sec__desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}
.travel-how-card {
    height: 100%;
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 22px;
    padding: clamp(26px, 4vw, 36px);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.travel-how-card:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.12);
}
.travel-how-card__step {
    display: inline-block;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 700;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
.travel-how-card__title {
    color: #1B012C;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    margin-bottom: 12px;
}
.travel-how-card p {
    color: #6B6B6B;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.55;
    margin: 0;
}
.travel-how-sec .btn--primary {
    margin: 0 auto;
}
.travel-discover-sec {
    background-color: #F8F5FC;
    padding-top: clamp(56px, 10vw, 100px);
    padding-bottom: clamp(56px, 10vw, 100px);
}
.travel-discover-sec__desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.travel-stat {
    height: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 28px) clamp(14px, 2vw, 20px);
    box-shadow: 0 8px 24px rgba(131, 56, 236, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.travel-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 56, 236, 0.3);
    box-shadow: 0 12px 32px rgba(131, 56, 236, 0.12);
}
.travel-stat__value {
    display: block;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.travel-stat__label {
    display: block;
    font-size: clamp(12px, 1.3vw, 14px);
    color: #6B6B6B;
    line-height: 1.4;
    font-weight: 500;
}
.travel-category-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 148px;
    padding: clamp(18px, 3vw, 24px);
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}
.travel-category-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--secondary-theme-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.travel-category-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.14);
}
.travel-category-tile:hover::before {
    transform: scaleX(1);
}
.travel-category-tile__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-theme) 0%, #B794F6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.travel-category-tile__name {
    font-size: clamp(15px, 1.6vw, 17px);
    font-weight: 600;
    color: #1B012C;
    line-height: 1.25;
    margin-bottom: 6px;
    padding-right: 28px;
}
.travel-category-tile__count {
    font-size: 13px;
    color: #6B6B6B;
    margin-top: auto;
}
.travel-category-tile__arrow {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 14px;
    color: var(--primary-theme);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.travel-category-tile:hover .travel-category-tile__arrow {
    opacity: 1;
    transform: translateX(0);
}
.travel-discover-panel {
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: clamp(24px, 4vw, 32px);
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 16px 48px rgba(27, 1, 44, 0.06);
}
.travel-discover-panel__visual {
    position: relative;
    min-height: 280px;
}
.travel-discover-panel__img {
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 16px 40px rgba(27, 1, 44, 0.15);
}
.travel-discover-panel__img--main {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
}
.travel-discover-panel__img--accent {
    position: absolute;
    right: -8px;
    bottom: -16px;
    width: min(48%, 220px);
    aspect-ratio: 4 / 3;
    border: 4px solid #fff;
    border-radius: 16px;
}
.travel-discover-panel__eyebrow {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-theme);
    margin-bottom: 10px;
}
.travel-discover-panel__text {
    color: #6B6B6B;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.6;
    margin: 0;
}
.travel-discover-panel__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.travel-discover-panel__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4A4A5E;
    font-size: clamp(15px, 1.4vw, 16px);
    line-height: 1.5;
    margin-bottom: 12px;
}
.travel-discover-panel__list li i {
    color: #22C55E;
    margin-top: 4px;
    flex-shrink: 0;
}
.travel-discover-panel .btn {
    margin: 0;
    max-width: none;
}

/* Gifts landing page */
.gift-banner {
    background: linear-gradient(180deg, rgba(131, 56, 236, 0) 32.69%, #8338EC 100%),
        url('https://images.ntv.com.tr/images/iStock-2173977898-467434.jpg?format=webp&width=1200&height=630') no-repeat center / cover;
}
.gift-banner-visual {
    position: relative;
    padding: 12px;
}
.gift-banner-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(223, 13, 120, 0.3) 0%, rgba(131, 56, 236, 0.3) 100%);
    filter: blur(40px);
    z-index: 0;
}
.gift-banner-visual__img {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(17, 0, 40, 0.35);
}
.gift-banner-visual__badge {
    position: absolute;
    top: -12px;
    right: -8px;
    z-index: 2;
    width: clamp(56px, 10vw, 72px);
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(223, 13, 120, 0.45));
    animation: gift-badge-float 4s ease-in-out infinite;
}
@keyframes gift-badge-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(6deg); }
}
.gift-page-wrapper.inner-page-wrapper {
    background-color: #fff;
}
.gift-sec {
    background-color: var(--primary-theme-dark);
    padding-top: clamp(56px, 10vw, 100px);
    padding-bottom: clamp(56px, 10vw, 100px);
}
.gift-sec__title {
    color: var(--default-color);
}
.gift-sec__title span {
    color: var(--secondary-theme);
}
.gift-sec__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(16px, 1.6vw, 18px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.gift-card-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: clamp(28px, 4vw, 40px) clamp(22px, 3vw, 32px);
    text-align: center;
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.gift-card-wrapper:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(223, 13, 120, 0.45);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.gift-card-wrapper__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--secondary-theme-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 0 24px rgba(223, 13, 120, 0.35);
}
.gift-card-wrapper__title {
    color: var(--default-color);
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 1.25;
}
.gift-card-wrapper__title span {
    color: var(--secondary-theme);
}
.gift-card-wrapper__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.6;
    margin: 0;
}
.gift-page-wrapper .light-sec {
    color: #2E2349;
}
.gift-page-wrapper .sec-title--dark {
    color: #1B012C;
}
.gift-page-wrapper .sec-title--dark span.text-primary-theme {
    color: var(--primary-theme);
}
.gift-how-sec {
    background-color: #fff;
    padding-top: clamp(48px, 8vw, 80px);
    padding-bottom: clamp(48px, 8vw, 80px);
}
.gift-how-sec__desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto;
}
.gift-how-card {
    height: 100%;
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 22px;
    padding: clamp(26px, 4vw, 36px);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.gift-how-card:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.12);
}
.gift-how-card__step {
    display: inline-block;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 700;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}
.gift-how-card__title {
    color: #1B012C;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 600;
    margin-bottom: 12px;
}
.gift-how-card p {
    color: #6B6B6B;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.55;
    margin: 0;
}
.gift-how-sec .btn--primary {
    margin: 0 auto;
}
.gift-discover-sec {
    background-color: #F8F5FC;
    padding-top: clamp(56px, 10vw, 100px);
    padding-bottom: clamp(56px, 10vw, 100px);
}
.gift-discover-sec__desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}
.gift-stat {
    height: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 20px;
    padding: clamp(20px, 3vw, 28px) clamp(14px, 2vw, 20px);
    box-shadow: 0 8px 24px rgba(131, 56, 236, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.gift-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 56, 236, 0.3);
    box-shadow: 0 12px 32px rgba(131, 56, 236, 0.12);
}
.gift-stat__value {
    display: block;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gift-stat__label {
    display: block;
    font-size: clamp(12px, 1.3vw, 14px);
    color: #6B6B6B;
    line-height: 1.4;
    font-weight: 500;
}
.gift-category-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 148px;
    padding: clamp(18px, 3vw, 24px);
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}
.gift-category-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--secondary-theme-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.gift-category-tile:hover {
    transform: translateY(-5px);
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.14);
}
.gift-category-tile:hover::before {
    transform: scaleX(1);
}
.gift-category-tile__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary-theme) 0%, #B794F6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    flex-shrink: 0;
}
.gift-category-tile__name {
    font-size: clamp(15px, 1.6vw, 17px);
    font-weight: 600;
    color: #1B012C;
    line-height: 1.25;
    margin-bottom: 6px;
    padding-right: 28px;
}
.gift-category-tile__count {
    font-size: 13px;
    color: #6B6B6B;
    margin-top: auto;
}
.gift-category-tile__arrow {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 14px;
    color: var(--primary-theme);
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.gift-category-tile:hover .gift-category-tile__arrow {
    opacity: 1;
    transform: translateX(0);
}
.gift-discover-panel {
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: clamp(24px, 4vw, 32px);
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 16px 48px rgba(27, 1, 44, 0.06);
}
.gift-discover-panel__visual {
    position: relative;
    min-height: 280px;
}
.gift-discover-panel__img {
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 16px 40px rgba(27, 1, 44, 0.15);
}
.gift-discover-panel__img--main {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
}
.gift-discover-panel__img--accent {
    position: absolute;
    right: -8px;
    bottom: -16px;
    width: min(48%, 220px);
    aspect-ratio: 4 / 3;
    border: 4px solid #fff;
    border-radius: 16px;
}
.gift-discover-panel__eyebrow {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--secondary-theme);
    margin-bottom: 10px;
}
.gift-discover-panel__text {
    color: #6B6B6B;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.6;
    margin: 0;
}
.gift-discover-panel__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gift-discover-panel__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #4A4A5E;
    font-size: clamp(15px, 1.4vw, 16px);
    line-height: 1.5;
    margin-bottom: 12px;
}
.gift-discover-panel__list li i {
    color: #22C55E;
    margin-top: 4px;
    flex-shrink: 0;
}
.gift-discover-panel .btn {
    margin: 0;
    max-width: none;
}
@media (prefers-reduced-motion: reduce) {
    .gift-banner-visual__badge {
        animation: none;
    }
}

/* Why Wandr / About — editorial layout (distinct from product landings) */
.about-page {
    background-color: #fff;
    overflow-x: hidden;
}
.about-hero {
    position: relative;
    padding: clamp(140px, 18vw, 200px) 0 clamp(64px, 10vw, 100px);
    background-color: var(--primary-theme-dark);
    overflow: hidden;
}
.about-hero__mesh {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 20%, rgba(131, 56, 236, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 80% 80%, rgba(223, 13, 120, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(131, 56, 236, 0.25) 0%, transparent 45%);
    pointer-events: none;
}
.about-hero .container {
    position: relative;
    z-index: 1;
}
.about-hero__eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--secondary-theme);
    margin-bottom: 16px;
}
.about-hero__title {
    color: var(--default-color);
    font-size: clamp(36px, 5.5vw + 1rem, 64px);
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 24px;
}
.about-hero__title span {
    color: var(--secondary-theme);
    display: inline;
}
.about-hero__lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto;
}
.about-metric-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: clamp(18px, 3vw, 24px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.about-metric-pill:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(223, 13, 120, 0.5);
}
.about-metric-pill__value {
    display: block;
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 6px;
}
.about-metric-pill__label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}
.about-section-title {
    color: #1B012C;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 14px;
}
.about-section-title span {
    color: var(--primary-theme);
}
.about-section-title--light {
    color: var(--default-color);
}
.about-section-title--light span {
    color: var(--secondary-theme);
}
.about-section-desc {
    color: #6B6B6B;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.6;
    margin: 0;
}
.about-section-desc--light {
    color: rgba(255, 255, 255, 0.75);
}
.about-story {
    padding: clamp(64px, 10vw, 120px) 0;
}
.about-story__visual {
    position: relative;
}
.about-story__img {
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(27, 1, 44, 0.12);
}
.about-story__badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 50px;
    padding: 12px 20px 12px 14px;
    box-shadow: 0 12px 32px rgba(131, 56, 236, 0.2);
    font-size: 14px;
    font-weight: 600;
    color: #1B012C;
}
.about-story__title {
    color: #1B012C;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-story__title span {
    color: var(--secondary-theme);
}
.about-story__text {
    color: #4A4A5E;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.7;
    margin-bottom: 18px;
}
.about-compare {
    padding: clamp(56px, 8vw, 100px) 0;
    background: linear-gradient(180deg, #F8F5FC 0%, #fff 100%);
}
.about-compare-card {
    height: 100%;
    border-radius: 24px;
    padding: clamp(28px, 4vw, 40px);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-compare-card:hover {
    transform: translateY(-4px);
}
.about-compare-card--old {
    background: #fff;
    border: 1px solid #E8E0F0;
    box-shadow: 0 8px 28px rgba(27, 1, 44, 0.06);
}
.about-compare-card--new {
    background: linear-gradient(145deg, #1B012C 0%, #2d0a4a 100%);
    border: 1px solid rgba(131, 56, 236, 0.4);
    box-shadow: 0 20px 50px rgba(131, 56, 236, 0.25);
}
.about-compare-card__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.about-compare-card--old .about-compare-card__tag {
    background: #F3EEF9;
    color: #6B6B6B;
}
.about-compare-card--new .about-compare-card__tag {
    background: rgba(223, 13, 120, 0.25);
    color: var(--secondary-theme);
}
.about-compare-card__title {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 600;
    margin-bottom: 20px;
}
.about-compare-card--old .about-compare-card__title {
    color: #1B012C;
}
.about-compare-card--new .about-compare-card__title {
    color: #fff;
}
.about-compare-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-compare-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(15px, 1.4vw, 16px);
    line-height: 1.5;
    margin-bottom: 14px;
}
.about-compare-card--old .about-compare-card__list li {
    color: #6B6B6B;
}
.about-compare-card--old .about-compare-card__list i {
    color: #9CA3AF;
    margin-top: 3px;
}
.about-compare-card--new .about-compare-card__list li {
    color: rgba(255, 255, 255, 0.88);
}
.about-compare-card--new .about-compare-card__list i {
    color: #22C55E;
    margin-top: 3px;
}
.about-pillars {
    padding: clamp(64px, 10vw, 110px) 0;
    background-color: var(--primary-theme-dark);
}
.about-bento__cell {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: clamp(24px, 4vw, 36px);
    height: 100%;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.about-bento__cell:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(223, 13, 120, 0.4);
}
.about-bento__cell--large {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.about-bento__num {
    display: block;
    font-size: clamp(40px, 5vw, 56px);
    font-weight: 700;
    line-height: 1;
    background: var(--secondary-theme-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}
.about-bento__title {
    color: #fff;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 600;
    margin-bottom: 10px;
}
.about-bento__cell p {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.6;
    margin: 0;
}
.about-bento__gif {
    max-width: 180px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-left: auto;
}
.about-ecosystem {
    padding: clamp(64px, 10vw, 100px) 0;
    background: linear-gradient(165deg, #1D0D33 0%, var(--primary-theme-dark) 100%);
}
.about-hub {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1;
    margin: 0 auto;
    min-height: 300px;
}
.about-hub__core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(120px, 28vw, 160px);
    height: clamp(120px, 28vw, 160px);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-theme) 0%, #B794F6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 60px rgba(131, 56, 236, 0.5);
    z-index: 2;
}
.about-hub__logo {
    max-width: 70%;
    height: auto;
    filter: brightness(0) invert(1);
}
.about-hub__node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: clamp(14px, 3vw, 20px) clamp(18px, 4vw, 28px);
    min-width: clamp(100px, 22vw, 130px);
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
}
.about-hub__node i {
    font-size: 22px;
    color: var(--secondary-theme);
}
.about-hub__node span {
    font-size: 14px;
    font-weight: 600;
}
.about-hub__node:hover {
    transform: scale(1.06);
    background: rgba(131, 56, 236, 0.35);
    border-color: var(--secondary-theme);
    box-shadow: 0 12px 32px rgba(223, 13, 120, 0.3);
    color: #fff;
}
.about-hub__node--dating {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-hub__node--dating:hover {
    transform: translateX(-50%) scale(1.06);
}
.about-hub__node--events {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.about-hub__node--events:hover {
    transform: translateY(-50%) scale(1.06);
}
.about-hub__node--travel {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-hub__node--travel:hover {
    transform: translateX(-50%) scale(1.06);
}
.about-hub__node--gift {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.about-hub__node--gift:hover {
    transform: translateY(-50%) scale(1.06);
}
.about-quote {
    padding: clamp(48px, 8vw, 80px) 0;
    background: var(--secondary-theme-gradient);
}
.about-quote__inner {
    margin: 0;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.about-quote__inner p {
    color: #fff;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 600;
    line-height: 1.45;
    font-style: italic;
    margin-bottom: 20px;
}
.about-quote__inner footer {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
}
.about-trust {
    padding: clamp(64px, 10vw, 100px) 0;
}
.about-trust-item {
    height: 100%;
    padding: clamp(22px, 3vw, 28px);
    border-radius: 20px;
    border: 1px solid #EDE8F4;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.about-trust-item:hover {
    transform: translateY(-4px);
    border-color: rgba(131, 56, 236, 0.3);
    box-shadow: 0 14px 36px rgba(131, 56, 236, 0.1);
}
.about-trust-item i {
    font-size: 28px;
    color: var(--primary-theme);
    margin-bottom: 14px;
}
.about-trust-item h3 {
    color: #1B012C;
    font-size: clamp(17px, 1.8vw, 19px);
    font-weight: 600;
    margin-bottom: 8px;
}
.about-trust-item p {
    color: #6B6B6B;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}
.about-cta {
    padding: clamp(48px, 8vw, 80px) 0 clamp(80px, 12vw, 120px);
}
.about-cta__panel {
    background: linear-gradient(135deg, #1B012C 0%, #3d1568 50%, #1B012C 100%);
    border-radius: clamp(28px, 5vw, 40px);
    padding: clamp(40px, 8vw, 72px) clamp(24px, 5vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 64px rgba(131, 56, 236, 0.2);
}
.about-cta__title {
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    margin-bottom: 16px;
}
.about-cta__title span {
    color: var(--secondary-theme);
}
.about-cta__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(16px, 1.6vw, 18px);
    max-width: 560px;
    margin: 0 auto 28px;
    line-height: 1.6;
}
.about-cta .btn--outline {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    background-color: transparent;
}
.about-cta .btn--outline:hover {
    background-color: #fff;
    color: var(--primary-theme-dark);
    border-color: #fff;
}
.about-cta .btn {
    margin: 0;
    max-width: none;
}

/* Pricing / Packages page */
.packages-page {
    background-color: #fff;
    overflow-x: hidden;
}
.packages-hero {
    position: relative;
    padding: clamp(140px, 18vw, 190px) 0 clamp(48px, 8vw, 72px);
    background: linear-gradient(165deg, var(--primary-theme-dark) 0%, #1D0D33 50%, #2a1060 100%);
    overflow: hidden;
}
.packages-hero__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(223, 13, 120, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 40% 30% at 80% 60%, rgba(131, 56, 236, 0.3) 0%, transparent 50%);
    pointer-events: none;
}
.packages-hero__eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--secondary-theme);
    margin-bottom: 14px;
}
.packages-hero__title {
    color: #fff;
    font-size: clamp(34px, 5vw + 1rem, 58px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}
.packages-hero__title span {
    color: var(--secondary-theme);
}
.packages-hero__lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.65;
    max-width: 640px;
    margin: 0 auto;
}
.packages-section-title {
    color: #1B012C;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px;
}
.packages-section-title span {
    color: var(--primary-theme);
}
.packages-section-desc {
    color: #6B6B6B;
    font-size: clamp(15px, 1.5vw, 17px);
    line-height: 1.6;
    margin: 0;
}
.packages-plans {
    padding: clamp(40px, 6vw, 64px) 0 clamp(64px, 10vw, 100px);
    margin-top: clamp(-48px, -6vw, -32px);
    position: relative;
    z-index: 2;
}
.packages-billing-toggle {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    padding: 6px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #EDE8F4;
    box-shadow: 0 12px 40px rgba(27, 1, 44, 0.1);
}
.packages-billing-toggle__btn {
    border: none;
    background: transparent;
    color: #6B6B6B;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.packages-billing-toggle__btn.active {
    background: var(--primary-theme);
    color: #fff;
}
.packages-billing-toggle__save {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: rgba(223, 13, 120, 0.15);
    color: var(--secondary-theme);
    padding: 4px 8px;
    border-radius: 50px;
}
.packages-billing-toggle__btn.active .packages-billing-toggle__save {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.packages-plan-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 28px;
    padding: clamp(28px, 4vw, 40px) clamp(24px, 3vw, 36px);
    border: 1px solid #EDE8F4;
    box-shadow: 0 16px 48px rgba(27, 1, 44, 0.08);
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.packages-plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(131, 56, 236, 0.14);
}
.packages-plan-card--featured {
    border: 2px solid var(--primary-theme);
    box-shadow: 0 24px 60px rgba(131, 56, 236, 0.22);
    background: linear-gradient(180deg, #fff 0%, #F8F5FC 100%);
}
.packages-plan-card--featured:hover {
    box-shadow: 0 28px 64px rgba(131, 56, 236, 0.28);
}
.packages-plan-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--secondary-theme);
    background: rgba(223, 13, 120, 0.12);
    padding: 6px 12px;
    border-radius: 50px;
}
.packages-plan-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-theme) 0%, #B794F6 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}
.packages-plan-card--featured .packages-plan-card__icon {
    background: var(--secondary-theme-gradient);
}
.packages-plan-card__name {
    font-size: clamp(24px, 2.5vw, 28px);
    font-weight: 700;
    color: #1B012C;
    margin-bottom: 6px;
}
.packages-plan-card__tagline {
    font-size: 14px;
    color: #6B6B6B;
    margin-bottom: 20px;
}
.packages-plan-card__price {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EDE8F4;
}
.packages-plan-card__amount {
    font-size: clamp(40px, 5vw, 52px);
    font-weight: 700;
    color: #1B012C;
    line-height: 1;
}
.packages-plan-card__period {
    display: block;
    font-size: 15px;
    color: #6B6B6B;
    font-weight: 500;
    margin-top: 6px;
}
.packages-plan-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.packages-plan-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.5;
    color: #4A4A5E;
    margin-bottom: 12px;
}
.packages-plan-card__features li i {
    color: #22C55E;
    margin-top: 4px;
    flex-shrink: 0;
}
.packages-plan-card__features li.packages-plan-card__muted {
    color: #9CA3AF;
}
.packages-plan-card__features li.packages-plan-card__muted i {
    color: #D1D5DB;
}
.packages-plan-card__btn {
    margin-top: auto;
}
.packages-plans__note {
    font-size: 14px;
    color: #6B6B6B;
}
.packages-plans__note i {
    color: var(--primary-theme);
    margin-right: 8px;
}
.packages-compare {
    padding: clamp(56px, 8vw, 90px) 0;
    background: #F8F5FC;
}
.packages-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
    border: 1px solid #EDE8F4;
    background: #fff;
    box-shadow: 0 12px 40px rgba(27, 1, 44, 0.06);
}
.packages-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    margin: 0;
}
.packages-table th,
.packages-table td {
    padding: clamp(14px, 2vw, 18px) clamp(16px, 2.5vw, 24px);
    text-align: center;
    font-size: clamp(14px, 1.4vw, 15px);
    border-bottom: 1px solid #F0EBF6;
}
.packages-table thead th {
    background: var(--primary-theme-dark);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: none;
}
.packages-table thead th:first-child {
    text-align: left;
    border-radius: 20px 0 0 0;
}
.packages-table thead th:last-child {
    border-radius: 0 20px 0 0;
}
.packages-table tbody th {
    text-align: left;
    color: #1B012C;
    font-weight: 600;
    background: #FAFAFC;
}
.packages-table tbody td {
    color: #4A4A5E;
}
.packages-table__highlight {
    background: rgba(131, 56, 236, 0.06);
    font-weight: 600;
    color: var(--primary-theme);
}
.packages-table__yes {
    color: #22C55E;
    font-size: 18px;
}
.packages-table__no {
    color: #D1D5DB;
    font-size: 16px;
}
.packages-faq {
    padding: clamp(56px, 8vw, 100px) 0;
}
.packages-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.packages-faq-item {
    background: #fff;
    border: 1px solid #EDE8F4;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.packages-faq-item[open] {
    border-color: rgba(131, 56, 236, 0.35);
    box-shadow: 0 8px 24px rgba(131, 56, 236, 0.08);
}
.packages-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: clamp(18px, 3vw, 22px) clamp(20px, 3vw, 24px);
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 600;
    color: #1B012C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.packages-faq-item summary::-webkit-details-marker {
    display: none;
}
.packages-faq-item summary::after {
    content: '+';
    font-size: 22px;
    font-weight: 400;
    color: var(--primary-theme);
    flex-shrink: 0;
    transition: transform 0.25s ease;
}
.packages-faq-item[open] summary::after {
    content: '−';
}
.packages-faq-item p {
    padding: 0 clamp(20px, 3vw, 24px) clamp(18px, 3vw, 22px);
    margin: 0;
    color: #6B6B6B;
    font-size: 15px;
    line-height: 1.65;
}
.packages-cta {
    padding: clamp(48px, 8vw, 80px) 0 clamp(88px, 12vw, 120px);
}
.packages-cta__inner {
    background: linear-gradient(135deg, #1B012C 0%, #4a1a7a 50%, #1B012C 100%);
    border-radius: clamp(24px, 4vw, 36px);
    padding: clamp(40px, 7vw, 64px) clamp(24px, 5vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 56px rgba(131, 56, 236, 0.25);
}
.packages-cta__badge {
    margin-bottom: 20px;
    filter: drop-shadow(0 8px 20px rgba(223, 13, 120, 0.4));
}
.packages-cta__title {
    color: #fff;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 700;
    margin-bottom: 14px;
}
.packages-cta__title span {
    color: var(--secondary-theme);
}
.packages-cta__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(15px, 1.5vw, 17px);
    max-width: 520px;
    margin: 0 auto 24px;
    line-height: 1.6;
}
.packages-cta .btn {
    margin: 0 auto;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* Site preloader — vibrant brand gradient, centered heart */
.preloader-wrapper {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--primary-theme-dark);
    background-image: var(--preloader-bg);
    background-size: 240% 240%;
    animation: preloader-bg-shift 10s ease-in-out infinite;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader-wrapper.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-wrapper__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    background-image:
        linear-gradient(to right, rgba(167, 139, 250, 0.12) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(167, 139, 250, 0.12) 1px, transparent 1px),
        radial-gradient(ellipse 100% 70% at 50% -10%, rgba(255, 130, 194, 0.55) 0%, transparent 50%),
        radial-gradient(ellipse 90% 65% at 0% 40%, rgba(223, 13, 120, 0.65) 0%, transparent 52%),
        radial-gradient(ellipse 85% 60% at 100% 35%, rgba(131, 56, 236, 0.7) 0%, transparent 50%),
        radial-gradient(ellipse 70% 55% at 50% 110%, rgba(192, 132, 252, 0.5) 0%, transparent 48%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 42%);
    background-size: 48px 48px, 48px 48px, auto, auto, auto, auto, auto;
}

.preloader-wrapper__mesh::before,
.preloader-wrapper__mesh::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.85;
    will-change: transform;
}

.preloader-wrapper__mesh::before {
    width: min(70vw, 520px);
    height: min(70vw, 520px);
    top: -12%;
    left: -8%;
    background: radial-gradient(circle, #ff4da6 0%, #DF0D78 40%, transparent 70%);
    animation: preloader-orb-1 7s ease-in-out infinite;
}

.preloader-wrapper__mesh::after {
    width: min(65vw, 480px);
    height: min(65vw, 480px);
    bottom: -18%;
    right: -10%;
    background: radial-gradient(circle, #c084fc 0%, #8338EC 45%, transparent 72%);
    animation: preloader-orb-2 8s ease-in-out infinite;
}

.preloader-wrapper__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.preloader-wrapper__content::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(255, 130, 194, 0.75) 0%,
        rgba(223, 13, 120, 0.35) 35%,
        rgba(131, 56, 236, 0.15) 60%,
        transparent 72%
    );
    animation: preloader-heart-glow 2.4s ease-in-out infinite;
    pointer-events: none;
}

.preloader-heart {
    position: relative;
    z-index: 1;
    color: #ff4da6;
    filter:
        drop-shadow(0 0 20px rgba(255, 77, 166, 0.95))
        drop-shadow(0 0 48px rgba(223, 13, 120, 0.75))
        drop-shadow(0 0 80px rgba(131, 56, 236, 0.45));
}

@keyframes preloader-bg-shift {
    0%, 100% {
        background-position: 0% 40%;
    }
    50% {
        background-position: 100% 60%;
    }
}

@keyframes preloader-orb-1 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(12%, 18%) scale(1.12);
    }
}

@keyframes preloader-orb-2 {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-14%, -12%) scale(1.1);
    }
}

@keyframes preloader-heart-glow {
    0%, 100% {
        transform: scale(0.92);
        opacity: 0.75;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .preloader-wrapper {
        transition: none;
        animation: none;
        background-size: auto;
    }
    .preloader-wrapper__mesh::before,
    .preloader-wrapper__mesh::after,
    .preloader-wrapper__content::before {
        animation: none;
    }
    .preloader-heart,
    .preloader-heart div {
        animation: none !important;
    }
}

.lds-heart {
    /* change color here */
    color: var(--secondary-theme);
  }
  .lds-heart,
  .lds-heart div,
  .lds-heart div:after,
  .lds-heart div:before {
    box-sizing: border-box;
  }
  .lds-heart {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    transform-origin: 40px 40px;
  }
  .lds-heart div {
    top: 28px;
    left: 28px;
    position: absolute;
    width: 32px;
    height: 32px;
    background: currentColor;
    animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lds-heart div:after,
  .lds-heart div:before {
    content: " ";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: currentColor;
  }
  .lds-heart div:before {
    left: -24px;
    border-radius: 50% 0 0 50%;
  }
  .lds-heart div:after {
    top: -24px;
    border-radius: 50% 50% 0 0;
  }
  @keyframes lds-heart {
    0% {
      transform: scale(0.95);
    }
    5% {
      transform: scale(1.1);
    }
    39% {
      transform: scale(0.85);
    }
    45% {
      transform: scale(1);
    }
    60% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(0.9);
    }
  }
/* responsive */
@media (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1700px;
    }
}
@media (max-width: 1440px) {
    .testimonial-card {
        padding: 30px 30px;
    }
    .testimonial-card .para {
        font-size: 22px;
    }
    .one-platform-sec .sec-title {
        font-size: 62px;
    }
    .ready-to-find-content {
        padding: 89px 0 89px 49px;
    }
    .footer-links-wrapper li a {
        font-size: 17px;
    }
}
@media (max-width: 1366px) {
    .wcw-card {
        font-size: 17px;
    }
    .wcw-card--5 {
        bottom: -177px;
    }
    .one-platform-sec .sec-title {
        font-size: 53px;
    }
    .ready-to-find-right-img {
        max-width: 520px;
    }
    .ready-to-find-logo-img {
        top: 110px;
        right: 71px;
        max-width: 300px;
    }
    .ready-to-find-inner .sec-title {
        font-size: 40px;
    }    
}
@media (max-width: 1200px) {
    .ready-to-wandr-sec {
        padding: 0 0 270px 0;
    }
}
@media (max-width: 1024px) {
    .primary-navs {
        max-width: 500px;
        margin: 0 auto;
    }
    .why-choose-wandr-gif {
        max-width: 430px;
    }
    .wcw-card--1 {
        left: 51px;
    }
    .wcw-card--2 {
        bottom: -80px;
        left: -10px;
    }
    .wcw-card--3 {
        right: 70px;
        top: 0;
    }
    .wcw-card--4 {
        right: -30px;
        bottom: -70px;
    }
    .wcw-card {
        padding: 20px 20px;
    }
    .field-wrapper .btn-purple {
        font-size: 15px;
    }
    .field-wrapper .btn {
        padding: 18px 26px;
    }
    .field-wrapper .input-field {
        padding: 28px 28px 28px 15px;
        font-size: 18px;
    }
    .ready-to-find-inner .sec-title {
        font-size: 33px;
    }
}
@media (max-width: 991px) {
    /* mobile menu start */
  .close-icon i,
  .menu-icon i {
    display: block;
    z-index: 1;
    background: var(--secondary-theme);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 2px;
    border-radius: 100%;
  }

  .close-icon i {
    position: absolute;
    top: 2rem;
    right: 2rem;
    border-radius: 100%;
  }

  .primary-navs {
    transform: translateX(-100%);
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 1s;
    padding: 4.4rem 0;
    z-index: 999;
  }

  .primary-navs.active {
    transform: translateX(0);
    background-color: #fff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    overflow: auto;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
    /* mobile menu end */

    /* Why Choose Wandr — stacked layout under 992px */
    .why-choose-wandr-sec {
        padding: 60px 0 80px;
    }
    .why-choose-wandr-sec .sec-title {
        margin-bottom: 40px;
    }
    .why-choose-wandr-content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
        padding: 0 12px;
        gap: 16px;
    }
    .why-choose-wandr-gif-wrapper {
        position: relative;
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        order: 3;
    }
    .why-choose-wandr-gif {
        max-width: 100%;
        height: auto;
    }
    .heart-pulse {
        max-width: min(180px, 42vw);
    }
    .wcw-img {
        display: none !important;
    }
    .wcw-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin: 0;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 20px;
        font-size: clamp(15px, 3.8vw, 18px);
    }
    .wcw-card--1 {
        order: 1;
    }
    .wcw-card--2 {
        order: 2;
    }
    .wcw-card--3 {
        order: 4;
    }
    .wcw-card--4 {
        order: 5;
    }
    .wcw-card--5 {
        order: 6;
    }

    .sec-title {
        font-size: 40px;
    }

    /* Ready to Find — stack layout, fluid type, no absolute overflow */
    .ready-to-find-inner {
        margin-top: clamp(-80px, -12vw, -40px);
        border-radius: clamp(24px, 5vw, 40px);
    }
    .ready-to-find-inner::before {
        border-radius: clamp(24px, 5vw, 40px);
    }
    .ready-to-find-content {
        padding: clamp(28px, 5vw, 48px) clamp(16px, 4vw, 24px) clamp(8px, 2vw, 16px);
    }
    .ready-to-find-inner .sec-title {
        max-width: 100%;
        font-size: clamp(26px, 5.5vw + 0.5rem, 36px);
    }
    .ready-to-find-content .para {
        max-width: 100%;
    }
    .ready-to-find-right-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 0 clamp(12px, 3vw, 20px) clamp(20px, 4vw, 32px);
        min-height: 0;
    }
    .ready-to-find-logo-img,
    .ready-to-find-right-img {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: min(420px, 92vw);
        margin-left: auto;
        margin-right: auto;
    }
    .ready-to-find-logo-img {
        order: 1;
        margin-bottom: clamp(8px, 2vw, 16px);
        max-width: min(260px, 55vw);
    }
    .ready-to-find-right-img {
        order: 2;
    }
    .ready-to-find-inner .field-wrapper .input-field {
        padding-right: clamp(130px, 34vw, 200px);
    }

}

@media (max-width: 575px) {
    .ready-to-find-inner .field-wrapper {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .ready-to-find-inner .field-wrapper .input-field {
        padding: 18px 20px;
        font-size: 16px;
        width: 100%;
    }
    .ready-to-find-inner .field-wrapper .btn-purple {
        position: static;
        transform: none;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 16px 24px;
        font-size: 16px;
    }
    .ready-to-find-inner .field-wrapper .btn {
        max-width: none;
        margin: 0;
    }
    .ready-to-find-inner {
        border-radius: 20px;
    }
    .ready-to-find-inner::before {
        border-radius: 20px;
    }
    .ready-to-find-content {
        padding: 24px 16px 12px;
    }
    .sec-title {
        font-size: 30px;
    }
    .globe {
        bottom: -141px;
        max-width: 70%;
    }
    .suggested-matches-sec{
        padding: 100px 0px !important;
    }
    .what-is-wandr-sec p.what-is-wandr-sec__body {
        font-size: 20px;
    }
    .gap-y-100 {
       padding-bottom: 50px;
       padding-top: 0px;
    }
    .one-platform-sec .sec-title {
        font-size: 28px;
    }
    .ready-to-wandr-btns {
    flex-direction: column;
    }
    .testimonial-card .para {

        font-size: 16px;
    }
    .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 16px;
        padding: 10px 30px;
        border-radius: 30px;
        max-width: 220px;
    } 
   
    .ready-to-find-right-img {
        max-width: 220px !important;
    }
    .events-discover-panel__img--accent {
        display: none !important;
    }
    .events-discover-panel__img--accent,
    .travel-discover-panel__img--accent,
    .gift-discover-panel__img--accent {
        display: none !important;
    }
    
}

@media (max-width: 767px) {
    .screen-bg {
        display: none;
    }
    .ready-to-find-right-content {
        padding: 0px;
    }
    
}

@media (max-width: 1366px) {
    .suggested-matches-sec {
        padding: 150px 0;
    }
}

@media (max-width: 1024px) {
    .screen-bg{
        bottom: -200px;
    }
    .ready-to-find-right-img {
        max-width: 450px;
    }
    .ready-to-find-logo-img{
        top: 30px;
    }


}

@media (max-width: 400px) {
    .suggested-matches-sec {
        padding-bottom: 30px !important;
    }
    .store-badges-row {
        flex-direction: column;
    }
    .store-badges-row .badge-wrapper {
        width: 100%;
        max-width: 220px;
    }
    .ready-to-wandr-content {
        bottom: 135px;
    }
  
   
}

@media (max-width: 991px) {
    .inner-banner {
        padding: 160px 0 280px 0;
    }
    .events-page-wrapper .inner-banner,
    .travel-page-wrapper .inner-banner,
    .gift-page-wrapper .inner-banner {
        padding: 160px 0 72px;
    }
    .events-sec__title,
    .travel-sec__title,
    .gift-sec__title {
        font-size: clamp(32px, 6vw, 40px);
    }
    .events-page-wrapper .sec-title--dark,
    .travel-page-wrapper .sec-title--dark,
    .gift-page-wrapper .sec-title--dark {
        font-size: 36px;
    }
    .dating-page-wrapper .sec-title--dark {
        font-size: 36px;
    }
    .feature-right-content .feature-card-wrapper {
        text-align: left;
    }
    .feature-right-content .feature-icon-wrapper {
        margin-left: 0;
    }
    .dating-testimonial-arrows {
        justify-content: center !important;
        margin-bottom: 8px;
    }
    .events-discover-panel__img--accent {
        position: relative;
        right: auto;
        bottom: auto;
        width: 58%;
        margin: -36px 0 0 auto;
        display: block;
    }
    .events-discover-panel .d-flex.flex-wrap.gap-3,
    .travel-discover-panel .d-flex.flex-wrap.gap-3,
    .gift-discover-panel .d-flex.flex-wrap.gap-3 {
        flex-direction: column;
    }
    .events-discover-panel .btn,
    .travel-discover-panel .btn,
    .gift-discover-panel .btn {
        width: 100%;
        justify-content: center;
    }
    .events-discover-panel__img--accent,
    .travel-discover-panel__img--accent,
    .gift-discover-panel__img--accent {
        position: relative;
        right: auto;
        bottom: auto;
        width: 58%;
        margin: -36px 0 0 auto;
        display: block;
    }
    .events-discover-panel__visual,
    .travel-discover-panel__visual,
    .gift-discover-panel__visual {
        margin-bottom: 8px;
    }
    .about-hub {
        width: 100%;
        max-width: 400px;
        aspect-ratio: auto;
        min-height: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding-top: 0;
    }
    .about-hub__core {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        grid-column: 1 / -1;
        justify-self: center;
        margin-bottom: 8px;
        width: 120px;
        height: 120px;
    }
    .about-hub__node {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        min-width: 0;
        width: 100%;
    }
    .about-hub__node:hover {
        transform: scale(1.03) !important;
    }
    .about-bento__gif {
        margin: 16px auto 0;
        max-width: 140px;
    }
    .about-cta .d-flex.flex-wrap.gap-3 {
        flex-direction: column;
        align-items: stretch;
    }
    .about-cta .btn {
        width: 100%;
        justify-content: center;
    }
    .packages-faq .btn--outline {
        width: 100%;
        justify-content: center;
    }
    .packages-plan-card--featured {
        order: -1;
    }
}

@media (max-width: 575px) {
    .events-page-wrapper .inner-banner,
    .travel-page-wrapper .inner-banner,
    .gift-page-wrapper .inner-banner {
        padding: 120px 0 56px;
    }
    .events-category-tile,
    .travel-category-tile,
    .gift-category-tile {
        min-height: 128px;
        padding: 14px;
    }
    .events-category-tile__name,
    .travel-category-tile__name,
    .gift-category-tile__name {
        font-size: 14px;
    }
    .events-discover-panel,
    .travel-discover-panel,
    .gift-discover-panel {
        padding: 20px 16px;
    }
    .events-discover-panel__img--accent,
    .travel-discover-panel__img--accent,
    .gift-discover-panel__img--accent {
        width: 70%;
        margin-top: -28px;
    }
    .events-stat__value,
    .travel-stat__value,
    .gift-stat__value {
        font-size: 24px;
    }
    .event-card-wrapper,
    .travel-card-wrapper,
    .gift-card-wrapper {
        padding: 24px 20px;
    }
    .event-card-wrapper__icon,
    .travel-card-wrapper__icon,
    .gift-card-wrapper__icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 18px;
    }
    .events-how-sec .btn--primary,
    .travel-how-sec .btn--primary,
    .gift-how-sec .btn--primary {
        max-width: 100%;
        width: 100%;
    }
    .about-hero__title {
        font-size: 32px;
    }
    .about-story__badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 16px;
        display: inline-flex;
    }
    .about-compare-card {
        padding: 22px 20px;
    }
    .about-cta__panel {
        padding: 32px 20px;
    }
    .about-hub {
        grid-template-columns: 1fr;
    }
    .packages-hero__title {
        font-size: 30px;
    }
    .packages-billing-toggle__btn {
        padding: 10px 16px;
        font-size: 14px;
    }
    .packages-plan-card__btn {
        max-width: 100%;
    }
    .packages-cta .btn {
        width: 100%;
        max-width: 100%;
    }
    .dating-plan-card {
        padding: 28px 22px;
    }
    .dating-plan-price__amount {
        font-size: 36px;
    }
    .dating-plan-toggle__btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    .dating-cta-float--heart {
        max-width: 48px;
    }
}

