@import url("https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap");

:root {
    --brand: #ff4d6b;
    --brand-strong: #ff2d55;
    --violet: #7b5cff;
    --ink: #162326;
    --ink-soft: #3a4b4f;
    --muted: #6b7c81;
    --line: rgba(22, 35, 38, .08);
    --card: #ffffff;
    --bg: #ffffff;
    --bg-tint: #fff6f8;
    --bg-tint-2: #f5f4ff;
    --grad: linear-gradient(135deg, #ff5d78 0%, #a45cff 100%);
    --grad-warm: linear-gradient(135deg, #ff5d78 0%, #ff9c5b 100%);
    --shadow-sm: 0 6px 20px rgba(22, 35, 38, .06);
    --shadow-md: 0 18px 45px rgba(22, 35, 38, .10);
    --shadow-lg: 0 30px 70px rgba(22, 35, 38, .16);
    --radius: 22px;
    --radius-lg: 30px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    color: var(--ink-soft) !important;
    background: var(--bg) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
    overflow-x: hidden;
}

::selection {
    background: rgba(255, 77, 107, .18);
    color: var(--ink);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Sora", "Poppins", sans-serif !important;
    color: var(--ink) !important;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    line-height: 1.15;
}

p {
    color: var(--ink-soft);
}

img {
    max-width: 100%;
}

.container {
    max-width: 1180px;
}

.main-nav {
    padding: 16px 34px !important;
    background: rgba(255, 255, 255, .72) !important;
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    border-bottom: 1px solid transparent;
    transition: background .35s ease, box-shadow .35s ease, padding .35s ease, border-color .35s ease !important;
}

.main-nav.headroom--not-top {
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 10px 40px rgba(22, 35, 38, .08);
    border-bottom-color: var(--line);
    padding: 12px 34px !important;
}

.main-nav .logo-main {
    height: 38px;
    width: auto;
}

.main-nav .nav-link {
    color: var(--ink) !important;
    font-weight: 500;
    font-size: 15px;
    margin: 0 4px;
    padding: 8px 14px !important;
    position: relative;
    transition: color .25s ease;
}

.main-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 2px;
    height: 2px;
    border-radius: 2px;
    background: var(--grad);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
}

.main-nav .nav-link:hover {
    color: var(--brand-strong) !important;
}

.main-nav .nav-link:hover::after {
    transform: scaleX(1);
}

.btn-violate {
    background: var(--grad) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 11px 26px !important;
    font-weight: 600 !important;
    letter-spacing: .01em;
    box-shadow: 0 12px 26px rgba(123, 92, 255, .28);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.btn-violate:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow: 0 18px 36px rgba(123, 92, 255, .36);
    color: #fff !important;
}

.hero {
    padding: 190px 0 120px !important;
    background: radial-gradient(1100px 620px at 82% -8%, var(--bg-tint) 0%, rgba(255, 246, 248, 0) 60%),
    radial-gradient(900px 560px at 8% 8%, var(--bg-tint-2) 0%, rgba(245, 244, 255, 0) 55%),
    var(--bg) !important;
}

.hero-shape svg {
    opacity: .5;
    filter: blur(.3px);
}

.hero-content-subtitle {
    color: var(--brand-strong) !important;
    font-weight: 600 !important;
    font-size: 12.5px !important;
    letter-spacing: .22em !important;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 77, 107, .10);
    border: 1px solid rgba(255, 77, 107, .18);
}

.hero-content h1 {
    font-size: clamp(2.4rem, 4.6vw, 3.9rem) !important;
    font-weight: 800 !important;
    margin: 22px 0 20px !important;
    letter-spacing: -.03em;
}

.hero-content h1::after {
    content: " 💸";
    -webkit-text-fill-color: initial;
}

.hero-content p {
    font-size: 1.16rem;
    color: var(--muted);
    max-width: 540px;
    margin-bottom: 34px;
}

.hero-content-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    margin: 0;
}

.hero-content-buttons li {
    list-style: none;
}

.btn-platform {
    display: inline-flex !important;
    align-items: center;
    gap: 14px;
    background: var(--ink) !important;
    color: #fff !important;
    border-radius: 16px !important;
    padding: 13px 26px !important;
    box-shadow: 0 18px 40px rgba(22, 35, 38, .22);
    transition: transform .25s ease, box-shadow .25s ease;
}

.btn-platform:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 52px rgba(22, 35, 38, .3);
    color: #fff !important;
    text-decoration: none !important;
}

.btn-platform i svg path {
    fill: #fff;
}

.btn-platform-area {
    text-align: left;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.2;
}

.btn-platform-area span {
    display: block;
    font-size: .72rem;
    font-weight: 400;
    letter-spacing: .06em;
    opacity: .72;
}

.hero-image img {
    filter: drop-shadow(0 40px 60px rgba(22, 35, 38, .18));
    animation: sapplaFloat 6s ease-in-out infinite;
}

@keyframes sapplaFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

.service {
    padding: 40px 0 90px !important;
    background: var(--bg) !important;
}

.section-title {
    margin-bottom: 56px !important;
}

.section-title h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.6rem) !important;
    font-weight: 800 !important;
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
}

.section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 4px;
    border-radius: 4px;
    background: var(--grad);
}

.section-title p {
    color: var(--muted);
    font-size: 1.1rem;
}

.service-item {
    background: var(--card) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow-sm) !important;
    padding: 38px 30px !important;
    height: calc(100% - 30px);
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease, border-color .35s ease !important;
    overflow: hidden;
}

.service-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: var(--grad);
    opacity: 0;
    transition: opacity .35s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg) !important;
    border-color: transparent !important;
}

.service-item:hover::before {
    opacity: 1;
}

.service-icon {
    position: relative;
    width: 96px;
    height: 96px;
    margin-bottom: 26px;
    display: grid;
    place-items: center;
}

.service-icon svg {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
}

.service-icon i {
    position: relative;
    z-index: 2;
    font-size: 34px;
    line-height: 1;
}

.service-item.pink .service-icon svg path:first-child { fill: #ffe1e7; }
.service-item.pink .service-icon i { color: var(--brand-strong); }
.service-item.blue .service-icon svg path:first-child { fill: #e0e8ff; }
.service-item.blue .service-icon i { color: #4d6bff; }
.service-item.yellow-light .service-icon svg path:first-child { fill: #fff0d6; }
.service-item.yellow-light .service-icon i { color: #f0a020; }

.service-content h4 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.service-content p {
    color: var(--muted);
    margin: 0;
}

.service .section-title p {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--ink);
    background: var(--bg-tint);
    display: inline-block;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 77, 107, .16);
}

.feature {
    padding: 70px 0 !important;
}

.feature .row {
    padding: 40px 0;
}

.feature-content h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem) !important;
    font-weight: 800 !important;
    margin-bottom: 18px !important;
}

.feature-content p {
    font-size: 1.06rem;
    color: var(--ink-soft);
    margin-bottom: 14px;
}

.feature-content p b {
    color: var(--ink);
    font-weight: 600;
}

.feature-image img:not(.feature-image-shape1):not(.feature-image-shape2):not(.feature-image-shape3):not(.feature-image-shape4) {
    filter: drop-shadow(0 30px 55px rgba(22, 35, 38, .14));
}

.screenshots {
    padding: 80px 0 100px !important;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-tint-2) 45%, var(--bg-tint) 100%) !important;
}

.screenshots-title h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
    font-weight: 800 !important;
}

.screenshots-title p {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.screenshots-slider-item {
    padding: 18px;
}

.screenshots-slider-item img {
    border-radius: 26px;
    box-shadow: var(--shadow-md);
    transition: transform .4s ease, box-shadow .4s ease;
}

.screenshots-slider-item img:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: var(--shadow-lg);
}

.testimonial {
    padding: 90px 0 110px !important;
    background: var(--bg) !important;
}

.testimonial-content h2 {
    font-size: clamp(2rem, 3.6vw, 3rem) !important;
    font-weight: 800 !important;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.testimonial-slider-item {
    background: var(--card) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-md) !important;
    padding: 40px 40px 34px !important;
    margin: 20px 24px !important;
    position: relative;
    overflow: hidden;
}

.testimonial-slider-item::before {
    content: "\201C";
    position: absolute;
    top: -18px;
    right: 24px;
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: 1;
    color: rgba(255, 77, 107, .12);
}

.testimonial-slider-item p {
    font-size: 1.08rem;
    color: var(--ink-soft);
    position: relative;
    z-index: 1;
}

.testimonial-slider-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.testimonial-slider-person::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--grad);
    flex: 0 0 44px;
}

.testimonial-slider-person h3 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    color: var(--ink) !important;
}

.footer {
    padding: 200px 0 90px !important;
    color: rgba(255, 255, 255, .82);
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 25, 27, .35) 0%, rgba(16, 25, 27, .92) 55%, #10191b 100%);
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer h2,
.footer h4,
.footer h5 {
    color: #fff !important;
}

.footer-subscribe-title h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
    font-weight: 800 !important;
    margin-bottom: 50px;
    text-align: center;
}

.footer-description h5 {
    letter-spacing: .18em;
    font-size: 1.1rem !important;
    margin-bottom: 14px;
}

.footer-description p,
.footer-widget a,
.footer-widget-list a {
    color: rgba(255, 255, 255, .72) !important;
}

.footer-description p a {
    color: #fff !important;
    font-weight: 600;
}

.footer-widget h4 {
    font-size: 1.15rem !important;
    margin-bottom: 18px;
}

.footer-widget-list a {
    transition: color .25s ease, padding-left .25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
}

.footer-widget-list a:hover {
    color: #fff !important;
    padding-left: 6px;
    text-decoration: none;
}

.footer-description-social {
    display: flex;
    gap: 12px;
    padding: 0;
    margin-top: 18px;
    list-style: none;
}

.footer-description-social a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff !important;
    font-size: 18px;
    transition: transform .25s ease, background .25s ease;
}

.footer-description-social a:hover {
    transform: translateY(-4px);
    background: var(--grad);
    border-color: transparent;
}

@media (max-width: 991px) {
    .hero {
        padding: 150px 0 80px !important;
        text-align: center;
    }

    .hero-content-buttons {
        justify-content: center;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image {
        margin-bottom: 40px;
    }

    .feature-content {
        margin: 0 !important;
        text-align: center;
        padding-top: 30px;
    }

    .testimonial-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonial-slider-item {
        margin: 20px 8px !important;
    }
}

@media (max-width: 575px) {
    .main-nav {
        padding: 12px 18px !important;
    }

    .service-item {
        height: auto;
    }
}
