@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;600&display=swap');

:root {
    --primary: #4A9292;
    --bg-dark: #110E0D;
    --gray-10: #FFFFFF;
    --gray-20: #F9F9F9;
    --gray-30: #EBEBEB;
    --gray-40: #ACACAC;
    --gray-100: #110E0D;
    --text-muted: #676767;
    --grid-color: #FFECE6;
}

.tag {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #F9F9F9;
    margin-bottom: 24px;
    text-transform: capitalize;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--bg-dark);
    color: var(--gray-20);
    overflow-x: hidden;
    line-height: normal;
    width: 100%;
}

.main-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #110E0D;
    overflow-x: hidden;
}

/* Background Gradients (Glows) */
.ellipse-17 {
    position: absolute;
    width: 60%;
    max-width: 1066.92px;
    height: 405px;
    right: -10%;
    top: 4px;
    background: #4A9292;
    opacity: 0.35;
    filter: blur(250px);
    transform: rotate(-31.12deg);
    z-index: 0;
    pointer-events: none;
}

.ellipse-18 {
    position: absolute;
    width: 40%;
    max-width: 575px;
    height: 629px;
    left: -5%;
    top: 400px;
    background: #4A9292;
    opacity: 0.35;
    filter: blur(250px);
    z-index: 1;
    pointer-events: none;
}

.ellipse-19 {
    position: absolute;
    width: 50%;
    max-width: 800px;
    height: 500px;
    right: -15%;
    top: 1000px;
    background: #4A9292;
    opacity: 0.15;
    filter: blur(250px);
    z-index: 1;
    pointer-events: none;
}

.ellipse-20 {
    position: absolute;
    width: 40%;
    max-width: 600px;
    height: 600px;
    left: -10%;
    top: 1500px;
    background: #4A9292;
    opacity: 0.15;
    filter: blur(250px);
    z-index: 1;
    pointer-events: none;
}

/* Header/Nav */
header {
    width: 100%;
    padding: 30px 6% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.logo img {
    height: 48px;
    width: auto;
}

.menu {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    display: flex;
    padding: 12px 48px;
    border-radius: 50px;
    gap: 40px;
}

.menu a {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu a:hover,
.menu a.active {
    color: #4A9292 !important;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: #FFFFFF;
}

.nav-button {
    background: #4A9292 !important;
    color: #000000 !important;
    padding: 12px 40px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 25px rgba(74, 146, 146, 0.3);
    transition: all 0.3s ease;
}

.nav-button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
    box-shadow: 0 4px 35px rgba(74, 146, 146, 0.4);
}

/* Hero Section */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 5% 0px;
    gap: 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 4;
    position: relative;
}

.hero-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 46px;
    width: 100%;
    max-width: 1178px;
    margin-top: 50px;
}

.hero-header h1 {
    width: 100%;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: clamp(32px, 5vw, 75px);
    line-height: 1.2;
    text-align: center;
    background: linear-gradient(90deg, rgba(228, 228, 228, 0.05) -3.36%, #B2B2B2 47.67%, rgba(228, 228, 228, 0) 103.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-header p {
    width: 100%;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #676767;
}

.get-in-touch-btn {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 211.8px;
    height: 56px;
    border: 1px solid #ACACAC;
    backdrop-filter: blur(10px);
    border-radius: 40px;
    text-decoration: none;
    color: #F9F9F9;
    font-weight: 600;
    font-size: 18px;
}

.get-in-touch-btn:hover {
    background: #FFFFFF;
    color: #110E0D;
    border-color: #FFFFFF;
}

.dashboard-box {
    width: 100%;
    max-width: 1177px;
    aspect-ratio: 16 / 8.4;
    height: auto;
    background: #110E0D;
    border-radius: 19.6px;
    z-index: 5;
    overflow: hidden;
}

.dashboard-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Services */
.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 5%;
    gap: 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.services h2 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    text-align: center;
    color: #F9F9F9;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1192px;
}

.service-card {
    width: 100%;
    height: auto;
    /* Allow height to adjust based on content */
    background: #000000;
    border-radius: 30px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.img-container {
    width: 100%;
    height: 242px;
    background: #FFDEDE;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.img-container img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 20px;
}

.service-card h3 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #F9F9F9;
    padding-left: 1px;
}

.service-card p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F9F9F9;
    opacity: 0.8;
    padding-left: 1px;
}

.service-glow {
    /* position: absolute;
    width: 635px;
    height: 136px;
    left: 112px;
    top: 370px;
    background: #4A9292;
    opacity: 0.5;
    filter: blur(70px); */
    transform: rotate(-0.7deg);
    /* pointer-events: none;
    z-index: -1; */
}

/* Features */
.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 5%;
    gap: 20px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.features h2 {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #F9F9F9;
}

.feature-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    opacity: 0.7;
    max-width: 900px;
    margin-bottom: 80px;
    color: #F9F9F9;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
}

.feature-card {
    width: 100%;
    max-width: 320px;
    background: linear-gradient(90deg, #191616 0%, rgba(17, 14, 13, 0) 100%);
    border-radius: 30px;
    padding: 36px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 19px;
    border-right-width: 0px;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(76, 192, 178, 0.4);
}

.feature-icon-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glow-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100px;
    height: 50px; */
    /* background: radial-gradient(50% 100% at 50% 100%, rgba(76, 192, 178, 0.2) 0%, rgba(76, 192, 178, 0) 100%); */
    pointer-events: none;
    /* margin-top: -15px; */
}

.glow-rings::before,
.glow-rings::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(76, 192, 178, 0.4);
    border-bottom: none;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.glow-rings::before {
    width: 80px;
    height: 40px;
    opacity: 0.4;
}

.glow-rings::after {
    width: 60px;
    height: 30px;
    opacity: 0.7;
}

.feature-icon {
    z-index: 2;
    color: #48C0B2;
    font-size: 32px;
}

.feature-card h4 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.feature-card p {
    font-size: 14px;
    line-height: normal;
    color: #F9F9F9;
    opacity: 0.6;
    margin: 0;
}

/* Founder Section */
.founder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 5%;
    gap: 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
}

/* Background Ellipses for Founder Section */
.founder::before,
.founder::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: #4A9292;
    opacity: 0.35;
    filter: blur(150px);
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
}

.founder::before {
    left: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.founder::after {
    right: 0%;
    top: 50%;
    transform: translate(50%, -50%);
}

.founder-photo {
    width: 100%;
    max-width: 324px;
    height: auto;
    aspect-ratio: 324 / 414;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
}

.founder-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-info {
    max-width: 600px;
    z-index: 1;
}

.founder-info .tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 214px;
    height: auto;
    min-height: 47px;
    padding: 10px 40px;
    gap: 16px;
    border-radius: 40px;

    /* Modern way to have rounded corners + gradient border */
    background: linear-gradient(#110E0D, #110E0D) padding-box,
        linear-gradient(89.99deg, #FFFFFF 0.01%, rgba(255, 255, 255, 0) 118.77%) border-box;
    border: 1px solid transparent;
    backdrop-filter: blur(20px);

    color: #F9F9F9;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}

/* Note: border-radius doesn't work with border-image directly. 
   Using a more compatible modern approach for rounded gradient borders below if needed, 
   but strictly used border-image as requested above. */

.founder-info h2 {
    font-size: 64px;
    font-weight: 600;
    margin: 0px 0 32px;
    color: #FFFFFF;
}

.founder-info p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #F9F9F9;
    opacity: 0.7;
}

/* Innovation Section */
.innovation {
    display: flex;
    justify-content: center;
    padding: 100px 5%;
    gap: 80px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.innovation-text {
    width: 100%;
    max-width: 382px;
    flex-shrink: 0;
}

.innovation-text h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.innovation-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #F9F9F9;
    opacity: 0.7;
}

.innovation-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    width: 100%;
    max-width: 757px;
}

.innovation-card {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* Stronger border as in image */
    border-radius: 40px;
    height: auto;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.innovation-card:hover {
    border-color: #4A9292;
    background: rgba(74, 146, 146, 0.02);
}

.innovation-card .num {
    font-size: 52px;
    font-weight: 700;
    color: #4A9292;
    line-height: 1;
}

.innovation-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.innovation-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #F9F9F9;
    opacity: 0.8;
}

/* CTA Section */
.cta {
    padding: 120px 5%;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.cta-box {
    background: linear-gradient(180deg, rgba(17, 14, 13, 0) 25%, rgba(74, 146, 146, 0.5) 100%);
    border-radius: 40px;
    position: relative;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.cta-left-box {
    width: 100%;
    max-width: 480px;
    background: #000000;
    /* background: linear-gradient(180deg, rgba(17, 14, 13, 0) 25%, rgba(74, 146, 146, 0.5) 100%); */
    padding: 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
}

.cta-left-box h3 {
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
}

.cta-left-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #F9F9F9;
    opacity: 0.7;
}

.cta-stats {
    display: flex;
    gap: 40px;
}

.stat-item strong {
    font-size: 40px;
    color: #F9F9F9;
    display: block;
    margin-bottom: 8px;
}

.stat-item span {
    font-size: 14px;
    color: #F9F9F9;
    opacity: 0.6;
}

.cta-right-box {
    flex: 1;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cta-right-box h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
}

.cta-right-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #F9F9F9;
    opacity: 0.8;
}

.cta-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 48px;
    width: fit-content;
    background: #4A9292;
    border-radius: 50px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    transform: scale(1.05);
    background: #5ab2b2;
}

/* Background decorations for CTA */
.cta-box::after {
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    transform: rotate(71deg);
    pointer-events: none;
}

/* Footer Section */
footer {
    padding: 60px 4% 40px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: #110E0D;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 40px;
}

.footer-brand {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-brand img {
    width: 160px;
    height: auto;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.6;
    color: #F9F9F9;
    opacity: 0.7;
    margin: 0;
}

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

.social-links a {
    color: #FFFFFF;
    font-size: 24px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    color: #4A9292;
}

.footer-nav {
    flex-shrink: 0;
}

.footer-nav h4,
.footer-contact .contact-item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-nav ul li a {
    font-size: 15px;
    color: #F9F9F9;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-nav ul li a:hover {
    opacity: 1;
}

.footer-contact {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 15px;
    line-height: 1.5;
    color: #F9F9F9;
    opacity: 0.7;
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.footer-bottom p {
    font-size: 14px;
    color: #F9F9F9;
    opacity: 0.8;
}

.footer-bottom .teal-text {
    color: #4A9292;
    opacity: 1;
}

.footer-bottom a {
    color: #4A9292;
    text-decoration: none;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .cta-box {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }

    .cta-right-box {
        padding-left: 0;
        text-align: center;
        align-items: center;
    }

    .cta-right-box h2 {
        font-size: 40px;
    }

    .founder {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .founder-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .innovation {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .innovation-text {
        max-width: 100%;
        text-align: center;
    }

    .innovation-cards {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    header {
        padding: 20px 5%;
    }

    .menu {
        display: none;
        /* Hide default desktop view menu */
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 5%;
        right: 5%;
        background: rgba(17, 14, 13, 0.95);
        backdrop-filter: blur(20px);
        padding: 30px;
        border-radius: 20px;
        gap: 20px;
        z-index: 1000;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu.active {
        display: flex;
        /* Show when active class is added */
    }

    .menu-toggle {
        display: block;
        /* Show hamburger on mobile */
    }

    .hero-header h1 {
        font-size: 48px;
    }

    .services h2,
    .features h2,
    .founder-info h2,
    .innovation-text h2 {
        font-size: 42px;
    }

    .footer-content {
        flex-direction: column;
        gap: 25px;
    }

    .footer-brand,
    .footer-contact {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 90px;
        left: 5%;
        right: 5%;
        background: #110E0D;
        padding: 30px;
        gap: 20px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 2000;
        text-align: center;
    }

    .menu.active {
        display: flex;
    }

    .nav-button {
        display: flex;
        padding: 8px 20px !important;
        min-width: 120px !important;
        font-size: 14px !important;
    }

    .hero {
        padding-top: 70px;
        gap: 40px;
    }

    .hero-header {
        gap: 24px;
    }

    .dashboard-box {
        border-radius: 12px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stat-item strong {
        font-size: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .cta {
        padding: 70px 5%;
    }
}

@media (max-width: 480px) {
    .hero-header h1 {
        font-size: 36px;
    }

    .services h2,
    .features h2,
    .founder-info h2,
    .innovation-text h2 {
        font-size: 32px;
    }

    .cta-right-box h2 {
        font-size: 28px;
    }

    .nav-button {
        min-width: 120px;
        font-size: 14px;
        padding: 8px 16px;
    }

    .logo img {
        width: 100px;
    }
}