body {
    font-family: "Public Sans", sans-serif;
    background-color: #f8faff;
    color: #343a40;
}

#logonav {
    height: 2.3rem;
    margin-left: -1rem;
}

.app-brand-text {
    color: #343a40 !important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ff576a !important;
}

.daftar:hover {
  transform: translateY(-2px);
  box-shadow: 2px 6px 2px #4FA4C0;
}

/* Hero Section */
#landingHero {
    padding-top: 13rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="%23e0e7ff" opacity="0.5"/></svg>');
    background-size: 20px 20px;
    background-repeat: repeat;
}

#landingHero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            #f8faff 100%);
    pointer-events: none;
    opacity: 0.8;
    z-index: 1;
}

.hero-text-box {
    position: relative;
    z-index: 2;
}

h1.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 800;
    color: #343a40 !important;
}

.hero-sub-title {
    font-size: 1.25rem;
    color: #6c757d !important;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.text-watzap-primary-highlight {
    color: #ff576a;
    font-weight: bold;
}

.hero-badge {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0.5rem;
}

/* Dashboard Image */
.dashboard-img-container {
    position: relative;
    max-width: 650px;
    margin: 0 auto -2.5rem auto;
    z-index: 2;
    border-radius: 1rem;
    overflow: visible;
    aspect-ratio: 16 / 9;
    border: 7px solid rgba(170, 190, 255, 0.7);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08),
        0 3px 5px rgba(0, 0, 0, 0.05);
    animation: float 4s ease-in-out infinite alternate;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
}

.dashboard-img-container::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    border-radius: 1.3rem;
    background: linear-gradient(45deg,
            rgba(170, 190, 255, 0.7),
            rgba(255, 255, 255, 0.4));
    opacity: 0.9;
    transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
}

.dashboard-img-container:hover {
    animation-play-state: paused;
    transform: translateY(-12px) scale(1.03);
    border-color: rgba(100, 150, 255, 0.9);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15),
        0 8px 16px rgba(0, 0, 0, 0.1);
}

.dashboard-img-container:hover::before {
    opacity: 1;
    background: linear-gradient(45deg,
            rgb(170, 190, 255),
            rgba(255, 255, 255, 0.6));
}

.dashboard-screenshot {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 1rem;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

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

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(0px);
    }

    25% {
        opacity: 0.6;
        transform: scale(1) translateY(-10px);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1) translateY(0px);
    }

    75% {
        opacity: 0.6;
        transform: scale(1) translateY(10px);
    }

    100% {
        opacity: 0;
        transform: scale(0.8) translateY(0px);
    }
}

/* General Layout Helpers */
.landing-navbar {
    margin-top: 1.5rem;
}

.navbar-nav-margin {
    margin-left: 3rem;
}

.wave-separator {
    margin-top: -4rem;
}

#landingFeatures {
    background-color: #f5f5f9;
}

.features-container {
    margin-top: -18rem;
}

.feature-img {
    height: 5rem;
}

#landingPricing {
    margin-top: -20rem;
}

#landingFAQ {
    margin-top: -4rem;
}

#landingIntegration {
    margin-top: -5rem;
}

.faq-image {
    height: 250px;
}

.waves {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 4px;
}

.landing-footer {
    background-color: #32456b;
}

.footer-top {
    margin-top: -4rem;
}

.boat {
    position: absolute;
    top: -190px;
    left: 73%;
    width: 200px;
    z-index: 5;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background-color: #FFC107;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: #e6ac00;
    color: white;
}

.sales-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow:
        0 2px 4px rgba(0,0,0,0.12),
        0 8px 20px rgba(0,0,0,0.18),
        0 20px 40px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 15px;
    width: 380px;
    max-width: 90%;
    transform: translateY(120%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: "Public Sans", sans-serif;
    cursor: pointer;
    border-left: 4px solid #004bad;
}


.sales-notification:hover {
    box-shadow:
        0 4px 8px rgba(0,0,0,0.15),
        0 12px 28px rgba(0,0,0,0.22),
        0 28px 56px rgba(0,0,0,0.32);
}

.sales-notification.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    animation: notifBounce 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes notifBounce {
  0% {
    transform: translateY(120%);
  }
  60% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

.sales-notification-content {
    flex: 1;
}

.sales-header {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #003d8c;
    font-weight: 700;
    margin-bottom: 8px;
}

.sales-header .icon-clock {
    color: #ff5b5b;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    background-color: #fae9e9;
    border-radius: 10px;
}

.sales-body {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 5px;
    min-height: 2rem;
}

.sales-body strong {
    font-weight: 700;
    color: #000;
}

.sales-footer {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #666;
}

.verified-icon {
    color: #0082ff;
    margin-right: 4px;
    width: 14px;
    height: 14px;
}

.sales-image {
    width: 65px;
    height: 65px;
    margin-top: 1.5rem;
    background-color: #ece9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.sales-image svg {
    width: 42px;
    height: 42px;
}

.time-ago {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 10px;
    color: #000000;
}


@media (min-width: 992px) {
    .dashboard-img-container {
        max-width: 650px;
        margin-left: -3.5rem;
    }
}

@media (max-width: 767.98px) {
    #logonav {
        height: 1.8rem;
        margin-left: -3rem;
        display: none;
    }
    
    .app-brand-link {
        display: none !important;
    }

    #landingHero {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    #waicon {
        display: none;
    }

    .hero-badge {
        margin-bottom: 1rem !important;
        margin-left: 0.5rem;
    }

    h1.hero-title {
        font-size: 2rem !important;
        line-height: 1.3;
    }

    .hero-sub-title {
        font-size: 1.05rem;
    }

    .dashboard-img-container {
        margin-left: 0;
        margin-top: 1rem;
    }

    .navbar-nav-margin {
        margin-left: 0;
    }

    .features-container {
        margin-top: -1rem;
    }

    #landingPricing {
        margin-top: -7rem;
    }

    #landingFeatures+.wave-separator {
        margin-top: 0;
    }

    .section-py h3,
    .section-py h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem !important;
    }

    .boat {
        display: none;
    }

    .landing-navbar .btn {
        padding: 0.25rem 0.75rem;
        font-size: 0.875rem;
    }

    .landing-navbar {
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
    }

    .navbar-toggler .ti-menu-2 {
        font-size: 1.7rem !important;
    }

    #landingHero .btn {
        padding: 0.7rem 1rem;
        font-size: 1rem;
    }
    
    .sales-notification {
        bottom: 20px;
        transform: translateX(-50%) translateY(100px);
        width: 95%;
    }

    .sales-notification.show {
        transform: translateX(-50%) translateY(0);
    }
}

@media (min-width: 992px) and (max-width: 1440px) {

    #landingHero {
        padding-top: 11rem !important;
        padding-bottom: 4rem !important;
    }

    .hero-title {
        font-size: 2.5rem !important;
    }

    .hero-sub-title {
        font-size: 1.02rem !important;
    }

    .dashboard-img-container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: -2rem;
        transform: none !important;
        animation: float 6s ease-in-out infinite alternate !important;
    }

    .web3-deco-3 {
        right: 0 !important;
        top: -10% !important;
        width: 80px !important;
        height: 80px !important;
    }

    .hero-badge {
        margin-bottom: 1.5rem !important;
    }

}