        :root {
            --primary-blue: #007bff;
            --bg-gradient: linear-gradient(180deg, #96c2ff 0%, #3a8dff 100%);
            --font-main: 'Inter', sans-serif;
            --font-heading: 'Anton', sans-serif;
        }

        body {
            font-family: var(--font-main);
            background: #fff;
            color: #333;
            overflow-x: hidden;
        }

        h1,
        h2,
        h3,
        .nav-link,
        .btn-trap {
            font-family: var(--font-heading);
            text-transform: uppercase;
        }

        /* --- Refined Navbar --- */
        .navbar {
            background: white;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .navbar-brand {
            font-family: var(--font-heading);
            color: var(--primary-blue) !important;
            font-size: 1.5rem;
        }

        .nav-link {
            color: #555 !important;
            font-size: 0.9rem;
            margin: 0 10px;
        }

        .nav-link:hover {
            color: var(--primary-blue) !important;
        }

        .nav-right-icons {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .navbar-nav{
            flex-direction: row;
        }

        .offcanvas .navbar-nav .nav-link {
            padding: 0.5rem 0;
        }

        .offcanvas .d-grid a {
            padding: 0.75rem 0.75rem;
        }

        @media (max-width: 991.98px) {
            .navbar-nav {
                flex-direction: column;
                gap: 15px;
            }
            .navbar .navbar-toggler {
                border: none;
            }

            .navbar .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
            }
        }

        .btn-premium-top {
            background: #ffc107;
            color: #000;
            border: none;
            font-weight: 700;
            padding: 5px 15px;
            border-radius: 5px;
            font-size: 0.8rem;
        }

        .btn-request-top {
            background: #007bff;
            color: #ffffff;
            border: none;
            font-weight: 700;
            padding: 5px 15px;
            border-radius: 5px;
            font-size: 0.8rem;
        }

        /* --- Banner & Container Spacing --- */
        .custom-container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .hero-banner {
            background: var(--bg-gradient);
            padding: 80px 0;
            text-align: center;
            color: white;
            border-radius: 0 0 50px 50px;
            /* Slight curve at bottom like the image */
        }

        .hero-banner h1 {
            font-size: 4rem;
            letter-spacing: 2px;
            line-height: 1;
            margin-bottom: 20px;
        }

        /* Search Bar */
        .search-wrapper {
            display: flex;
            background: #fff;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            transform: scale(1);
            box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 40px;
            max-width: 650px;
            margin: 0 auto 50px;
        }

        .search-wrapper select {
            border: none;
            padding: 16px 20px;
            font-weight: 600;
            font-size: 14px;
            background: transparent;
            outline: none;
            cursor: pointer;
        }

        .search-wrapper input {
            flex: 1;
            border: none;
            padding: 16px 20px;
            font-size: 14px;
            outline: none;
        }

        .search-btn {
            border: none;
            padding: 16px 30px;
            color: #fff;
            cursor: pointer;
            transition: all 0.3s;
            background: var(--bg-gradient);
        }

        /* Hero Cards */
        .hero-card {
            background: white;
            border-radius: 20px;
            padding: 20px;
            text-align: left;
            color: #333;
            height: 100%;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            border-bottom: 4px solid var(--primary-blue);
        }

        .hero-card h5 {
            font-family: var(--font-heading);
            font-size: 1.2rem;
            color: var(--primary-blue);
        }

        /* --- Slanted Sections --- */
        .slanted-blue-box {
            background: var(--primary-blue);
            padding: 120px 0;
            margin: 80px 0;
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            color: white;
        }

        /* Trapezoid Buttons (View All) */
        .btn-view-all {
            background: var(--primary-blue);
            color: white;
            border: none;
            padding: 10px 40px;
            font-family: var(--font-heading);
            clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            transition: 0.3s;
        }

        .category-item {
            background: white;
            position: relative;
            margin-bottom: 40px;
            border-radius: 10px;
            overflow: visible;
        }

        .category-item img {
            border-radius: 10px;
            width: 100%;
            height: auto;
            display: block;
        }

        /* --- Tools Grid --- */
        .tool-card {
            text-align: center;
            margin-bottom: 40px;
        }

        .tool-icon-box {
            background: #f0f2f5;
            aspect-ratio: 1/1;
            border-radius: 15px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .tool-card h6 {
            font-family: var(--font-heading);
            color: var(--primary-blue);
            font-size: 1rem;
            margin-bottom: 2px;
        }

        .tool-card p {
            font-size: 0.75rem;
            color: #888;
            text-transform: uppercase;
            font-weight: 700;
        }

        /* --- Blog Bento Grid --- */
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 20px;
        }

        .blog-item {
            background: white;
            border-radius: 15px;
            min-height: 200px;
        }

        .blog-item.large {
            grid-column: span 2;
        }

        @media (max-width: 991.98px) {
            .blog-item.large {
                grid-column: span 1;
            }
        }

        @media (max-width: 575.98px) {
            .blog-grid {
                grid-template-columns: 1fr;
            }
        }

        /* --- Footer --- */

        /* Footer */
        .main-footer {
            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
            color: #fff;
            padding: 60px 0 30px;
        }

        .logo-icon-footer {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            margin-right: 10px;
            display: inline-block;
        }

        .footer-brand {
            display: flex;
            align-items: center;
            font-weight: 800;
            font-size: 16px;
            letter-spacing: 1px;
        }

        .footer-text {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.7;
            margin: 20px 0;
        }

        .social-links {
            display: flex;
            gap: 12px;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s;
        }

        .social-links a:hover {
            background: #0066ff;
            transform: translateY(-3px);
        }

        .footer-heading {
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 1px;
            margin-bottom: 20px;
            color: #fbbf24;
        }

        .footer-menu {
            list-style: none;
            padding: 0;
        }

        .footer-menu li {
            margin-bottom: 10px;
        }

        .footer-menu a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s;
        }

        .footer-menu a:hover {
            color: #fff;
            padding-left: 5px;
        }

        .btn-subscribe {
            background: #fbbf24;
            border: none;
            padding: 10px 30px;
            border-radius: 25px;
            font-weight: 700;
            font-size: 12px;
            letter-spacing: 1px;
            color: #1a1a1a;
            cursor: pointer;
            margin-top: 20px;
            transition: all 0.3s;
        }

        .btn-subscribe:hover {
            background: #0066ff;
            color: #fff;
            transform: scale(1.05);
        }
