.garuda-hero {
    background-color: var(--bg-surface);
    padding: 8rem 0 6rem 0;
    text-align: center;
}

.garuda-hero .content {
    max-width: 800px;
    margin: 0 auto;
}

.garuda-wordmark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 5rem;
    line-height: 1;
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: -0.01em;
    margin: 0 0 2rem 0;
}

.garuda-hero-logo {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 2.5rem auto;
    display: block;
}

.garuda-tagline {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    line-height: 1.2;
    min-height: 1.2em;
    font-weight: 400;
    color: var(--text-primary);
    margin: 0 0 0.75rem 0;
}

.garuda-tagline.typewriter {
    display: block;
    white-space: normal;
}

.garuda-subtitle {
    font-size: 1.25rem;
    color: var(--text-primary);
    opacity: 0.7;
    margin: 0;
}

.garuda-contact {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5rem;
}

.garuda-contact h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 3rem;
}

.garuda-contact-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.garuda-story {
    background-color: var(--advantages-background-color);
    padding: 5rem 0;
}

.garuda-story .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4rem;
    row-gap: 2rem;
    align-items: start;
}

.garuda-story-title {
    grid-column: 1 / -1;
    max-width: 980px;
}

.garuda-story .mac-window {
    margin-top: 0;
}

.garuda-story img {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.garuda-story blockquote {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--button-background-color);
    border-left: 4px solid var(--button-background-color);
    padding-left: 1.5rem;
    margin: 2rem 0;
}

.garuda-features {
    background-color: var(--bg-surface);
    padding: 5rem 0 1rem 0;
    overflow-x: hidden;
}

.garuda-carousel {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 4rem 0 0 0;
}

.garuda-feature {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    z-index: 1;
}

.garuda-feature.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 10;
}

.garuda-feature.previous {
    opacity: 0;
    transform: translateX(-100%);
    z-index: 5;
}

.garuda-feature img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 4rem;
    border: 1px solid rgba(25, 22, 51, 0.08);
    box-shadow: var(--shadow);
    transform: rotate(14deg) scale(0.85);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center center;
}

.garuda-feature.active img {
    transform: rotate(-3deg) scale(1);
}

.garuda-feature.previous img {
    transform: rotate(-14deg) scale(0.85);
}

.garuda-feature h3 {
    font-size: clamp(2rem, 4vw + 1rem, 3.4rem);
    line-height: 1.2;
    color: var(--text-primary);
    margin: 0;
    min-height: 2.4em;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.mac-window {
    border-radius: 12px;
    box-shadow: 0 40px 100px rgba(25, 22, 51, 0.2), 0 15px 30px rgba(25, 22, 51, 0.1);
    overflow: hidden;
    background: white;
    border: 1px solid rgba(25, 22, 51, 0.1);
}

.mac-header {
    background: #f3f4f6;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(25, 22, 51, 0.08);
}

.mac-header .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.mac-header .dot.bg-red {
    background: #ff5f56;
}

.mac-header .dot.bg-yellow {
    background: #ffbd2e;
}

.mac-header .dot.bg-green {
    background: #27c93f;
}

.mac-title {
    flex: 1;
    text-align: center;
    font-size: 0.8rem;
    color: #6b7280;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin-right: 60px;
}

.mac-body {
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #fdfdfd;
}

.mac-body img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    transform: translateY(0);
    transition: transform 6s cubic-bezier(0.45, 0, 0.55, 1);
}

.mac-body.animate img {
    transform: translateY(-65%);
}

.typewriter {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.typewriter::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1em;
    background: var(--text-primary);
    margin-left: 2px;
    vertical-align: text-bottom;
    animation: blink-cursor 0.8s step-end infinite;
}

@keyframes blink-cursor {
    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 900px) {
    .garuda-story .content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .garuda-story-title {
        grid-column: auto;
    }

    .garuda-story .mac-window {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .garuda-wordmark {
        font-size: 3.5rem;
    }

    .garuda-tagline {
        font-size: 1.5rem;
    }

    .garuda-subtitle {
        font-size: 1rem;
    }

    .garuda-features {
        padding: 2rem 0;
    }

    .garuda-features .section-title {
        margin-bottom: 1rem;
    }

    .garuda-carousel {
        padding: 1rem 0;
    }

    .garuda-feature img {
        margin-bottom: 2rem;
    }

    .garuda-feature h3 {
        min-height: 1.2em;
    }

    .garuda-feature.active img {
        transform: rotate(-3deg) scale(1.12);
    }
}

@media (max-width: 500px) {
    .garuda-tagline {
        min-height: 2.4em;
    }
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.faq-item h3 {
    margin-bottom: 0.75rem;
    color: var(--text-primary);
    font-size: clamp(1.2rem, 2vw, 1.4rem);
}

.faq-item p {
    color: var(--text-secondary);
    line-height: 1.6;
}
