.noto-sans-400 {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 400;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header {
    background-color: #f1f3f3;
    padding: 50px 56px;
    border-bottom: 1px solid #e5e7eb;
}

header h1 {
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
    color: #2f2f2f;
}

header h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 8px 0 0 0;
    color: #4b5563;
}

header p {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

main {
    max-width: 1000px;
    padding: 0 24px;
}

section {
    background: #ffffff;
    padding: 8px 32px;
    margin-bottom: 24px;
}

h2 {
    font-size: 1.875rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    border-bottom: none;
    padding-bottom: 0;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 16px;
}

p, li {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.75;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

button {
    padding: 12px 24px;
    background-color: #171717;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

button:hover {
    background-color: #404040;
}

a {
    color: #1eb0dc;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #1eb0dc;
}

strong {
    color: #1a1a1a;
    font-weight: 500;
}

/* Update Calendly widget styles */
.calendly-badge-widget {
    right: 20px !important;
    bottom: 20px !important;
}

.calendly-badge-widget .calendly-badge-content {
    background: #0069ff !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1) !important;
}