/* PirateLAN - Main Stylesheet */

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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4e9d3; /* Parchment-like background */
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c5a87a' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Container */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 700;
    color: #0d1b2a; /* Dark navy */
    font-family: 'Georgia', serif;
}

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

h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #c49b33; /* Gold */
    display: inline-block;
}

p {
    margin-bottom: 1.5rem;
}

/* Links */
a {
    color: #b20600; /* Red accent color */
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #0d1b2a; /* Dark navy */
}

/* Header */
header {
    background-color: #0d1b2a; /* Dark navy */
    padding: 1.2rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 5px solid #c49b33; /* Gold border */
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264.888-.14 1.855-1.102 2.64-2.568 2.45-4.07-.138-1.45-1.134-2.772-1.743-3.484-.88-.89-1.89-1.28-2.2-1.85-.302-.56-.32-1.086-.347-1.632-.022-.502-.096-1.196.036-1.638.69-2.154-.603-4.083-.603-5.23-.787.145-2.064.505-2.89.505C15.96 2.505 14.55 0 11.606 0 6.682 0 .72 4.12 0 11.956c.876.94 1.18 1.622 1.844 2.964.46.92.566 1.81.406 2.87.246-.072.736-.147.997-.147.893 0 1.28.6 1.772.486.355-.114.496-.426.773-.66 1.53-1.3 2.596-.216 2.43 1.054-.17 1.214-1.6 2.405-2.15 2.01-.45-.325-.353-1.12-.647-1.478C4.244 16.4 4.525 13.67 4.92 12.71c.4-.15.778-.324 1.155-.645.583-.513 1.31-.533 1.887-.755.55-.19 1.695-.348 2.358-.444 1.03-.145 1.86.164 2.438-.426.488-.488.826-1.348 1-1.966.26-.91-.006-1.74-.206-2.548-.576-2.044-.466-3.748.108-5.143.192-.483.4-.923.648-1.316.66.235 1.033.723 1.4 1.314.564.91 1.253 1.865 1.735 2.8.545 1.04.785 1.99.878 2.995.1.996.2 1.94.006 2.932-.25 1.052-1.335 3.02-.35 3.897 1.033.88 2.424-.4 2.927-1.062.44-.6.797-1.7.797-2.353 0-.813-.75-1.483-1.054-2.212-.303-.732-.896-1.39-.757-2.204.19-1.16.707-1.92 1.284-2.865.396-.66.614-1.28.997-1.913.302-.506.662-.635 1.093-.964 1.54.764 2.196 1.94 2.993 3.108.773 1.17 1.64 2.523 2.044 3.826.443 1.462.622 3.032.135 4.468-.183.577-.38 1.064-.656 1.58-.822 1.566-1.945 2.89-3.21 3.376-.69.258-1.434.28-1.824.663-.46.44-.453 1.076-.296 1.72.16.652.603 1.39.943 1.926.36.582.835 1.045 1.264 1.555.73.818 1.2 1.74 1.54 2.676.185.51.358 1.283.26 1.826-.077.38-.2.985-.413 1.265-.87 1.28-2.806.638-3.545.16-1.12-.724-1.846-2.056-2.544-3.137-.42-.623-.9-1.205-1.282-1.86-.22-.354-.597-.597-.665-1-.075-.394.19-.792.066-1.267-.09-.316-.288-.656-.342-1.02-.052-.29.055-.554.62-.78.055-.024.084-.39.127-.134.1-.114.115-.113.126-.247.06-.223-.1-.486-.063-.7.044-.273.123-.58.075-.862-.102-.466-.388-.77-.77-1.027-.365-.252-.83-.412-1.183-.572-.05-.023-.093-.075-.142-.09-.064-.027-.16.006-.21.044-.26.22-.355.54-.527.814-.32.51-.558 1.146-.657 1.748-.093.605.045 1.247-.15 1.83-.12.338-.504.477-.768.66-.265.173-.566.333-.858.46-1.16.512-2.688.647-3.836-.055-.76-.462-1.364-1.41-1.577-2.325-.06-.174-.174-.33-.14-.534z' fill='%23c49b33' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.logo span {
    color: #c49b33; /* Gold */
}

.logo-icon {
    margin-right: 10px;
    font-size: 1.8rem;
}

/* Navigation */
nav ul {
    display: flex;
    list-style-type: none;
    gap: 1.5rem;
}

nav a {
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

nav a:hover, nav a.active {
    color: #c49b33; /* Gold */
}

nav a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #c49b33;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s;
}

nav a:hover:after, nav a.active:after {
    width: 70%;
}

/* Main Content Area */
main {
    min-height: calc(100vh - 280px); /* Adjusted for footer height */
}

.page {
    display: none;
    animation: fadeIn 0.5s ease-out;
}

.page.active {
    display: block;
}

/* Content Blocks */
.content-block {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    border: 1px solid rgba(196, 155, 51, 0.3); /* subtle gold border */
    position: relative;
}

.content-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #c49b33; /* Gold */
    border-radius: 8px 8px 0 0;
}

/* Hero Section */
.hero {
    background-image: linear-gradient(rgba(13, 27, 42, 0.8), rgba(13, 27, 42, 0.8)), url("/api/placeholder/1200/600");
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 5rem 1rem;
    margin-bottom: 3rem;
    border-radius: 8px;
    border: 3px solid #c49b33; /* Gold border */
    position: relative;
}

.hero:after {
    content: '☠️';
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 3rem;
    transform: rotate(15deg);
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #f4f4f4;
}

/* Buttons */
.button {
    display: inline-block;
    background-color: #c49b33; /* Gold */
    color: #0d1b2a; /* Dark navy */
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    border: 2px solid #c49b33;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.button:hover {
    background-color: transparent;
    color: #c49b33;
    transform: translateY(-2px);
}

/* Features */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0 3rem 0;
}

.feature {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border: 1px solid rgba(196, 155, 51, 0.3); /* subtle gold border */
    position: relative;
}

.feature:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #c49b33; /* Gold */
    border-radius: 8px 0 0 8px;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #b20600; /* Red accent */
}

.feature h3 {
    margin-bottom: 1rem;
    color: #0d1b2a; /* Dark navy */
}

/* Testimonial */
.testimonial {
    background-color: #0d1b2a; /* Dark navy */
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0 3rem 0;
    position: relative;
    border: 2px solid #c49b33; /* Gold border */
}

.testimonial:before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 4rem;
    color: rgba(196, 155, 51, 0.3); /* Gold */
    font-family: Georgia, serif;
    line-height: 0.8;
}

.testimonial p {
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.testimonial cite {
    display: block;
    text-align: right;
    font-weight: 600;
    color: #c49b33; /* Gold */
}

/* Events Page */
.events-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.event {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(196, 155, 51, 0.3); /* subtle gold border */
}

.event-header {
    background-color: #0d1b2a; /* Dark navy */
    color: white;
    padding: 1.5rem;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264.888-.14 1.855-1.102 2.64-2.568 2.45-4.07-.138-1.45-1.134-2.772-1.743-3.484-.88-.89-1.89-1.28-2.2-1.85-.302-.56-.32-1.086-.347-1.632-.022-.502-.096-1.196.036-1.638.69-2.154-.603-4.083-.603-5.23-.787.145-2.064.505-2.89.505C15.96 2.505 14.55 0 11.606 0 6.682 0 .72 4.12 0 11.956c.876.94 1.18 1.622 1.844 2.964.46.92.566 1.81.406 2.87.246-.072.736-.147.997-.147.893 0 1.28.6 1.772.486.355-.114.496-.426.773-.66 1.53-1.3 2.596-.216 2.43 1.054-.17 1.214-1.6 2.405-2.15 2.01-.45-.325-.353-1.12-.647-1.478C4.244 16.4 4.525 13.67 4.92 12.71c.4-.15.778-.324 1.155-.645.583-.513 1.31-.533 1.887-.755.55-.19 1.695-.348 2.358-.444 1.03-.145 1.86.164 2.438-.426.488-.488.826-1.348 1-1.966.26-.91-.006-1.74-.206-2.548-.576-2.044-.466-3.748.108-5.143.192-.483.4-.923.648-1.316.66.235 1.033.723 1.4 1.314.564.91 1.253 1.865 1.735 2.8.545 1.04.785 1.99.878 2.995.1.996.2 1.94.006 2.932-.25 1.052-1.335 3.02-.35 3.897 1.033.88 2.424-.4 2.927-1.062.44-.6.797-1.7.797-2.353 0-.813-.75-1.483-1.054-2.212-.303-.732-.896-1.39-.757-2.204.19-1.16.707-1.92 1.284-2.865.396-.66.614-1.28.997-1.913.302-.506.662-.635 1.093-.964 1.54.764 2.196 1.94 2.993 3.108.773 1.17 1.64 2.523 2.044 3.826.443 1.462.622 3.032.135 4.468-.183.577-.38 1.064-.656 1.58-.822 1.566-1.945 2.89-3.21 3.376-.69.258-1.434.28-1.824.663-.46.44-.453 1.076-.296 1.72.16.652.603 1.39.943 1.926.36.582.835 1.045 1.264 1.555.73.818 1.2 1.74 1.54 2.676.185.51.358 1.283.26 1.826-.077.38-.2.985-.413 1.265-.87 1.28-2.806.638-3.545.16-1.12-.724-1.846-2.056-2.544-3.137-.42-.623-.9-1.205-1.282-1.86-.22-.354-.597-.597-.665-1-.075-.394.19-.792.066-1.267-.09-.316-.288-.656-.342-1.02-.052-.29.055-.554.62-.78.055-.024.084-.39.127-.134.1-.114.115-.113.126-.247.06-.223-.1-.486-.063-.7.044-.273.123-.58.075-.862-.102-.466-.388-.77-.77-1.027-.365-.252-.83-.412-1.183-.572-.05-.023-.093-.075-.142-.09-.064-.027-.16.006-.21.044-.26.22-.355.54-.527.814-.32.51-.558 1.146-.657 1.748-.093.605.045 1.247-.15 1.83-.12.338-.504.477-.768.66-.265.173-.566.333-.858.46-1.16.512-2.688.647-3.836-.055-.76-.462-1.364-1.41-1.577-2.325-.06-.174-.174-.33-.14-.534z' fill='%23c49b33' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.event-header:after {
    content: '⚓';
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #c49b33; /* Gold */
}

.event-header h3 {
    margin-bottom: 0.5rem;
    color: white;
    text-transform: uppercase;
}

.event-date {
    color: #c49b33; /* Gold */
    font-weight: 600;
}

.event-details {
    padding: 1.5rem;
}

.event-info {
    margin-bottom: 0.8rem;
}

.event .button {
    margin-top: 1rem;
}

/* What to Bring */
.what-to-bring {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 2rem 0;
    border: 1px solid rgba(196, 155, 51, 0.3); /* subtle gold border */
    position: relative;
}

.what-to-bring:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #c49b33; /* Gold */
    border-radius: 8px 8px 0 0;
}

.what-to-bring ul {
    padding-left: 1.5rem;
    list-style-type: none;
}

.what-to-bring li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.what-to-bring li:before {
    content: '🏴‍☠️';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
}

/* Contact Page */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.contact-info {
    background-color: #0d1b2a; /* Dark navy */
    color: white;
    padding: 2rem;
    border-radius: 8px;
    border: 2px solid #c49b33; /* Gold border */
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264.888-.14 1.855-1.102 2.64-2.568 2.45-4.07-.138-1.45-1.134-2.772-1.743-3.484-.88-.89-1.89-1.28-2.2-1.85-.302-.56-.32-1.086-.347-1.632-.022-.502-.096-1.196.036-1.638.69-2.154-.603-4.083-.603-5.23-.787.145-2.064.505-2.89.505C15.96 2.505 14.55 0 11.606 0 6.682 0 .72 4.12 0 11.956c.876.94 1.18 1.622 1.844 2.964.46.92.566 1.81.406 2.87.246-.072.736-.147.997-.147.893 0 1.28.6 1.772.486.355-.114.496-.426.773-.66 1.53-1.3 2.596-.216 2.43 1.054-.17 1.214-1.6 2.405-2.15 2.01-.45-.325-.353-1.12-.647-1.478C4.244 16.4 4.525 13.67 4.92 12.71c.4-.15.778-.324 1.155-.645.583-.513 1.31-.533 1.887-.755.55-.19 1.695-.348 2.358-.444 1.03-.145 1.86.164 2.438-.426.488-.488.826-1.348 1-1.966.26-.91-.006-1.74-.206-2.548-.576-2.044-.466-3.748.108-5.143.192-.483.4-.923.648-1.316.66.235 1.033.723 1.4 1.314.564.91 1.253 1.865 1.735 2.8.545 1.04.785 1.99.878 2.995.1.996.2 1.94.006 2.932-.25 1.052-1.335 3.02-.35 3.897 1.033.88 2.424-.4 2.927-1.062.44-.6.797-1.7.797-2.353 0-.813-.75-1.483-1.054-2.212-.303-.732-.896-1.39-.757-2.204.19-1.16.707-1.92 1.284-2.865.396-.66.614-1.28.997-1.913.302-.506.662-.635 1.093-.964 1.54.764 2.196 1.94 2.993 3.108.773 1.17 1.64 2.523 2.044 3.826.443 1.462.622 3.032.135 4.468-.183.577-.38 1.064-.656 1.58-.822 1.566-1.945 2.89-3.21 3.376-.69.258-1.434.28-1.824.663-.46.44-.453 1.076-.296 1.72.16.652.603 1.39.943 1.926.36.582.835 1.045 1.264 1.555.73.818 1.2 1.74 1.54 2.676.185.51.358 1.283.26 1.826-.077.38-.2.985-.413 1.265-.87 1.28-2.806.638-3.545.16-1.12-.724-1.846-2.056-2.544-3.137-.42-.623-.9-1.205-1.282-1.86-.22-.354-.597-.597-.665-1-.075-.394.19-.792.066-1.267-.09-.316-.288-.656-.342-1.02-.052-.29.055-.554.62-.78.055-.024.084-.39.127-.134.1-.114.115-.113.126-.247.06-.223-.1-.486-.063-.7.044-.273.123-.58.075-.862-.102-.466-.388-.77-.77-1.027-.365-.252-.83-.412-1.183-.572-.05-.023-.093-.075-.142-.09-.064-.027-.16.006-.21.044-.26.22-.355.54-.527.814-.32.51-.558 1.146-.657 1.748-.093.605.045 1.247-.15 1.83-.12.338-.504.477-.768.66-.265.173-.566.333-.858.46-1.16.512-2.688.647-3.836-.055-.76-.462-1.364-1.41-1.577-2.325-.06-.174-.174-.33-.14-.534z' fill='%23c49b33' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.contact-info h2 {
    color: white;
    border-bottom-color: #c49b33; /* Gold */
}

.info-block {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.info-block:before {
    content: '🧭';
    position: absolute;
    left: 0;
    top: 2px;
}

.info-block:nth-child(2):before {
    content: '✉️';
}

.info-block:nth-child(3):before {
    content: '☎️';
}

.info-block:nth-child(4):before {
    content: '⏱️';
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #c49b33; /* Gold */
    color: #0d1b2a; /* Dark navy */
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #c49b33;
}

.social-link:hover {
    background-color: transparent;
    color: #c49b33;
    transform: translateY(-2px);
}

/* Contact Form */
.contact-form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(196, 155, 51, 0.3); /* subtle gold border */
    position: relative;
}

.contact-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #c49b33; /* Gold */
    border-radius: 8px 8px 0 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #0d1b2a; /* Dark navy */
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s;
}

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

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c49b33; /* Gold */
    box-shadow: 0 0 0 3px rgba(196, 155, 51, 0.2);
}

/* Map Placeholder */
.map-placeholder {
    background-color: #0d1b2a; /* Dark navy */
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 8px;
    margin: 2rem 0;
    border: 2px solid #c49b33; /* Gold border */
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c49b33' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: relative;
}

.map-placeholder:after {
    content: '🗺️';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2rem;
}

.map-placeholder h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

/* Footer */
footer {
    background-color: #0d1b2a; /* Dark navy */
    color: white;
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
    border-top: 5px solid #c49b33; /* Gold border */
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264.888-.14 1.855-1.102 2.64-2.568 2.45-4.07-.138-1.45-1.134-2.772-1.743-3.484-.88-.89-1.89-1.28-2.2-1.85-.302-.56-.32-1.086-.347-1.632-.022-.502-.096-1.196.036-1.638.69-2.154-.603-4.083-.603-5.23-.787.145-2.064.505-2.89.505C15.96 2.505 14.55 0 11.606 0 6.682 0 .72 4.12 0 11.956c.876.94 1.18 1.622 1.844 2.964.46.92.566 1.81.406 2.87.246-.072.736-.147.997-.147.893 0 1.28.6 1.772.486.355-.114.496-.426.773-.66 1.53-1.3 2.596-.216 2.43 1.054-.17 1.214-1.6 2.405-2.15 2.01-.45-.325-.353-1.12-.647-1.478C4.244 16.4 4.525 13.67 4.92 12.71c.4-.15.778-.324 1.155-.645.583-.513 1.31-.533 1.887-.755.55-.19 1.695-.348 2.358-.444 1.03-.145 1.86.164 2.438-.426.488-.488.826-1.348 1-1.966.26-.91-.006-1.74-.206-2.548-.576-2.044-.466-3.748.108-5.143.192-.483.4-.923.648-1.316.66.235 1.033.723 1.4 1.314.564.91 1.253 1.865 1.735 2.8.545 1.04.785 1.99.878 2.995.1.996.2 1.94.006 2.932-.25 1.052-1.335 3.02-.35 3.897 1.033.88 2.424-.4 2.927-1.062.44-.6.797-1.7.797-2.353 0-.813-.75-1.483-1.054-2.212-.303-.732-.896-1.39-.757-2.204.19-1.16.707-1.92 1.284-2.865.396-.66.614-1.28.997-1.913.302-.506.662-.635 1.093-.964 1.54.764 2.196 1.94 2.993 3.108.773 1.17 1.64 2.523 2.044 3.826.443 1.462.622 3.032.135 4.468-.183.577-.38 1.064-.656 1.58-.822 1.566-1.945 2.89-3.21 3.376-.69.258-1.434.28-1.824.663-.46.44-.453 1.076-.296 1.72.16.652.603 1.39.943 1.926.36.582.835 1.045 1.264 1.555.73.818 1.2 1.74 1.54 2.676.185.51.358 1.283.26 1.826-.077.38-.2.985-.413 1.265-.87 1.28-2.806.638-3.545.16-1.12-.724-1.846-2.056-2.544-3.137-.42-.623-.9-1.205-1.282-1.86-.22-.354-.597-.597-.665-1-.075-.394.19-.792.066-1.267-.09-.316-.288-.656-.342-1.02-.052-.29.055-.554.62-.78.055-.024.084-.39.127-.134.1-.114.115-.113.126-.247.06-.223-.1-.486-.063-.7.044-.273.123-.58.075-.862-.102-.466-.388-.77-.77-1.027-.365-.252-.83-.412-1.183-.572-.05-.023-.093-.075-.142-.09-.064-.027-.16.006-.21.044-.26.22-.355.54-.527.814-.32.51-.558 1.146-.657 1.748-.093.605.045 1.247-.15 1.83-.12.338-.504.477-.768.66-.265.173-.566.333-.858.46-1.16.512-2.688.647-3.836-.055-.76-.462-1.364-1.41-1.577-2.325-.06-.174-.174-.33-.14-.534z' fill='%23c49b33' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: #c49b33; /* Gold */
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 1.5rem;
}

.footer-section li:before {
    content: '➤';
    position: absolute;
    left: 0;
    color: #c49b33; /* Gold */
    font-size: 0.8rem;
}

.footer-section a {
    color: white;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #c49b33; /* Gold */
    text-decoration: underline;
}

.newsletter {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.newsletter input {
    flex: 1;
    padding: 0.8rem;
    border: none;
    border-radius: 4px;
    font-family: inherit;
}

.newsletter .button {
    padding: 0.8rem 1rem;
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        text-align: center;
    }
    
    nav ul {
        margin-top: 1rem;
        justify-content: center;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .newsletter {
        flex-direction: column;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1.2rem;
    }
}