* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #462437;
    background: #fff5fa;
    line-height: 1.8;
    overflow-x: hidden;
}

body.loading {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

/* ==============================
   Loader
============================== */

.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f9a8d4, #ec4899 45%, #be185d);
    transition: opacity .55s ease, visibility .55s ease;
}

.page-loader.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    filter: blur(2px);
    animation: orb 3s ease-in-out infinite;
}

.orb-a {
    width: 260px;
    height: 260px;
    left: -80px;
    top: -80px;
}

.orb-b {
    width: 180px;
    height: 180px;
    right: 10%;
    top: 12%;
    animation-delay: .3s;
}

.orb-c {
    width: 300px;
    height: 300px;
    right: -110px;
    bottom: -110px;
    animation-delay: .6s;
}

.loader-box {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.loader-wallet {
    position: relative;
    width: 168px;
    height: 168px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
}

.loader-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .36);
    animation: ring 1.4s ease-in-out infinite;
}

.ring-two {
    inset: 20px;
    animation-delay: .2s;
}

.loader-logo {
    position: relative;
    z-index: 3;
    width: 92px;
    height: 92px;
    border-radius: 30px;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 25px 55px rgba(97, 12, 52, .28);
    animation: pop .9s ease forwards;
}

.loader-logo span {
    font-size: 31px;
    font-weight: 950;
    color: #db2777;
}

.loader-dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .13);
    animation: blink 1.1s ease infinite;
}

.dot-a {
    left: 18px;
    top: 44px;
}

.dot-b {
    right: 18px;
    top: 38px;
    animation-delay: .15s;
}

.dot-c {
    left: 34px;
    bottom: 22px;
    animation-delay: .3s;
}

.dot-d {
    right: 32px;
    bottom: 28px;
    animation-delay: .45s;
}

.loader-box strong {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 950;
}

.loader-box p {
    margin-top: 8px;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
}

.loader-progress {
    width: 210px;
    height: 8px;
    margin: 28px auto 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .25);
    overflow: hidden;
}

.loader-progress em {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: inherit;
    transform: translateX(-100%);
    animation: progress 1.15s ease forwards;
}

/* ==============================
   Header
============================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 245, 250, .92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(219, 39, 119, .1);
}

.header-inner {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #db2777;
    flex-shrink: 0;
}

.logo span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #db2777, #f472b6);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 950;
}

.logo strong {
    font-size: 22px;
    font-weight: 950;
}

.nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav a {
    font-size: 15px;
    font-weight: 850;
    color: #71445a;
    transition: color .25s ease, background .25s ease;
}

.nav a:hover {
    color: #db2777;
}

.header-download {
    height: 46px;
    padding: 0 23px;
    border-radius: 999px;
    background: linear-gradient(135deg, #db2777, #f472b6);
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(219, 39, 119, .22);
    flex-shrink: 0;
}

.nav-toggle {
    display: none;
}

.nav-btn {
    display: none;
}

/* ==============================
   Hero
============================== */

.hero {
    position: relative;
    overflow: hidden;
    padding: 118px 0 86px;
    background: linear-gradient(135deg, #fff5fa, #ffe4ef 58%, #fbcfe8);
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 74px;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(42px, 5.8vw, 72px);
    line-height: 1.07;
    letter-spacing: -2px;
    color: #351c2b;
    margin-bottom: 28px;
}

.hero-content p {
    font-size: 16px;
    color: #70445a;
    margin-bottom: 17px;
}

.btn-main {
    height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #db2777, #f472b6);
    color: #fff;
    font-weight: 950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    box-shadow: 0 18px 34px rgba(219, 39, 119, .22);
    transition: transform .25s ease, box-shadow .25s ease;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(219, 39, 119, .28);
}

.hero-circle-shape {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(244, 114, 182, .18);
    left: -80px;
    top: 90px;
}

.hero-dot-shape {
    position: absolute;
    width: 150px;
    height: 150px;
    right: 45%;
    top: 90px;
    background-image: radial-gradient(#db2777 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: .18;
}

.hero-moon-shape {
    position: absolute;
    width: 130px;
    height: 130px;
    right: 12%;
    top: 110px;
    border-radius: 50%;
    box-shadow: -32px 0 0 rgba(219, 39, 119, .14);
}

.hero-right-shape {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    right: -160px;
    bottom: 60px;
    background: rgba(219, 39, 119, .12);
}

.hero-visual {
    position: relative;
    display: grid;
    place-items: center;
}

.mobile-label {
    position: absolute;
    top: -18px;
    right: 44px;
    color: #db2777;
    font-weight: 950;
    font-size: 14px;
    letter-spacing: .4px;
}

.phone-card {
    position: relative;
    width: min(390px, 100%);
    min-height: 590px;
    display: grid;
    place-items: center;
}

.phone-glow {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(219, 39, 119, .18);
    filter: blur(30px);
}

.phone-frame {
    position: relative;
    z-index: 2;
    width: 306px;
    padding: 13px;
    border-radius: 46px;
    background: #351c2b;
    box-shadow: 0 34px 80px rgba(219, 39, 119, .28);
}

.phone-frame img {
    width: 100%;
    height: 566px;
    object-fit: cover;
    border-radius: 34px;
    background: linear-gradient(160deg, #fff5fa, #ffe4ef);
}

.phone-notch {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 13px;
    transform: translateX(-50%);
    width: 96px;
    height: 24px;
    border-radius: 0 0 16px 16px;
    background: #351c2b;
}

.float-note {
    position: absolute;
    z-index: 4;
    width: 210px;
    padding: 15px 18px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(219, 39, 119, .14);
}

.float-note strong {
    display: block;
    color: #351c2b;
    font-size: 15px;
}

.float-note span {
    font-size: 13px;
    color: #70445a;
}

.note-one {
    right: -45px;
    top: 98px;
}

.note-two {
    left: -48px;
    bottom: 98px;
}

/* ==============================
   Common Sections
============================== */

.section,
.service-section,
.tools-section,
.safe-section,
.news-section,
.partner-section,
.article-main,
.page-news,
.related-section {
    padding: 88px 0;
}

.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 48px;
}

.section-title span,
.service-title span,
.tools-copy span {
    display: inline-block;
    color: #db2777;
    font-size: 14px;
    font-weight: 950;
    margin-bottom: 12px;
}

.section-title h2,
.service-title h2,
.tools-copy h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    color: #351c2b;
    margin-bottom: 15px;
}

.section-title p,
.service-copy p,
.tools-copy p {
    color: #70445a;
}

/* ==============================
   Partner
============================== */

.partner-section {
    position: relative;
    overflow: hidden;
    background: #fff5fa;
    padding-top: 60px;
}

.partner-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    right: 7%;
    top: 24px;
    border-radius: 50%;
    background: rgba(219, 39, 119, .10);
    filter: blur(1px);
    pointer-events: none;
}

.partner-shape::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    left: 34px;
    top: 42px;
    border-radius: 50%;
    background: rgba(244, 114, 182, .16);
}

.partner-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.partner-grid div {
    height: 82px;
    border-radius: 24px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #9a5c78;
    font-weight: 900;
    box-shadow: 0 16px 36px rgba(219, 39, 119, .08);
}

/* ==============================
   Feature
============================== */

.feature-section {
    background: #ffe4ef;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.feature-card {
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 20px 44px rgba(219, 39, 119, .1);
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 54px rgba(219, 39, 119, .14);
}

.feature-card.active {
    background: linear-gradient(135deg, #831843, #db2777);
    color: #fff;
}

.feature-card em {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #fff5fa;
    color: #db2777;
    display: grid;
    place-items: center;
    font-style: normal;
    font-weight: 950;
    margin-bottom: 20px;
}

.feature-card.active em {
    background: #fff;
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #351c2b;
}

.feature-card.active h3 {
    color: #fff;
}

.feature-card p {
    color: #70445a;
    margin-bottom: 18px;
}

.feature-card.active p {
    color: #ffe4ef;
}

.feature-card a {
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #db2777;
    color: #fff;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.feature-card.active a {
    background: #fff;
    color: #db2777;
}

/* ==============================
   Service
============================== */

.service-section {
    position: relative;
    overflow: hidden;
    background: #fff5fa;
}

.service-shape {
    position: absolute;
    width: 170px;
    height: 170px;
    left: 6%;
    top: 36px;
    border-radius: 50%;
    border: 32px solid rgba(219, 39, 119, .08);
    pointer-events: none;
}

.service-shape::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -90px;
    bottom: -80px;
    border-radius: 50%;
    background-image: radial-gradient(rgba(219, 39, 119, .35) 2px, transparent 2px);
    background-size: 16px 16px;
    opacity: .35;
}

.service-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 58px;
    align-items: start;
}

.service-title h3 {
    font-size: 20px;
    color: #db2777;
    line-height: 1.6;
}

.service-copy {
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(219, 39, 119, .08);
}

.service-copy p {
    margin-bottom: 16px;
}

.service-copy p:last-child {
    margin-bottom: 0;
}

/* ==============================
   Tools
============================== */

.tools-section {
    background: #ffe4ef;
}

.tools-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 64px;
    align-items: center;
}

.tools-phone {
    display: grid;
    place-items: center;
}

.tools-screen {
    width: 300px;
    min-height: 520px;
    border-radius: 42px;
    background: linear-gradient(160deg, #db2777, #831843);
    color: #fff;
    padding: 44px 30px;
    box-shadow: 0 30px 70px rgba(219, 39, 119, .25);
}

.tools-screen span {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #fff;
    color: #db2777;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 24px;
    margin-bottom: 28px;
}

.tools-screen h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.tools-screen ul,
.tools-copy ul,
.side-list {
    list-style: none;
    margin-top: 22px;
}

.tools-screen li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tools-copy li,
.side-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #70445a;
}

.tools-copy li::before,
.side-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #db2777;
}

/* ==============================
   Safe
============================== */

.safe-section {
    background: #fff5fa;
}

.safe-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.safe-card {
    padding: 30px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(219, 39, 119, .08);
}

.safe-card h3 {
    font-size: 22px;
    color: #351c2b;
    margin-bottom: 10px;
}

.safe-card p {
    color: #70445a;
}

/* ==============================
   News
============================== */

.news-section {
    background: #fff5fa;
}

.news-list {
    display: grid;
    gap: 18px;
}

.news-item {
    display: grid;
    grid-template-columns: 64px 1fr 116px;
    gap: 22px;
    align-items: center;
    padding: 24px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(219, 39, 119, .08);
}

.news-num {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #db2777, #f472b6);
    color: #fff;
    font-weight: 950;
    display: grid;
    place-items: center;
}

.news-info h3 {
    font-size: 22px;
    line-height: 1.35;
    color: #351c2b;
    margin-bottom: 8px;
}

.news-info h3 a:hover {
    color: #db2777;
}

.news-info p {
    color: #70445a;
    font-size: 15px;
}

.news-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #9a5c78;
    font-size: 13px;
}

.news-more {
    height: 42px;
    border-radius: 999px;
    background: #fff5fa;
    color: #db2777;
    font-weight: 900;
    display: grid;
    place-items: center;
}

.more-center {
    text-align: center;
    margin-top: 34px;
}

/* ==============================
   Page / Article
============================== */

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 94px 0 82px;
    background: linear-gradient(135deg, #fff5fa, #ffe4ef 58%, #fbcfe8);
}

.breadcrumb {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #9a5c78;
    margin-bottom: 18px;
}

.breadcrumb a {
    color: #db2777;
    font-weight: 850;
}

.breadcrumb em {
    font-style: normal;
}

.page-hero h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.15;
    color: #351c2b;
}

.page-hero p {
    max-width: 760px;
    color: #70445a;
    margin-top: 14px;
}

.page-news {
    background: #fff5fa;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.pagination a {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    color: #db2777;
    font-weight: 850;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover,
.pagination a.active {
    background: #db2777;
    color: #fff;
}

.article-main {
    background: #fff5fa;
}

.article-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 32px;
    align-items: start;
}

.article-card,
.side-card {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(219, 39, 119, .08);
}

.article-card {
    padding: 34px;
}

.article-alert {
    padding: 18px 20px;
    border-radius: 20px;
    background: #ffe4ef;
    color: #831843;
    margin-bottom: 26px;
}

.article-content {
    font-size: 17px;
    color: #4a2637;
}

.article-content p {
    margin-bottom: 18px;
}

.article-content h2,
.article-content h3 {
    margin: 28px 0 12px;
    color: #351c2b;
    line-height: 1.35;
}

.article-content img {
    border-radius: 22px;
    margin: 22px auto;
}

.article-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: #9a5c78;
    margin-top: 18px;
    font-size: 14px;
}

.article-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(219, 39, 119, .12);
}

.article-tags span {
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff5fa;
    color: #db2777;
    font-weight: 850;
    font-size: 13px;
}

.prev-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(219, 39, 119, .12);
}

.prev-next div {
    padding: 18px;
    border-radius: 18px;
    background: #fff5fa;
    color: #70445a;
}

.prev-next strong {
    color: #db2777;
}

.sidebar {
    display: grid;
    gap: 20px;
}

.side-card {
    padding: 24px;
}

.side-card h3 {
    font-size: 21px;
    color: #351c2b;
    margin-bottom: 12px;
}

.side-card p {
    color: #70445a;
}

.side-download {
    background: linear-gradient(135deg, #831843, #db2777);
    color: #fff;
}

.side-download h3,
.side-download p {
    color: #fff;
}

.side-download a {
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #db2777;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.side-app img {
    border-radius: 20px;
}

.side-news {
    display: grid;
    gap: 12px;
}

.side-news a {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(219, 39, 119, .1);
}

.side-news a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.side-news span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #db2777;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    display: grid;
    place-items: center;
}

.side-news p {
    line-height: 1.5;
}

/* ==============================
   Footer
============================== */

.footer {
    background: #351c2b;
    color: #fce7f3;
}

.footer-inner {
    padding: 46px 0;
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: center;
}

.footer strong {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

.footer p {
    max-width: 680px;
    color: #f9c9de;
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    font-weight: 850;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #f9c9de;
    font-size: 14px;
}

/* ==============================
   Reveal
============================== */

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-left {
    transform: translateX(-28px);
}

.reveal-right {
    transform: translateX(28px);
}

.reveal.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.delay-1 {
    transition-delay: .08s;
}

.delay-2 {
    transition-delay: .16s;
}

.delay-3 {
    transition-delay: .24s;
}

/* ==============================
   Animations
============================== */

@keyframes progress {
    to {
        transform: translateX(0);
    }
}

@keyframes pop {
    0% {
        opacity: 0;
        transform: scale(.72);
    }

    60% {
        opacity: 1;
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ring {
    0% {
        opacity: .85;
        transform: scale(.82);
    }

    70% {
        opacity: .12;
        transform: scale(1.22);
    }

    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

@keyframes blink {
    0%,
    100% {
        opacity: .42;
        transform: scale(.86);
    }

    50% {
        opacity: 1;
        transform: scale(1.12);
    }
}

@keyframes orb {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

/* ==============================
   Responsive
============================== */

@media (max-width: 1100px) {
    .nav {
        gap: 22px;
    }

    .hero-inner {
        gap: 48px;
    }

    .note-one {
        right: -20px;
    }

    .note-two {
        left: -20px;
    }
}

@media (max-width: 960px) {
    .header-inner {
        height: 74px;
    }

    .nav-btn {
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        background: linear-gradient(135deg, #db2777, #f472b6);
        cursor: pointer;
        flex-shrink: 0;
    }

    .nav-btn i {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 99px;
        margin: 6px auto;
        transition: transform .25s ease, opacity .25s ease;
    }

    .nav-btn i:first-child {
        margin-top: 13px;
    }

    .nav {
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        display: none;
        padding: 14px;
        background: rgba(255, 245, 250, .98);
        border-radius: 0 0 24px 24px;
        box-shadow: 0 18px 40px rgba(219, 39, 119, .16);
        z-index: 99;
    }

    .nav a {
        display: block;
        padding: 13px 16px;
        border-radius: 16px;
        background: #fff;
        margin-bottom: 8px;
    }

    .nav a:last-child {
        margin-bottom: 0;
    }

    .nav-toggle:checked ~ .nav {
        display: block;
    }

    .nav-toggle:checked ~ .nav-btn i:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .nav-toggle:checked ~ .nav-btn i:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle:checked ~ .nav-btn i:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .header-download {
        display: none;
    }

    .hero {
        padding: 86px 0 70px;
    }

    .hero-inner,
    .service-inner,
    .tools-inner,
    .article-grid {
        grid-template-columns: 1fr;
    }

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

    .hero-visual {
        margin-top: 16px;
    }

    .feature-grid,
    .safe-grid {
        grid-template-columns: 1fr 1fr;
    }

    .partner-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-grid {
        gap: 24px;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .loader-box strong {
        font-size: 24px;
    }

    .loader-wallet {
        width: 140px;
        height: 140px;
    }

    .loader-logo {
        width: 82px;
        height: 82px;
        border-radius: 26px;
    }

    .hero-content h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .phone-card {
        min-height: 500px;
    }

    .phone-frame {
        width: 245px;
        border-radius: 36px;
        padding: 10px;
    }

    .phone-frame img {
        height: 456px;
        border-radius: 28px;
    }

    .phone-notch {
        top: 10px;
        width: 82px;
        height: 21px;
    }

    .phone-glow {
        width: 260px;
        height: 260px;
    }

    .float-note {
        width: 188px;
        padding: 12px 14px;
    }

    .note-one {
        right: 50%;
        top: 0;
        transform: translateX(50%);
    }

    .note-two {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .mobile-label {
        right: 50%;
        transform: translateX(50%);
        top: -26px;
    }

    .section,
    .service-section,
    .tools-section,
    .safe-section,
    .news-section,
    .partner-section,
    .article-main,
    .page-news,
    .related-section {
        padding: 64px 0;
    }

    .section-title {
        margin-bottom: 34px;
    }

    .feature-grid,
    .safe-grid,
    .partner-grid {
        grid-template-columns: 1fr;
    }

    .service-copy,
    .article-card,
    .side-card {
        padding: 24px;
        border-radius: 24px;
    }

    .tools-screen {
        width: 100%;
        max-width: 300px;
        min-height: 480px;
    }

    .news-item {
        grid-template-columns: 48px 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
    }

    .news-num {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .news-info h3 {
        font-size: 18px;
    }

    .news-more {
        grid-column: 2;
        width: max-content;
        padding: 0 16px;
    }

    .page-hero {
        padding: 72px 0 64px;
    }

    .prev-next {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        padding: 38px 0;
    }
}

/* Codex hxxxx: keep the captured layout, normalize it into a reusable blue tech theme. */
:root {
    --hxxxx-primary: #168eea;
    --hxxxx-primary-dark: #0e4f9c;
    --hxxxx-cyan: #55d7f7;
    --hxxxx-ink: #102744;
    --hxxxx-soft: #eaf8ff;
}

body {
    color: var(--hxxxx-ink);
    background: #f5fbff;
}

.site-header,
.hero,
.feature-section,
.news-section,
.page-hero {
    background: linear-gradient(135deg, #f8fdff 0%, #eaf8ff 52%, #d7f0ff 100%);
}

.logo span,
.header-download,
.btn-main,
.feature-card.active,
.news-num,
.loader-logo,
.loader-progress em {
    background: linear-gradient(135deg, var(--hxxxx-primary), #2477f2);
}

.logo strong,
.nav a,
.hero-content h1,
.section-title h2,
.feature-card h3,
.news-info h3 a,
.footer strong {
    color: var(--hxxxx-ink);
}

.hero-content span,
.section-title span,
.mobile-label,
.tools-copy span {
    color: var(--hxxxx-primary);
}

.phone-frame,
.feature-card,
.news-item,
.safe-card,
.article-card,
.side-card {
    border-color: rgba(22, 142, 234, .18);
}

.float-note,
.feature-card:not(.active),
.article-alert {
    background: rgba(255, 255, 255, .86);
}

.hero-circle-shape,
.hero-moon-shape,
.hero-right-shape,
.service-shape,
.partner-shape {
    background: rgba(22, 142, 234, .08);
}

@media (max-width: 680px) {
    .hero-content h1 {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.1;
    }
}

@media (max-width: 420px) {
    .logo strong {
        font-size: 18px;
    }

    .logo span {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .phone-frame {
        width: 226px;
    }

    .phone-frame img {
        height: 420px;
    }

    .float-note {
        width: 170px;
    }

    .article-content {
        font-size: 16px;
    }
}

/* ==============================
   Accessibility
============================== */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Template repair: compact pagination for Laravel default and custom pagers. */
.pagination,
.pagination-wrap nav,
.pagination-wrap > div,
.page-news .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 34px auto 0;
    padding: 0;
}

.pagination p,
.pagination-wrap p,
.pagination .hidden,
.pagination-wrap .hidden {
    display: none !important;
}

.pagination svg,
.pagination-wrap svg {
    width: 18px !important;
    height: 18px !important;
}

.pagination a,
.pagination span,
.pagination strong,
.pagination-wrap a,
.pagination-wrap span,
.pagination-wrap strong,
.page-link {
    min-width: 42px;
    height: 42px;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(22,142,234,.18);
    background: rgba(255,255,255,.9);
    color: var(--hxxxx-ink);
    font-size: 15px;
    font-weight: 850;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(16,75,130,.08);
}

.pagination strong,
.pagination .page-current,
.pagination a:hover,
.pagination-wrap strong,
.pagination-wrap .page-current,
.pagination-wrap a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--hxxxx-primary), #2477f2);
    border-color: transparent;
}

.pagination .is-disabled,
.pagination-wrap .is-disabled {
    color: #8aa0b8;
    background: rgba(255,255,255,.55);
    box-shadow: none;
}

@media (max-width: 680px) {
    .pagination,
    .pagination-wrap nav,
    .pagination-wrap > div,
    .page-news .pagination {
        gap: 8px;
        margin-top: 26px;
    }

    .pagination a,
    .pagination span,
    .pagination strong,
    .pagination-wrap a,
    .pagination-wrap span,
    .pagination-wrap strong,
    .page-link {
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 38px;
    }
}



.tools-phone-card {
    min-height: 560px;
}

.tools-note-one {
    right: -38px;
    top: 110px;
}

.tools-note-two {
    left: -42px;
    bottom: 110px;
}

@media (max-width: 960px) {
    .tools-phone-card {
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    .tools-phone-card {
        min-height: 500px;
    }

    .tools-note-one {
        right: 50%;
        top: 0;
        transform: translateX(50%);
    }

    .tools-note-two {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
}

/* Codex hxxxx final theme override */
:root{--hxxxx-primary:#168eea;--hxxxx-primary-dark:#0e4f9c;--hxxxx-cyan:#55d7f7;--hxxxx-ink:#102744;--hxxxx-soft:#eaf8ff}body{color:var(--hxxxx-ink);background:#f5fbff}.site-header,.hero,.feature-section,.news-section,.page-hero{background:linear-gradient(135deg,#f8fdff 0%,#eaf8ff 52%,#d7f0ff 100%)}.logo span,.header-download,.btn-main,.feature-card.active,.news-num,.loader-logo,.loader-progress em{background:linear-gradient(135deg,var(--hxxxx-primary),#2477f2)}.logo strong,.nav a,.hero-content h1,.section-title h2,.feature-card h3,.news-info h3 a,.footer strong{color:var(--hxxxx-ink)}.hero-content span,.section-title span,.mobile-label,.tools-copy span{color:var(--hxxxx-primary)}.phone-frame,.feature-card,.news-item,.safe-card,.article-card,.side-card{border-color:rgba(22,142,234,.18)}.float-note,.feature-card:not(.active),.article-alert{background:rgba(255,255,255,.86)}.hero-circle-shape,.hero-moon-shape,.hero-right-shape,.service-shape,.partner-shape{background:rgba(22,142,234,.08)}@media (max-width:680px){.hero-content h1{font-size:clamp(34px,11vw,48px);line-height:1.1}}

/* hxxxx richer SEO copy layout and tech floating cards */
.feature-card,
.safe-card,
.news-item,
.tools-copy,
.service-inner {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(238,249,255,.82)),
        radial-gradient(circle at 18% 12%, rgba(85,215,247,.18), transparent 32%);
    box-shadow: 0 22px 52px rgba(16, 75, 130, .10);
    backdrop-filter: blur(10px);
}

.feature-card::before,
.safe-card::before,
.tools-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22,142,234,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22,142,234,.055) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(120deg, rgba(0,0,0,.55), transparent 72%);
    pointer-events: none;
}

.feature-card::after,
.safe-card::after {
    content: "";
    position: absolute;
    width: 118px;
    height: 118px;
    right: -42px;
    top: -42px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(85,215,247,.32), rgba(36,119,242,.08) 58%, transparent 70%);
    pointer-events: none;
}

.feature-card:hover,
.safe-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 72px rgba(16, 75, 130, .16);
}

.feature-card p,
.safe-card p,
.tools-copy p {
    max-width: 760px;
    line-height: 1.95;
}

.feature-card em {
    box-shadow: 0 10px 30px rgba(22,142,234,.22);
}

.feature-card.active {
    background:
        linear-gradient(145deg, rgba(22,142,234,.96), rgba(36,119,242,.92)),
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.28), transparent 34%);
}

.safe-card {
    min-height: 190px;
}

.safe-card h3,
.feature-card h3 {
    position: relative;
    z-index: 1;
}

.safe-card p,
.feature-card p {
    position: relative;
    z-index: 1;
}

@media (max-width: 680px) {
    .safe-card,
    .feature-card {
        min-height: auto;
    }

    .feature-card p,
    .safe-card p,
    .tools-copy p {
        line-height: 1.8;
    }
}

/* Make the wallet tools copy block a real floating card */
.tools-copy {
    align-self: center;
    padding: clamp(34px, 4vw, 58px);
    border: 1px solid rgba(22, 142, 234, .22);
    border-radius: 34px;
    box-shadow:
        0 34px 86px rgba(16, 75, 130, .16),
        inset 0 1px 0 rgba(255,255,255,.82);
    transform: translateY(-6px);
}

.tools-copy::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 24px;
    width: 138px;
    height: 138px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 45% 45%, rgba(85,215,247,.36), rgba(22,142,234,.12) 54%, transparent 70%);
    pointer-events: none;
}

.tools-copy h2,
.tools-copy p,
.tools-copy a,
.tools-copy span {
    position: relative;
    z-index: 1;
}

.tools-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    margin-top: 14px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--hxxxx-primary), #2477f2);
    box-shadow: 0 16px 36px rgba(22,142,234,.24);
}

.tools-copy a:hover {
    transform: translateY(-2px);
}

@media (max-width: 960px) {
    .tools-copy {
        width: min(100%, 680px);
        margin: 0 auto;
        transform: none;
    }
}

@media (max-width: 680px) {
    .tools-copy {
        padding: 28px 22px;
        border-radius: 24px;
    }
}

/* Normalize the usage intro block into structured cards */
.service-section {
    padding: clamp(70px, 8vw, 116px) 0;
}

.service-inner {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: stretch;
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(22,142,234,.18);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(235,249,255,.78)),
        radial-gradient(circle at 8% 18%, rgba(85,215,247,.2), transparent 28%),
        radial-gradient(circle at 92% 82%, rgba(36,119,242,.12), transparent 30%);
    box-shadow: 0 28px 76px rgba(16,75,130,.13);
}

.service-title,
.service-copy {
    position: relative;
    min-height: 240px;
    padding: clamp(30px, 3vw, 44px);
    border: 1px solid rgba(22,142,234,.16);
    border-radius: 28px;
    background: rgba(255,255,255,.74);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 18px 48px rgba(16,75,130,.08);
    overflow: hidden;
}

.service-title::before,
.service-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(22,142,234,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22,142,234,.05) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: linear-gradient(120deg, rgba(0,0,0,.65), transparent 72%);
    pointer-events: none;
}

.service-title::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -54px;
    bottom: -54px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(85,215,247,.34), rgba(22,142,234,.10) 58%, transparent 72%);
}

.service-title span,
.service-title h2,
.service-copy p {
    position: relative;
    z-index: 1;
}

.service-title h2 {
    max-width: 9em;
    font-size: clamp(34px, 4.2vw, 58px);
    line-height: 1.12;
    letter-spacing: 0;
}

.service-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-copy p {
    max-width: 760px;
    margin: 0;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 2;
}

.service-copy p + p {
    margin-top: 18px;
}

@media (max-width: 960px) {
    .service-inner {
        grid-template-columns: 1fr;
    }

    .service-title,
    .service-copy {
        min-height: auto;
    }
}

@media (max-width: 680px) {
    .service-inner {
        padding: 20px;
        border-radius: 26px;
    }

    .service-title,
    .service-copy {
        padding: 24px 20px;
        border-radius: 22px;
    }
}

/* Enrich news heading readability */
.news-section .section-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.62), rgba(235,249,255,.50)),
        radial-gradient(circle at 50% 0%, rgba(85,215,247,.18), transparent 42%);
}

.news-section .section-title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
}

.news-section .news-item:only-child {
    min-height: 150px;
}
