/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
  --background: oklch(0.9789 0.0029 264.5421);
  --foreground: oklch(0.2520 0 0);
  --card: oklch(1.0000 0 0);
  --card-foreground: oklch(0.2520 0 0);
  --popover: oklch(1.0000 0 0);
  --popover-foreground: oklch(0.2520 0 0);
  --primary: oklch(0.7947 0.1013 316.3080);
  --primary-foreground: oklch(1.0000 0 0);
  --secondary: oklch(0.9028 0.0927 145.6553);
  --secondary-foreground: oklch(0.3501 0.0385 144.6970);
  --muted: oklch(0.9507 0.0111 303.1094);
  --muted-foreground: oklch(0.5693 0 0);
  --accent: oklch(0.9261 0.0192 299.0536);
  --accent-foreground: oklch(0.5911 0.1596 287.2676);
  --destructive: oklch(0.6083 0.2090 27.0276);
  --destructive-foreground: oklch(1.0000 0 0);
  --border: oklch(0.2520 0 0);
  --input: oklch(0.9261 0.0192 299.0536);
  --ring: oklch(0.9028 0.0927 145.6553);
  --chart-1: oklch(0.7947 0.1013 316.3080);
  --chart-2: oklch(0.9028 0.0927 145.6553);
  --chart-3: oklch(0.5752 0.1446 144.1813);
  --chart-4: oklch(0.6240 0.2004 36.1908);
  --chart-5: oklch(0.4533 0.1988 312.9559);
  --sidebar: oklch(0.9924 0.0028 308.4292);
  --sidebar-foreground: oklch(0.2520 0 0);
  --sidebar-primary: oklch(0.7947 0.1013 316.3080);
  --sidebar-primary-foreground: oklch(1.0000 0 0);
  --sidebar-accent: oklch(0.9261 0.0192 299.0536);
  --sidebar-accent-foreground: oklch(0.5911 0.1596 287.2676);
  --sidebar-border: oklch(0.2520 0 0);
  --sidebar-ring: oklch(0.9028 0.0927 145.6553);
  --font-sans: 'Space Grotesk', ui-sans-serif, sans-serif, system-ui;
  --font-serif: 'Playfair Display', serif;
  --font-mono: 'Fira Code', monospace;
  --radius: 0rem;
  --shadow-2xs: 4px 4px 0px 0px hsl(0 0% 13.3333% / 0.50);
  --shadow-xs: 4px 4px 0px 0px hsl(0 0% 13.3333% / 0.50);
  --shadow-sm: 4px 4px 0px 0px hsl(0 0% 13.3333% / 1.00), 4px 1px 2px -1px hsl(0 0% 13.3333% / 1.00);
  --shadow: 4px 4px 0px 0px hsl(0 0% 13.3333% / 1.00), 4px 1px 2px -1px hsl(0 0% 13.3333% / 1.00);
  --shadow-md: 4px 4px 0px 0px hsl(0 0% 13.3333% / 1.00), 4px 2px 4px -1px hsl(0 0% 13.3333% / 1.00);
  --shadow-lg: 4px 4px 0px 0px hsl(0 0% 13.3333% / 1.00), 4px 4px 6px -1px hsl(0 0% 13.3333% / 1.00);
  --shadow-xl: 4px 4px 0px 0px hsl(0 0% 13.3333% / 1.00), 4px 8px 10px -1px hsl(0 0% 13.3333% / 1.00);
  --shadow-2xl: 4px 4px 0px 0px hsl(0 0% 13.3333% / 2.50);
  --tracking-normal: 0rem;
  --spacing: 0.25rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dark {
  --background: oklch(0.2344 0.0535 262.8765);
  --foreground: oklch(0.9370 0 0);
  --card: oklch(0.2344 0.0535 262.8765);
  --card-foreground: oklch(0.9370 0 0);
  --popover: oklch(0.2530 0.0387 272.6518);
  --popover-foreground: oklch(0.9370 0 0);
  --primary: oklch(0.4948 0.2024 314.3346);
  --primary-foreground: oklch(0.1910 0.0175 264.0284);
  --secondary: oklch(0.6352 0.1656 143.3165);
  --secondary-foreground: oklch(0 0 0);
  --muted: oklch(0.3034 0.0570 285.3201);
  --muted-foreground: oklch(0.7348 0 0);
  --accent: oklch(0.2005 0.0637 278.9846);
  --accent-foreground: oklch(0.9340 0.0626 145.0525);
  --destructive: oklch(0.7267 0.1689 22.1774);
  --destructive-foreground: oklch(1.0000 0 0);
  --border: oklch(0.7196 0.0058 17.2913);
  --input: oklch(0.3034 0.0570 285.3201);
  --ring: oklch(0.9340 0.0626 145.0525);
  --chart-1: oklch(0.8548 0.0765 318.3927);
  --chart-2: oklch(0.9340 0.0626 145.0525);
  --chart-3: oklch(0.7095 0.1277 295.5097);
  --chart-4: oklch(0.7267 0.1689 22.1774);
  --chart-5: oklch(0.7228 0.1468 254.2761);
  --sidebar: oklch(0.2530 0.0387 272.6518);
  --sidebar-foreground: oklch(0.9370 0 0);
  --sidebar-primary: oklch(0.8548 0.0765 318.3927);
  --sidebar-primary-foreground: oklch(0.1910 0.0175 264.0284);
  --sidebar-accent: oklch(0.4228 0.0529 283.9102);
  --sidebar-accent-foreground: oklch(0.9340 0.0626 145.0525);
  --sidebar-border: oklch(0.9370 0 0);
  --sidebar-ring: oklch(0.9340 0.0626 145.0525);
  --shadow-2xs: 4px 4px 0px 0px hsl(0 0% 0% / 0.50);
  --shadow-xs: 4px 4px 0px 0px hsl(0 0% 0% / 0.50);
  --shadow-sm: 4px 4px 0px 0px hsl(0 0% 0% / 1.00), 4px 1px 2px -1px hsl(0 0% 0% / 1.00);
  --shadow: 4px 4px 0px 0px hsl(0 0% 0% / 1.00), 4px 1px 2px -1px hsl(0 0% 0% / 1.00);
  --shadow-md: 4px 4px 0px 0px hsl(0 0% 0% / 1.00), 4px 2px 4px -1px hsl(0 0% 0% / 1.00);
  --shadow-lg: 4px 4px 0px 0px hsl(0 0% 0% / 1.00), 4px 4px 6px -1px hsl(0 0% 0% / 1.00);
  --shadow-xl: 4px 4px 0px 0px hsl(0 0% 0% / 1.00), 4px 8px 10px -1px hsl(0 0% 0% / 1.00);
  --shadow-2xl: 4px 4px 0px 0px hsl(0 0% 0% / 2.50);
}

body {
    font-family: var(--font-sans);
    background-color: var(--background);
    color: var(--foreground);
    line-height: 1.6;
    transition: var(--transition);
    letter-spacing: var(--tracking-normal);
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--border);
}

.dark .header {
    background-color: rgba(10, 10, 10, 0.95);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--foreground);
    letter-spacing: -0.02em;
}

.logo svg {
    width: 24px;
    height: 24px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--muted-foreground);
    font-weight: 500;
    transition: var(--transition);
    letter-spacing: -0.01em;
}

.nav-links a:hover {
    color: var(--foreground);
}

.theme-toggle {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: var(--radius);
    transition: var(--transition);
    color: var(--muted-foreground);
}

.theme-toggle:hover {
    background-color: var(--muted);
    color: var(--foreground);
}

.theme-toggle svg {
    width: 20px;
    height: 20px;
}

.moon-icon {
    display: none;
}

.dark .sun-icon {
    display: none;
}

.dark .moon-icon {
    display: block;
}

/* Main Content */
main {
    padding-top: 70px;
}

/* Hero Section */
.hero {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--background) 0%, var(--muted) 100%);
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    min-height: 80vh;
}

.hero-headline {
    font-family: var(--font-serif);
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--foreground);
    letter-spacing: -0.02em;
}

.hero-subheadline {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.cta-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-button {
    background-color: var(--primary);
    color: var(--primary-foreground);
    border: 2px solid var(--border);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
    align-self: flex-start;
    letter-spacing: -0.01em;
    box-shadow: var(--shadow);
}

.cta-button:hover {
    background-color: var(--primary);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
}

.cta-microcopy {
    color: var(--muted-foreground);
    font-size: 0.9rem;
    letter-spacing: -0.005em;
}

/* Animation Grid */
.automation-grid {
    position: relative;
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem;
}

.grid-node {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    opacity: 0;
    animation: pulse 3s ease-in-out infinite;
    animation-delay: var(--delay);
    box-shadow: var(--shadow);
}

.connection-line {
    position: absolute;
    height: 3px;
    background-color: var(--primary);
    border: 1px solid var(--border);
    opacity: 0;
    animation: drawLine 2s ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes pulse {
    0%, 100% { opacity: 0; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.1); }
}

@keyframes drawLine {
    0%, 100% { opacity: 0; width: 0; }
    50% { opacity: 1; width: 100px; }
}

/* Sections */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--foreground);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.results {
    padding: 6rem 0;
    background-color: var(--muted);
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.result-card {
    background-color: var(--card);
    padding: 2.5rem;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.result-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: var(--shadow-lg);
}

.result-metric {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.result-description {
    color: var(--muted-foreground);
    margin-bottom: 1rem;
    font-size: 1.1rem;
    letter-spacing: -0.005em;
}

.result-client {
    font-weight: 600;
    color: var(--card-foreground);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Process Section */
.process {
    padding: 6rem 0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.process-step {
    text-align: center;
}

.process-icon {
    width: 80px;
    height: 80px;
    background-color: var(--muted);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--primary);
    box-shadow: var(--shadow);
}

.process-icon svg {
    width: 32px;
    height: 32px;
}

.process-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--foreground);
    letter-spacing: -0.01em;
}

.process-description {
    color: var(--muted-foreground);
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: -0.005em;
}

/* Testimonials */
.testimonials {
    padding: 6rem 0;
    background-color: var(--muted);
}

.testimonials-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
}

.testimonial-card {
    background-color: var(--card);
    padding: 3rem;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    display: none;
    box-shadow: var(--shadow-md);
}

.testimonial-card.active {
    display: block;
}

.testimonial-text {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--card-foreground);
    margin-bottom: 2rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-family: var(--font-serif);
}

.author-name {
    font-weight: 600;
    color: var(--muted-foreground);
    letter-spacing: -0.005em;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background-color: var(--muted);
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-xs);
}

.dot.active {
    background-color: var(--primary);
    box-shadow: var(--shadow);
}

/* About Section */
.about {
    padding: 6rem 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-description {
    font-size: 1.25rem;
    color: var(--muted-foreground);
    margin-bottom: 2rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.founder-quote {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--foreground);
    border-left: 4px solid var(--primary);
    padding-left: 1.5rem;
    margin: 0;
    letter-spacing: -0.01em;
}

.founder-info {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.founder-photo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.founder-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--foreground);
    letter-spacing: -0.01em;
}

.founder-bio {
    color: var(--muted-foreground);
    line-height: 1.6;
    letter-spacing: -0.005em;
}

/* FAQ Section */
.faq {
    padding: 6rem 0;
    background-color: var(--muted);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 2px solid var(--border);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 1.5rem 0;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--foreground);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.01em;
}

.faq-icon {
    width: 24px;
    height: 24px;
    transition: var(--transition);
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

.faq-answer p {
    padding: 0 0 1.5rem 0;
    color: var(--muted-foreground);
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: -0.005em;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 200px;
}

/* Footer */
.footer {
    padding: 4rem 0;
    background-color: var(--foreground);
    color: var(--background);
}

.dark .footer {
    background-color: var(--card);
    color: var(--card-foreground);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

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

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: var(--transition);
}

.dark .footer-links a {
    color: var(--muted-foreground);
}

.footer-links a:hover {
    color: white;
}

.dark .footer-links a:hover {
    color: var(--card-foreground);
}

.footer-cta {
    background-color: var(--primary);
    color: var(--primary-foreground);
    border: 2px solid var(--background);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
    box-shadow: var(--shadow);
}

.footer-cta:hover {
    background-color: var(--primary);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.dark .footer-copy {
    color: var(--muted-foreground);
}

/* Contact Form Modal */
.contact-form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: var(--transition);
}

.contact-form-modal.show {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}

.modal-content {
    background-color: var(--card);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-xl);
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(-20px);
    transition: var(--transition);
    z-index: 1;
}

.contact-form-modal.show .modal-content {
    transform: translateY(0);
}

.modal-header {
    padding: 2rem 2rem 1rem;
    border-bottom: 2px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    color: var(--card-foreground);
    letter-spacing: -0.02em;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--muted-foreground);
    border-radius: var(--radius);
    transition: var(--transition);
}

.modal-close:hover {
    background-color: var(--muted);
    color: var(--card-foreground);
}

.modal-close svg {
    width: 20px;
    height: 20px;
}

.contact-form {
    padding: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-group label {
    font-weight: 600;
    color: var(--card-foreground);
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.75rem 1rem;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    background-color: var(--background);
    color: var(--foreground);
    font-size: 1rem;
    transition: var(--transition);
    box-shadow: var(--shadow-xs);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: var(--shadow);
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

/* Selected Date & Time Input */
#contact-datetime {
    width: 100% !important;
    min-width: 350px;
    font-size: 0.95rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#datetime-group label {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: var(--foreground);
}

.form-submit-btn {
    background-color: var(--primary);
    color: var(--primary-foreground);
    border: 2px solid var(--border);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius);
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow);
    width: 100%;
    letter-spacing: -0.01em;
}

.form-submit-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
}

.form-success {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
}

.form-success.show {
    display: block;
}

.success-icon {
    width: 60px;
    height: 60px;
    background-color: var(--secondary);
    border: 2px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--secondary-foreground);
    box-shadow: var(--shadow);
}

.success-icon svg {
    width: 30px;
    height: 30px;
}

.form-success h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--card-foreground);
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.form-success p {
    color: var(--muted-foreground);
    line-height: 1.6;
    letter-spacing: -0.005em;
}

/* Mini Calendar in Modal */
.mini-calendar {
    margin-top: 1rem;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    background-color: var(--muted);
    box-shadow: var(--shadow);
}

.calendar-grid-modal {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.calendar-dates-modal {
    display: contents;
}

.calendar-day-header {
    padding: 0.5rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--muted-foreground);
    font-weight: 600;
}

.calendar-day {
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: var(--radius);
    transition: var(--transition);
    font-size: 0.85rem;
    border: 1px solid transparent;
}

.calendar-day.empty {
    cursor: default;
}

.calendar-day.disabled {
    color: var(--muted-foreground);
    cursor: not-allowed;
    opacity: 0.5;
}

.calendar-day.available {
    background: var(--background);
    border-color: var(--border);
}

.calendar-day.available:hover {
    background: var(--accent);
    border-color: var(--primary);
}

.calendar-day.selected {
    background: var(--primary);
    color: var(--primary-foreground);
    border-color: var(--primary);
}

.time-slots-modal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.time-slot {
    padding: 0.5rem;
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.85rem;
}

.time-slot:hover {
    background: var(--accent);
    border-color: var(--primary);
}

.time-slot.selected {
    background: var(--primary);
    color: var(--primary-foreground);
    border-color: var(--primary);
}

.timezone-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.timezone-selector label {
    font-size: 0.9rem;
    color: var(--muted-foreground);
    font-weight: 500;
}

.timezone-selector select {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--background);
    color: var(--foreground);
    font-size: 0.85rem;
}

/* Form Buttons */
.form-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center;
}

.form-submit-btn.primary {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
    border: 2px solid var(--border);
}

.form-submit-btn.secondary {
    background-color: var(--primary);
    color: var(--primary-foreground);
    border: 2px solid var(--border);
}

.calendar-nav {
    background: none;
    border: none;
    color: var(--muted-foreground);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--radius);
    transition: var(--transition);
}

.calendar-nav:hover {
    background: var(--accent);
    color: var(--primary);
}

.calendar-nav svg {
    width: 16px;
    height: 16px;
}

/* Enhanced Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Apply animations */
.hero-content {
    animation: fadeInUp 0.8s ease-out;
}

.hero-animation {
    animation: slideInRight 1s ease-out 0.2s both;
}

.section-title {
    animation: fadeInUp 0.6s ease-out;
}

.result-card {
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.result-card:nth-child(1) { animation-delay: 0.1s; }
.result-card:nth-child(2) { animation-delay: 0.2s; }
.result-card:nth-child(3) { animation-delay: 0.3s; }

.process-step {
    animation: scaleIn 0.6s ease-out;
    animation-fill-mode: both;
}

.process-step:nth-child(1) { animation-delay: 0.1s; }
.process-step:nth-child(2) { animation-delay: 0.2s; }
.process-step:nth-child(3) { animation-delay: 0.3s; }

.testimonial-card {
    animation: fadeInUp 0.6s ease-out;
}

.founder-photo img {
    animation: float 3s ease-in-out infinite;
}

/* Hover Enhancements */
.nav-links a {
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

.case-study-card {
    transition: var(--transition);
}

.case-study-card:hover {
    transform: translate(-4px, -4px);
    box-shadow: var(--shadow-xl);
}

.cta-button,
.footer-cta {
    position: relative;
    overflow: hidden;
}

.cta-button::before,
.footer-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: var(--transition);
}

.cta-button:hover::before,
.footer-cta:hover::before {
    left: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 1rem;
    }
    
    .nav-links {
        display: none;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .section-container {
        padding: 0 1rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .founder-info {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-container {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    /* Modal and form responsive adjustments */
    .modal-content {
        width: 95%;
        margin: 0 1rem;
    }
    
    .modal-header {
        padding: 1.5rem 1.5rem 1rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .form-row {
        flex-direction: column;
        gap: 1rem;
    }
    
    #contact-datetime {
        min-width: 250px;
        font-size: 0.9rem;
    }
}