body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 700px;
    margin: 80px auto;
    padding: 20px;
}

header {
    border-bottom: 2px solid #000;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}

.tagline {
    font-size: 1.1rem;
    color: #666;
}

.hero h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.cta-buttons {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
}

.btn.secondary {
    background: #eee;
    color: #000;
}

.services {
    margin-top: 60px;
}

.services ul {
    list-edge: none;
    padding: 0;
}

.services li {
    margin-bottom: 15px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

footer {
    margin-top: 80px;
    font-size: 0.8rem;
    color: #999;
}
