body{ margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'Gotu', sans-serif;}
/* MAIN NAVBAR */


.navbar {
    display: flex;
    align-items: center;
    background: #F26609;
    width: 100%;
    top:0;
    margin:0;
    position:sticky;
    }


/* LOGO */

.logo {
    padding: 14px 20px;
    font-size: 16px;
    color: #000; 
	background: #F26609;
    font-weight: 300;
	font-family: 'Gotu', sans-serif;
}
.logo a { text-decoration:none;
	}
	.logo:hover{     background: #F26609;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
	}
	.logo {
    font-weight: 700;
}

.logo .biz {
    color: #ffffff;
}

.logo .ai {
    color: #ffeb3b;
}

.logo .advisor {
    color: #ffffff;
}


/* NAVIGATION LINKS */

.nav-links {
    display: flex;
    flex: 1;
}

.nav-links a {
    padding: 14px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    background: #333;
    box-shadow: 0px 0px 20px #000;
	font-size:16px;
	font-weight:700;
}


/* HAMBURGER BUTTON */

.menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: #000;
    font-size: 28px;
    cursor: pointer;
}

.row1:after{ content:""; display:table; clear:both; }

.box-33{
	width:30%;
	min-height:250px;
	font-size:16px;
	padding:0px;
	margin:10px 10px;
	background:#F8F8F8;
	border-radius:10px;
	box-shadow:0px 0px 5px #333;
	text-align:center;
	}	
	.box-33 img{ width:100%; height:auto; border-radius:10px; }	
	.box-33 h2 {font-size:20px; font-weight:600; padding:5px; text-align:center; }
	.box-33 button {
    background: #ff6b00;
    color: white;

    border: none;
    border-radius: 8px;

    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;
}

.box-33 button:hover {
     background: #ff8500;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);

}
	
.box-33:hover{ box-shadow:0px 0px 15px #000; transition:0.3s;}
.box-33 a{
	text-decoration:none;
	color:#000;}
	
.row2{
	background:#fff;
	display:flex;
	padding: 15px 10px;
	flex-direction:row;
	justify-content:center;
	flex-wrap: wrap;	
}



h1 {font-size:48px; font-weight:600; padding:20px; text-align:center; }
h2{ font-size:36px; font-weight:500; padding:15px; text-align:center;}
h3{ font-size:28px; font-weight:400;padding:10px; text-align:center;}
h4{ font-size:24px; font-weight:300;padding:10px; text-align:center;}
h5{ font-size:20px; font-weight:200;padding:10px; text-align:center;}
h6{ font-size:16px; font-weight:150;padding:10px; text-align:center;}

h1,h2,h3,h4,h5,h6{
	display:flex;
	flex-direction:row;
	justify-content:center;
	font-family: 'Gotu', sans-serif;
	}

/* Hero css */
.hero {
    min-height: 600px;

    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.35)
        ),
url("ai-business.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: start;
    justify-content: center;

    text-align: center;
    color: white;

    padding-top:100px;
}
.hero-content {
    max-width: 850px;
}

.hero h1 {
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero p {
    max-width: 650px;
    margin: 0 auto 30px;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.6;
    color: #eeeeee;
}
.hero button {
    background: #ff6b00;
    color: white;

    border: none;
    border-radius: 8px;

    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;
}

.hero button:hover {
    background: #ff8500;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}



/* MOBILE */

@media screen and (max-width: 768px) {
	
h1 {font-size:40px; font-weight:600; padding:10px; text-align:center; }
h2{ font-size:35px; font-weight:500; padding:10px; text-align:center;}
h3{ font-size:25px; font-weight:400px;padding:8px; text-align:center;}

.row2{
	background:#fff;
	display:flex;
	padding: 25px 10px;
	flex-direction: column;	
}

.box-33{
	width:96%;
	height:auto;
	padding:5px;
	margin:10px 10px;
	background:#F8F8F8;
	box-sizing:border-box;
	border-radius:10px;
}

.box-33 h2 {font-size:20px; font-weight:600; padding:5px; text-align:center; }

.box-33 a{
	text-decoration:none;
	color:#000;}



    .navbar {
        width: 90%;
        margin: 15px auto;
        flex-wrap: wrap;
        border-radius: 12px;
        overflow: visible;
		position: relative; 
		z-index: 1000;
		box-shadow:0px 0px 10px #000;
		
	
    }

    .logo {
        flex: 1;
        font-size: 19px;
        padding: 14px 15px;
		background: #F26609;
		
    }
	.logo a { text-decoration:none;
	}
	.logo a:hover{ transform:translateX(#000,#F00); text-shadow:0px 0px 20px #60C;
	}
	.logo {
    font-weight: 600;
}

.logo .biz {
    color: #ffffff;
}

.logo .ai {
    color: #ffeb3b;
}

.logo .advisor {
    color: #ffffff;
}

    .menu-btn {
        display: block;
        padding: 10px 15px;
		position: relative; 
		z-index: 1002;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        flex-basis: 100%;
		position:absolute;
		z-index: 1001;
		top: 100%; 
		left: 0;
		
		
    }

    .nav-links.show {
        display: flex;
		border-radius:10px;
    }

    .nav-links a {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        padding: 13px 18px;
        background: #ff6600;
		
		
    }

    .nav-links a:hover {
        background: #333;
		border-radius:10px;
    }
}

<style>

/* ========================================
   RESET
======================================== */

.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.site-footer {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(84, 62, 190, 0.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 60%,
            rgba(55, 90, 255, 0.14),
            transparent 30%
        ),
        #050916;

    color: #ffffff;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* ========================================
   CONTAINER
======================================== */

.footer-container {
    position: relative;
    z-index: 2;

    width: min(1450px, 92%);
    margin: auto;
}


/* ========================================
   BACKGROUND GLOW
======================================== */

.footer-glow {
    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    filter: blur(120px);

    opacity: 0.12;

    pointer-events: none;
}

.footer-glow-1 {
    top: -250px;
    left: -200px;

    background: #6d3cff;
}

.footer-glow-2 {
    right: -250px;
    bottom: -250px;

    background: #1f6fff;
}


/* ========================================
   MAIN FOOTER
======================================== */

.footer-main {

    display: grid;

    grid-template-columns:
        1.5fr
        1fr
        1fr
        1fr
        1fr
        1.5fr;

    gap: 45px;

    padding: 75px 0 55px;
}


/* ========================================
   BRAND
======================================== */

.footer-brand {
    max-width: 280px;
}

.footer-logo {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    text-decoration: none;

    color: #ffffff;

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 22px;
}

.footer-logo strong {
    color: #ffffff;
}

.footer-logo b {
    background:
        linear-gradient(
            90deg,
            #8b5cf6,
            #3b82f6
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}


.logo-icon {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 13px;

    font-size: 25px;

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #2563eb
        );

    box-shadow:
        0 10px 30px
        rgba(99, 102, 241, 0.35);
}


.footer-description {

    color: #a8b0c2;

    line-height: 1.75;

    font-size: 14px;

    margin: 0 0 25px;
}


/* ========================================
   SOCIAL LINKS
======================================== */

.social-links {

    display: flex;

    gap: 10px;
}

.social-links a {

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 1px solid
        rgba(255,255,255,0.12);

    background:
        rgba(255,255,255,0.035);

    color: #ffffff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition:
        0.3s ease;
}

.social-links a:hover {

    transform: translateY(-4px);

    border-color: #7555ff;

    background:
        linear-gradient(
            135deg,
            #6d3cff,
            #315cff
        );

    box-shadow:
        0 8px 25px
        rgba(88, 70, 255, 0.35);
}


/* ========================================
   FOOTER COLUMNS
======================================== */

.footer-column {
    min-width: 0;
}


.footer-heading {

    position: relative;

    border: 0;

    background: none;

    color: #ffffff;

    padding: 0 0 18px;

    margin: 0;

    font-size: 15px;

    font-weight: 700;

    text-align: left;

    width: 100%;

    cursor: default;
}


.footer-heading::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 24px;

    height: 2px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #8b5cf6,
            #3b82f6
        );
}


.accordion-icon {
    display: none;
}


.footer-links {

    list-style: none;

    padding: 18px 0 0;

    margin: 0;
}

.footer-links li {
    margin-bottom: 13px;
}


.footer-links a {

    position: relative;

    display: inline-block;

    color: #9fa8bb;

    font-size: 14px;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.footer-links a:hover {

    color: #ffffff;

    transform: translateX(5px);
}


.footer-links a::before {

    content: "";

    position: absolute;

    left: -10px;

    top: 50%;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #7654ff;

    opacity: 0;

    transform:
        translateY(-50%);

    transition: 0.25s;
}


.footer-links a:hover::before {
    opacity: 1;
}


/* ========================================
   NEWSLETTER
======================================== */

.newsletter-card {

    position: relative;

    padding: 28px;

    border-radius: 20px;

    border:
        1px solid
        rgba(255,255,255,0.12);

    background:
        linear-gradient(
            145deg,
            rgba(97, 71, 191, 0.16),
            rgba(24, 40, 86, 0.18)
        );

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,0.05),
        0 20px 60px
        rgba(0,0,0,0.18);
}


.newsletter-card::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: inherit;

    padding: 1px;

    background:
        linear-gradient(
            135deg,
            rgba(139,92,246,.45),
            transparent 40%,
            rgba(59,130,246,.3)
        );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;

    mask-composite: exclude;

    pointer-events: none;
}


.newsletter-icon {

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    margin-bottom: 17px;

    font-size: 20px;

    background:
        linear-gradient(
            135deg,
            #7954ff,
            #315cff
        );

    box-shadow:
        0 10px 25px
        rgba(82, 72, 255, .3);
}


.newsletter-title {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;
}

.newsletter-title span {
    color: #7662ff;
}


.newsletter-card p {

    color: #aab2c4;

    font-size: 13px;

    line-height: 1.6;

    margin: 0 0 18px;
}


.newsletter-form {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


.newsletter-form input {

    width: 100%;

    height: 48px;

    padding: 0 15px;

    border-radius: 10px;

    border:
        1px solid
        rgba(255,255,255,.12);

    outline: none;

    background:
        rgba(0,0,0,.2);

    color: #ffffff;

    font-size: 13px;

    transition: 0.3s;
}


.newsletter-form input::placeholder {
    color: #7f899e;
}


.newsletter-form input:focus {

    border-color: #7357ff;

    box-shadow:
        0 0 0 3px
        rgba(115,87,255,.12);
}


.newsletter-form button {

    height: 48px;

    border: 0;

    border-radius: 10px;

    color: #ffffff;

    font-weight: 600;

    cursor: pointer;

    background:
        linear-gradient(
            90deg,
            #4f70ff,
            #783cff
        );

    box-shadow:
        0 10px 25px
        rgba(84, 69, 255, .25);

    transition:
        transform .25s,
        box-shadow .25s;
}


.newsletter-form button span {
    margin-left: 10px;
}


.newsletter-form button:hover {

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px
        rgba(84,69,255,.4);
}


/* ========================================
   FOOTER BOTTOM
======================================== */

.footer-bottom {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding: 25px 0;

    border-top:
        1px solid
        rgba(255,255,255,.1);
}


.copyright {

    color: #7f899d;

    font-size: 13px;
}

.copyright span {
    color: #8c72ff;
}


.legal-links {

    display: flex;

    align-items: center;

    gap: 13px;

    flex-wrap: wrap;
}

.legal-links a {

    color: #8e98ab;

    text-decoration: none;

    font-size: 13px;

    transition: .25s;
}

.legal-links a:hover {
    color: #ffffff;
}

.legal-links span {
    color: #424b60;
}


/* ========================================
   BACK TO TOP
======================================== */

.back-to-top {

    width: 45px;
    height: 45px;

    flex-shrink: 0;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.13);

    background:
        rgba(255,255,255,.05);

    color: #ffffff;

    font-size: 20px;

    cursor: pointer;

    transition: .3s;
}


.back-to-top:hover {

    transform: translateY(-4px);

    background:
        linear-gradient(
            135deg,
            #7653ff,
            #3868ff
        );

    border-color: transparent;

    box-shadow:
        0 10px 25px
        rgba(70,80,255,.3);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1200px) {

    .footer-main {

        grid-template-columns:
            1.5fr
            1fr
            1fr
            1fr;

        gap: 40px;
    }

    .footer-brand {
        grid-row: span 2;
    }

    .newsletter-card {
        grid-column: span 2;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 768px) {

    .footer-container {
        width: 90%;
    }


    .footer-main {

        display: grid;

        grid-template-columns: 1fr;

        gap: 0;

        padding:
            50px 0 30px;
    }


    .footer-brand {

        max-width: 100%;

        padding-bottom: 35px;
    }


    .footer-description {
        max-width: 400px;
    }


    /* Accordion */

    .footer-column {

        border-top:
            1px solid
            rgba(255,255,255,.09);
    }


    .footer-heading {

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 19px 0;

        cursor: pointer;
    }


    .footer-heading::after {
        display: none;
    }


    .accordion-icon {

        display: block;

        color: #8d75ff;

        font-size: 22px;

        font-weight: 300;

        transition: transform .3s;
    }


    .footer-links {

        max-height: 0;

        overflow: hidden;

        padding: 0;

        transition:
            max-height .35s ease,
            padding .35s ease;
    }


    .footer-column.active .footer-links {

        max-height: 300px;

        padding:
            0 0 18px;
    }


    .footer-column.active
    .accordion-icon {

        transform: rotate(45deg);
    }


    .newsletter-card {

        grid-column: auto;

        margin-top: 30px;
    }


    .footer-bottom {

        flex-direction: column;

        align-items: flex-start;

        padding: 22px 0 30px;
    }


    .legal-links {
        gap: 9px;
    }


    .back-to-top {

        position: absolute;

        right: 0;

        bottom: 25px;
    }

}


/* ========================================
   SMALL MOBILE
======================================== */

@media (max-width: 480px) {

    .footer-container {
        width: 92%;
    }


    .footer-logo {
        font-size: 20px;
    }


    .logo-icon {

        width: 40px;
        height: 40px;
    }


    .newsletter-card {
        padding: 22px;
    }


    .newsletter-title {
        font-size: 19px;
    }


    .legal-links {

        display: grid;

        grid-template-columns:
            repeat(2, auto);

        gap: 8px 14px;
    }


    .legal-links span {
        display: none;
    }


    .back-to-top {

        position: static;

        align-self: flex-end;

        margin-top: 10px;
    }

}

</style>
