* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background-color: #f8f9fa;
    min-height: 100vh;
    padding: 0;
}
.hc-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.logo-container {
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.logo-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.video-container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.video-container video {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}
.video-container.hc-video-bottom {
    margin-top: 0;
}
.card-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 12px 20px 40px;
}
.hc-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 30px 40px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(68, 135, 253, 0.1);
    text-align: left;
    line-height: 1.6;
    color: #333;
    font-size: 1em;
}
.hc-card a {
    color: #4487fd;
    text-decoration: none;
}
.hc-card a:hover {
    text-decoration: underline;
}
.hc-card .hc-contact-line {
    text-align: center;
}
.hc-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 31px 20px 12px;
}
.hc-links a {
    display: inline-block;
    text-decoration: none;
}
.hc-links img {
    width: auto;
    height: 80px;
    max-width: 320px;
    object-fit: contain;
    transition: opacity 0.2s;
}
.hc-links a:hover img {
    opacity: 0.85;
}
.hc-contact {
    padding: 24px 20px 40px;
    font-size: 1em;
}
.hc-contact a {
    color: #4487fd;
    text-decoration: none;
}
.hc-contact a:hover {
    text-decoration: underline;
}
.hc-quote-box {
    margin: 24px 0;
    padding: 20px 24px 20px 28px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
    border-left: 4px solid #4487fd;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #2c3e50;
    font-size: 1.05em;
    line-height: 1.65;
    box-shadow: 0 2px 12px rgba(68, 135, 253, 0.08);
}
.hc-quote-box p {
    margin: 0;
}
.hc-poem {
    margin: 24px 0;
    padding: 12px 28px 24px 28px;
    background: linear-gradient(135deg, #faf8f0 0%, #f5f0e8 100%);
    border-left: 4px solid #8b7355;
    border-radius: 0 12px 12px 0;
    color: #2c3e50;
    font-family: 'New Amsterdam', sans-serif;
    font-size: 1.5em;
    line-height: 1.75;
    box-shadow: 0 2px 12px rgba(139, 115, 85, 0.12);
}
.hc-poem .stanza {
    margin-bottom: 1em;
}
.hc-poem .stanza:last-child {
    margin-bottom: 0;
}
.hc-poem .line {
    margin: 0;
}
.hc-poem-title {
    margin: 0 0 0.75em 0;
    font-size: 1.4em;
    font-weight: bold;
}
.hc-poem-title img {
    width: 100%;
    height: auto;
}
