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

body {
font-family: 'Quicksand', sans-serif;
line-height: 1.6;
color: #333;
background: #fff;
}

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

.header-unique {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 15px 0;
position: relative;
}

.header-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.logo a {
font-family: 'Comfortaa', cursive;
font-size: 20px;
font-weight: 700;
color: #fff;
text-decoration: none;
}

.nav-menu {
display: flex;
gap: 25px;
}

.nav-menu a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: 600;
transition: opacity 0.3s;
}

.nav-menu a:hover {
opacity: 0.8;
}

.menu-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
flex-direction: column;
gap: 4px;
}

.menu-toggle span {
width: 25px;
height: 3px;
background: #fff;
display: block;
transition: 0.3s;
}

.hero-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 80px 20px;
text-align: center;
color: #fff;
}

.hero-content h1 {
font-family: 'Comfortaa', cursive;
font-size: 42px;
margin-bottom: 15px;
}

.hero-content p {
font-size: 18px;
margin-bottom: 25px;
opacity: 0.95;
}

.btn-primary {
display: inline-block;
background: #fff;
color: #667eea;
padding: 12px 30px;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: transform 0.3s;
}

.btn-primary:hover {
transform: translateY(-2px);
}

.btn-secondary {
display: inline-block;
background: transparent;
color: #667eea;
border: 2px solid #667eea;
padding: 10px 28px;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
font-size: 15px;
transition: all 0.3s;
}

.btn-secondary:hover {
background: #667eea;
color: #fff;
}

.features-grid {
padding: 60px 20px;
background: #f8f9fa;
}

.features-grid .container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 30px;
}

.feature-card {
background: #fff;
padding: 30px;
border-radius: 12px;
text-align: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.feature-card i {
font-size: 40px;
color: #667eea;
margin-bottom: 15px;
}

.feature-card h3 {
font-family: 'Comfortaa', cursive;
font-size: 20px;
margin-bottom: 10px;
color: #333;
}

.feature-card p {
font-size: 14px;
color: #666;
}

.about-craft {
padding: 60px 20px;
}

.about-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
}

.about-text h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
margin-bottom: 15px;
color: #333;
}

.about-text p {
font-size: 15px;
color: #666;
margin-bottom: 15px;
}

.about-image img {
width: 100%;
height: auto;
border-radius: 12px;
}

.categories-showcase {
padding: 60px 20px;
background: #f8f9fa;
}

.categories-showcase h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
}

.category-item {
background: #fff;
padding: 25px;
border-radius: 12px;
text-align: center;
}

.category-item i {
font-size: 35px;
color: #764ba2;
margin-bottom: 12px;
}

.category-item h3 {
font-family: 'Comfortaa', cursive;
font-size: 18px;
margin-bottom: 8px;
color: #333;
}

.category-item p {
font-size: 13px;
color: #666;
}

.testimonials-section {
padding: 60px 20px;
}

.testimonials-section h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}

.testimonial-card {
background: #f8f9fa;
padding: 25px;
border-radius: 12px;
}

.testimonial-card p {
font-size: 14px;
color: #666;
margin-bottom: 15px;
font-style: italic;
}

.testimonial-author strong {
display: block;
font-size: 15px;
color: #333;
margin-bottom: 3px;
}

.testimonial-author span {
font-size: 13px;
color: #999;
}

.cta-section {
padding: 60px 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
text-align: center;
color: #fff;
}

.cta-content h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
margin-bottom: 12px;
}

.cta-content p {
font-size: 16px;
margin-bottom: 25px;
opacity: 0.95;
}

.page-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 60px 20px;
text-align: center;
color: #fff;
}

.page-hero h1 {
font-family: 'Comfortaa', cursive;
font-size: 38px;
margin-bottom: 10px;
}

.page-hero p {
font-size: 16px;
opacity: 0.95;
}

.products-section {
padding: 60px 20px;
}

.products-section h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}

.product-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.product-image img {
width: 100%;
height: auto;
display: block;
}

.product-info {
padding: 20px;
}

.product-info h3 {
font-family: 'Comfortaa', cursive;
font-size: 20px;
margin-bottom: 10px;
color: #333;
}

.product-info p {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}

.product-price {
font-size: 24px;
font-weight: 700;
color: #667eea;
margin-bottom: 15px;
}

.btn-product {
display: inline-block;
background: #667eea;
color: #fff;
padding: 10px 25px;
border-radius: 20px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
transition: background 0.3s;
}

.btn-product:hover {
background: #764ba2;
}

.materials-categories {
padding: 60px 20px;
background: #f8f9fa;
}

.materials-categories h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.materials-list {
display: grid;
gap: 20px;
}

.material-item {
display: flex;
gap: 20px;
background: #fff;
padding: 20px;
border-radius: 12px;
align-items: flex-start;
}

.material-item i {
font-size: 30px;
color: #667eea;
flex-shrink: 0;
}

.material-content h3 {
font-family: 'Comfortaa', cursive;
font-size: 18px;
margin-bottom: 8px;
color: #333;
}

.material-content p {
font-size: 14px;
color: #666;
}

.quality-promise {
padding: 60px 20px;
}

.promise-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.promise-content h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
margin-bottom: 20px;
color: #333;
}

.promise-content p {
font-size: 15px;
color: #666;
margin-bottom: 15px;
}

.ideas-showcase {
padding: 60px 20px;
}

.ideas-showcase h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.ideas-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
}

.idea-card {
background: #f8f9fa;
padding: 25px;
border-radius: 12px;
text-align: center;
}

.idea-card i {
font-size: 35px;
color: #667eea;
margin-bottom: 15px;
}

.idea-card h3 {
font-family: 'Comfortaa', cursive;
font-size: 18px;
margin-bottom: 10px;
color: #333;
}

.idea-card p {
font-size: 14px;
color: #666;
}

.techniques-section {
padding: 60px 20px;
background: #f8f9fa;
}

.techniques-section h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.techniques-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 25px;
}

.technique-item {
background: #fff;
padding: 25px;
border-radius: 12px;
}

.technique-item h3 {
font-family: 'Comfortaa', cursive;
font-size: 18px;
margin-bottom: 10px;
color: #333;
}

.technique-item p {
font-size: 14px;
color: #666;
}

.tips-section {
padding: 60px 20px;
}

.tips-section h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.tips-content {
max-width: 900px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}

.tip-item {
display: flex;
gap: 12px;
align-items: flex-start;
}

.tip-item i {
color: #667eea;
font-size: 18px;
flex-shrink: 0;
margin-top: 2px;
}

.tip-item p {
font-size: 14px;
color: #666;
}

.inspiration-cta {
padding: 60px 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
text-align: center;
color: #fff;
}

.contact-section {
padding: 60px 20px;
}

.contact-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}

.contact-info-side h2 {
font-family: 'Comfortaa', cursive;
font-size: 28px;
margin-bottom: 25px;
color: #333;
}

.contact-detail {
display: flex;
gap: 15px;
margin-bottom: 20px;
}

.contact-detail i {
font-size: 22px;
color: #667eea;
flex-shrink: 0;
margin-top: 2px;
}

.contact-detail strong {
display: block;
font-size: 15px;
color: #333;
margin-bottom: 3px;
}

.contact-detail p {
font-size: 14px;
color: #666;
margin: 0;
}

.contact-form-side h2 {
font-family: 'Comfortaa', cursive;
font-size: 28px;
margin-bottom: 25px;
color: #333;
}

.contact-form {
display: flex;
flex-direction: column;
gap: 18px;
}

.form-group {
display: flex;
flex-direction: column;
}

.form-group label {
font-size: 14px;
font-weight: 600;
color: #333;
margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
padding: 12px;
border: 1px solid #ddd;
border-radius: 8px;
font-family: 'Quicksand', sans-serif;
font-size: 14px;
}

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

.checkbox-group {
flex-direction: row;
align-items: flex-start;
}

.checkbox-label {
display: flex;
gap: 8px;
font-size: 13px;
color: #666;
cursor: pointer;
}

.checkbox-label input {
margin-top: 2px;
flex-shrink: 0;
}

.checkbox-label a {
color: #667eea;
text-decoration: none;
}

.checkbox-label a:hover {
text-decoration: underline;
}

.btn-submit {
background: #667eea;
color: #fff;
padding: 12px 30px;
border: none;
border-radius: 25px;
font-family: 'Quicksand', sans-serif;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s;
}

.btn-submit:hover {
background: #764ba2;
}

.map-section {
padding: 60px 20px;
background: #f8f9fa;
}

.map-section h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 30px;
color: #333;
}

.map-container {
border-radius: 12px;
overflow: hidden;
}

.why-visit {
padding: 60px 20px;
}

.why-visit h2 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
text-align: center;
margin-bottom: 40px;
color: #333;
}

.visit-reasons {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 25px;
}

.reason-item {
text-align: center;
padding: 20px;
}

.reason-item i {
font-size: 40px;
color: #667eea;
margin-bottom: 15px;
}

.reason-item h3 {
font-family: 'Comfortaa', cursive;
font-size: 18px;
margin-bottom: 10px;
color: #333;
}

.reason-item p {
font-size: 14px;
color: #666;
}

.thankyou-section,
.error-section {
padding: 100px 20px;
text-align: center;
min-height: calc(100vh - 170px);
display: flex;
align-items: center;
justify-content: center;
}

.thankyou-content,
.error-content {
max-width: 600px;
}

.thankyou-content i {
font-size: 60px;
color: #667eea;
margin-bottom: 20px;
}

.thankyou-content h1,
.error-content h1 {
font-family: 'Comfortaa', cursive;
font-size: 32px;
margin-bottom: 15px;
color: #333;
}

.error-content h1 {
font-size: 72px;
color: #667eea;
}

.error-content h2 {
font-family: 'Comfortaa', cursive;
font-size: 28px;
margin-bottom: 15px;
color: #333;
}

.thankyou-content p,
.error-content p {
font-size: 15px;
color: #666;
margin-bottom: 15px;
}

.thankyou-actions,
.error-actions {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 25px;
flex-wrap: wrap;
}

.policy-hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 50px 20px;
text-align: center;
color: #fff;
}

.policy-hero h1 {
font-family: 'Comfortaa', cursive;
font-size: 36px;
margin-bottom: 10px;
}

.policy-hero p {
font-size: 14px;
opacity: 0.9;
}

.policy-content {
padding: 60px 20px;
}

.policy-text {
max-width: 900px;
margin: 0 auto;
}

.policy-text h2 {
font-family: 'Comfortaa', cursive;
font-size: 24px;
margin-top: 30px;
margin-bottom: 15px;
color: #333;
}

.policy-text p {
font-size: 14px;
color: #666;
margin-bottom: 15px;
line-height: 1.8;
}

.footer {
background: #2d3748;
color: #fff;
padding: 30px 20px;
}

.footer-content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

.footer-info p {
font-size: 13px;
margin-bottom: 15px;
}

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

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

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

.privacy-popup {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.95);
padding: 20px;
z-index: 9999;
display: none;
}

.privacy-popup.show {
display: block;
}

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

.privacy-content p {
color: #fff;
font-size: 14px;
margin: 0;
flex: 1;
min-width: 250px;
}

.privacy-buttons {
display: flex;
gap: 12px;
}

.btn-accept {
background: #667eea;
color: #fff;
border: none;
padding: 10px 25px;
border-radius: 20px;
font-family: 'Quicksand', sans-serif;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: background 0.3s;
}

.btn-accept:hover {
background: #764ba2;
}

.btn-learn {
background: transparent;
color: #fff;
border: 1px solid #fff;
padding: 9px 24px;
border-radius: 20px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
transition: all 0.3s;
}

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

@media (max-width: 768px) {
.nav-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #667eea;
flex-direction: column;
padding: 20px;
gap: 15px;
}

.nav-menu.active {
display: flex;
}

.menu-toggle {
display: flex;
}

.hero-content h1 {
font-size: 32px;
}

.hero-content p {
font-size: 16px;
}

.about-grid,
.contact-wrapper {
grid-template-columns: 1fr;
}

.categories-grid,
.products-grid,
.ideas-grid,
.techniques-grid {
grid-template-columns: 1fr;
}

.policy-text h2 {
font-size: 20px;
}

.policy-text p {
font-size: 13px;
}
}

@media (max-width: 480px) {
.hero-content h1 {
font-size: 26px;
}

.page-hero h1 {
font-size: 28px;
}

.btn-primary,
.btn-secondary {
font-size: 14px;
padding: 10px 20px;
}

.feature-card,
.category-item,
.idea-card {
padding: 20px;
}

.privacy-content {
flex-direction: column;
text-align: center;
}

.privacy-buttons {
width: 100%;
justify-content: center;
}
}
