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

:root {
    --bg-main: #06070b;
    --bg-surface: rgba(15, 17, 24, 0.88);
    --bg-panel: rgba(18, 21, 29, 0.92);
    --bg-soft: rgba(255, 215, 138, 0.05);
    --line-soft: rgba(255, 218, 154, 0.14);
    --line-strong: rgba(255, 221, 166, 0.28);
    --text-main: #f7f2e8;
    --text-muted: rgba(247, 242, 232, 0.72);
    --gold-1: #8d5f19;
    --gold-2: #c9963f;
    --gold-3: #f2d08c;
    --gold-4: #fff0c8;
    --gold-gradient: linear-gradient(135deg, var(--gold-1), var(--gold-3) 45%, var(--gold-4) 62%, var(--gold-2));
    --surface-glow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(234, 185, 93, 0.08), transparent 28%),
        radial-gradient(circle at 85% 15%, rgba(221, 157, 46, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(4, 5, 8, 0.9), rgba(4, 5, 8, 1)),
        url("../img/revamp-atmosphere.png") center top / cover fixed no-repeat;
    color: var(--text-main);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
.navbar .navbar-brand,
.golden-text {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -0.03em;
}

h1 {
    font-size: clamp(3.4rem, 7vw, 6.6rem);
    line-height: 0.96;
}

h2 {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1;
}

h4 {
    font-size: 1.35rem;
}

p {
    color: var(--text-muted);
}

.gold-btn,
.gold-btn-block,
.gold-btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    border-radius: 18px;
    padding: 0 24px;
    background: var(--gold-gradient);
    color: #0a0b0f;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(201, 150, 63, 0.18);
}

.gold-btn:hover,
.gold-btn-block:hover,
.gold-btn-sm:hover {
    transform: translateY(-1px);
    color: #06070b;
}

.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    padding: 0 24px;
    border-radius: 18px;
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-main);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.ghost-btn:hover {
    color: var(--gold-4);
    border-color: rgba(255, 221, 166, 0.42);
}

.header-text,
.header-text-full {
    max-width: 720px;
    margin-bottom: 56px;
}

.header-text h5,
.header-text-full h5 {
    font-size: 0.82rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.header-text p,
.header-text-full p {
    max-width: 620px;
    margin: 14px auto 0;
    text-transform: none;
    font-size: 1rem;
    color: var(--text-muted);
}

.section-chip,
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--gold-3);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-kicker::before,
.section-chip::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-2), var(--gold-4));
    box-shadow: 0 0 18px rgba(242, 208, 140, 0.4);
}

.navbar {
    padding: 18px 30px;
    background: rgba(4, 5, 8, 0.24);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent;
}

.navbar.active {
    background: rgba(6, 7, 11, 0.88);
    border-bottom-color: var(--line-soft);
}

.navbar .navbar-brand img {
    max-width: 210px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.navbar .nav-item {
    margin: 0 10px;
}

.navbar .nav-item .nav-link {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 243, 220, 0.8);
    -webkit-text-fill-color: initial;
    background: none;
}

.navbar .nav-item .nav-link::before {
    height: 3px;
    border-radius: 999px;
    bottom: -6px;
}

.modern-toggler,
.navbar .navbar-text .notification-panel .dropdown-toggle,
.scroll-top {
    border: 1px solid var(--line-soft);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.modern-toggler {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: var(--gold-4);
}

.navbar .navbar-text .notification-panel .dropdown-toggle {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    padding: 0;
    justify-content: center;
}

.user-icon-shell {
    color: var(--gold-3);
    font-size: 1rem;
}

.navbar .navbar-text .notification-panel .notification-dropdown,
.navbar .navbar-text .user-panel .user-dropdown {
    top: 62px;
    background: rgba(14, 16, 23, 0.96);
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    box-shadow: var(--surface-glow);
}

.navbar .navbar-text .user-panel .user-dropdown li a,
.navbar .navbar-text .notification-panel .notification-dropdown li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
}

.navbar .navbar-text .user-panel .user-dropdown li a img,
.navbar .navbar-text .notification-panel .notification-dropdown li a img {
    display: none;
}

.navbar .navbar-text .user-panel .user-dropdown li a i,
.navbar .navbar-text .notification-panel .notification-dropdown li a i {
    width: 18px;
    text-align: center;
    color: var(--gold-3);
}

.navbar .navbar-text .user-panel .user-dropdown li a span {
    top: 0;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
}

.home-banner {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.home-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 212, 132, 0.1), transparent 24%),
        linear-gradient(90deg, rgba(6, 7, 11, 0.96) 0%, rgba(6, 7, 11, 0.86) 42%, rgba(6, 7, 11, 0.38) 100%);
}

.home-banner .overlay {
    position: relative;
    background: transparent;
}

.hero-copy {
    max-width: 620px;
}

.home-banner h1 {
    margin: 22px 0 18px;
}

.home-banner h1 span {
    font-family: "Space Grotesk", sans-serif;
    font-size: inherit;
    font-weight: 700;
}

.home-banner p {
    margin: 0 0 32px;
    max-width: 540px;
    font-family: "Manrope", sans-serif;
    font-size: 1.08rem;
    text-transform: none;
    color: rgba(247, 242, 232, 0.76);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.metric-chip {
    min-width: 180px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line-soft);
}

.metric-chip .label {
    display: block;
    margin-bottom: 4px;
    color: rgba(247, 242, 232, 0.52);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.metric-chip strong {
    color: var(--text-main);
    font-size: 0.95rem;
}

.hero-visual-wrap {
    position: relative;
    min-height: 620px;
}

.hero-visual {
    position: relative;
    z-index: 2;
    transform: translateY(18px);
    filter: drop-shadow(0 30px 90px rgba(0, 0, 0, 0.6));
}

.hero-orbit {
    position: absolute;
    inset: 8% 0 auto auto;
    border-radius: 50%;
    border: 1px solid rgba(255, 218, 154, 0.08);
}

.hero-orbit-one {
    width: 560px;
    height: 560px;
    right: -10px;
    top: 20px;
}

.hero-orbit-two {
    width: 420px;
    height: 420px;
    right: 60px;
    top: 90px;
}

.feature-section,
.about-section,
.choose-section,
.pricing-section,
.faq-section,
.newsletter-section,
.blog-section,
.partner-section,
.footer {
    position: relative;
}

.feature-section,
.about-section,
.choose-section,
.pricing-section,
.faq-section,
.newsletter-section,
.blog-section,
.partner-section {
    padding: 110px 0;
}

.feature-section .box,
.about-section .box,
.choose-section .box,
.pricing-section .box,
.statistic-section .box,
.blog-section .blog-box,
.payment-gateway .gateway-box,
.faq-section .accordion-item {
    background: linear-gradient(180deg, rgba(19, 22, 30, 0.98), rgba(12, 14, 20, 0.96));
    border: 1px solid var(--line-soft);
    border-radius: 24px;
    box-shadow: var(--surface-glow);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.feature-section .box:hover,
.about-section .box:hover,
.choose-section .box:hover,
.pricing-section .box:hover,
.blog-section .blog-box:hover,
.payment-gateway .gateway-box:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 221, 166, 0.25);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}

.feature-section .box,
.statistic-section .box {
    padding: 34px 28px;
}

.feature-section .box .img-box,
.statistic-section .box .img-box,
.choose-section .box .img {
    clip-path: none;
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid var(--line-soft);
}

.feature-section .box .img-box img,
.statistic-section .box .img-box img,
.choose-section .box .img img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: saturate(0) brightness(1.5) sepia(1) hue-rotate(357deg);
}

.about-modern-media img,
.blog-section .img-box img {
    border-radius: 22px;
}

.about-modern-media::before {
    left: auto;
    inset: -12px 24px 24px -12px;
    background: linear-gradient(135deg, rgba(255, 208, 140, 0.24), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 221, 166, 0.2);
}

.about-section .text-box p {
    font-size: 1.02rem;
}

.choose-section .box,
.about-section .box {
    padding: 28px;
    gap: 18px;
}

.pricing-section .box {
    padding: 34px 28px;
    text-align: left;
}

.pricing-section .box .bg {
    height: auto;
    margin: 18px 0;
    padding: 0;
}

.pricing-section .box div.bg::before {
    display: none;
}

.pricing-section .box div.bg .golden-text {
    font-size: 1.9rem;
}

.pricing-section .box .gold-btn {
    margin-top: 22px;
    width: 100%;
    height: 54px;
}

.google-task-section .google-task-box,
.google-task-box {
    height: 100%;
}

.task-pack-kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-2);
    background: rgba(255, 213, 120, 0.08);
    border: 1px solid rgba(255, 213, 120, 0.16);
}

.faq-section .accordion-button {
    padding: 22px 26px;
    font-size: 1.2rem;
    background: none;
}

.faq-section .accordion-button::after {
    background-image: none;
    content: "+";
    font-family: "Space Grotesk", sans-serif;
    color: var(--gold-3);
    font-size: 1.4rem;
    width: auto;
    height: auto;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "−";
}

.newsletter-section .container,
.partner-section .container {
    position: relative;
    z-index: 1;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    inset: 70px 0;
    background: linear-gradient(135deg, rgba(255, 210, 128, 0.08), rgba(255, 255, 255, 0.02));
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}

.newsletter-section form {
    max-width: 760px;
    margin: 0 auto;
}

.newsletter-section .input-group {
    gap: 14px;
    flex-wrap: wrap;
}

.newsletter-section .input-group .form-control {
    flex: 1 1 360px;
    min-height: 58px;
    border-radius: 18px !important;
    border: 1px solid var(--line-soft);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-main);
}

.newsletter-section .gold-btn {
    border-radius: 18px;
}

.blog-section .blog-box {
    padding: 18px;
}

.blog-section .text-box {
    padding: 20px 8px 8px;
}

.blog-section .text-box .date {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-3);
}

.blog-section .text-box .title a {
    color: inherit;
}

.partner-section .partners {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line-soft);
}

.partner-section .image-partners {
    width: 74px;
    height: 74px;
    border-radius: 18px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    object-fit: contain;
}

.footer {
    display: block;
    margin-top: 0;
    padding: 80px 0 28px;
    border-top: 1px solid var(--line-soft);
    background: linear-gradient(180deg, rgba(9, 10, 14, 0.88), rgba(6, 7, 11, 0.98));
}

.footer .footer-box {
    height: 100%;
}

.footer .footer-brand {
    display: block;
    margin-bottom: 18px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 0.95;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
}

.footer .footer-box h4 {
    margin-bottom: 22px;
    font-size: 1.9rem;
    line-height: 1.05;
}

.footer .footer-box ul {
    margin: 0;
    padding: 0;
}

.footer .footer-box li {
    list-style: none;
}

.footer .footer-box p,
.footer .footer-box li span,
.footer .footer-box li a,
.footer .copyright span,
.footer .language a {
    color: var(--text-muted);
    -webkit-text-fill-color: initial;
}

.footer .footer-box li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer .footer-box li img {
    display: none;
}

.footer .footer-box li i {
    margin-top: 5px;
    color: var(--gold-3);
}

.footer .social-links {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.footer .social-links a {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-soft);
    background: rgba(255, 255, 255, 0.03);
}

.footer .copyright {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 991.98px) {
    .footer {
        padding-top: 64px;
    }

    .footer .footer-box {
        margin-bottom: 8px;
    }

    .footer .footer-brand {
        max-width: 12ch;
    }
}

.scroll-top {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    right: 24px;
    bottom: 24px;
    display: grid;
    place-items: center;
    color: var(--gold-3);
}

.scroll-top img {
    display: none;
}

#preloader {
    background: #06070b;
}

#preloader .loader {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-top-color: var(--gold-3);
    border-right-color: rgba(255, 221, 166, 0.4);
    animation: spinLoader 1s linear infinite;
    box-shadow: 0 0 40px rgba(242, 208, 140, 0.12);
}

@keyframes spinLoader {
    to {
        transform: rotate(360deg);
    }
}

.btn-close img,
.btn-close-investment img {
    display: none;
}

.btn-close::before,
.btn-close-investment::before {
    content: "×";
    color: var(--gold-4);
    font-size: 1.6rem;
    line-height: 1;
}

.notification-panel .badge {
    background: var(--gold-gradient) !important;
    color: #06070b !important;
}

@media (max-width: 991px) {
    .navbar {
        padding: 14px 18px;
        background: rgba(6, 7, 11, 0.95);
    }

    .navbar .navbar-brand img {
        max-width: 150px;
    }

    .home-banner {
        min-height: auto;
        padding-bottom: 70px;
    }

    .home-banner h1 {
        margin-top: 18px;
    }

    .hero-visual-wrap {
        min-height: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .feature-section,
    .about-section,
    .choose-section,
    .pricing-section,
    .faq-section,
    .newsletter-section,
    .blog-section,
    .partner-section {
        padding: 84px 0;
    }

    .hero-actions,
    .hero-metrics,
    .newsletter-section .input-group {
        flex-direction: column;
    }

    .gold-btn,
    .ghost-btn,
    .newsletter-section .gold-btn {
        width: 100%;
    }
}
