@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #070411;
    font-family: "Amaranth", sans-serif;
    color: #f6f2ff;
}

a {
    text-decoration: none;
}

.site-shell {
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(
            circle at top right,
            rgba(116, 66, 255, 0.18),
            transparent 28%
        ),
        radial-gradient(
            circle at top left,
            rgb(210 16 242 / 15%),
            transparent 24%
        ),
        linear-gradient(180deg, #070411 0%, #06030f 100%);
}
#home {
    position: relative;
    overflow: hidden;
}
#home::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 800px;

    left: 6px;
    background: url(../images/banner_pattern.png) no-repeat;
    opacity: 0.1;
}

.site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(circle at center, #000 42%, transparent 95%);
}

.brand-logo {
    width: 90px;
    height: 56px;
    /* box-shadow: 0px 0px 4px #e1e1e1; */
}

.brand-text {
    font-size: 2rem;
    font-weight: 800;
    color: #efe8ff;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.92rem;
    position: relative;
}

.nav-link.active::after,
.nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: 0;
    width: 26px;
    height: 2px;
    background: linear-gradient(90deg, #9f7cff, transparent);
}

/* .play-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(9, 8, 20, 0.75);
    color: #fff;
    transition: 0.25s ease;
    font-family: "Poppins", sans-serif;
}

.play-btn:hover {
    color: #fff;
    border-color: rgba(129, 86, 255, 0.55);
    transform: translateY(-2px);
} */

.play-btn i {
    font-size: 1.7rem;
}

.play-btn span {
    display: block;
    line-height: 1.5;
}

.play-btn small {
    display: block;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
}

.play-btn strong {
    font-size: 1rem;
    font-weight: 400;
}

.play-btn.large {
    margin-top: 1.35rem;
}

.hero-section {
    position: relative;
    padding: 1.5rem 0 2.25rem;
}

.hero-copy h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.6rem, 4vw, 4.7rem);
    line-height: 1.04;
    font-weight: 800;
}

.hero-copy h1 span {
    color: #9b6dff;
}

.hero-copy p {
    max-width: 410px;
    color: #bcb3d8;
    font-size: 1.05rem;
    line-height: 1.75;
}

.download-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.8rem;
}

.download-info h6,
.download-info p {
    margin: 0;
}

.download-info p {
    color: #d8cefb;
}

.qr-box {
    width: 82px;
    height: 82px;
    padding: 7px;
    border-radius: 8px;
    background: #fff;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-large {
    width: 104px;
    height: 104px;
}

.footer-qr {
    width: 78px;
    height: 78px;
}

.qr-box canvas,
.qr-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

.hero-phones {
    position: relative;
    min-height: 630px;
}

.hero-glow {
    position: absolute;
    inset: auto 0 30px 0;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(117, 63, 255, 0.3),
        transparent 62%
    );
    border: 1px solid rgba(147, 110, 255, 0.12);
}

.phone-card {
    position: absolute;
    width: 255px;
    height: 474px;
    background: linear-gradient(180deg, #7663d6 0%, #faf8ff 18%);
    border: 10px solid #1a1625;
    border-radius: 40px;
    overflow: hidden;
}

.phone-main {
    left: 80px;
    top: 8px;
    transform: rotate(349deg) translateY(7px) translateX(20px);
    position: relative;
    z-index: 1;
}
.phone-main::before {
    content: "";
    position: absolute;
    background-image: url(../images/logo.png);
    background-size: 100% 100%;
    width: 60px;
    height: 38px;
    top: 22px;
    /* left: 0; */
    right: 24px;
}

.phone-side {
    right: 60px;
    top: 38px;
    transform: rotate(7deg);
}

.phone-notch {
    width: 96px;
    height: 20px;
    background: #100c17;
    margin: 0 auto 0.8rem;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.phone-header,
.tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.phone-header {
    color: #fff;
    font-size: 0.78rem;
}

.wallet-card {
    margin: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #8d5eff, #5624d8);
    color: #fff;
    position: relative;
}
.wallet-card::before {
}

.wallet-card h3 {
    margin: 0.35rem 0 0.9rem;
    font-size: 1.55rem;
}

.wallet-card button {
    border: 0;
    border-radius: 12px;
    padding: 0.7rem 1rem;
    background: #fff;
    color: #4b21c7;
    font-weight: 700;
}

.phone-title {
    color: #1b1337;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 1rem;
    margin: 0.2rem 0 0.8rem;
}

.mini-app-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    padding: 0 1rem;
}

.mini-app-grid div {
    border-radius: 16px;
    background: #fff;
    padding: 0.75rem 0.35rem;
    text-align: center;
    box-shadow: 0 12px 26px rgba(65, 42, 122, 0.08);
    color: #33245f;
}

.mini-app-grid i {
    display: block;
    margin-bottom: 0.35rem;
}

.mini-app-grid span {
    font-size: 0.68rem;
    font-weight: 600;
}

.phone-footer-icons {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #2d2258;
    border-radius: 20px;
    padding: 0.8rem 1rem;
    box-shadow: 0 12px 24px rgba(65, 42, 122, 0.1);
}

.phone-footer-icons .active {
    color: #6b3fff;
}

.tabs-row {
    justify-content: center;
    gap: 1rem;
    color: #6d6495;
    margin-bottom: 1rem;
}

.tabs-row span {
    position: relative;
    font-size: 0.78rem;
}

.tabs-row .active {
    color: #35235f;
    font-weight: 700;
}

.tabs-row .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.3rem;
    height: 2px;
    background: #7f56ff;
}

.recharge-card {
    margin: 1rem;
    padding: 1rem;
    border-radius: 20px;
    background: #fff;
    color: #25184c;
}

.recharge-card label,
.plan-box small {
    display: block;
    font-size: 0.75rem;
    color: #7b73a1;
    margin-bottom: 0.45rem;
}

.fake-input {
    border-radius: 14px;
    background: #f5f2ff;
    padding: 0.8rem 0.9rem;
    font-weight: 600;
    margin-bottom: 0.95rem;
}

.operator-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.operator-list span {
    display: block;
    border-radius: 12px;
    background: #fbf9ff;
    border: 1px solid #ece6ff;
    text-align: center;
    padding: 0.55rem 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
}

.plan-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    background: #f7f5ff;
    padding: 0.8rem 0.9rem;
    margin-bottom: 1rem;
}

.pay-btn {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 0.8rem 1rem;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(135deg, #8a5cff, #5c2de2);
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #b68fff, #4f26cd);
    box-shadow: 0 0 30px rgba(131, 85, 255, 0.4);
}

.orb-a {
    width: 22px;
    height: 22px;
    top: 165px;
    right: 40%;
}

.orb-b {
    width: 14px;
    height: 14px;
    top: 340px;
    left: 47%;
}

.orb-c {
    width: 28px;
    height: 28px;
    top: 245px;
    right: 18px;
}
.orb-d {
    width: 25px;
    height: 25px;
    top: 88%;
    right: 244px;
}
.orb-e {
    width: 20px;
    height: 20px;
    top: 528px;
    left: 47%;
}
.orb-f {
    width: 27px;
    height: 27px;
    top: 506px;
    right: 18px;
}

.section-space {
    margin-top: 1.5rem;
}

/* .panel,
.promo-strip,
.footer-panel,
.stats-card {
  border: 1px solid rgba(121, 87, 255, 0.14);
  background: linear-gradient(180deg, rgba(14, 12, 29, 0.96), rgba(10, 9, 22, 0.98));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
} */

.panel,
.promo-strip,
.footer-panel {
    border-radius: 24px;
    padding: 1.6rem;
}

.section-heading h2 {
    /* margin: 2.25rem; */
    font-size: 2rem;
    font-weight: 700;
}

.section-heading p,
.service-card p,
.feature-card p,
.footer-text,
.bottom-links a,
.footer-links a {
    color: #b9b0d3;
}

.section-heading p {
    margin-bottom: 1rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.8rem;
}

.service-card {
    height: 100%;
    border-radius: 18px;
    padding: 0.95rem 0.8rem 0.9rem;
    background: rgba(18, 16, 34, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-icon,
.feature-icon,
.stats-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    margin-bottom: 0.9rem;
    font-size: 1rem;
}

.service-icon.blue {
    background: rgba(72, 172, 255, 0.16);
    color: #51bcff;
}
.service-icon.green {
    background: rgba(65, 212, 108, 0.16);
    color: #5ce282;
}
.service-icon.yellow {
    background: rgba(255, 199, 62, 0.16);
    color: #ffc844;
}
.service-icon.red {
    background: rgba(255, 102, 72, 0.16);
    color: #ff7654;
}
.service-icon.purple {
    background: rgba(163, 107, 255, 0.16);
    color: #b07bff;
}
.service-icon.teal {
    background: rgba(80, 228, 219, 0.16);
    color: #65e7da;
}
.service-icon.amber {
    background: rgba(255, 178, 43, 0.16);
    color: #ffbc45;
}
.service-icon.pink {
    background: rgba(255, 101, 174, 0.16);
    color: #ff77bc;
}

.service-card h5 {
    font-size: 0.75rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
    text-align: center;
}

.service-card p {
    font-size: 0.78rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
    text-align: center;
}

.icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    margin-top: auto;
    cursor: pointer;
}
.icon-link i {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.feature-row {
    margin-top: 0.7rem;
}

.feature-card {
    height: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: rgba(17, 15, 33, 0.96);
}

.feature-card h6 {
    margin-bottom: 0.2rem;
    font-size: 0.92rem;
}

.feature-card p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.45;
}

.feature-icon {
    margin-bottom: 0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-size: 1.15rem;
    aspect-ratio: 1/1;
}

.feature-icon.secure {
    background: rgba(95, 222, 139, 0.14);
    color: #73e79d;
    border: 1px solid rgba(95, 222, 139, 0.16);
}
.feature-icon.flash {
    background: rgba(133, 86, 255, 0.14);
    color: #a178ff;
    border: 1px solid rgba(133, 86, 255, 0.16);
}
.feature-icon.help {
    background: rgba(171, 98, 255, 0.14);
    color: #bf90ff;
    border: 1px solid rgba(171, 98, 255, 0.16);
}
.feature-icon.app {
    background: rgba(60, 193, 255, 0.14);
    color: #68d4ff;
    border: 1px solid rgba(60, 193, 255, 0.16);
}

.promo-strip {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    background:
        radial-gradient(
            circle at 55% 30%,
            rgba(131, 86, 255, 0.38),
            transparent 34%
        ),
        linear-gradient(90deg, rgb(28 5 83 / 98%), rgba(31, 15, 77, 0.98));
}

.promo-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 25% 75%,
            rgba(255, 255, 255, 0.05),
            transparent 18%
        ),
        radial-gradient(
            circle at 70% 35%,
            rgba(255, 255, 255, 0.07),
            transparent 12%
        );
    pointer-events: none;
}

.promo-strip::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: 150px;
    top: -46px;
    border-radius: 50%;
    border: 28px solid rgba(151, 116, 255, 0.12);
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(22deg);
    pointer-events: none;
}

.promo-strip h2 {
    font-size: clamp(2rem, 2vw, 2.9rem);
    font-weight: 800;
    margin-bottom: 0.45rem;

    background: linear-gradient(90deg, #58aec7, #82b440);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.promo-strip p {
    color: #d4c4ff;
    font-size: 1.08rem;
    margin-bottom: 1.1rem;
}

.promo-button {
    border-radius: 14px;
    padding: 0.85rem 1.15rem;
    background: linear-gradient(90deg, #58aec7, #82b440);
    color: #fff;
}

.promo-button:hover {
    color: #fff;
    background: #7446f2;
}

.promo-visual {
    position: relative;
    height: 220px;
}

.promo-phone {
    position: absolute;
    width: 116px;
    height: 206px;
    border-radius: 26px;
    border: 4px solid #171326;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    background: linear-gradient(180deg, #6635ec 0%, #fbf9ff 26%);
}

.promo-phone::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 18px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #8e61ff, #5c2de0);
}

.promo-phone::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    bottom: 18px;
    border-radius: 14px;
    background:
        linear-gradient(
            180deg,
            rgba(126, 88, 255, 0.1),
            rgba(126, 88, 255, 0.1)
        ),
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 14px,
            rgba(92, 56, 185, 0.08) 14px,
            rgba(92, 56, 185, 0.08) 22px
        );
}

.promo-phone.left {
    left: 64px;
    top: 8px;
    transform: rotate(-17deg);
}

.promo-phone.right {
    left: 134px;
    top: 0;
    transform: rotate(11deg);
}

.promo-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    position: relative;
    z-index: 1;
}

.promo-download h5 {
    font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
}

.promo-arrow {
    display: inline-block;
    font-size: 1.75rem;
    color: #d8c8ff;
    transform: rotate(-24deg);
}

.stats-card {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 18px;
    background: linear-gradient(
        180deg,
        rgba(16, 14, 32, 0.98),
        rgba(13, 12, 25, 0.98)
    );
}

.stats-icon {
    margin: 0;
    border-radius: 50%;
    background: rgba(138, 91, 255, 0.14);
    color: #a57cff;
    border: 1px solid rgba(138, 91, 255, 0.16);
}

.stats-card h3 {
    margin: 0;
    color: #a67dff;
    font-size: 2rem;
    line-height: 1;
}

.stats-card p {
    margin: 0.2rem 0 0;
    color: #d8d0eb;
}

.footer-panel {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
/* .footer-panel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 500px;
    background-repeat: no-repeat;
    background: url(../images/pat-new.png);
} */

.footer-text {
    line-height: 1.7;
    font-size: 12px;
}

.social-links {
    display: flex;
    gap: 0.65rem;
    margin-top: 1rem;
}

.account-list a:hover {
    text-decoration: underline;
}

.social-links a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.footer-panel h6 {
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.footer-links li + li {
    margin-top: 0.55rem;
}

.footer-download {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-bottom {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
}

.footer-bottom p,
.bottom-links a {
    color: #9c95ba;
    font-size: 0.82rem;
}

.footer-bottom p {
    margin: 0;
    width: 100%;
    text-align: center;
}

.bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
}

.bottom-links a,
.footer-links a {
    transition: color 0.2s ease;
}

.bottom-links a:hover,
.footer-links a:hover {
    color: #ffffff;
}

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 2.5rem;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 18% 30%,
            rgba(127, 84, 255, 0.18),
            transparent 18%
        ),
        radial-gradient(
            circle at 82% 24%,
            rgba(72, 190, 255, 0.12),
            transparent 18%
        );
    pointer-events: none;
}

.page-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.page-hero-copy h1 {
    font-size: clamp(2.6rem, 3vw, 4rem);
    line-height: 1.05;
    font-weight: 500;
    margin-bottom: 1rem;
}

.page-hero-copy p {
    max-width: 700px;
    color: #bbb2d5;
    font-size: 1.05rem;
    line-height: 1.8;
}

.info-card,
.detail-card,
.step-card,
.timeline-card {
    height: 100%;
    padding: 1.35rem;
    border-radius: 20px;
    border: 1px solid rgba(121, 87, 255, 0.12);
    background: linear-gradient(
        180deg,
        rgba(17, 15, 33, 0.98),
        rgba(13, 12, 25, 0.98)
    );
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.info-card:hover,
.detail-card:hover,
.step-card:hover,
.timeline-card:hover {
    transform: translateY(-6px);
    border-color: rgba(138, 100, 255, 0.28);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
}

.info-card h4,
.detail-card h4,
.step-card h4,
.timeline-card h4 {
    margin-bottom: 0.65rem;
}

.info-card p,
.detail-card p,
.step-card p,
.timeline-card p,
.detail-list li {
    color: #b9b0d3;
    line-height: 1.7;
}

.detail-list {
    margin: 0;
    padding-left: 1.15rem;
}

.detail-list li + li {
    margin-top: 0.45rem;
}

.badge-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    background: rgba(127, 84, 255, 0.14);
    color: #a77cff;
}

.step-number {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    font-weight: 800;
    background: linear-gradient(135deg, #895dff, #5b2de0);
    color: #fff;
}

.cta-banner {
}

.cta-banner h3 {
    margin-bottom: 0.5rem;
}

.cta-banner p {
    margin-bottom: 1rem;
    color: #d4c8fb;
}

/* .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
} */

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .phone-side {
        right: 10px;
    }
}

@media (max-width: 991.98px) {
    .hero-copy {
        text-align: center;
    }

    .hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .download-info {
        justify-content: center;
    }

    .hero-phones {
        min-height: 560px;
        transform: scale(0.88);
        transform-origin: center top;
    }

    .service-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .brand-text {
        font-size: 1.65rem;
    }

    .hero-phones {
        min-height: 470px;
        transform: scale(0.7);
        margin-top: -25px;
    }

    .panel,
    .promo-strip,
    .footer-panel {
        padding: 1.2rem;
    }

    .promo-download,
    .footer-download,
    .footer-bottom {
        flex-direction: column;
        align-items: center;
    }

    .promo-visual {
        width: 280px;
        margin: 0 auto;
    }

    .promo-strip::after {
        right: 35px;
        width: 250px;
        height: 250px;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .hero-copy h1 {
        font-size: 2.45rem;
    }

    .hero-phones {
        min-height: 395px;
        transform: scale(0.56);
        margin-top: -60px;
    }

    .section-heading h2 {
        font-size: 1.65rem;
    }
}

.google-play-icon {
    width: 30px;
    height: 30px;
}
.google-play-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.slider-image-add {
    width: 170px;
    height: 250px;
    margin: 0 auto;
}
.slider-image-add img {
    width: 100%;
}
#sliderImage {
    width: 100%;
    display: block;
}

/* Image enters from left */

.service-hero-image {
    width: 450px;
    height: 350px;
}
.service-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-hero-image {
    width: 460px;
    height: 340px;
}
.about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    height: 400px;
    right: 0;
    top: -37px;
    background: url("../images/final-bg.png");
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left 100%;
}
/* .page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 700px;
    height: 500px;
    right: 0;
    top: 0;
    background: url("../images/new-dottet-re.png");
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
    background-size: cover;
    background-repeat: no-repeat;
} */
.feature-hero-image {
    width: 460px;
    height: 350px;
}
.feature-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* slider integration */
.slide-left {
    animation: slideFromLeft 1.3s ease-in-out;
}

@keyframes slideFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@media (max-width: 767.98px) {
    .about-hero-image {
        width: 249px;
        height: 149px;
    }
}

/* Back to top */
.back-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.25);
}

.back-top.show {
    opacity: 1;
    visibility: visible;
}

.back-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

/* logo design css */
.paykash-logo {
    font-size: 38px;
    font-weight: 800;

    color: #58aec7;
    letter-spacing: -1px;
    display: inline-block;

    text-shadow: 0 4px 15px rgba(88, 174, 199, 0.25);
}
/* for otp page */
.otp-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 32px 20px;
    position: relative;
    background:
        linear-gradient(115deg, rgba(141, 107, 255, 0.12), transparent 42%),
        radial-gradient(
            circle at 88% 15%,
            rgba(143, 240, 206, 0.13),
            transparent 24%
        ),
        #090a17;
}

.otp-page::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.otp-orbit {
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(143, 240, 206, 0.14);
    border-radius: 50%;
    transform: translate(34%, -36%) rotate(-18deg);
    box-shadow:
        0 0 0 34px rgba(143, 240, 206, 0.025),
        0 0 0 68px rgba(143, 240, 206, 0.018);
}

.otp-layout {
    width: min(100%, 980px);
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: clamp(36px, 8vw, 96px);
    position: relative;
    z-index: 1;
}

.otp-intro {
    padding: 12px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
    text-decoration: none;

    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.brand img {
    width: 86px;
    height: 50px;
    object-fit: contain;
}

.intro-copy {
    max-width: 390px;
    margin: 22px 0 0;
    color: var(--muted);
    line-height: 1.7;
}
.intro-copy strong {
    color: var(--ink);
    font-weight: 600;
}

.security-note {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 42px;
    color: #d4d7ea;
    font-size: 0.85rem;
}
.security-note i {
    color: var(--mint);
    font-size: 1.25rem;
}

.otp-card {
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--panel);
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
}

.card-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    border-radius: 16px;
    color: #101322;
    background: var(--mint);
    font-size: 1.35rem;
}
.otp-card h2 {
    margin: 0;

    font-size: clamp(1.55rem, 3vw, 2rem);
}
.card-copy {
    margin: 9px 0 28px;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.otp-inputs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 9px;
}
.otp-input {
    width: 100%;
    aspect-ratio: 0.82;
    border: 1px solid var(--line);
    border-radius: 12px;
    outline: 0;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.045);
    text-align: center;

    font-size: 1.5rem;
    transition:
        border-color 0.2s,
        background 0.2s,
        box-shadow 0.2s;
}

.otp-input:focus {
    border-color: var(--mint);
    background: rgba(143, 240, 206, 0.08);
    box-shadow: 0 0 0 4px rgba(143, 240, 206, 0.1);
}
.verify-btn {
    width: 100%;
    margin-top: 24px;
    padding: 14px 18px;
    border: 0;
    border-radius: 12px;
    color: #c5c9d8;
    background: var(--mint);
    font:
        700 0.95rem "DM Sans",
        sans-serif;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    border: 1px solid #e1e1e1;
}
.verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(143, 240, 206, 0.2);
}
.resend-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 0.82rem;
}
.resend-btn {
    padding: 0;
    border: 0;
    color: var(--mint);
    background: transparent;
    font: inherit;
    cursor: pointer;
}
.resend-btn:disabled {
    color: #666b84;
    cursor: not-allowed;
}
.status {
    min-height: 20px;
    margin: 14px 0 0;
    color: var(--mint);
    font-size: 0.82rem;
    text-align: center;
}

@media (max-width: 720px) {
    .otp-page {
        padding: 24px 16px;
    }
    .otp-layout {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 480px;
    }

    .security-note {
        margin-top: 26px;
    }
}

@media (max-width: 390px) {
    .otp-card {
        padding: 24px 18px;
    }
    .otp-inputs {
        gap: 6px;
    }
    .otp-input {
        border-radius: 9px;
        font-size: 1.2rem;
    }
}
.eyebrow {
    border: 1px solid skyblue;
    padding: 7px 15px;
    border-radius: 1.25rem;
    color: skyblue;
    font-weight: 400;
    box-shadow: 0 0 10px 0 skyblue;
    text-shadow: 0 0 10px skyblue;
    margin-bottom: 7px;
    display: inline-block;
}
/* mobile responsive */
@media (max-width: 480px) {
    .phone-card {
        width: 224px;
        height: 433px;
        transform: scale(0.8);
    }
    .phone-main {
        left: 20px;
    }
    .service-hero-image {
        width: 274px;
        height: 212px;
    }
    .feature-hero-image {
        width: 276px;
        height: 193px;
    }

    .page-hero-copy h1 {
        font-size: 28px;
    }
}
/* company logo */
.marquee-container {
    overflow: hidden;
    display: flex;
    width: 100%;
    padding: 20px 0;
}

/* Contains the images and applies the sliding animation */
.company-logo-new {
    width: 100%;
    overflow: hidden;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
}

.marquee-container marquee {
    width: 100%;
    display: flex;
    align-items: center;
}

.marquee-container marquee img {
    height: 50px;
    width: 110px;
    max-width: 110px;
    object-fit: contain;
    object-position: center;
    margin: 0 40px;
    vertical-align: middle;
}
/* google play store */
.google-play-icon-added {
    width: 130px;
    height: auto;
}
.google-play-icon-added img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* text design for service page */
.eyebrow-added {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.1;

    background: linear-gradient(90deg, #9b5cff 0%, #7b61ff 45%, #00bfff 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    text-shadow: 0 0 20px rgba(130, 80, 255, 0.15);
}
