:root {
    --primary: #0274b3;
    --secondary: #e8d100;
    --font: 'Inter', sans-serif;
    --font-size: 16px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font); font-size: var(--font-size); line-height: 1.6; color: #1a1a1a; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }
h1 { font-size: 3.2rem; font-weight: 800; margin-bottom: 1rem; }
h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 1rem; }
h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 0.5rem; }
.overtitle { text-transform: uppercase; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; display: block; margin-bottom: 0.5rem; color: var(--primary); }

/* Header */
.section-header { position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0.8rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.header-logo img { height: 40px; width: auto; }
.header-brand { font-size: 1.3rem; font-weight: 700; }
.header-nav { display: flex; gap: 1.5rem; align-items: center; }
.nav-item-dropdown { position: relative; }
.nav-item-dropdown .nav-link { display: flex; align-items: center; gap: 4px; cursor: pointer; text-decoration: none; }
.dropdown-chevron { transition: transform 0.2s; }
.nav-item-dropdown:hover .dropdown-chevron { transform: rotate(180deg); }
.nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 200px; background: #fff; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); padding-top: 0.5rem; padding-bottom: 0.5rem; z-index: 200; }
.nav-item-dropdown::after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 0.5rem; }
.nav-dropdown-menu a { display: block; padding: 0.5rem 1rem; color: #1a1a1a !important; text-decoration: none; font-size: 0.9rem; white-space: nowrap; }
.nav-dropdown-menu a:hover { background: #f1f5f9; }
.nav-item-dropdown:hover .nav-dropdown-menu { display: block; }
.footer-nav { display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 1rem; flex-wrap: wrap; }
.footer-nav a { text-decoration: none; opacity: 0.8; font-size: 0.9rem; }
.footer-nav a:hover { opacity: 1; text-decoration: underline; }
.header-nav a { font-size: 0.95rem; font-weight: 500; transition: opacity 0.2s; }
.header-nav a:hover, .header-nav a.active { opacity: 0.7; }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.header-cta { padding: 0.5rem 1.2rem; border-radius: 6px; color: #fff; font-weight: 600; font-size: 0.9rem; background-color: var(--primary); }
.header-user { font-size: 0.85rem; font-weight: 500; }
.header-logout { background: none; border: none; font-size: 0.85rem; cursor: pointer; opacity: 0.7; font-family: inherit; }
.header-logout:hover { opacity: 1; }
.header-login { font-size: 0.9rem; font-weight: 500; opacity: 0.8; }
.header-login:hover { opacity: 1; }
.header-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.header-mobile-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; transition: 0.3s; }

/* Hero */
.section-hero { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; }
.hero-overlay { position: absolute; inset: 0; }
.hero-content { position: relative; z-index: 1; padding: 4rem 2rem; max-width: 800px; }
.hero-content h1, .hero-content h2 { margin-bottom: 0.5rem; }
.hero-subtitle { font-size: 1.25rem; opacity: 0.9; margin-bottom: 1.5rem; }
.hero-cta { display: inline-block; padding: 0.8rem 2rem; border-radius: 8px; color: #fff; font-weight: 600; font-size: 1rem; transition: transform 0.2s; background-color: var(--secondary); }
.hero-cta:hover { transform: translateY(-2px); }

/* Hero Slider */
.section-hero-slider { position: relative; overflow: hidden; display: flex; flex-direction: column; }
.hero-slider-track { position: relative; width: 100%; flex: 1; min-height: inherit; }
.hero-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.8s ease; }
.hero-slide.active { opacity: 1; position: relative; min-height: inherit; }
.hero-slide-overlay { position: absolute; inset: 0; }
.hero-slide-content { position: relative; z-index: 1; padding: 4rem 2rem; max-width: 900px; }
.hero-slide-content h1, .hero-slide-content h2, .hero-slide-content .hero-slide-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 0.5rem; font-family: 'Georgia', 'Times New Roman', serif; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.hero-slide-subtitle { font-size: 1.3rem; opacity: 0.9; margin-bottom: 1.5rem; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.hero-slide-cta { display: inline-block; padding: 0.8rem 2rem; border-radius: 8px; color: #fff; font-weight: 600; font-size: 1rem; transition: transform 0.2s, box-shadow 0.2s; }
.hero-slide-cta:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.hero-slider-prev, .hero-slider-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); border: none; color: #fff; width: 50px; height: 50px; font-size: 2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; border-radius: 4px; }
.hero-slider-prev:hover, .hero-slider-next:hover { background: rgba(255,255,255,0.3); }
.hero-slider-prev { left: 1rem; }
.hero-slider-next { right: 1rem; }
.hero-slider-dots { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 0.5rem; }
.hero-slider-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: background 0.2s, transform 0.2s; }
.hero-slider-dot.active { background: #fff; transform: scale(1.2); }

/* Stats */
.section-stats { padding: 1.5rem 0; }
.stats-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: center; gap: 4rem; }
.stat-item { text-align: center; }
.stat-value { display: block; font-size: 2rem; font-weight: 700; }
.stat-label { font-size: 0.85rem; opacity: 0.9; }

/* Text + Image */
.section-text-image { padding: 4rem 0; }
.text-image-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.text-image-inner.image-left .text-image-media { order: -1; }
.text-image-content h2 { margin-bottom: 1rem; }
.text-body { margin-bottom: 1.5rem; line-height: 1.7; }
.bullet-list { list-style: none; padding: 0; }
.bullet-list li { display: flex; gap: 0.75rem; margin-bottom: 1rem; align-items: flex-start; }
.bullet-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.bullet-desc { font-size: 0.9rem; opacity: 0.7; }
.text-image-media img { border-radius: 12px; width: 100%; object-fit: cover; }

/* Text block */
.section-text { padding: 4rem 0; }
.text-inner { margin: 0 auto; padding: 0 1.5rem; }
.section-text-title { font-size: 3.2rem; font-weight: 800; margin-bottom: 1.5rem; }
.text-box { border-radius: 12px; padding: 4.5rem; }

/* Features */
.section-features { padding: 4rem 0; }
.features-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.features-header { text-align: center; margin-bottom: 2.5rem; }
.features-grid { display: grid; gap: 2rem; }
.features-grid.columns-2 { grid-template-columns: repeat(2, 1fr); }
.features-grid.columns-3 { grid-template-columns: repeat(3, 1fr); }
.features-grid.columns-4 { grid-template-columns: repeat(4, 1fr); }
.feature-card { text-align: center; padding: 2rem 1.5rem; border-radius: 12px; background: rgba(0,0,0,0.02); overflow: hidden; }
.feature-image { margin: -2rem -1.5rem 1.5rem -1.5rem; }
.feature-image img { width: 100%; height: 200px; object-fit: cover; display: block; }
.feature-icon { font-size: 2.5rem; margin-bottom: 1rem; }

/* Circular cards */
.section-cards { padding: 4rem 0; }
.cards-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.cards-header { text-align: center; margin-bottom: 2.5rem; }
.cards-grid { display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.circular-card { text-align: center; max-width: 200px; }
.card-circle { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; margin: 0 auto 1rem; }
.card-circle img { width: 100%; height: 100%; object-fit: cover; }

/* Carousel */
.section-carousel { padding: 4rem 0; }
.carousel-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.carousel-header { text-align: center; margin-bottom: 2.5rem; }
.carousel-track { position: relative; overflow: hidden; }
.carousel-slide { display: none; }
.carousel-slide.active { display: block; }
.carousel-slide-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; background: rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden; }
.carousel-image img { width: 100%; height: 300px; object-fit: cover; }
.carousel-text { padding: 2rem; }
.carousel-tags { display: flex; gap: 0.5rem; margin-top: 1rem; flex-wrap: wrap; }
.tag { padding: 0.3rem 0.8rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 20px; font-size: 0.85rem; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.carousel-prev, .carousel-next { background: none; border: 1px solid rgba(255,255,255,0.4); color: inherit; width: 40px; height: 40px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.carousel-dots { display: flex; gap: 0.5rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; }
.dot.active { background: var(--primary); }

/* Image Slider */
.section-image-slider { padding: 4rem 0; }
.image-slider-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.image-slider-header { text-align: center; margin-bottom: 2.5rem; }
.image-slider-header .overtitle { text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; opacity: 0.6; display: block; margin-bottom: 0.5rem; }
.image-slider-header h2 { font-size: 2.5rem; font-weight: 800; margin: 0; }
.image-slider-track-wrapper { position: relative; display: flex; align-items: center; gap: 0.5rem; }
.image-slider-track { display: flex; gap: 1.5rem; overflow: hidden; scroll-behavior: smooth; flex: 1; }
.image-slider-item { flex: 0 0 calc(33.333% - 1rem); min-width: 0; transition: transform 0.3s; }
.image-slider-card { position: relative; overflow: hidden; border: 5px solid #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.image-slider-card.is-circle { border-radius: 50%; aspect-ratio: 1; }
.image-slider-card.is-square { border-radius: 12px; aspect-ratio: 1; }
.image-slider-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.image-slider-placeholder { width: 100%; height: 100%; background: #e5e7eb; }
.image-slider-label { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); color: #fff; font-size: 1.3rem; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,0.6); white-space: nowrap; }
.image-slider-card.is-circle .image-slider-label { bottom: 30%; }
.image-slider-arrow { background: #fff; border: 1px solid #e5e7eb; color: #333; width: 44px; height: 44px; border-radius: 50%; font-size: 1.8rem; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); flex-shrink: 0; z-index: 2; transition: 0.2s; }
.image-slider-arrow:hover { background: #f3f4f6; }
.image-slider-dots { display: flex; gap: 0.5rem; justify-content: center; margin-top: 1.5rem; }
.image-slider-dot { width: 10px; height: 10px; border-radius: 50%; background: #d1d5db; cursor: pointer; transition: 0.2s; }
.image-slider-dot.active { background: var(--dot-active-color, var(--primary)); }
@media(max-width: 768px) {
    .image-slider-item { flex: 0 0 calc(50% - 0.75rem); }
    .image-slider-header h2 { font-size: 1.8rem; }
}
@media(max-width: 480px) {
    .image-slider-item { flex: 0 0 100%; }
}

/* Showcase */
.section-showcase { padding: 4rem 0; }
.showcase-inner { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; gap: 4rem; }
.showcase-inner.image-right { flex-direction: row-reverse; }
.showcase-image-col { flex-shrink: 0; }
.showcase-frame { width: 320px; height: 320px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 8px 30px rgba(0,0,0,0.1); position: relative; display: flex; align-items: center; justify-content: center; background: #e5e7eb; }
.showcase-frame.is-circle { border-radius: 50%; }
.showcase-frame.is-square { border-radius: 16px; }
.showcase-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-placeholder { width: 100%; height: 100%; background: #e5e7eb; }
.showcase-label { position: absolute; bottom: 22%; left: 50%; transform: translateX(-50%); color: #fff; font-size: 1.4rem; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,0.6); white-space: nowrap; }
.showcase-frame.is-circle .showcase-label { bottom: 28%; }
.showcase-text-col { flex: 1; min-width: 0; }
.showcase-text-col h2 { font-size: 2rem; font-weight: 800; margin-bottom: 1rem; line-height: 1.3; }
.showcase-text-col p { font-size: 1.05rem; line-height: 1.8; opacity: 0.7; }
@media(max-width: 768px) {
    .showcase-inner, .showcase-inner.image-right { flex-direction: column; text-align: center; gap: 2rem; }
    .showcase-frame { width: 240px; height: 240px; margin: 0 auto; }
    .showcase-text-col h2 { font-size: 1.5rem; }
}

/* Portfolio */
.section-portfolio { padding: 4rem 0; }
.portfolio-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.portfolio-header { text-align: center; margin-bottom: 2.5rem; }
.portfolio-slider-wrapper { position: relative; display: flex; align-items: center; }
.portfolio-track { width: 100%; overflow: hidden; }
.portfolio-slide { display: none; }
.portfolio-slide.active { display: block; }
.portfolio-slide-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; max-width: 900px; margin: 0 auto; }
.portfolio-image { overflow: hidden; }
.portfolio-image img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.portfolio-placeholder { width: 100%; min-height: 300px; background: #e5e7eb; }
.portfolio-text { padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; background: #fff; color: #1a1a1a; }
.portfolio-text h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.3; }
.portfolio-text p { font-size: 0.95rem; opacity: 0.7; line-height: 1.7; margin-bottom: 1.25rem; }
.portfolio-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.portfolio-tag { padding: 0.4rem 1rem; border: 1px solid #d1d5db; border-radius: 20px; font-size: 0.85rem; color: #374151; background: #fff; }
.portfolio-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: #fff; border: none; color: #333; width: 48px; height: 48px; border-radius: 50%; font-size: 2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.15); transition: 0.2s; }
.portfolio-arrow:hover { background: #f3f4f6; transform: translateY(-50%) scale(1.05); }
.portfolio-prev { left: -24px; }
.portfolio-next { right: -24px; }
.portfolio-dots { display: flex; gap: 0.5rem; justify-content: center; margin-top: 2rem; }
.portfolio-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: 0.2s; }
.portfolio-dot.active { background: var(--primary); transform: scale(1.2); }
@media(max-width: 768px) {
    .portfolio-slide-inner { grid-template-columns: 1fr; }
    .portfolio-arrow { display: none; }
    .portfolio-header h2 { font-size: 1.8rem; }
}

/* CTA */
.section-cta { padding: 4rem 0; text-align: center; }
.cta-inner { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.cta-inner h2 { margin-bottom: 0.5rem; }
.cta-inner p { margin-bottom: 1.5rem; opacity: 0.9; }
.cta-button { display: inline-block; padding: 0.8rem 2rem; border: 2px solid #fff; border-radius: 8px; color: #fff; font-weight: 600; transition: 0.2s; }
.cta-button:hover { background: #fff; color: #1a1a1a; }

/* Testimonials */
.section-testimonials { padding: 4rem 0; }
.testimonials-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.testimonials-header { text-align: center; margin-bottom: 2.5rem; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.testimonial-card { padding: 2rem; border-radius: 12px; background: rgba(0,0,0,0.02); text-align: center; }
.testimonial-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-bottom: 1rem; }
blockquote { font-style: italic; margin-bottom: 1rem; line-height: 1.6; }
.testimonial-author span { display: block; font-size: 0.85rem; opacity: 0.7; }

/* Pricing */
.section-pricing { padding: 4rem 0; }
.pricing-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.pricing-header { text-align: center; margin-bottom: 2.5rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pricing-card { padding: 2.5rem 2rem; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; transition: transform 0.2s; }
.pricing-card.featured { border-color: var(--primary); transform: scale(1.05); }
.pricing-price { margin: 1.5rem 0; }
.price { font-size: 2.5rem; font-weight: 700; }
.period { font-size: 0.9rem; opacity: 0.6; }
.pricing-card ul { list-style: none; padding: 0; margin: 1.5rem 0; text-align: left; }
.pricing-card li { padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; }
.pricing-cta { display: inline-block; padding: 0.7rem 1.5rem; border-radius: 8px; color: #fff; font-weight: 600; background-color: var(--primary); }

/* Contact form */
.section-contact-form { padding: 4rem 0; }
.contact-inner { max-width: 700px; margin: 0 auto; padding: 0 1.5rem; }
.contact-inner h2 { text-align: center; margin-bottom: 0.5rem; }
.contact-subtitle { text-align: center; margin-bottom: 2rem; opacity: 0.7; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; }
.form-group.full-width { grid-column: 1 / -1; }
.form-group label { font-weight: 500; margin-bottom: 0.3rem; font-size: 0.9rem; }
.form-group input, .form-group textarea { padding: 0.7rem 1rem; border: 1px solid #d1d5db; border-radius: 8px; font-family: inherit; font-size: 0.95rem; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent); }
.contact-form button { grid-column: 1 / -1; padding: 0.8rem; border: none; border-radius: 8px; color: #fff; font-weight: 600; font-size: 1rem; cursor: pointer; background-color: var(--primary); }
.form-success { color: #059669; text-align: center; grid-column: 1/-1; }
.form-error { color: #dc2626; text-align: center; grid-column: 1/-1; }

/* FAQ */
.section-faq { padding: 4rem 0; }
.faq-inner { max-width: 800px; margin: 0 auto; padding: 0 1.5rem; }
.faq-inner h2 { text-align: center; margin-bottom: 2rem; }
.faq-item { margin-bottom: 0.5rem; }
.faq-item summary { padding: 1rem 1.5rem; cursor: pointer; font-weight: 500; border-left: 3px solid var(--primary); list-style: none; background: rgba(0,0,0,0.02); border-radius: 6px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-answer { padding: 1rem 1.5rem; line-height: 1.7; }

/* Team */
.section-team { padding: 4rem 0; }
.team-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.team-header { text-align: center; margin-bottom: 2.5rem; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.team-card { text-align: center; }
.team-card img { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin-bottom: 1rem; }
.team-role { font-size: 0.9rem; opacity: 0.6; }

/* Blog grid */
.section-blog-grid { padding: 4rem 0; }
.blog-grid-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.blog-grid-header { margin-bottom: 2.5rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card-link { color: inherit; display: block; }
.blog-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.blog-card-link:hover .blog-card,
.blog-card-link:hover .blog-full-card { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.blog-card-image img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 1.5rem; }
.blog-card-body time { font-size: 0.85rem; font-weight: 500; }
.blog-card-body h3 { margin-top: 0.5rem; }

/* Blog full */
.section-blog-full { padding: 4rem 0; }
.blog-full-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.blog-full-header { text-align: center; margin-bottom: 1.5rem; }
.blog-full-categories { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.blog-category-tag { padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.85rem; background: #f1f5f9; color: #64748b; transition: 0.2s; }
.blog-category-tag:hover { background: #e2e8f0; }
.blog-category-tag.active { font-weight: 600; }
.blog-full-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-full-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.blog-full-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.blog-full-card-image img { width: 100%; height: 200px; object-fit: cover; }
.blog-full-card-placeholder { width: 100%; height: 200px; background: #e2e8f0; }
.blog-full-card-body { padding: 1.5rem; }
.blog-full-card-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
.blog-full-card-meta time { font-size: 0.85rem; font-weight: 500; }
.blog-full-card-category { font-size: 0.85rem; font-weight: 500; }
.blog-full-card-body h3 { margin-top: 0; margin-bottom: 0.5rem; }
.blog-full-card-body p { font-size: 0.9rem; opacity: 0.7; line-height: 1.6; }
.blog-full-card-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.75rem; }
.blog-full-tag { padding: 0.2rem 0.6rem; background: #f1f5f9; border-radius: 12px; font-size: 0.75rem; color: #64748b; }
.blog-full-pagination { display: flex; justify-content: center; align-items: center; gap: 0.5rem; margin-top: 3rem; }
.blog-full-page-link { padding: 0.5rem 0.9rem; border-radius: 8px; font-size: 0.9rem; color: #64748b; background: #f1f5f9; transition: 0.2s; }
.blog-full-page-link:hover { background: #e2e8f0; }
.blog-full-page-link.active { font-weight: 600; }
.blog-full-page-link.disabled { opacity: 0.4; cursor: default; }
.blog-full-empty { text-align: center; padding: 4rem 0; opacity: 0.6; }

/* Trust Partner */
.section-trust-partner { padding: 4rem 0; }
.trust-partner-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.trust-partner-content h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.trust-partner-description { font-size: 1rem; opacity: 0.7; margin-bottom: 2rem; line-height: 1.7; }
.trust-partner-list { list-style: none; padding: 0; margin: 0; }
.trust-partner-item { display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start; }
.trust-partner-icon { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.trust-partner-item-text { display: flex; flex-direction: column; gap: 0.15rem; }
.trust-partner-item-text strong { font-size: 1rem; }
.trust-partner-item-desc { font-size: 0.88rem; opacity: 0.6; }
.trust-partner-media img { border-radius: 12px; width: 100%; object-fit: cover; box-shadow: 0 8px 30px rgba(0,0,0,0.12); }

/* Events List */
.section-events-list { padding: 4rem 0; }
.events-list-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.events-list-title { text-align: center; margin-bottom: 2.5rem; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.event-card { border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.08); transition: transform 0.2s, box-shadow 0.2s; }
.event-card:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.12); }
.event-card-image { height: 200px; overflow: hidden; }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; }
.event-card-placeholder { display: flex; align-items: center; justify-content: center; height: 200px; }
.event-card-body { padding: 1.5rem; }
.event-date { display: flex; align-items: baseline; gap: 0.4rem; font-weight: 600; margin-bottom: 0.5rem; }
.event-date-day { font-size: 1.5rem; font-weight: 800; }
.event-date-month { font-size: 0.85rem; text-transform: uppercase; }
.event-card-body h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.event-location { font-size: 0.85rem; opacity: 0.6; margin-bottom: 0.5rem; }
.event-description { font-size: 0.9rem; opacity: 0.7; line-height: 1.6; margin-bottom: 0.75rem; }
.event-price { font-size: 0.85rem; font-weight: 600; }
.events-empty { text-align: center; opacity: 0.5; font-size: 1.1rem; padding: 3rem 0; }
@media (max-width: 768px) {
    .events-grid { grid-template-columns: 1fr; }
}

/* Gallery */
.section-gallery { padding: 4rem 0; }
.gallery-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.gallery-inner h2 { text-align: center; margin-bottom: 2rem; }
.gallery-grid { display: grid; gap: 1rem; }
.gallery-grid.columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-grid.columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-grid.columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-item img { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; }

/* Image */
.section-image { padding: 2rem 0; }
.image-inner { margin: 0 auto; }
.image-inner img { width: 100%; border-radius: 8px; }
.image-caption { text-align: center; font-size: 0.9rem; opacity: 0.7; margin-top: 0.5rem; }

/* Video */
.section-video { padding: 4rem 0; }
.video-inner { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }
.video-inner h2 { text-align: center; margin-bottom: 1.5rem; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 12px; }

/* Map */
.map-container { width: 100%; }
.map-container iframe { width: 100%; }

/* Footer */
.section-footer { padding: 3rem 0 1.5rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2rem; }
.footer-logo { height: 40px; width: auto; }
.footer-brand-name { font-size: 1.3rem; font-weight: 700; }
.footer-description { margin-top: 0.5rem; font-size: 0.9rem; opacity: 0.8; max-width: 400px; }
.footer-cta-buttons { display: flex; gap: 0.75rem; margin-top: 1rem; }
.footer-cta-btn { padding: 0.5rem 1.2rem; border: 1px solid; border-radius: 20px; font-size: 0.9rem; color: inherit; }
.footer-social { text-align: right; }
.footer-social span { display: block; margin-bottom: 0.5rem; font-weight: 500; }
.social-icons { display: flex; gap: 0.5rem; }
.social-icons a { width: 36px; height: 36px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; }
.footer-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 2rem; padding: 2rem 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-link-group h4 { font-size: 0.95rem; margin-bottom: 0.75rem; }
.footer-link-group ul { list-style: none; padding: 0; }
.footer-link-group li { margin-bottom: 0.3rem; }
.footer-link-group a { font-size: 0.85rem; opacity: 0.7; transition: opacity 0.2s; }
.footer-link-group a:hover { opacity: 1; }
.footer-bottom { text-align: center; padding-top: 1.5rem; font-size: 0.85rem; opacity: 0.6; }

/* Chat */
.section-chat { padding: 0; }
.chat-disabled { padding: 4rem 2rem; text-align: center; opacity: 0.6; }
.chat-container { display: flex; max-width: 1200px; margin: 0 auto; border-radius: 12px; overflow: hidden; }
.chat-sidebar { width: 260px; background: rgba(0,0,0,0.2); flex-shrink: 0; display: flex; flex-direction: column; }
.chat-sidebar-header { padding: 1rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.chat-sidebar-header h3 { font-size: 1.1rem; margin: 0; }
.chat-channels { padding: 0.5rem 0; overflow-y: auto; flex: 1; }
.channel-category { padding: 0.75rem 1.2rem 0.25rem; }
.category-name { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.5; font-weight: 600; }
.channel-btn { display: flex; align-items: center; gap: 0.5rem; width: 100%; padding: 0.4rem 1.2rem; background: none; border: none; color: inherit; font-size: 0.9rem; cursor: pointer; border-radius: 4px; text-align: left; opacity: 0.7; transition: 0.15s; }
.channel-btn:hover { opacity: 1; background: rgba(255,255,255,0.05); }
.channel-btn.active { opacity: 1; background: rgba(255,255,255,0.1); }
.channel-icon { opacity: 0.5; font-weight: 700; }
.chat-main { flex: 1; display: flex; flex-direction: column; background: rgba(0,0,0,0.1); }
.chat-main-header { padding: 0.8rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 0.5rem; }
.current-channel-icon { font-weight: 700; opacity: 0.5; }
.current-channel-name { font-weight: 600; }
.current-channel-desc { font-size: 0.85rem; opacity: 0.5; margin-left: 0.5rem; }
.chat-messages { flex: 1; overflow-y: auto; padding: 1rem 1.2rem; }
.chat-welcome { opacity: 0.5; font-style: italic; }
.chat-message { margin-bottom: 1rem; }
.msg-header { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 0.2rem; }
.msg-author { font-size: 0.95rem; }
.msg-time { font-size: 0.75rem; opacity: 0.4; }
.msg-content { margin: 0; line-height: 1.5; }
.chat-input-form { padding: 0.8rem 1.2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.chat-input-row { display: flex; gap: 0.5rem; align-items: center; }
.chat-input { flex: 1; padding: 0.6rem 1rem; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; background: rgba(255,255,255,0.05); color: inherit; font-family: inherit; font-size: 0.9rem; }
.chat-input:focus { outline: none; border-color: var(--primary); }
.chat-input:disabled { opacity: 0.5; }
.chat-send { padding: 0.6rem 1.2rem; border: none; border-radius: 8px; color: #fff; font-weight: 600; cursor: pointer; font-size: 0.9rem; background-color: var(--primary); }
.chat-send:disabled { opacity: 0.5; cursor: not-allowed; }
.chat-attach-btn { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; cursor: pointer; opacity: 0.6; transition: 0.15s; flex-shrink: 0; }
.chat-attach-btn:hover { opacity: 1; background: rgba(255,255,255,0.1); }
.chat-attachment-preview { display: flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.8rem; margin-bottom: 0.5rem; background: rgba(255,255,255,0.08); border-radius: 6px; font-size: 0.85rem; }
.chat-attachment-preview .attachment-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chat-attachment-preview .attachment-remove { background: none; border: none; color: inherit; cursor: pointer; font-size: 1.2rem; opacity: 0.6; padding: 0 0.3rem; }
.chat-attachment-preview .attachment-remove:hover { opacity: 1; }
.msg-attachment { margin-top: 0.4rem; }
.msg-attachment-img { max-width: 300px; max-height: 200px; border-radius: 8px; cursor: pointer; }
.msg-attachment-file { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.8rem; background: rgba(255,255,255,0.08); border-radius: 6px; color: inherit; text-decoration: none; font-size: 0.85rem; }
.msg-attachment-file:hover { background: rgba(255,255,255,0.15); }

/* Article page */
a { color: inherit; }
.article-container { max-width: 800px; margin: 0 auto; padding: 3rem 1.5rem; }
.article-back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--primary); margin-bottom: 2rem; transition: opacity 0.2s; }
.article-back:hover { opacity: 0.7; }
.article-meta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.article-meta time { font-size: 0.9rem; color: var(--primary); font-weight: 500; }
.article-meta .article-category { font-size: 0.85rem; padding: 0.3rem 0.8rem; background: color-mix(in srgb, var(--primary) 10%, transparent); color: var(--primary); border-radius: 20px; font-weight: 500; }
.article-title { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
.article-excerpt { font-size: 1.15rem; opacity: 0.7; line-height: 1.7; margin-bottom: 2rem; }
.article-featured-image { margin-bottom: 2.5rem; border-radius: 12px; overflow: hidden; }
.article-featured-image img { width: 100%; height: auto; display: block; }
.article-content { font-size: 1.05rem; line-height: 1.8; }
.article-content h2 { font-size: 1.6rem; margin: 2rem 0 1rem; }
.article-content h3 { font-size: 1.3rem; margin: 1.5rem 0 0.75rem; }
.article-content p { margin-bottom: 1.25rem; }
.article-content ul, .article-content ol { margin-bottom: 1.25rem; padding-left: 1.5rem; }
.article-content li { margin-bottom: 0.5rem; }
.article-content blockquote { border-left: 4px solid var(--primary); padding: 1rem 1.5rem; margin: 1.5rem 0; background: #f8fafc; border-radius: 0 8px 8px 0; font-style: italic; }
.article-content img { border-radius: 8px; margin: 1.5rem 0; }
.article-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; }
.article-tag { padding: 0.3rem 0.8rem; background: #f1f5f9; border-radius: 20px; font-size: 0.8rem; color: #64748b; }
.article-author { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #e2e8f0; }
.article-author-name { font-weight: 600; }

/* Event page */
.event-container { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; }
.event-back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--primary); margin-bottom: 2rem; transition: opacity 0.2s; }
.event-back:hover { opacity: 0.7; }
.event-title { font-size: 2.2rem; font-weight: 800; margin-bottom: 1.5rem; }
.event-info { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2rem; }
.event-info-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; }
.event-info-label { font-weight: 600; color: var(--primary); }
.event-image { border-radius: 12px; overflow: hidden; margin-bottom: 2rem; }
.event-image img { width: 100%; height: auto; display: block; }
.event-body { font-size: 1.05rem; line-height: 1.8; }
.event-body p { margin-bottom: 1.25rem; }
.event-price-badge { display: inline-block; padding: 0.5rem 1.2rem; background: var(--primary); color: #fff; font-weight: 700; border-radius: 8px; font-size: 1.1rem; margin-bottom: 1.5rem; }

/* Listing page */
.listing-container { max-width: 1100px; margin: 0 auto; padding: 3rem 1.5rem; }
.listing-back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--primary); margin-bottom: 2rem; transition: opacity 0.2s; }
.listing-back:hover { opacity: 0.7; }
.listing-header { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.listing-title { font-size: 2rem; font-weight: 800; }
.listing-price { font-size: 1.8rem; font-weight: 800; color: var(--primary); }
.listing-meta { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2rem; padding: 1rem 1.5rem; background: #f8fafc; border-radius: 12px; }
.listing-meta-item { text-align: center; }
.listing-meta-value { font-size: 1.2rem; font-weight: 700; display: block; }
.listing-meta-label { font-size: 0.8rem; opacity: 0.7; }
.listing-images { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.listing-images img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; }
.listing-body { font-size: 1.05rem; line-height: 1.8; margin-bottom: 2rem; }
.listing-body p { margin-bottom: 1rem; }
.listing-features { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.listing-feature { padding: 0.4rem 1rem; background: color-mix(in srgb, var(--primary) 10%, transparent); color: var(--primary); border-radius: 20px; font-size: 0.85rem; font-weight: 500; }
.listing-address { font-size: 0.95rem; opacity: 0.8; margin-bottom: 1rem; }
.listing-energy { display: flex; gap: 1rem; margin-bottom: 2rem; }
.listing-energy span { padding: 0.3rem 0.8rem; border-radius: 6px; font-weight: 600; font-size: 0.85rem; }

/* Responsive */
@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    .header-nav { display: none !important; }
    .header-mobile-toggle { display: block; }
    .header-nav.open { display: flex !important; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 1rem 1.5rem; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 200; }
    .header-nav.open a { color: #1a1a1a; }
    .nav-dropdown-menu { position: static; box-shadow: none; padding-left: 1rem; }
    .nav-item-dropdown:hover .nav-dropdown-menu { display: block; }
    .hero-slide-content h1, .hero-slide-content h2, .hero-slide-content .hero-slide-title { font-size: 2rem; }
    .hero-slide-subtitle { font-size: 1rem; }
    .hero-slider-prev, .hero-slider-next { width: 36px; height: 36px; font-size: 1.5rem; }
    .stats-inner { flex-direction: column; gap: 1.5rem; }
    .text-image-inner { grid-template-columns: 1fr; }
    .text-image-inner.image-left .text-image-media { order: 0; }
    .features-grid.columns-3, .features-grid.columns-4 { grid-template-columns: 1fr; }
    .cards-grid { gap: 1.5rem; }
    .carousel-slide-inner { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: 1fr; }
    .pricing-card.featured { transform: none; }
    .contact-form { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: 1fr; }
    .blog-full-grid { grid-template-columns: 1fr; }
    .trust-partner-inner { grid-template-columns: 1fr; }
    .trust-partner-media { order: -1; }
    .footer-top { flex-direction: column; gap: 2rem; }
    .footer-social { text-align: left; }
    .chat-sidebar { display: none; }
    .chat-container { flex-direction: column; }
    .article-title { font-size: 1.8rem; }
    .article-container { padding: 2rem 1rem; }
    .event-title { font-size: 1.6rem; }
    .listing-title { font-size: 1.5rem; }
    .listing-price { font-size: 1.4rem; }
}

/* Breadcrumbs */
.breadcrumbs-nav { max-width: 1200px; margin: 0 auto; padding: 0.75rem 1.5rem; }
.breadcrumbs-list { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; font-size: 0.85rem; }
.breadcrumb-item { display: flex; align-items: center; }
.breadcrumb-sep { margin: 0 0.5rem; opacity: 0.5; }
.breadcrumb-item a { color: var(--primary); text-decoration: none; }
.breadcrumb-item a:hover { text-decoration: underline; }
.breadcrumb-item span[aria-current] { opacity: 0.7; }

/* Skip nav */
.skip-nav { position: absolute; top: -100%; left: 0; z-index: 9999; padding: 0.75rem 1.5rem; background: var(--primary); color: #fff; font-weight: 600; text-decoration: none; }
.skip-nav:focus { top: 0; }
