

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

body {
    font-family: 'Manrope', -apple-system, sans-serif;
    background: #0a0a0a;
    color: white;
    min-height: 100vh;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.serif {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}


.hero-wrapper {
    position: relative;
    background: #0a0a0a;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .hero-wrapper {
        min-height: auto;
    }
}


.background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    background-image: url('../assets/Group 93.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.geo-shape {
    display: none;
}

.gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(10, 10, 10, 0.9) 100%);
    z-index: 1;
}


nav {
    position: relative;
    z-index: 50;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    transition: opacity 0.2s ease;
}

.menu-btn:hover {
    opacity: 0.8;
}

.menu-icon {
    width: 24px;
    height: auto;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-svg {
    height: 50px;
    width: auto;
}

.cta-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: black;
    padding: 10px 20px;
    border-radius: 9999px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cta-btn:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

.cta-btn .arrow {
    width: 24px;
    height: 24px;
    background: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-btn .arrow svg {
    width: 12px;
    height: 12px;
}


.hero {
    position: relative;
    z-index: 10;
    padding: 20px 48px 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: start;
    width: 100%;
}

.hero-left {
    padding-top: 0;
}

.hero h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.hero-subtitle {
    font-size: 18px;
    color: #ccc;
    line-height: 1.5;
    max-width: 460px;
    font-weight: 400;
}

.hero-right {
    padding-top: 16px;
}

.hero-card {
    background: rgba(28, 28, 28, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 16px;
    max-width: 380px;
    margin-left: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.hero-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.card-inner {
    display: flex;
    gap: 16px;
}



.card-image {
    width: 100px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #e8e4e0 0%, #d4cfc8 100%);
    position: relative;
}

.card-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #888 1px, transparent 1px);
    background-size: 6px 6px;
    opacity: 0.4;
}

.card-image-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

a.pill {
    text-decoration: none;
}

a.menu-item {
    text-decoration: none;
    display: block;
}

a.menu-section-link {
    text-decoration: none;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.card-arrow {
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.card-arrow:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

.card-arrow svg {
    width: 16px;
    height: 16px;
}

.card-link {
    font-size: 13px;
    color: #888;
    margin-top: 12px;
}

.hero-note {
    font-size: 12px;
    color: #888;
    margin-top: 12px;
    max-width: 380px;
    margin-left: auto;
    line-height: 1.4;
}


.services {
    position: relative;
    z-index: 10;
    padding: 0 48px 40px;
    margin-top: auto;
}

.pills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 18px;
    border-radius: 9999px;
    font-size: 13px;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pill:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}


.what-we-do {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 100px 48px 0;
}

.what-we-do-container {
    max-width: 1200px;
    margin: 0 auto;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: 180px auto;
    gap: 100px;
    align-items: center;
    justify-content: center;
}

.decorative-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.decorative-dots img {
    width: 180px;
    height: auto;
}

.section-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    display: block;
    margin-bottom: 16px;
}

.what-we-do-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    margin-bottom: 24px;
}

.what-we-do-description {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    max-width: 600px;
}

.section-divider {
    height: 2px;
    background: #d0d0d0;
    margin-top: 80px;
}


.service-detail {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 80px 48px;
}

.service-detail-container {
    max-width: 1200px;
    margin: 0 auto;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 280px 1fr 220px;
    gap: 60px;
    align-items: start;
}

.service-detail-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
    margin-bottom: 24px;
}

.roi-pill {
    background: transparent;
    border: 1px solid #ccc;
    color: #333;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}

.roi-pill:hover {
    border-color: #999;
    background: #f5f5f5;
}

.service-category {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 28px;
    font-weight: 400;
}

.service-tagline {
    font-size: 19px;
    line-height: 1.6;
    color: #222;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.service-features li {
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
}

.service-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
}

.service-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    transition: all 0.2s ease;
}

.service-cta:hover {
    border-bottom-color: #000;
}

.service-cta-arrow {
    width: 28px;
    height: 28px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-cta-arrow svg {
    width: 12px;
    height: 12px;
}

.service-detail-right {
    display: flex;
    justify-content: flex-end;
}

.service-image {
    width: 200px;
    height: 200px;
    background: #f5c849;
    border-radius: 16px;
    position: relative;
    overflow: visible;
}

.service-image-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f5c849 0%, #e8b339 100%);
    border-radius: 16px;
}

.floating-dollar {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 36px;
    font-weight: 700;
    color: #3B5EF5;
    z-index: 3;
    font-family: 'Manrope', sans-serif;
}

.collage-hand-ok {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 90px;
    height: 90px;
    z-index: 2;
}

.collage-phone {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 75px;
    height: 120px;
    z-index: 2;
}

.service-image-hand {
    background: transparent;
    overflow: hidden;
}

.service-image-hand .service-image-bg {
    display: none;
}

.hand-art {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.service-detail-alt {
    padding-top: 0;
}

.service-image-hands {
    background: transparent;
    overflow: hidden;
}

.hands-art {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.service-image-security {
    background: transparent;
    overflow: hidden;
}

.security-art {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.service-image-managed {
    background: transparent;
    overflow: hidden;
}

.managed-art {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}


.delivery-process {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    padding: 60px 48px 100px;
}

.delivery-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

.delivery-card {
    background: #1a1a1a;
    border-radius: 16px;
    padding: 50px;
    min-height: 480px;
    position: relative;
    overflow: hidden;
    background-image: url('../assets/Group 95.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.delivery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0;
}

.delivery-card::before {
    display: none;
}

.delivery-card::after {
    display: none;
}

.delivery-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.delivery-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 20px;
}

.delivery-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 24px;
}

.delivery-description {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 480px;
    font-weight: 400;
}

.delivery-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
    padding-top: 20px;
}

.step {

}

.step-number {
    font-family: 'Manrope', sans-serif;
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #1a1a1a;
    display: block;
    margin-bottom: 16px;
}

.step-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.step-description {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}


.ai-section {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 80px 48px 120px;
}

.ai-section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-header {
    text-align: center;
    margin-bottom: 60px;
}

.ai-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.ai-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.ai-description {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.ai-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ai-card {
    background: #e0e0e0;
    border-radius: 16px;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.ai-card-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 24px;
}

.ai-card-description {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    color: #555;
    margin-bottom: auto;
    padding-bottom: 30px;
}

.ai-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a1a1a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    transition: all 0.2s ease;
}

.ai-card-btn:hover {
    background: #333;
    transform: translateY(-1px);
}

.ai-card-arrow {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-card-arrow svg {
    width: 12px;
    height: 12px;
}


.approach-section {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    padding: 80px 48px 120px;
}

.approach-container {
    max-width: 1200px;
    margin: 0 auto;
}

.approach-header {
    text-align: center;
    margin-bottom: 60px;
}

.approach-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.approach-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.approach-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.approach-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.approach-item {
    display: flex;
    align-items: center;
    gap: 28px;
}

.approach-number {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 9999px;
    padding: 8px 20px;
    flex-shrink: 0;
}

.approach-text {
    font-size: 19px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
}

.approach-text strong {
    font-weight: 600;
    color: #000;
}


.assessment-section {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 80px 48px 120px;
}

.assessment-container {
    max-width: 1200px;
    margin: 0 auto;
}

.assessment-header {
    text-align: center;
    margin-bottom: 50px;
}

.assessment-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.assessment-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.assessment-cards {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
}

.assessment-card-left {
    background: #e0e0e0;
    border-radius: 16px;
    padding: 45px;
    position: relative;
}

.assessment-main-text {
    font-size: 26px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 30px;
    font-weight: 400;
}

.assessment-main-text strong {
    font-weight: 700;
}

.assessment-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.assessment-features li {
    font-size: 14px;
    color: #555;
    padding: 8px 0;
    padding-left: 16px;
    position: relative;
}

.assessment-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #555;
}

.assessment-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.assessment-arrow:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.assessment-arrow svg {
    width: 24px;
    height: 24px;
}

.assessment-card-right {
    background: #333;
    border-radius: 16px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.assessment-card-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 30px;
}

.assessment-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 14px 24px;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.assessment-cta:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}

.assessment-cta-arrow {
    width: 22px;
    height: 22px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment-cta-arrow svg {
    width: 14px;
    height: 14px;
}


.about-section {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    padding: 100px 48px 120px;
}

.about-container {
    max-width: 1000px;
    margin: 0 auto;
}

.about-header {
    margin-bottom: 70px;
}

.about-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #333;
    display: block;
    margin-bottom: 24px;
}

.about-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
    margin-bottom: 24px;
}

.about-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: #777;
}

.about-content {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 80px;
    align-items: start;
}

.about-dots {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.about-dots img {
    width: 160px;
    height: auto;
}

.about-text {
    max-width: 700px;
}

.about-paragraph {
    font-size: 30px;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 40px;
    font-weight: 400;
}

.about-paragraph:last-child {
    margin-bottom: 0;
}

.about-paragraph strong {
    font-weight: 700;
}


.founders-section {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    padding: 60px 48px 60px;
}

.founders-container {
    max-width: 1200px;
    margin: 0 auto;
}

.founders-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.founder-card {

}

.founder-label {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #555;
    margin-bottom: 16px;
}

.founder-image {
    background: #3a3a3a;
    border-radius: 16px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
}

.founder-illustration {
    width: 80%;
    height: 80%;
}

.founder-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    margin-bottom: 16px;
}

.founder-role {
    font-size: 15px;
    color: #555;
    margin-bottom: 16px;
}

.founder-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
}

.founder-bio:last-child {
    margin-bottom: 0;
}


.belief-section {
    position: relative;
    z-index: 10;
    background: #f5f5f5;
    padding: 60px 48px 120px;
}

.belief-container {
    max-width: 900px;
    margin: 0 auto;
}

.belief-header {
    margin-bottom: 50px;
    text-align: center;
}

.belief-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #333;
    display: block;
    margin-bottom: 24px;
}

.belief-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
    margin-bottom: 24px;
}

.belief-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.belief-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 700px;
    margin: 0 auto;
}

.belief-item {
    display: flex;
    align-items: center;
    gap: 28px;
}

.belief-number {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 9999px;
    padding: 8px 20px;
    flex-shrink: 0;
}

.belief-text {
    font-size: 22px;
    line-height: 1.5;
    color: #222;
    font-weight: 400;
}

.belief-text strong {
    font-weight: 600;
}


.meet-team-section {
    position: relative;
    z-index: 10;
    background: #ffffff;
    padding: 60px 48px 80px;
    border-top: 1px solid #e0e0e0;
}

.meet-team-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.meet-team-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.meet-team-link:hover {
    opacity: 0.8;
}

.meet-team-text {
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

.meet-team-arrow {
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet-team-arrow svg {
    width: 24px;
    height: 24px;
}


.menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.menu-modal.active {
    display: block;
    opacity: 1;
}

.menu-content {
    background: #3a3a3a;
    border-radius: 24px;
    padding: 40px 48px;
    max-width: 500px;
    width: 100%;
    height: fit-content;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .menu-content {
        padding: 32px 24px;
        max-width: 100%;
        border-radius: 20px;
    }

    .menu-section-title {
        font-size: 20px;
    }

    .menu-item-title {
        font-size: 15px;
    }

    .menu-item-subtitle {
        font-size: 12px;
    }
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.close-menu {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.close-menu svg {
    width: 18px;
    height: 18px;
}

.close-menu:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.menu-logo-modal {
    display: none;
}

.menu-cta-modal {
    display: none;
}

.menu-sections {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.menu-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px 0;
}

.menu-section:last-child {
    border-bottom: none;
}

.menu-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.menu-section-title {
    font-size: 22px;
    font-weight: 400;
    color: white;
    font-family: 'Manrope', sans-serif;
}

.menu-toggle-icon {
    width: 24px;
    height: 2px;
    background: white;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.menu-toggle-icon::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.menu-section.active .menu-toggle-icon::before {
    transform: rotate(0deg);
}

.menu-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-top: 0;
}

.menu-section.active .menu-items {
    max-height: 600px;
    padding-top: 20px;
}

.menu-item {
    padding: 20px 0;
    border-bottom: none;
}

.menu-item:first-child {
    padding-top: 0;
}

.menu-item-title {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-bottom: 6px;
    display: block;
}

.menu-item-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

.menu-section-link {
    text-decoration: none;
    color: white;
    display: block;
}


.footer {
    background: #1a1a1a;
    padding: 120px 48px;
    position: relative;
    z-index: 20;
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1a1a1a;
    z-index: -1;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-svg {
    height: 90px;
    width: auto;
}

.footer-content {

}

.footer-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 24px;
}

.footer-description {
    font-size: 17px;
    line-height: 1.7;
    color: #888;
    margin-bottom: 32px;
    font-weight: 400;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #fff;
    padding: 14px 24px;
    border-radius: 9999px;
    border: 1px solid #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.footer-cta:hover {
    background: #333;
    border-color: #666;
}

.footer-cta-arrow {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cta-arrow svg {
    width: 12px;
    height: 12px;
}


@media (max-width: 1200px) {
    .hero-grid {
        gap: 48px;
    }

    .hero h1 {
        font-size: 44px;
    }
}

@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-card {
        margin-left: 0;
        max-width: 500px;
    }

    .hero-note {
        margin-left: 0;
        max-width: 500px;
    }

    .hero-right {
        padding-top: 0;
    }

    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .what-we-do-description {
        margin: 0 auto;
    }

    .service-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-detail-right {
        justify-content: center;
    }

    .delivery-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .delivery-card {
        min-height: 400px;
    }

    .delivery-title {
        font-size: 32px;
    }

    .ai-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ai-title {
        font-size: 36px;
    }

    .approach-title {
        font-size: 36px;
    }

    .approach-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .assessment-cards {
        grid-template-columns: 1fr;
    }

    .assessment-title {
        font-size: 36px;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-dots {
        justify-self: center;
    }

    .about-title {
        font-size: 36px;
    }

    .founders-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .belief-title {
        font-size: 36px;
    }

    .belief-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .meet-team-text {
        font-size: 32px;
    }

    .meet-team-arrow {
        width: 50px;
        height: 50px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-logo {
        align-items: center;
    }
}

@media (max-width: 900px) {
    .delivery-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    nav {
        padding: 16px 20px;
    }

    .logo-svg {
        height: 36px;
    }

    .menu-btn {
        padding: 4px;
    }

    .cta-btn-text {
        display: none;
    }

    .cta-btn {
        padding: 10px;
    }

    .hero {
        padding: 24px 20px 60px;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .hero-subtitle {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-card {
        max-width: 100%;
    }

    .card-inner {
        flex-direction: column;
    }

    .card-image {
        width: 100%;
        height: 200px;
    }

    .card-title {
        font-size: 20px;
    }

    .hero-note {
        font-size: 13px;
        max-width: 100%;
    }

    .services {
        padding: 0 20px 32px;
    }

    .pills-container {
        gap: 8px;
        justify-content: flex-start;
    }

    .pill {
        padding: 10px 16px;
        font-size: 12px;
    }

    .what-we-do {
        padding: 50px 20px 0;
    }

    .what-we-do-title {
        font-size: 30px;
    }

    .what-we-do-description {
        font-size: 15px;
    }

    .decorative-dots img {
        width: 140px;
    }

    .section-divider {
        margin-top: 40px;
    }

    .service-detail {
        padding: 40px 20px;
    }

    .service-detail-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .service-category {
        font-size: 12px;
    }

    .service-description {
        font-size: 15px;
    }

    .service-tagline {
        font-size: 17px;
    }

    .service-features li {
        font-size: 14px;
    }

    .service-image {
        width: 100%;
        max-width: 280px;
        height: 280px;
    }

    .roi-pill {
        font-size: 13px;
        padding: 8px 16px;
    }

    .delivery-process {
        padding: 40px 20px 50px;
    }

    .delivery-card {
        padding: 30px 24px;
        min-height: 320px;
    }

    .delivery-title {
        font-size: 26px;
    }

    .delivery-description {
        font-size: 15px;
    }

    .delivery-steps {
        gap: 36px;
    }

    .step-number {
        font-size: 52px;
    }

    .step-title {
        font-size: 11px;
    }

    .step-description {
        font-size: 13px;
    }

    .ai-section {
        padding: 50px 20px 70px;
    }

    .ai-title {
        font-size: 26px;
    }

    .ai-description {
        font-size: 15px;
    }

    .ai-card {
        padding: 32px 24px;
        min-height: auto;
    }

    .ai-card-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .ai-card-description {
        font-size: 11px;
        padding-bottom: 24px;
    }

    .approach-section {
        padding: 50px 20px 70px;
    }

    .approach-title {
        font-size: 26px;
    }

    .approach-description {
        font-size: 14px;
    }

    .approach-text {
        font-size: 15px;
    }

    .approach-number {
        font-size: 13px;
        padding: 6px 16px;
    }

    .assessment-section {
        padding: 50px 20px 70px;
    }

    .assessment-title {
        font-size: 26px;
    }

    .assessment-card-left {
        padding: 28px 24px;
    }

    .assessment-main-text {
        font-size: 17px;
        margin-bottom: 24px;
    }

    .assessment-features li {
        font-size: 13px;
    }

    .assessment-card-right {
        padding: 32px 24px;
    }

    .assessment-card-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .assessment-cta {
        padding: 12px 20px;
        font-size: 13px;
    }

    .about-section {
        padding: 50px 20px 70px;
    }

    .about-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .about-subtitle {
        font-size: 15px;
    }

    .about-paragraph {
        font-size: 17px;
        margin-bottom: 32px;
    }

    .about-dots img {
        width: 130px;
    }

    .founders-section {
        padding: 40px 20px 70px;
    }

    .founder-title {
        font-size: 19px;
    }

    .founder-role {
        font-size: 14px;
    }

    .founder-bio {
        font-size: 14px;
    }

    .belief-section {
        padding: 50px 20px 70px;
    }

    .belief-title {
        font-size: 26px;
    }

    .belief-subtitle {
        font-size: 15px;
    }

    .belief-text {
        font-size: 15px;
    }

    .belief-number {
        font-size: 13px;
        padding: 6px 16px;
    }

    .meet-team-section {
        padding: 40px 20px 50px;
    }

    .meet-team-text {
        font-size: 22px;
    }

    .meet-team-arrow {
        width: 48px;
        height: 48px;
    }

    .meet-team-arrow svg {
        width: 20px;
        height: 20px;
    }

    .footer {
        padding: 50px 20px;
    }

    .footer-logo-svg {
        height: 60px;
    }

    .footer-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-description {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .footer-cta {
        padding: 12px 20px;
        font-size: 14px;
    }

    .assessment-arrow {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
        width: 50px;
        height: 50px;
    }
}

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

    .hero-subtitle {
        font-size: 14px;
    }

    .card-title {
        font-size: 18px;
    }

    .pill {
        font-size: 11px;
        padding: 8px 14px;
    }

    .what-we-do-title {
        font-size: 26px;
    }

    .service-detail-title {
        font-size: 24px;
    }

    .delivery-title {
        font-size: 22px;
    }

    .step-number {
        font-size: 44px;
    }

    .ai-title {
        font-size: 22px;
    }

    .ai-card-title {
        font-size: 20px;
    }

    .approach-title {
        font-size: 22px;
    }

    .assessment-title {
        font-size: 22px;
    }

    .assessment-card-title {
        font-size: 22px;
    }

    .about-title {
        font-size: 22px;
    }

    .about-paragraph {
        font-size: 16px;
    }

    .belief-title {
        font-size: 22px;
    }

    .meet-team-text {
        font-size: 20px;
    }

    .footer-title {
        font-size: 18px;
    }
}

