* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

img {
max-width: 100%;
height: auto;
display: block;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}

html {
scroll-behavior: smooth;
}

body {
font-family: 'Cardo', serif;
background: #000;
color: #fff;
line-height: 1.6;
}

.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #1a1a1a;
padding: 20px;
z-index: 1000;
border-top: 2px solid #333;
}

.cookie-content {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}

.cookie-content p {
margin: 0;
flex: 1;
min-width: 250px;
}

.cookie-buttons {
display: flex;
gap: 15px;
}

.cookie-btn {
padding: 10px 25px;
text-decoration: none;
font-size: 14px;
border: none;
cursor: pointer;
transition: all 0.3s;
text-transform: uppercase;
letter-spacing: 1px;
}

.cookie-btn.accept {
background: #fff;
color: #000;
}

.cookie-btn.accept:hover {
background: #ddd;
}

.cookie-btn.learn {
background: transparent;
color: #fff;
border: 1px solid #fff;
display: inline-block;
}

.cookie-btn.learn:hover {
background: #fff;
color: #000;
}

.mobile-menu-btn {
display: none;
position: fixed;
top: 20px;
left: 20px;
z-index: 150;
width: 40px;
height: 40px;
flex-direction: column;
justify-content: space-around;
padding: 8px;
cursor: pointer;
background: #1a1a1a;
}

.mobile-menu-btn span {
width: 100%;
height: 3px;
background: #fff;
transition: all 0.3s;
}

.mobile-close {
display: none;
position: absolute;
top: 20px;
right: 20px;
font-size: 40px;
cursor: pointer;
color: #fff;
}

.sidebar {
position: fixed;
left: 0;
top: 0;
width: 280px;
height: 100vh;
background: #000;
padding: 30px 20px;
z-index: 100;
}

.logo a {
color: #fff;
text-decoration: none;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
display: block;
}

.logo img {
max-width: 100%;
height: auto;
display: block;
}

.menu {
margin-top: 50px;
display: flex;
flex-direction: column;
gap: 20px;
}

.menu a {
color: #fff;
text-decoration: none;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
transition: opacity 0.3s;
}

.menu a:hover {
opacity: 0.7;
}

.main-content {
margin-left: 280px;
min-height: 100vh;
background: #000;
}

.hero {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 40px;
background: linear-gradient(135deg, #1a1a1a 0%, #000 50%, #1a1a1a 100%);
}

.hero h1 {
font-family: 'Abril Fatface', cursive;
font-size: 80px;
margin-bottom: 20px;
color: #fff;
}

.hero .tagline {
font-size: 24px;
margin-bottom: 40px;
color: #fff;
}

.buttons {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
}

.btn {
padding: 15px 30px;
text-decoration: none;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
transition: all 0.3s;
display: inline-flex;
align-items: center;
gap: 10px;
}

.btn.primary {
background: #fff;
color: #000;
}

.btn.primary:hover {
background: #333;
color: #fff;
}

.btn.secondary {
background: transparent;
color: #fff;
border: 2px solid #fff;
}

.btn.secondary:hover {
background: #fff;
color: #000;
}

.btn.large {
padding: 18px 40px;
font-size: 15px;
}

.section {
padding: 100px 40px;
background: #000;
}

.section.dark {
background: #0a0a0a;
}

.section.cta {
background: #1a1a1a;
}

.container {
max-width: 1200px;
margin: 0 auto;
}

.container.center {
text-align: center;
}

.section h2 {
font-family: 'Abril Fatface', cursive;
font-size: 48px;
margin-bottom: 15px;
text-align: center;
color: #fff;
}

.subtitle {
text-align: center;
font-size: 18px;
margin-bottom: 60px;
opacity: 0.8;
color: #fff;
}

.grid {
display: grid;
gap: 30px;
margin-top: 40px;
}

.grid.two {
grid-template-columns: 1fr 1fr;
}

.grid.three {
grid-template-columns: repeat(3, 1fr);
}

.card {
background: #1a1a1a;
padding: 40px 30px;
text-align: center;
transition: transform 0.3s;
}

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

.card .material-icons {
font-size: 48px;
color: #fff;
margin-bottom: 20px;
}

.card h3 {
font-size: 20px;
margin-bottom: 15px;
color: #fff;
}

.card p {
font-size: 14px;
color: #fff;
opacity: 0.7;
}

.price-card {
background: #1a1a1a;
padding: 40px 30px;
text-align: center;
position: relative;
}

.price-card.featured {
background: #333;
transform: scale(1.05);
}

.badge {
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
background: #fff;
color: #000;
padding: 5px 20px;
font-size: 12px;
letter-spacing: 1px;
font-weight: 700;
}

.price-card h3 {
font-size: 24px;
margin-bottom: 20px;
color: #fff;
}

.price {
font-size: 56px;
color: #fff;
margin-bottom: 30px;
display: flex;
align-items: flex-start;
justify-content: center;
gap: 5px;
}

.price span:first-child {
font-size: 24px;
margin-top: 10px;
}

.price span:last-child {
font-size: 16px;
opacity: 0.7;
margin-top: 15px;
}

.price-card ul {
list-style: none;
margin-bottom: 30px;
text-align: left;
}

.price-card li {
padding: 10px 0;
font-size: 14px;
border-bottom: 1px solid rgba(255,255,255,0.1);
color: #fff;
}

.stats {
display: flex;
gap: 40px;
margin-top: 40px;
}

.stat {
text-align: center;
flex: 1;
}

.stat .number {
display: block;
font-size: 36px;
font-weight: 700;
margin-bottom: 10px;
color: #fff;
}

.stat .label {
display: block;
font-size: 14px;
opacity: 0.7;
color: #fff;
}

.placeholder-image {
background: #1a1a1a;
height: 400px;
display: flex;
align-items: center;
justify-content: center;
color: #666;
font-size: 24px;
}

.placeholder-image.small {
height: 250px;
font-size: 16px;
}

.gallery-section {
background: #000;
}

.gallery-item {
text-align: center;
}

.gallery-item img {
width: 100%;
height: 250px;
object-fit: cover;
display: block;
margin-bottom: 15px;
}

.gallery-item p {
margin-top: 15px;
font-size: 14px;
opacity: 0.8;
}

.team-image {
width: 100%;
height: auto;
max-height: 500px;
object-fit: cover;
display: block;
}

.testimonial {
background: #1a1a1a;
padding: 30px;
border-left: 3px solid #fff;
}

.testimonial .quote {
font-size: 15px;
line-height: 1.8;
margin-bottom: 20px;
font-style: italic;
color: #fff;
}

.testimonial .author {
font-size: 14px;
font-weight: 700;
color: #fff;
opacity: 0.9;
}

.faq-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 40px;
}

.faq-item {
background: #1a1a1a;
padding: 30px;
}

.faq-item h3 {
font-size: 18px;
margin-bottom: 15px;
color: #fff;
}

.faq-item p {
font-size: 14px;
line-height: 1.8;
opacity: 0.8;
color: #fff;
}

.coverage-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 15px;
}

.area {
background: #1a1a1a;
padding: 20px;
text-align: center;
font-size: 14px;
transition: all 0.3s;
color: #fff;
}

.area:hover {
background: #333;
transform: translateY(-3px);
}

.address {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-top: 30px;
opacity: 0.7;
font-size: 14px;
}

footer {
background: #000;
padding: 60px 40px;
text-align: center;
border-top: 1px solid #1a1a1a;
}

.footer-logo {
font-size: 20px;
font-weight: 700;
margin-bottom: 30px;
color: #fff;
}

.footer-links {
display: flex;
gap: 30px;
justify-content: center;
margin-bottom: 20px;
}

.footer-links a {
color: #fff;
text-decoration: none;
font-size: 14px;
opacity: 0.7;
transition: opacity 0.3s;
}

.footer-links a:hover {
opacity: 1;
}

footer p {
font-size: 14px;
opacity: 0.7;
color: #fff;
}

@media (max-width: 768px) {
.mobile-menu-btn {
display: flex;
}
.mobile-close {
display: block;
}
.sidebar {
width: 280px;
height: 100vh;
position: fixed;
left: -280px;
top: 0;
transition: left 0.3s;
z-index: 200;
}
.sidebar.mobile-active {
left: 0;
}
.main-content {
margin-left: 0;
}
.hero {
padding: 80px 20px 60px;
}
.hero h1 {
font-size: 40px;
}
.hero .tagline {
font-size: 18px;
}
.section {
padding: 60px 20px;
}
.grid.two,
.grid.three {
grid-template-columns: 1fr;
}
.faq-grid {
grid-template-columns: 1fr;
}
.coverage-grid {
grid-template-columns: repeat(2, 1fr);
}
.price-card.featured {
transform: scale(1);
}
.stats {
flex-direction: column;
gap: 20px;
}
.cookie-content {
flex-direction: column;
text-align: center;
}
.cookie-buttons {
justify-content: center;
width: 100%;
}
.buttons {
flex-direction: column;
width: 100%;
}
.btn {
width: 100%;
justify-content: center;
}
footer {
padding: 40px 20px;
}
.footer-links {
flex-direction: column;
gap: 15px;
}
}

.thankyou-page {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #000;
padding: 2rem;
}

.thankyou-container {
text-align: center;
max-width: 600px;
}

.thankyou-icon {
font-size: 80px;
color: #fff;
margin-bottom: 2rem;
display: block;
}

.thankyou-container h1 {
font-family: 'Abril Fatface', cursive;
font-size: 3rem;
margin-bottom: 1.5rem;
color: #fff;
}

.thankyou-container p {
font-size: 1.125rem;
line-height: 1.8;
margin-bottom: 1.5rem;
color: #fff;
opacity: 0.9;
}

.thankyou-container .btn {
margin-top: 1rem;
}

.service-page {
background: #000;
color: #fff;
min-height: 100vh;
padding: 3rem 2rem;
}

.service-header {
max-width: 800px;
margin: 0 auto 3rem;
}

.back-link {
color: #fff;
text-decoration: none;
opacity: 0.7;
font-size: 0.875rem;
transition: opacity 0.3s;
display: inline-block;
margin-bottom: 1.5rem;
}

.back-link:hover {
opacity: 1;
}

.service-header h1 {
font-family: 'Abril Fatface', cursive;
font-size: 3rem;
margin-bottom: 1rem;
color: #fff;
}

.service-content {
max-width: 800px;
margin: 0 auto;
}

.service-content h2 {
font-family: 'Abril Fatface', cursive;
font-size: 2rem;
margin: 2.5rem 0 1rem;
color: #fff;
}

.service-content p {
font-size: 1.0625rem;
line-height: 1.8;
margin-bottom: 1.25rem;
color: #fff;
opacity: 0.9;
}

.service-cta {
text-align: center;
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px solid #333;
}

.service-cta .btn {
margin: 0 0.625rem;
}

.contact-page {
background: #000;
color: #fff;
min-height: 100vh;
padding: 3rem 2rem;
}

.contact-header {
max-width: 1000px;
margin: 0 auto 3rem;
text-align: center;
}

.contact-header h1 {
font-family: 'Abril Fatface', cursive;
font-size: 3rem;
margin-bottom: 1rem;
color: #fff;
}

.contact-header p {
font-size: 1.125rem;
opacity: 0.8;
}

.contact-container {
max-width: 1000px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
}

.contact-info {
display: flex;
flex-direction: column;
gap: 2.5rem;
}

.info-item {
display: flex;
gap: 1.25rem;
}

.info-item .material-icons {
font-size: 2rem;
color: #fff;
}

.info-item h3 {
font-size: 1.25rem;
margin-bottom: 0.5rem;
color: #fff;
}

.info-item p {
font-size: 1rem;
line-height: 1.6;
opacity: 0.9;
margin: 0;
}

.info-item p.small {
font-size: 0.875rem;
opacity: 0.7;
margin-top: 0.5rem;
}

.info-item a {
color: #fff;
text-decoration: none;
transition: opacity 0.3s;
}

.info-item a:hover {
opacity: 0.7;
}

.contact-form-wrapper {
background: #1a1a1a;
padding: 2.5rem;
}

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

.form-group label {
display: block;
margin-bottom: 0.5rem;
font-size: 0.9375rem;
color: #fff;
}

.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: 0.875rem;
background: #000;
border: 1px solid #333;
color: #fff;
font-family: 'Cardo', serif;
font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
outline: none;
border-color: #fff;
}

.contact-form button {
width: 100%;
}

.policy-page {
background: #000;
color: #fff;
min-height: 100vh;
padding: 3rem 2rem;
}

.policy-header {
max-width: 800px;
margin: 0 auto 3rem;
}

.policy-header h1 {
font-family: 'Abril Fatface', cursive;
font-size: 3rem;
margin-bottom: 1rem;
color: #fff;
}

.policy-content {
max-width: 800px;
margin: 0 auto;
}

.policy-content h2 {
font-family: 'Abril Fatface', cursive;
font-size: 1.75rem;
margin: 2rem 0 1rem;
color: #fff;
}

.policy-content p {
font-size: 1rem;
line-height: 1.8;
margin-bottom: 1.25rem;
color: #fff;
opacity: 0.9;
}

.policy-footer {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid #333;
font-size: 0.875rem;
opacity: 0.7;
}

.portfolio-page {
background: #000;
color: #fff;
min-height: 100vh;
padding: 3rem 2rem;
}

.portfolio-header {
max-width: 1200px;
margin: 0 auto 3rem;
text-align: center;
}

.portfolio-header h1 {
font-family: 'Abril Fatface', cursive;
font-size: 3rem;
margin-bottom: 1rem;
color: #fff;
}

.portfolio-header p {
font-size: 1.125rem;
opacity: 0.8;
}

.portfolio-grid {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}

.portfolio-item {
background: #1a1a1a;
padding: 1.5rem;
}

.portfolio-images {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.625rem;
margin-bottom: 1.25rem;
}

.portfolio-img {
position: relative;
overflow: hidden;
}

.portfolio-img img {
width: 100%;
height: 250px;
object-fit: cover;
display: block;
}

.portfolio-img .label {
position: absolute;
top: 0.625rem;
left: 0.625rem;
background: rgba(0,0,0,0.8);
color: #fff;
padding: 0.25rem 0.625rem;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 1px;
}

.portfolio-item h3 {
font-size: 1.25rem;
margin-bottom: 0.75rem;
color: #fff;
}

.portfolio-item p {
font-size: 0.9375rem;
line-height: 1.6;
opacity: 0.8;
color: #fff;
}

.portfolio-cta {
max-width: 1200px;
margin: 4rem auto 0;
text-align: center;
padding-top: 3rem;
border-top: 1px solid #333;
}

.portfolio-cta h2 {
font-family: 'Abril Fatface', cursive;
font-size: 2.5rem;
margin-bottom: 1rem;
color: #fff;
}

.portfolio-cta p {
font-size: 1.125rem;
margin-bottom: 2rem;
opacity: 0.8;
}

@media (max-width: 768px) {
.thankyou-container h1 {
font-size: 2rem;
}
.thankyou-icon {
font-size: 60px;
}
.service-header h1,
.contact-header h1,
.policy-header h1,
.portfolio-header h1 {
font-size: 2rem;
}
.service-content h2,
.policy-content h2 {
font-size: 1.5rem;
}
.contact-container {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.portfolio-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.service-cta .btn {
display: block;
margin: 0.625rem 0;
}
}