body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f4f4;
    color: #222;
}

header {
    background: #111;
    color: white;
    padding: 40px 20px 80px 20px;
    position: relative;
    text-align: center;
}

.logo {
    position: absolute;
    top: 20px;
    right: 30px;
}

.logo img {
    height: 60px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    opacity: 0.8;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

section {
    padding: 70px 0;
}

.bio p {
    max-width: 700px;
    margin: 20px auto;
    line-height: 1.6;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    margin: 10px 0;
    font-weight: 500;
}

footer {
    background: #111;
    color: white;
    padding: 30px;
    font-size: 14px;
}