#landing-username,
.hover-ec6714:hover,
.utilities-and-usecase:hover,
details p a {
    color: #ec6714;
}
.brand-name,
.contact-title,
.newsletter-title,
.stats-title-gradient,
.td-supply-amount,
.username-text-gradient {
    -webkit-text-fill-color: transparent;
}
.footer-links a:hover,
.landing-subscribe-btn:hover i,
.username-submit-btn:hover i {
    transform: translateX(5px);
}
:root {
    --primary-color: #ec6714;
    --secondary-color: #fff;
    --background-color: #000;
}
.send-message-button,
.send-subscribe-button {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.2)
    ) !important;
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.81);
    padding: 7px 15px;
    font-size: 14px;
    position: relative;
    transition: 0.4s !important;
    outline: 0;
}
@media only screen and (max-width: 355px) {
    .menu-icon svg {
        margin: 0 -17px 0 0 !important;
    }
}
.send-message-button {
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff !important;
    border-radius: 8px;
}
.send-claim-button:hover,
.send-message-button:hover,
.send-subscribe-button:hover {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.4s !important;
    box-shadow: none;
}
.send-subscribe-button {
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    width: fit-content;
}
.error-background {
    color: #fff;
    background: rgba(255, 0, 0, 0.5);
    border-radius: 15px;
    margin-bottom: 10px;
}
.send-claim-button {
    box-shadow: 0 7px 5px 0 rgba(0, 0, 0, 0.81);
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.2)
    ) !important;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    position: relative;
    outline: 0;
    margin-top: 10px;
    transition: 0.4s !important;
}
.btn-primary,
.navbar-fixed-top {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.71);
}
@media only screen and (max-width: 1022px) {
    .grid-768,
    .small-screen {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .small-screen {
        height: 100px;
        width: 125px;
        font-size: 16px;
    }
    .small-screen-text {
        font-size: 28px;
    }
    .small-screen-mt {
        margin-top: 0;
        font-size: 12px;
    }
    .Unlock-Power-Padding {
        padding: 5px !important;
    }
    .py-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}
@media only screen and (max-width: 768px) {
    .small-screen-footerwidth {
        width: 70% !important;
        padding: 50px 5px 62px !important;
    }
    .small-screen-footerimage {
        background-position: right !important;
    }
    .py-40 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .small-screen-image {
        background-image: url("/images/PIF-background-2.png") !important;
        height: 40vh !important;
    }
    .small-screen-text {
        font-size: 20px !important;
    }
    .grid-768 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .padding-right-left {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .small-screen-mt {
        margin-top: 0;
        font-size: 12px;
    }
}
.padding-right-left {
    padding-left: 20px;
    padding-right: 20px;
}
.py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.Unlock-Power-Padding {
    padding: 15px;
}
.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.btn-primary {
    padding: 7px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.2)
    ) !important;
    color: inherit !important;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    outline: 0;
    transition: 0.5s !important;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.6) !important;
}
.btn-primary:hover {
    text-decoration: none !important;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(0, 0, 0, 0.1),
        rgba(255, 255, 255, 0.2)
    ) !important;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.21);
    transition: 0.5s;
    border-top: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.18) !important;
}
#landing-username:hover,
.hover-ec6714:hover,
details p a:hover {
    text-decoration: underline;
}
[type="checkbox"],
[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 14px;
    width: 14px;
    color: #ec6714 !important;
    background-color: #fff;
    border-width: 0;
    border-radius: 5px;
    --tw-shadow: transparent;
}
.hover-ec6714,
details p {
    color: inherit;
}
.footer-big-screen {
    width: fit-content !important;
}
@media screen and (max-width: 769px) {
    .small-screen-view {
        width: 100%;
        height: 300px;
    }
}
.text-gradient {
    color: var(--primary-color);
    text-shadow: -1px 2px 0 #000;
}
.landing--hero-container {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    height: 90vh;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.71);
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
}
.landing--hero-button-primary,
.landing--hero-button-secondary {
    padding: 0.75rem 2rem;
    transition: 0.3s;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.landing--hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.landing--hero-text-content {
    color: #fff;
}
.landing--hero-title {
    color: #fff;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.landing--hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.landing--hero-buttons {
    display: flex;
    gap: 1rem;
}
.landing--hero-button-primary {
    background-color: var(--primary-color);
    border-radius: 0.5rem;
    border: none;
}
.landing--hero-button-primary:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}
.landing--hero-button-secondary {
    background-color: transparent;
    border-radius: 0.5rem;
    border: 2px solid #fff;
}
.landing--hero-button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}
.landing--hero-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing--hero-logo-animation {
    width: 300px;
    height: 300px;
    position: relative;
}
.landing--hero-logo {
    width: 100%;
    height: 100%;
    animation: 6s ease-in-out infinite landing--hero-logo-float;
    object-fit: contain;
}
@keyframes landing--hero-logo-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes landing--hero-logo-draw {
    to {
        stroke-dashoffset: 0;
    }
}
@media (max-width: 1024px) {
    .landing--hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .landing--hero-buttons {
        justify-content: center;
    }
    .landing--hero-logo-container {
        margin-top: 3rem;
    }
    .landing--hero-logo-animation {
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 767px) {
    .landing--hero-grid {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 768px) {
    .landing--hero-grid {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 768px) {
    .landing--hero-title {
        font-size: 2rem;
    }
    .landing--hero-subtitle {
        font-size: 1.2rem;
    }
    .landing--hero-logo-animation {
        width: 200px;
        height: 200px;
    }
}
.landing-team-section {
    background-color: #0b1120;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}
.landing-team-heading {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.landing-team-subheading {
    font-size: 1.5rem;
    color: #cbd5e1;
    margin-bottom: 50px;
}
.landing-team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.landing-team-card {
    background-color: #1e293b;
    border-radius: 15px;
    overflow: hidden;
    max-width: 260px;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.chain-content,
.contact-form-title,
.contact-header,
.landing-video-caption,
.landing-video-header,
.link-icon,
.newsletter-content,
.pf-subtitle,
.pf-title,
.pf-view-more,
.presale--container,
.stats-content,
.td-supply-card,
.td-title,
.top-users-container-title,
.top-users-info,
.top-users-subtitle,
.top-users-title,
.username-subtitle,
.username-success-message,
.username-title {
    text-align: center;
}
.landing-team-card:hover {
    box-shadow: 0 0 20px 5px #ec6714a6;
}
.landing-team-content {
    padding: 20px;
}
.input-hint i,
.landing-team-icons a:hover,
.landing-team-role-founder {
    color: #ec6714;
}
.landing-team-role-cto {
    color: #f59e0b;
}
.landing-team-role-cmo {
    color: #3b82f6;
}
.landing-team-role-lead {
    color: #10b981;
}
.landing-team-bio {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 20px;
}
.landing-team-icons,
.social-links {
    display: flex;
    gap: 15px;
}
.landing-team-icons a {
    color: #94a3b8;
    transition: color 0.3s;
    font-size: 1.5rem;
}
.landing-team-image-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.landing-team-overlay .landing-team-name {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.landing-team-overlay .landing-team-role {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ec6714;
    margin: 5px 0 0;
}
.landing-team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6);
}
.landing-team-image-wrapper:hover .landing-team-image {
    transform: scale(1.08);
}
.landing-team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    opacity: 1;
    transition: opacity 0.3s;
}
.landing-team-image-wrapper:hover .landing-team-overlay,
.stats-card:hover::before {
    opacity: 1;
}
.landing-video-section {
    padding: 5rem 1rem;
    position: relative;
}
.landing-video-container,
.pf-container,
.stats-container,
.top-users-container {
    max-width: 1200px;
    margin: 0 auto;
}
.landing-video-header {
    margin-bottom: 2rem;
}
.landing-video-title {
    font-size: 2.8rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.landing-video-subtitle {
    font-size: 1.5rem;
    color: #666;
}
.landing-video-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
.landing-video-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
.landing-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}
.landing-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.landing-video-play-button {
    width: 80px;
    height: 80px;
    background-color: #ec6714;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.landing-video-play-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.landing-video-play-button:hover {
    transform: scale(1.1);
    background-color: #d45d12;
}
.landing-video-caption {
    background-color: #fff;
    padding: 1.5rem;
    font-size: 1.5rem;
    color: #555;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
@keyframes subtleBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
[data-animation="bounce"] {
    animation: 3s ease-in-out infinite subtleBounce;
}
.top-users-section {
    padding: 4rem 1rem;
    color: #fff;
    background-color: rgb(17 24 39 / 1);
}
.top-users-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.top-users-subtitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    color: rgb(156 163 175 / 1);
}
.top-users-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 2rem;
}
.top-users-card {
    background-color: rgb(31 41 55 / 1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    position: relative;
    padding-bottom: 1rem;
}
.pf-card:hover,
.top-users-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px 5px #ec6714a6;
}
.top-users-cover {
    height: 150px;
    background-color: #fff;
    overflow: hidden;
}
.top-users-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.top-users-card:hover .top-users-cover-img {
    transform: scale(1.05);
}
.top-users-avatar-container {
    display: flex;
    justify-content: center;
    margin-top: -50px;
}
.top-users-avatar-border {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-users-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}
.top-users-avatar:first-child {
    border-color: #ec6714;
}
.top-users-avatar:nth-child(2) {
    border-color: #8b5cf6;
}
.top-users-avatar:nth-child(3) {
    border-color: #10b981;
}
.top-users-avatar:nth-child(4) {
    border-color: #f59e0b;
}
.top-users-avatar:nth-child(5) {
    border-color: #3b82f6;
}
.top-users-online-badge {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #00b746;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 0;
    right: 0;
    transform: translate(-10px, -10px);
}
.top-users-info {
    margin-top: 1rem;
    padding: 0 1rem;
}
.top-users-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}
.top-users-username {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}
.top-users-title {
    font-size: 1.1rem;
    color: #666;
    margin-top: 0.3rem;
}
.top-users-container-title {
    font-size: 3rem;
    color: #fff;
    margin-top: 0.3rem;
}
.top-users-stats {
    display: flex;
    justify-content: space-around;
    margin: 1.5rem 0;
    padding: 0 1rem;
}
.top-users-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(55 65 81 / 0.5);
    padding: 5px 30px;
    border-radius: 5px;
}
.top-users-stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(236 103 20 / 1);
}
.top-users-stat-label {
    font-size: 1.1rem;
    color: rgb(156 163 175 / 1);
    margin-top: 0;
}
.presale--milestone.current,
.top-users-follow-btn {
    color: #ec6714;
    font-weight: 600;
}
.top-users-follow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 80%;
    margin: 0 auto;
    padding: 0.6rem;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #ec6714;
}
.top-users-follow-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(236, 103, 20, 0.3);
}
.presale--milestone::before,
.presale--title::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
}
.top-users-follow-icon {
    width: 16px;
    height: 16px;
}
.presale--section {
    padding: 4rem 2rem;
    background: rgb(30 41 59);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.presale--container {
    max-width: 800px;
    margin: 0 auto 35px;
    border-radius: 10px;
    background: rgb(55 65 81);
    padding: 30px;
}
.presale--title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}
.presale--title::after {
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: #ec6714;
    border-radius: 2px;
}
.newsletter-header,
.presale--progress-container {
    margin-bottom: 3rem;
}
.presale--progress-bar {
    height: 15px;
    background: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.presale--progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    border-radius: 6px;
    position: relative;
    transition: width 1s;
}
.presale--progress-fill::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3) 0,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0.3) 100%
    );
    animation: 2s infinite presale--shine;
}
.presale--progress-milestones {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #64748b;
}
.presale--milestone {
    position: relative;
    padding-top: 1rem;
    color: rgb(156 163 175 / 1);
    font-size: 1.2rem;
}
.presale--milestone::before {
    top: 0;
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 50%;
}
.presale--milestone.current::before {
    background: #ec6714;
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
}
.presale--stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.presale--stat {
    background-color: rgb(31 42 56);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.presale--stat-label {
    color: var(--primary-color);
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 750;
    margin-bottom: 0.5rem;
}
.presale--stat-value {
    color: rgb(156 163 175 / 1);
    font-size: 1.5rem;
    font-weight: 700;
}
.presale--cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(236, 103, 20, 0.3);
}
.landing-subscribe-btn i,
.presale--cta-icon,
.username-submit-btn i {
    transition: transform 0.3s;
}
.pf-view-btn:hover,
.presale--cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 103, 20, 0.4);
}
.presale--cta-icon {
    width: 20px;
    height: 20px;
}
.chain-button,
.pf-card,
.pf-icon,
.pf-view-btn {
    transition: 0.3s;
}
.presale--cta-button:hover .presale--cta-icon {
    transform: translateX(3px);
}
@keyframes presale--shine {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200px);
    }
}
.td-section {
    padding: 6rem 1rem;
    background: linear-gradient(115deg, #beddff 0, #bfc7c2 100%);
    position: relative;
    overflow: hidden;
}
.td-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.td-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 4rem;
    color: #1e293b;
    position: relative;
}
.chain-title span,
.pf-title span,
.td-title span {
    color: #ec6714;
    position: relative;
}
.pf-title span::after,
.td-title span::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ec6714, #ff8c42);
    border-radius: 2px;
}
.td-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.td-chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.td-pie-chart {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: conic-gradient(
        #ec6714 0 15.3%,
        #ffa94d 15.3% 17.8%,
        #7fb069 17.8% 20.3%,
        #ffd166 20.3% 22.8%,
        #4d96ff 22.8% 100%
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}
.td-pie-center {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ec6714;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.chain-card,
.chain-section,
.stats-card,
.stats-section,
.username-card,
.username-container,
.username-hero {
    position: relative;
}
.td-legend {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    max-width: 300px;
}
.td-legend-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.95rem;
    color: #334155;
}
.td-legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    flex-shrink: 0;
}
.td-supply-card,
.td-token-card {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.td-details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.td-supply-card {
    background: #fff;
    padding: 2.5rem;
    border-top: 4px solid #ec6714;
}
.chain-title span::after,
.td-supply-amount {
    background: linear-gradient(90deg, #ec6714, #ff8c42);
}
.td-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 1rem;
}
.td-supply-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    -webkit-background-clip: text;
}
.td-token-card {
    background: #fff;
    padding: 2rem;
}
.contact-form-row,
.td-token-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.td-token-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.td-token-label {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}
.td-token-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    padding: 0.75rem 1rem;
    background: #ededed;
    border-radius: 8px;
}
.pf-view-more {
    margin-top: 30px;
}
.pf-view-btn {
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    color: #fff;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.3rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(236, 103, 20, 0.3);
}
.platform-features {
    padding: 5rem 1rem;
    background: linear-gradient(180deg, #1e293b 0, #3f46a5 100%);
}
.pf-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
}
.pf-subtitle {
    font-size: 1.25rem;
    color: #d7c8c8;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}
.pf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.pf-card {
    background: rgb(17 33 68);
    border-radius: 12px;
    padding: 1.6rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}
.pf-icon-title {
    display: block;
    gap: 1rem;
    margin-bottom: 1rem;
}
.pf-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ec6714, #ff8c42);
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    flex-shrink: 0;
}
.pf-card:hover .pf-icon {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(236, 103, 20, 0.3);
}
.pf-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f3955a;
    margin: 15px 0 0;
}
.pf-card-desc {
    color: #95999f;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 1024px) {
    .pf-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .landing-video-title,
    .presale--title,
    .td-supply-amount,
    .top-users-title {
        font-size: 2rem;
    }
    .landing-video-play-button {
        width: 60px;
        height: 60px;
    }
    .landing-video-play-button svg {
        width: 25px;
        height: 25px;
    }
    .top-users-subtitle {
        font-size: 1rem;
    }
    .top-users-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    .top-users-cover {
        height: 120px;
    }
    .top-users-avatar-border {
        width: 80px;
        height: 80px;
    }
    .pf-subtitle,
    .top-users-stat-number,
    .top-users-username {
        font-size: 1.1rem;
    }
    .presale--stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .presale--stat {
        padding: 1rem;
    }
    .presale--stat-value {
        font-size: 1.25rem;
    }
    .td-title {
        font-size: 2.5rem;
    }
    .td-token-grid {
        grid-template-columns: 1fr;
    }
    .td-pie-chart {
        width: 250px;
        height: 250px;
    }
    .td-pie-center {
        width: 100px;
        height: 100px;
        font-size: 1.25rem;
    }
    .pf-title {
        font-size: 2.25rem;
    }
    .pf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pf-card-desc {
        padding-left: 0;
        margin-top: 0.5rem;
    }
}
.chain-section {
    padding: 6rem 1rem;
    background: linear-gradient(135deg, #f3ba2f10 0, #f3ba2f05 100%);
    overflow: hidden;
    border-top: 1px solid #f3ba2f20;
    border-bottom: 1px solid #f3ba2f20;
}
.chain-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 20% 50%,
        #f3ba2f08 0,
        transparent 50%
    );
    z-index: 0;
}
.chain-container,
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.chain-badge {
    display: inline-flex;
    align-items: center;
    background: #f3ba2f;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px #f3ba2f40;
}
.chain-logo {
    width: 32px;
    height: 32px;
    margin-right: 0.75rem;
}
.chain-badge-text {
    font-weight: 700;
    color: #1e0d03;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}
.chain-content {
    max-width: 900px;
    margin: 0 auto;
}
.chain-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.chain-title span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
}
.chain-subtitle {
    font-size: 1.4rem;
    color: #64748b;
    margin-bottom: 3rem;
    line-height: 1.6;
}
.chain-card {
    background: #fff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    overflow: hidden;
    border: 1px solid #f1f5f9;
}
.chain-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #f3ba2f, #ec6714);
}
.chain-card-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}
.chain-card-text {
    color: #64748b;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
.chain-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.chain-feature {
    display: flex;
    align-items: center;
    background: #ffd6d1;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    color: #1e293b;
}
.chain-feature i {
    color: #ec6714;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}
.chain-highlight {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    padding: 1.5rem;
    background: #cce5fd;
    border-radius: 12px;
    border-left: 4px solid #ec6714;
    max-width: fit-content;
    margin: auto auto 1rem;
    padding-inline: 20px;
}
.chain-cta {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
}
.chain-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.3rem;
    cursor: pointer;
    border: none;
}
.chain-button i {
    font-size: 1.1rem;
}
.chain-button:not(.secondary) {
    background: linear-gradient(135deg, #f3ba2f, #ec6714);
    color: #1e0d03;
    box-shadow: 0 4px 15px #f3ba2f60;
}
.chain-button:not(.secondary):hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px #f3ba2f80;
}
.chain-button.secondary {
    background: #fff;
    color: #1e293b;
    border: 1px solid #e2e8f0;
}
.chain-button.secondary:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}
.stats-section {
    padding: 9rem 1rem;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("/images/connection.jpg") center/cover no-repeat;
    overflow: hidden;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
}
.stats-title {
    font-size: 3.7rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3rem;
    color: #fff;
}
.stats-title-main {
    display: block;
}
.stats-title-gradient {
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
    display: inline-block;
}
.stats-title-accent {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    margin-top: 0.5rem;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}
.stats-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.4s;
    overflow: hidden;
}
.stats-card:hover {
    transform: translateY(-10px);
    background: rgba(236, 103, 20, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.stats-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.4s;
}
.stats-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #ec6714;
}
.stats-number {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    transition: 0.3s;
    animation: 0.6s ease-out forwards countUp;
}
.stats-card:hover .stats-number {
    color: #f3ba2f;
}
.stats-label {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.stats-underline {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    margin: 0 auto;
    transition: 0.3s;
}
.stats-card:hover .stats-underline {
    width: 80px;
}
@keyframes countUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 1024px) {
    .stats-title {
        font-size: 3rem;
    }
    .stats-title-accent {
        font-size: 2rem;
    }
}
@media (max-width: 768px) {
    .chain-title {
        font-size: 2.2rem;
    }
    .chain-subtitle {
        font-size: 1.1rem;
    }
    .chain-card {
        padding: 2rem 1.5rem;
    }
    .chain-card-title {
        font-size: 1.5rem;
    }
    .chain-cta {
        flex-direction: column;
        gap: 1rem;
        display: block;
    }
    .chain-button {
        width: 200px;
        justify-content: center;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-title {
        font-size: 2.5rem;
    }
}
.username-hero {
    padding: 8rem 1rem;
    color: unset;
    background: linear-gradient(rgb(91 89 87 / 70%), rgba(0, 0, 0, 0.7)),
        url("/images/register2.png") center/cover no-repeat;
    overflow: hidden;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
}
.username-container {
    max-width: 600px;
    margin: 0 auto;
    z-index: 2;
}
.username-card {
    background: rgba(15, 23, 42, 0.7);
    border-radius: 24px;
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.username-glows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.glow-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    animation: 15s linear infinite float;
}
.glow-circle.style1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ec6714 0, transparent 70%);
    top: -50px;
    left: -50px;
    animation-delay: 0s;
}
.glow-circle.style2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #3b82f6 0, transparent 70%);
    bottom: -100px;
    right: -100px;
    animation-delay: 5s;
}
.glow-circle.style3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #10b981 0, transparent 70%);
    top: 50%;
    left: 50%;
    animation-delay: 10s;
}
@keyframes float {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(50px, 50px);
    }
    50% {
        transform: translate(0, 100px);
    }
    75% {
        transform: translate(-50px, 50px);
    }
}
.username-content {
    position: relative;
    z-index: 3;
    margin: auto;
}
.username-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.username-text-gradient {
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
}
.username-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
.contact-form,
.username-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.input-wrapper {
    display: flex;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.input-wrapper:focus-within {
    border-color: rgba(236, 103, 20, 0.5);
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
}
.url-prefix {
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.5);
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.username-input {
    flex: 1;
    padding: 1.25rem 1rem;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    outline: 0;
}
.char-counter,
.input-hint {
    display: flex;
    align-items: center;
}
.username-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.char-counter {
    padding: 0 1.25rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    background: rgba(15, 23, 42, 0.3);
}
.input-hint {
    gap: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
}
.landing-subscribe-btn,
.username-submit-btn {
    gap: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}
.username-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec6714, #f59e0b);
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    border: none;
    position: relative;
    width: 210px;
    margin: auto;
}
.username-submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.5s;
}
.username-submit-btn:hover::before {
    left: 100%;
}
.contact-form-submit:hover,
.landing-subscribe-btn:hover,
.username-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(236, 103, 20, 0.3);
}
.pulse-animate {
    animation: 2s infinite pulse;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(236, 103, 20, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(236, 103, 20, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(236, 103, 20, 0);
    }
}
.username-error-message {
    color: #ef4444;
    font-size: 1rem;
    padding: 0.75rem;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 8px;
    border-left: 3px solid #ef4444;
}
.username-success-message {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 8px;
    border-left: 3px solid #10b981;
    margin-top: 1.5rem;
}
.newsletter-section {
    padding: 6rem 1rem;
    background: linear-gradient(135deg, #1e293b 0, #0f172a 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
}
.contact-section::before,
.newsletter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 70% 30%,
        rgba(236, 103, 20, 0.1) 0,
        transparent 50%
    );
    z-index: 0;
}
.newsletter-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.contact-title,
.newsletter-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #ec6714, #f3ba2f);
    -webkit-background-clip: text;
    display: inline-block;
}
.newsletter-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}
.newsletter-form {
    display: inline-flex;
    max-width: 600px;
    margin: 0 auto;
}
.landing-input-group {
    position: relative;
    display: inline-flex;
    margin-bottom: 1.5rem;
}
.landing-email-input {
    width: 410px;
    padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    font-size: 1.7rem;
    color: #fff;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    outline: 0;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.landing-email-input:focus {
    border-color: rgba(236, 103, 20, 0.5);
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
}
.landing-email-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.landing-input-decoration {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #ec6714;
    font-size: 1.5rem;
}
.landing-subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec6714, #f59e0b);
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    width: 100%;
    position: relative;
    margin-left: 10px;
    height: 100%;
}
.btn-loading i {
    animation: 1s linear infinite spin;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.newsletter-graphics {
    position: relative;
    height: 100px;
    margin-top: 3rem;
}
.floating-icon {
    position: absolute;
    font-size: 1.7rem;
    color: rgba(236, 103, 20, 0.7);
    animation: 6s ease-in-out infinite float;
    animation-delay: var(--delay);
}
.floating-icon:first-child {
    left: 15%;
    top: 20%;
}
.floating-icon:nth-child(2) {
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}
.floating-icon:nth-child(3) {
    right: 15%;
    top: 20%;
}
@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}
@media (max-width: 768px) {
    .username-card {
        padding: 2.5rem 1.5rem;
    }
    .newsletter-title,
    .username-title {
        font-size: 2rem;
    }
    .newsletter-subtitle,
    .username-subtitle {
        font-size: 1rem;
    }
    .newsletter-form {
        display: block;
    }
    .landing-input-group {
        width: 90%;
    }
    .landing-subscribe-btn {
        width: auto;
    }
    .landing-email-input {
        padding: 1rem 1rem 1rem 3rem;
    }
    .landing-input-decoration {
        left: 1rem;
    }
}
@media (max-width: 480px) {
    .landing--hero-buttons {
        display: block;
    }
    .landing--hero-buttons button:last-child {
        margin-left: 1rem;
    }
    .landing--hero-logo-animation {
        width: 150px;
        height: 150px;
    }
    .input-wrapper {
        flex-direction: row;
    }
    .url-prefix {
        padding: 0.75rem 1rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .char-counter {
        padding: 0.75rem 1rem;
        justify-content: flex-end;
    }
    .newsletter-title {
        font-size: 1.8rem;
    }
}
.contact-section {
    padding: 6rem 1rem;
    border-top: 1px solid rgba(236, 103, 20, 0.3);
    border-bottom: 1px solid rgba(236, 103, 20, 0.3);
    position: relative;
    overflow: hidden;
}
.contact-header {
    margin-bottom: 3rem;
}
.contact-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}
.contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    background: rgba(15, 23, 42, 0.7);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-form-container {
    padding: 3rem;
}
.contact-form-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
}
.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.contact-form-label {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.contact-form-input,
.contact-form-select,
.contact-form-textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    font-size: 1.3rem;
    transition: 0.3s;
}
.contact-form-input:focus,
.contact-form-select:focus,
.contact-form-textarea:focus {
    border-color: rgba(236, 103, 20, 0.5);
    box-shadow: 0 0 0 3px rgba(236, 103, 20, 0.2);
    outline: 0;
}
.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.contact-form-textarea {
    resize: vertical;
    min-height: 150px;
}
.contact-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ec6714' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    cursor: pointer;
}
.contact-form-error {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}
.contact-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #ec6714, #f59e0b);
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 1rem;
    width: 100%;
}
.contact-form-submit--loading {
    opacity: 0.7;
    cursor: not-allowed;
}
.contact-info-container {
    background: rgba(236, 103, 20, 0.1);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}
.contact-info-icon {
    width: 50px;
    height: 50px;
    background: rgba(236, 103, 20, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ec6714;
    flex-shrink: 0;
}
.document-link,
.social-media-link {
    align-items: center;
    transition: 0.3s;
}
.contact-info-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}
.contact-info-text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}
@media (max-width: 992px) {
    .contact-card,
    .td-grid {
        grid-template-columns: 1fr;
    }
    .td-chart-container {
        order: 2;
    }
    .contact-info-container {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 768px) {
    .contact-title {
        font-size: 2.2rem;
    }
    .contact-subtitle {
        font-size: 1rem;
    }
    .contact-form-row {
        grid-template-columns: 1fr;
    }
    .contact-form-container,
    .contact-info-container {
        padding: 2rem;
    }
}
@media (max-width: 576px) {
    .pf-grid {
        grid-template-columns: 1fr;
    }
    .pf-card {
        padding: 1.25rem;
    }
    .chain-features {
        flex-direction: column;
        align-items: center;
        display: block;
    }
    .chain-feature {
        width: 200px;
        justify-content: center;
        display: inline;
        margin: 10px;
        margin-top: 10px !important;
        line-height: 3;
    }
    .chain-highlight {
        font-size: 1.2rem;
        padding: 1rem;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .stats-title {
        font-size: 2rem;
    }
    .stats-title-accent {
        font-size: 1.5rem;
    }
    .contact-title {
        font-size: 1.8rem;
    }
}
.contact-info-social-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}
.social-media-links {
    display: flex;
    gap: 1.25rem;
}
.social-media-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.social-media-link:hover {
    background: rgba(236, 103, 20, 0.2);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(236, 103, 20, 0.2);
}
.social-media-link:hover .fa-x {
    color: #000;
}
.social-media-link:hover .fa-telegram {
    color: #26a5e4;
}
.social-media-link:hover .fa-facebook {
    color: #1877f2;
}
.social-media-link:hover .fa-youtube {
    color: red;
}
.document-links {
    display: -webkit-box;
    gap: 0.5rem;
    margin-top: 0.5rem;
}
.document-link {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    border-radius: 6px;
    background: #d3d3d324;
    padding-inline: 10px;
}
.brand-logo,
.logo-icon {
    align-items: center;
    display: flex;
}
.document-link:hover {
    background: rgba(236, 103, 20, 0.2);
    color: #fff;
    padding-left: 0.75rem;
}
.document-link i:first-child {
    width: 1rem;
    text-align: center;
    color: rgba(236, 103, 20, 0.8);
}
.document-link i:last-child {
    margin-left: auto;
    font-size: 0.8rem;
    opacity: 0.7;
    transition: transform 0.3s;
}
.document-link:hover i:last-child {
    opacity: 1;
    transform: translateX(3px);
}
@media (max-width: 768px) {
    .social-media-links {
        justify-content: center;
    }
    .social-media-link {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .document-link {
        font-size: 0.85rem;
        padding: 0.4rem;
    }
}
.custom-footer {
    background-color: #1a1a1a;
    color: #e2e2e2;
    padding: 60px 0 30px;
    border-top: 1px solid #2d2d2d;
    font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        sans-serif;
}
.brand-name,
.logo-icon {
    background: linear-gradient(135deg, var(--primary-color), #c93900);
}
.footer-container {
    margin: 0 30px;
    padding: 0 20px;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0;
    margin-bottom: 50px;
}
.footer-brand-col {
    padding-right: 30px;
}
.brand-logo {
    margin-bottom: 20px;
}
.logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    justify-content: center;
    margin-right: 12px;
}
.logo-icon i {
    color: #fff;
    font-size: 18px;
}
.brand-name {
    font-size: 22px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
}
.brand-tagline {
    color: #9a9a9a;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 15px;
}
.social-icon {
    width: 40px;
    height: 40px;
    background-color: #2d2d2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}
.social-icon i {
    color: #b3b3b3;
    font-size: 16px;
    transition: 0.3s;
}
.footer-links a,
.legal-links a {
    color: #9a9a9a;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
}
.social-icon:hover {
    transform: translateY(-3px);
    background-color: rgba(110, 69, 226, 0.1);
}
.legal-links a:hover,
.social-icon:hover i {
    color: var(--primary-color);
}
.social-tooltip {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    white-space: nowrap;
}
.social-icon:hover .social-tooltip {
    opacity: 1;
    visibility: visible;
    top: -40px;
}
.footer-col {
    padding: 0 15px;
}
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #f0f0f0;
}
.copyright,
.footer-links a:hover,
.title-icon {
    color: #9a9a9a;
}
.title-icon {
    margin-right: 10px;
    font-size: 16px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    align-items: center;
    font-size: 15px;
}
.link-icon {
    margin-right: 10px;
    width: 16px;
    font-size: 14px;
    opacity: 0.7;
}
.footer-bottom {
    background-color: #1a1a1a;
    border-top: 1px solid #2d2d2d;
    padding: 30px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.copyright {
    font-size: 14px;
    margin: 0;
}
.legal-links {
    display: block;
    gap: 25px;
}
.legal-links a {
    font-size: 14px;
    align-items: center;
    gap: 6px;
}
.legal-links i {
    font-size: 13px;
}
@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}
@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-col {
        padding: 0;
    }
    .legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}
