:root {
    --primary-color: #1a3a52;
    --secondary-color: #c9a227;
    --accent-color: #8b2942;
    --text-dark: #2d3436;
    --text-light: #636e72;
    --bg-cream: #faf8f5;
    --bg-dark: #1a3a52;
    --white: #ffffff;
    --border-light: #e8e4df;
    --shadow-soft: 0 4px 20px rgba(26, 58, 82, 0.08);
    --shadow-medium: 0 8px 30px rgba(26, 58, 82, 0.12);
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--bg-cream);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.3;
    color: var(--primary-color);
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }

p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-color);
}

img {
    max-width: 100%;
    height: auto;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-cream);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid var(--border-light);
    border-top-color: var(--secondary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loader-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color: var(--text-light);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--bg-dark);
    padding: 0;
    transition: var(--transition);
}

.site-header.scrolled {
    box-shadow: var(--shadow-medium);
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-icon {
    width: 36px;
    height: auto;
    border-radius: 4px;
}

.brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
}

.brand-accent {
    color: var(--secondary-color);
}

.navbar-toggler {
    border: none;
    padding: 0.5rem;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.toggler-line {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--white);
    transition: var(--transition);
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-nav {
    gap: 0.5rem;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--secondary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: calc(100% - 2rem);
}

.dropdown-menu {
    background: var(--white);
    border: none;
    border-radius: 8px;
    box-shadow: var(--shadow-medium);
    padding: 0.75rem 0;
    margin-top: 0.5rem;
}

.dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    padding: 0.6rem 1.5rem;
    color: var(--text-dark);
    transition: var(--transition);
}

.dropdown-item:hover {
    background: var(--bg-cream);
    color: var(--secondary-color);
}

main {
    padding-top: 80px;
}

.hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-dark) 0%, #2d5a7b 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Budapest_Chain_Bridge.jpg/1280px-Budapest_Chain_Bridge.jpg') center/cover no-repeat;
    opacity: 0.25;
}

.hero-content {
    position: relative;
    text-align: center;
    padding: 3rem 1.5rem;
    max-width: 900px;
}

.hero-content h1 {
    color: var(--white);
    margin-bottom: 1.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-family: 'Source Sans 3', sans-serif;
}

.hero-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--secondary-color);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: var(--transition);
}

.hero-btn:hover {
    background: var(--white);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.section {
    padding: 5rem 0;
}

.section-alt {
    background: var(--white);
}

.section-dark {
    background: var(--bg-dark);
}

.section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section-header h2 {
    margin-bottom: 1rem;
}

.section-header p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.section-divider {
    width: 60px;
    height: 3px;
    background: var(--secondary-color);
    margin: 1rem auto 0;
}

.festival-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.festival-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

.festival-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.festival-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.festival-card:hover .festival-card-img img {
    transform: scale(1.05);
}

.festival-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.4rem 1rem;
    background: var(--secondary-color);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
}

.festival-card-body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.festival-card-body h3 {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.festival-card-body p {
    flex: 1;
    margin-bottom: 1.25rem;
}

.festival-card-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: var(--text-light);
}

.festival-card-meta span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.festival-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--primary-color);
}

.festival-card-link:hover {
    color: var(--secondary-color);
    gap: 0.75rem;
}

.info-block {
    padding: 3rem;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    height: 100%;
}

.info-block-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--secondary-color), #d4af37);
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.info-block-icon i {
    font-size: 1.75rem;
    color: var(--white);
}

.info-block h4 {
    margin-bottom: 1rem;
}

.contact-hero {
    position: relative;
    min-height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-dark) 0%, #2d5a7b 100%);
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Budapest%2C_Hungary_%28explored%29_%2815352097833%29.jpg/1280px-Budapest%2C_Hungary_%28explored%29_%2815352097833%29.jpg') center/cover no-repeat;
    opacity: 0.2;
}

.contact-hero-content {
    position: relative;
    text-align: center;
    padding: 2rem 1.5rem;
}

.contact-hero-content h1 {
    color: var(--white);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 1rem;
}

.contact-hero-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
}

.contact-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    padding: 0 1rem;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-dark);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.contact-card-icon i {
    font-size: 1.5rem;
    color: var(--secondary-color);
}

.contact-card h4 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.75rem;
}

.contact-card p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.contact-card a {
    color: var(--primary-color);
    font-weight: 500;
    word-break: break-all;
}

.contact-card a:hover {
    color: var(--secondary-color);
}

.faq-section {
    padding: 4rem 0;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.faq-question {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.faq-answer {
    color: var(--text-light);
    line-height: 1.8;
}

.article-hero {
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.article-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(26, 58, 82, 0.95) 0%, rgba(26, 58, 82, 0.4) 100%);
}

.article-hero-content {
    position: relative;
    padding: 3rem 0;
    width: 100%;
}

.article-hero-content .container {
    max-width: 900px;
}

.article-hero h1 {
    color: var(--white);
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 1rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.article-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-content {
    padding: 4rem 0;
}

.article-body {
    max-width: 800px;
    margin: 0 auto;
}

.article-body h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: 1.75rem;
}

.article-body h3 {
    margin: 2rem 0 1rem;
    font-size: 1.35rem;
}

.article-body p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.85;
}

.article-body ul,
.article-body ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.article-body li {
    margin-bottom: 0.75rem;
    color: var(--text-light);
}

.article-body blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background: var(--white);
    border-left: 4px solid var(--secondary-color);
    border-radius: 0 8px 8px 0;
}

.article-body blockquote p {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--primary-color);
}

.article-image {
    margin: 2.5rem 0;
    border-radius: 12px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    display: block;
}

.article-image figcaption {
    padding: 1rem;
    background: var(--white);
    font-size: 0.875rem;
    color: var(--text-light);
    text-align: center;
}

.tip-box {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0.05));
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 12px;
    margin: 2rem 0;
}

.tip-box-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.tip-box p {
    margin: 0;
    color: var(--text-dark);
}

.external-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--secondary-color);
    font-weight: 500;
}

.external-link:hover {
    text-decoration: underline;
}

.related-articles {
    padding: 4rem 0;
    background: var(--white);
}

.site-footer {
    background: var(--bg-dark);
    color: var(--white);
}

.footer-top {
    padding: 4rem 0 3rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.footer-icon {
    width: 32px;
    height: auto;
    border-radius: 3px;
}

.footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 600;
}

.footer-title .accent {
    color: var(--secondary-color);
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.7;
}

.footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.25rem;
    color: var(--secondary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.footer-bottom {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright,
.update-info {
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white);
    padding: 1.5rem;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
    z-index: 9998;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cookie-text h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.cookie-text p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-light);
    max-width: 600px;
}

.cookie-text a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cookie-btn {
    padding: 0.7rem 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--transition);
}

.cookie-btn-accept {
    background: var(--secondary-color);
    color: var(--white);
}

.cookie-btn-accept:hover {
    background: #b8911f;
}

.cookie-btn-reject {
    background: var(--bg-cream);
    color: var(--text-dark);
    border: 1px solid var(--border-light);
}

.cookie-btn-reject:hover {
    background: var(--border-light);
}

.cookie-btn-settings {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.cookie-btn-settings:hover {
    background: var(--primary-color);
    color: var(--white);
}

.cookie-settings-panel {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-light);
}

.settings-header h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.settings-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: var(--bg-cream);
    border-radius: 8px;
}

.setting-info {
    flex: 1;
}

.setting-name {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.setting-desc {
    font-size: 0.8rem;
    color: var(--text-light);
}

.toggle-switch {
    position: relative;
    width: 50px;
    height: 26px;
    flex-shrink: 0;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--border-light);
    border-radius: 26px;
    transition: var(--transition);
}

.toggle-slider::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: var(--white);
    border-radius: 50%;
    transition: var(--transition);
}

.toggle-switch input:checked + .toggle-slider {
    background: var(--secondary-color);
}

.toggle-switch input:checked + .toggle-slider::before {
    transform: translateX(24px);
}

.toggle-switch.disabled .toggle-slider {
    opacity: 0.6;
    cursor: not-allowed;
}

.settings-footer {
    margin-top: 1.5rem;
    text-align: right;
}

.about-intro {
    padding: 5rem 0;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text h2 {
    margin-bottom: 1.5rem;
}

.about-text p {
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
}

.about-image {
    position: relative;
}

.about-image img {
    border-radius: 16px;
    box-shadow: var(--shadow-medium);
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--secondary-color);
    border-radius: 16px;
    z-index: -1;
}

.values-section {
    padding: 5rem 0;
    background: var(--white);
}

.value-card {
    text-align: center;
    padding: 2rem;
}

.value-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bg-dark), #2d5a7b);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.value-icon i {
    font-size: 2rem;
    color: var(--secondary-color);
}

.value-card h4 {
    margin-bottom: 1rem;
}

.policy-content {
    padding: 4rem 0;
}

.policy-body {
    max-width: 800px;
    margin: 0 auto;
}

.policy-body h2 {
    margin: 2.5rem 0 1rem;
    font-size: 1.5rem;
}

.policy-body p,
.policy-body li {
    font-size: 1rem;
    line-height: 1.8;
}

.policy-body ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.policy-body li {
    margin-bottom: 0.5rem;
    color: var(--text-light);
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-dark);
        padding: 1rem;
        box-shadow: var(--shadow-medium);
    }

    .navbar-nav {
        gap: 0;
    }

    .nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link::after {
        display: none;
    }

    .dropdown-menu {
        background: rgba(255, 255, 255, 0.05);
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
        padding: 0.6rem 2rem;
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: var(--secondary-color);
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-image::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 3.5rem 0;
    }

    .hero-section {
        min-height: 60vh;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-text p {
        max-width: 100%;
    }

    .cookie-buttons {
        justify-content: center;
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
        min-width: 100px;
    }

    .info-block {
        padding: 2rem;
    }

    .footer-top {
        padding: 3rem 0 2rem;
    }
}

@media (max-width: 575px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-btn {
        padding: 0.85rem 2rem;
        font-size: 0.8rem;
    }

    .setting-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
