        :root {
            --ink: #101936;
            --muted: #69718a;
            --violet: #5136ee;
            --line: #e7e9f3
        }

        * {
            box-sizing: border-box
        }

        html {
            scroll-behavior: smooth
        }

        body {
            margin: 0;
            color: var(--ink);
            font: 16px/1.6 Inter, Arial, sans-serif
        }

        .wrap {
            max-width: 1240px;
            margin: auto;
            padding: 0 28px
        }

        a {
            color: inherit;
            text-decoration: none
        }

        .nav {
            height: 92px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #edf0f6
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 12px
        }

        .mark {
            width: 49px;
            height: 49px;
            border-radius: 10px;
            display: grid;
            place-items: center;
            color: #fff;
            background: #fa2443;
            box-shadow: 0 6px 13px #fa244436
        }

        .word {
            font-size: 26px;
            font-weight: 800;
            letter-spacing: -1px;
            line-height: 1
        }

        .word em {
            color: var(--violet);
            font-style: normal
        }

        .brand small {
            display: block;
            color: #65708b;
            font-size: 12px;
            margin-top: 4px
        }

        .links {
            display: flex;
            gap: 40px;
            font-size: 14px;
            font-weight: 600
        }

        .links a:first-child {
            color: #5636e9
        }

        .platform,
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            border-radius: 8px;
            padding: 12px 18px;
            font-weight: 700;
            font-size: 13px
        }

        .platform {
            border: 1px solid #e0dcff;
            color: #5738e8;
            background: #faf9ff
        }

        .hero {
            min-height: 490px;
            background: radial-gradient(circle at 80% 52%, #f0efff 0, transparent 25%), linear-gradient(105deg, #fff, #fafaff)
        }

        .hero-in {
            min-height: 490px;
            display: grid;
            grid-template-columns: 1.06fr .94fr;
            gap: 30px;
            align-items: center
        }

        .eyebrow {
            display: inline-block;
            background: #f0edff;
            color: #583be8;
            border-radius: 7px;
            padding: 6px 12px;
            font-size: 11px;
            font-weight: 800;
            margin-bottom: 17px
        }

        .hero h1 {
            font-size: 48px;
            line-height: 1.23;
            letter-spacing: -1.9px;
            margin: 0 0 18px;
            max-width: 620px
        }

        .grad {
            background: linear-gradient(90deg, #4633ed, #7839f1);
            -webkit-background-clip: text;
            color: #0000
        }

        .hero p {
            color: #606a83;
            max-width: 540px;
            font-size: 1rem; /* Increased from 13px */
            line-height: 1.8;
            margin: 0 0 32px
        }

        .perks {
            display: flex;
            gap: 34px;
            margin-bottom: 28px
        }

        .perk {
            display: flex;
            align-items: center;
            gap: 9px;
            font-size: 12px;
            line-height: 1.2
        }

        .perk i {
            color: #5540f4;
            width: 28px
        }

        .perk:nth-child(2) i {
            color: #18b85b
        }

        .perk b {
            display: block;
            font-size: 13px
        }

        .perk span {
            color: #69718a;
            font-size: 10px
        }

        .actions {
            display: flex;
            gap: 14px
        }

        .btn.primary {
            color: #fff;
            background: linear-gradient(100deg, #5835ee, #6435e9);
            box-shadow: 0 7px 15px #5434e534
        }

        .btn.light {
            background: #fff;
            border: 1px solid #e7e9f2
        }

        .art {
            height: 340px;
            position: relative;
            animation: float 6s ease-in-out infinite;
        }

        .dots {
            position: absolute; 
            width: 115px;
            height: 145px;
            background-image: radial-gradient(#d9d6ff 1.5px, transparent 1.5px);
            background-size: 14px 14px;
            left: 25px;
            top: 28px
        }

        .dots.b {
            left: auto;
            right: 5px;
            top: 200px
        }

        .laptop {
            position: absolute;
            right: 24px;
            top: 35px;
            width: 345px;
            height: 230px;
            border: 10px solid #eef0f8;
            border-bottom-width: 15px;
            background: #fff;
            border-radius: 18px 18px 8px 8px;
            transform: perspective(700px) rotateY(-10deg);
            box-shadow: 0 30px 40px -15px #4d4a9350;
            transition: transform .3s ease;
        }

        .bar {
            height: 16px;
            background: #121c3b;
            margin: -2px -2px 13px
        }

        .mock {
            padding: 20px
        }

        .mock h4 {
            font-size: 13px;
            margin: 0 0 11px
        }

        .mock p {
            height: 6px;
            margin: 6px 0;
            background: #e8e5fc;
            border-radius: 4px;
            width: 75%
        }

        .mock p:nth-of-type(2) {
            width: 89%
        }

        .tabs {
            display: flex;
            gap: 7px;
            margin-top: 24px
        }

        .tabs b {
            height: 15px;
            width: 56px;
            background: #f0f1f6
        }

        .base {
            position: absolute;
            right: 1px;
            bottom: 38px;
            width: 410px;
            height: 26px;
            background: linear-gradient(#f9f9ff, #dfe1ee);
            border-radius: 5px 5px 42% 42%;
            transform: skewX(-12deg);
        }

        .badge {
            position: absolute;
            width: 52px;
            height: 52px;
            display: grid;
            place-items: center;
            border-radius: 10px;
            color: #fff;
            box-shadow: 0 12px 20px -5px #4d4a934d;
            transition: all .3s ease-in-out;
        }

        .pdf {
            background: #fb383d;
            left: 60px;
            top: 60px;
            font-size: 18px;
            animation: float-badge 5s ease-in-out infinite 1s;
        }

        .cut {
            background: #6336de;
            right: -10px;
            top: 40px;
            animation: float-badge 7s ease-in-out infinite .5s;
        }

        .cloud {
            background: #1978ee;
            left: 70px;
            bottom: 38px;
            animation: float-badge 8s ease-in-out infinite;
        }

        .pic {
            background: #10ad58;
            right: 10px;
            bottom: 85px;
            animation: float-badge 6s ease-in-out infinite 1.2s;
        }

        .orbit {
            position: absolute;
            width: 28px;
            height: 28px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 4px 10px #4d4a9322;
            display: grid;
            place-items: center;
            animation: orbit 12s linear infinite;
        }

        .orbit.o2 {
            animation-delay: -6s;
            animation-duration: 15s;
        }

        .section {
            padding-top: 30px
        }

        .title {
            text-align: center;
            font-size: 28px;
            letter-spacing: -1px;
            margin: 0;
            font-weight: 800
        }

        .title:after {
            content: "";
            display: block;
            width: 40px;
            height: 2px;
            background: #6544ee;
            margin: 6px auto
        }

        .sub {
            text-align: center;
            color: var(--muted);
            margin: 0 0 18px;
            font-size: 1.25rem; /* Increased from 1.125rem */
        }

        .eco {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px
            
        }

        .card {
            border: 1px solid #dedbf9;
            border-radius: 9px;
            padding: 20px;
            min-height: 350px
            
        }

        .jobs {
            border-color: #b9e8cc
        }

        .seva {
            border-color: #ffd9bd
        }

        .blogs-card {
            border-color: #e0dcff;
        }

        .chead {
            display: flex;
            gap: 13px;
            align-items: center
        }

        .cicon {
            width: 59px;
            height: 59px;
            display: grid;
            place-items: center;
            border-radius: 10px;
            color: #fff;
            background: #f42a43
        }

        .jobs .cicon {
            background: #16aa55
        }

        .seva .cicon {
            background: #ff6b0d
        }

        .blogs-card .cicon {
            background: #5738e8;
        }

        .chead h3 {
            margin: 0;
            font-size: 17px
        }

        .chead span {
            font-size: 11px;
            color: var(--violet);
            font-weight: 600
        }

        .jobs .chead span {
            color: #179b53
        }

        .seva .chead span {
            color: #f36a13
        }

        .blogs-card .chead span {
            color: #5738e8;
        }

        .card>p {
            color: #677087;
            font-size: 14px;
            line-height: 1.75;
            margin: 18px 0
        }

        .checks {
            list-style: none;
            padding: 0;
            margin: 0 0 19px;
            color: #59637b;
            font-size: 12px;
            line-height: 2.05
        }

        .checks li::before {
            content: '✓';
            color: #4b45f5;
            font-weight: 800;
            margin-right: 9px
        }

        .jobs .checks li:before {
            color: #16aa55
        }

        .seva .checks li:before {
            color: #ff6b0d
        }

        .blogs-card .checks li:before {
            color: #5738e8;
        }

        .full {
            width: 100%;
            justify-content: center;
            color: #fff;
            background: linear-gradient(100deg, #5432ec, #6133e9);
            padding: 11px
        }

        .jobs .full {
            background: #13a856
        }

        .seva .full {
            background: #ff640b
        }

        .blogs-card .full {
            background: linear-gradient(100deg, #5738e8, #6244e7);
        }

        .visit {
            display: block;
            text-align: center;
            color: #6244e7;
            font-size: 11px;
            margin-top: 16px
        }

        .heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 37px 2px 12px
        }

        .heading h2 {
            font-size: 16px;
            margin: 0
        }

        .all {
            font-size: 11px;
            color: #543de5;
            font-weight: 700
        }

        .all:hover {
            background-color: #5738e8;
            color: #fff;
        }

        .tools {
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 13px
        }

        .tool {
            height: 165px;
            padding: 15px 12px;
            text-align: center;
            border: 1px solid #edf0f5;
            border-radius: 9px;
            display: flex;
            flex-direction: column;
            transition: all .2s ease-in-out;
            background: #fff;
            box-shadow: 0 4px 12px #00000008
        }

        .ticon {
            width: 48px;
            height: 48px;
            margin: 0 auto 9px;
            display: grid;
            place-items: center;
            border-radius: 9px;
            transition: transform .2s ease-in-out
        }

        .tool:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 20px #00000012
        }

        .tool:hover .ticon {
            transform: scale(1.1)
        }

        .tool h3 {
            font-size: 13px;
            line-height: 1.4;
            margin: 0 0 5px
        }

        .tool p {
            font-size: 12px;
            color: #677087;
            line-height: 1.55;
            margin: 0;
            flex-grow: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .why {
            padding-top: 50px
        }

        .whygrid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px
        }

        .whycard {
            border: 1px solid #eceef5;
            border-radius: 12px;
            padding: 24px;
            text-align: center;
            transition: all .2s ease-in-out;
            background: #fff;
        }

        .whycard:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px #e0dff066;
        }

        .whyicon i {
            width: 36px;
            height: 36px;
            margin: 0 auto 12px;
            display: block;
            transition: transform .3s ease;
        }

        .whycard:hover .whyicon i {
            transform: scale(1.1);
        }

        .whycard h3 {
            font-size: 14px;
            margin: 10px 0 5px
        }

        .whycard p {
            margin: 0;
            color: var(--muted);
            font-size: 12px;
            line-height: 1.55
        }

        .stats {
            margin-top: 30px;
            padding: 25px 15px;
            border-radius: 14px;
            background: linear-gradient(105deg, #5136ee, #6935de);
            color: #fff;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            box-shadow: 0 10px 30px #5136ee4d;
        }

        .stat {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 0 20px;
            position: relative;
        }

        .stat:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 40px;
            background-color: #ffffff33;
        }

        .stat i {
            width: 40px;
            height: 40px;
            color: #fff;
        }

        .stat b {
            font-size: 28px;
            font-weight: 800;
            display: block
        }

        .stat span {
            font-size: 13px;
            color: #d1caff;
        }

        .how {
            padding-top: 40px
        }

        .steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 45px;
            max-width: 1080px;
            margin: 25px auto
        }

        .step {
            border: 1px solid #edeef5;
            border-radius: 12px;
            padding: 20px;
            display: flex;
            gap: 16px;
            position: relative;
            background: #fff;
            transition: all .2s ease-in-out;
        }

        .step:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px #e0dff066;
        }

        .step:not(:last-child)::after {
            content: '⟶';
            position: absolute;
            right: -35px;
            top: 50%;
            transform: translateY(-50%);
            color: #6246e7;
            font-size: 28px
        }

        .num {
            position: absolute;
            left: 15px;
            top: 15px;
            width: 26px;
            height: 26px;
            background: #5a42e9;
            color: #fff;
            border-radius: 50%;
            font-size: 13px;
            font-weight: 700;
            display: grid;
            place-items: center
        }

        .sicon {
            margin-left: 30px;
            background: #f0edff;
            color: #6440e8;
            width: 55px;
            height: 55px;
            border-radius: 8px;
            display: grid;
            place-items: center
        }

        .step h3 {
            font-size: 14px;
            margin: 0 0 5px
        }

        .step p {
            font-size: 12px;
            color: #70798f;
            margin: 0;
            line-height: 1.6;
        }

        .blogs {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 22px
        }

        .blog {
            border: 1px solid #edf0f4;
            border-radius: 12px;
            overflow: hidden;
            background: #fff;
            transition: all .2s ease-in-out;
            box-shadow: 0 4px 15px #0000000a;
        }

        .blog:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px #00000012;
        }

        .bimg {
            height: 120px;
            background: linear-gradient(120deg, #eef2f7, #d8dde4);
            position: relative;
            overflow: hidden;
        }

        .blog:nth-child(2) .bimg {
            background: linear-gradient(120deg, #424d60, #2c3545)
        }

        .blog:nth-child(3) .bimg {
            background: linear-gradient(120deg, #e3f1fa, #c4d8e7)
        }

        .blog:nth-child(4) .bimg {
            background: linear-gradient(120deg, #f0e9e4, #e0d8d1)
        }

        .tag {
            position: absolute;
            left: 11px;
            bottom: 8px;
            background: #ffffffcc;
            backdrop-filter: blur(4px);
            color: #000;
            border-radius: 5px;
            padding: 3px 7px;
            font-size: 9px;
            font-weight: 700;
            border: 1px solid #ffffff4d;
        }

        .blog:nth-child(2) .tag {
            color: #fff;
        }

        .blog h3 {
            font-size: 14px;
            line-height: 1.4;
            margin: 0 0 9px;
        }

        .bimg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .4s ease;
        }

        .blog:hover .bimg img {
            transform: scale(1.05);
        }


        .blog h3 a:hover {
            color: var(--violet);
            text-decoration: underline;
        }

        .blog p {
            color: #70798f;
            font-size: 12px;
            margin: 0 0 14px;
            line-height: 1.6
        }

        .blogbody {
            padding: 14px;
        }

        .blog time {
            font-size: 10px;
            color: #65708c
        }

        .footer {
            margin-top: 19px;
            background: #08294d;
            color: #d9e7f7;
            padding: 25px 0 13px
        }

        .fgrid {
            display: grid;
            grid-template-columns: 1.45fr repeat(4, 1fr) 1.25fr;
            gap: 24px
        }

        .footer .word {
            font-size: 20px;
            color: #fff
        }

        .footer p {
            font-size: 11px;
            line-height: 1.7;
            color: #c1d0e1
        }

        .socials {
            display: flex;
            gap: 10px
        }

        .socials a {
            display: grid;
            place-items: center;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background: #294768;
            font-size: 12px
        }

        .footer h4 {
            font-size: 12px;
            color: #fff;
            margin: 0 0 9px
        }

        .footer ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

        .footer li {
            font-size: 11px;
            margin: 5px 0
        }

        .subscribe input {
            width: 100%;
            border: 0;
            border-radius: 5px;
            padding: 9px;
            font-size: 10px;
            margin: 8px 0
        }

        .subbtn {
            display: inline-block;
            padding: 8px 17px;
            border-radius: 5px;
            background: linear-gradient(100deg, #5236e4, #6935de);
            color: #fff;
            font-size: 10px
        }

        .bottom {
            border-top: 1px solid #32506f;
            margin-top: 18px;
            padding-top: 12px;
            display: flex;
            justify-content: space-between;
            font-size: 10px;
            color: #bdcedf
        }

        @media(max-width:900px) {
            .links {
                gap: 16px
            }

            .hero-in {
                grid-template-columns: 1fr
            }

            .art {
                display: none
            }

            .eco {
                gap: 15px
            }

            .tools {
                grid-template-columns: repeat(4, 1fr)
            }

            .fgrid {
                grid-template-columns: repeat(3, 1fr)
            }

            .whygrid {
                grid-template-columns: repeat(3, 1fr)
            }
        }

        @media(max-width:600px) {
            .wrap {
                padding: 0 18px
            }

            .nav {
                height: 72px
            }

            .links {
                display: none
            }

            .word {
                font-size: 19px
            }

            .hero-in {
                padding: 55px 0;
                min-height: auto
            }

            .hero h1 {
                font-size: 32px
            }

            .perks {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 14px
            }

            .eco,
            .blogs,
            .steps {
                grid-template-columns: 1fr
            }

            .card {
                min-height: 0
            }

            .tools {
                grid-template-columns: repeat(2, 1fr)
            }

            .whygrid {
                grid-template-columns: 1fr 1fr
            }
            
            .stats {
                grid-template-columns: 1fr 1fr;
                padding: 20px
            }

            .step:not(:last-child):after {
                display: none
            }

            .fgrid {
                grid-template-columns: 1fr 1fr
            }

            .bottom {
                display: block
            }

            .bottom span {
                display: block;
                margin: 5px 0
            }

            .actions {
                flex-wrap: wrap
            }

            .platform {
                padding: 9px
            }
        }

        @keyframes pulse-glow {
            0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.7; }
            50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
            100% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.7; }
        }

        @keyframes orbit {
            from { transform: rotate(0deg) translateX(220px) rotate(0deg); }
            to { transform: rotate(360deg) translateX(220px) rotate(-360deg); }
        }

        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

        @keyframes float-badge {
            0% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(-10px) scale(1.05); }
            100% { transform: translateY(0px) scale(1); }
        }

        .art:hover .laptop {
            transform: perspective(800px) rotateY(-5deg) scale(1.03);
            box-shadow: 0 35px 50px -15px #4d4a9360;
        }
        .art:hover .badge {
            transform: scale(1.1) rotate(5deg);
        }