* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); color: #1f2937; }
.container { width: min(1200px, 95%); margin: 0 auto; }
.site-header { background: linear-gradient(135deg, #1e293b 0%, #334155 100%); padding: 20px 0; color: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.site-header .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.brand { color: #fff; text-decoration: none; font-size:1.2rem; letter-spacing: 1px; font-weight: 700; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 12px; }
nav a { color: #e2e8f0; text-decoration: none; margin: 4px 6px; font-size: 1rem; font-weight: 500; transition: color 0.3s ease; }
nav a:hover { color: #60a5fa; }
.btn-whatsapp { border: 2px solid #10b981; padding: 10px 16px; border-radius: 25px; color: #10b981; font-weight: 600; transition: all 0.3s ease; }
.btn-whatsapp:hover { background: #10b981; color: #fff; }
.nav-toggle { display: none; border: none; background: transparent; cursor: pointer; padding: 10px; width: 48px; height: 48px; justify-content: center; align-items: center; border-radius: 12px; transition: background 0.3s ease; flex-direction: column; }
.nav-toggle:hover { background: rgba(255,255,255,0.13); }
.nav-toggle span { display: block; width: 28px; height: 3px; margin: 4px 0; background: #fff; transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease; border-radius: 999px; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); width: 28px; }
.nav-toggle.active span:nth-child(2) { opacity: 0; width: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); width: 28px; }
.main-nav { display: flex; gap: 12px; }
@media (max-width: 768px) {
    .main-nav { display: none; }
}
.main-nav.nav-open { display: flex !important; }
.hero { padding: 80px 24px; background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 16px; margin-top: 30px; box-shadow: 0 20px 60px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 50px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23e2e8f0" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); opacity: 0.3; }
.hero-content { flex: 1; z-index: 1; }
.hero-image { flex: 1; text-align: center; z-index: 1; }
.hero h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); color: #0f172a; margin-bottom: 16px; font-weight: 800; line-height: 1.2; }
.highlight-blue { color: #3b82f6; font-weight: 900; text-shadow: 0 2px 4px rgba(59,130,246,0.2); }
.hero p { color: #475569; margin-bottom: 24px; font-size: clamp(1.1rem, 2.2vw, 1.3rem); font-weight: 400; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.button-primary, .button-secondary { display: inline-block; margin: 8px 8px 0 0; padding: 14px 28px; text-decoration: none; border-radius: 30px; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.button-primary { background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%); color: #fff; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59,130,246,0.3); }
.button-secondary { background: transparent; border: 2px solid #3b82f6; color: #3b82f6; }
.button-secondary:hover { background: #3b82f6; color: #fff; transform: translateY(-2px); }
.trust-bar { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); padding: 20px 0; border-top: 1px solid #cbd5e1; border-bottom: 1px solid #cbd5e1; box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); }
.trust-bar .container { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; font-weight: 600; color: #374151; }
.trust-icon { font-size: 1.4rem; }
.page { margin: 40px 0; background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); padding: 40px; border-radius: 16px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.service-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 24px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #e2e8f0; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.service-thumb { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; margin-bottom: 16px; }
.service-card h3 { font-size: 1.25rem; margin-bottom: 12px; color: #1e293b; font-weight: 700; }
.why-choose-us { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); }
.why-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.why-list li { padding: 20px; background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6; transition: transform 0.3s ease; }
.why-list li:hover { transform: translateY(-3px); }
.before-after { background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); }
.before-after-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 24px; }
.before-image, .after-image { text-align: center; }
.before-image img, .after-image img { border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.before-image img:hover, .after-image img:hover { transform: scale(1.05); }
.caption { text-align: center; font-style: italic; color: #6b7280; font-size: 1.1rem; margin-top: 16px; }
.how-it-works { background: radial-gradient(circle at top center, #f4f8fb 0%, #dde9f3 100%); }
.premium-workflow { padding: 48px 32px; border: 1px solid rgba(59,130,246,0.3); box-shadow: inset 0 0 40px rgba(30,64,175,0.05); }
.workflow-header { text-align: center; margin-bottom: 30px; }
.workflow-header h2 { font-size: clamp(1.9rem, 3.2vw, 2.3rem); color: #1e3a59; margin-bottom: 10px; }
.workflow-header p { color: #4b5d72; max-width: 700px; margin: 0 auto; }
.steps { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.step { text-align: center; background: linear-gradient(135deg, #ffffff 0%, #eef3fa 100%); padding: 26px; border-radius: 16px; box-shadow: 0 12px 30px rgba(23, 50, 99, 0.14); flex: 1 1 240px; min-width: 230px; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #dde6ef; }
.step:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(23, 50, 99, 0.2); }
.step-icon { background: #3b82f6; color: #fff; border-radius: 50%; width: 54px; height: 54px; display: grid; place-items: center; font-size: 1.45rem; font-weight: 700; margin: 0 auto 14px; box-shadow: 0 8px 20px rgba(59,130,246,0.35); }
.step h3 { font-size: 1.12rem; color: #122a44; margin-bottom: 8px; }
.step p { color: #546e88; font-size: 0.97rem; }
@media (max-width: 768px) {
  .steps { flex-direction: column; align-items: center; }
  .step { width: 100%; max-width: 500px; }
}
.testimonials { background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testimonial { padding: 28px; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-radius: 12px; border-left: 5px solid #3b82f6; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.testimonial:hover { transform: translateY(-3px); }
.testimonial p { margin-bottom: 14px; font-style: italic; font-size: 1.05rem; color: #374151; }
.testimonial cite { font-weight: 700; color: #1e293b; }
.cta-section { background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: white; padding: 80px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="luxury" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23luxury)"/></svg>'); }
.cta-section h2 { margin-bottom: 16px; font-size: 2.5rem; font-weight: 800; z-index: 1; position: relative; }
.cta-section p { margin-bottom: 28px; font-size: 1.2rem; z-index: 1; position: relative; }
.contact-snippet { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); }
.contact-form { max-width: 550px; margin: 0 auto; display: grid; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 1rem; transition: border-color 0.3s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #3b82f6; outline: none; box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }

/* Contact Page Styles */
.contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.contact-info-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 30px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }
.contact-info-card:hover { transform: translateY(-5px); }
.contact-icon { font-size: 3rem; margin-bottom: 20px; }
.contact-info-card h3 { color: #1e293b; margin-bottom: 16px; font-size: 1.25rem; font-weight: 700; }
.contact-info-card p { color: #475569; margin-bottom: 16px; }
.contact-link { color: #3b82f6; text-decoration: none; font-weight: 600; transition: color 0.3s ease; }
.contact-link:hover { color: #1d4ed8; }

.contact-form-container { max-width: 800px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; }
.form-group label { margin-bottom: 8px; font-weight: 600; color: #374151; }
.form-group input, .form-group textarea { padding: 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 1rem; transition: border-color 0.3s ease; }
.form-group input:focus, .form-group textarea:focus { border-color: #3b82f6; outline: none; box-shadow: 0 0 0 3px rgba(59,130,246,0.1); }

.hours-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.hours-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 30px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.hours-card h3 { color: #1e293b; margin-bottom: 20px; font-size: 1.25rem; font-weight: 700; }
.hours-list { list-style: none; padding: 0; }
.hours-list li { padding: 8px 0; border-bottom: 1px solid #e2e8f0; color: #475569; }
.hours-list li:last-child { border-bottom: none; }
.hours-card p { color: #475569; line-height: 1.6; }

.site-footer { text-align: center; padding: 24px 0; margin-top: 50px; background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: #cbd5e1; font-size: 0.95rem; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }

/* About Page Styles */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.story-content h2 { color: #1e293b; margin-bottom: 20px; font-size: 2rem; font-weight: 700; }
.story-content p { margin-bottom: 20px; line-height: 1.7; color: #475569; font-size: 1.1rem; }
.story-image img { max-width: 100%; height: auto; }

.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.stat-item { text-align: center; padding: 20px; background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.stat-number { font-size: 2.5rem; font-weight: 800; color: #3b82f6; margin-bottom: 8px; }
.stat-label { font-size: 0.95rem; color: #64748b; font-weight: 600; }

.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.value-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 30px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }
.value-card:hover { transform: translateY(-5px); }
.value-icon { font-size: 3rem; margin-bottom: 20px; }
.value-card h3 { color: #1e293b; margin-bottom: 16px; font-size: 1.25rem; font-weight: 700; }
.value-card p { color: #475569; line-height: 1.6; }

.credentials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.credential-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 30px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.credential-card h3 { color: #1e293b; margin-bottom: 20px; font-size: 1.25rem; font-weight: 700; }
.credential-list { list-style: none; padding: 0; }
.credential-list li { padding: 8px 0; border-bottom: 1px solid #e2e8f0; color: #475569; }
.credential-list li:last-child { border-bottom: none; }

.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 800px; margin: 0 auto; }
.comparison-item { text-align: center; }
.comparison-item h3 { color: #1e293b; margin-bottom: 20px; font-size: 1.5rem; font-weight: 700; }

/* Service Detail Page Styles */
.service-detail-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.service-image { text-align: center; }
.service-info h2 { color: #1e293b; margin-bottom: 20px; font-size: 2rem; font-weight: 700; }
.service-info p { color: #475569; line-height: 1.7; margin-bottom: 16px; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.feature-item { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 20px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); text-align: center; transition: transform 0.3s ease; }
.feature-item:hover { transform: translateY(-3px); }
.feature-icon { font-size: 2rem; margin-bottom: 12px; color: #3b82f6; font-weight: 700; }
.feature-item h3 { color: #1e293b; margin-bottom: 8px; font-size: 1.1rem; font-weight: 700; }

.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.benefit-card { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 30px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }
.benefit-card:hover { transform: translateY(-5px); }
.benefit-icon { font-size: 2.5rem; margin-bottom: 16px; }
.benefit-card h3 { color: #1e293b; margin-bottom: 12px; font-size: 1.2rem; font-weight: 700; }
.benefit-card p { color: #475569; line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 24px; max-width: 1200px; margin: 0 auto; }
.faq-item { background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%); border-radius: 12px; padding: 24px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); border-left: 4px solid #3b82f6; }
.faq-item h3 { color: #1e293b; margin-bottom: 12px; font-size: 1.1rem; font-weight: 700; }
.faq-item p { color: #475569; line-height: 1.6; margin: 0; }

@media (max-width: 1024px) {
    .site-header .container { gap: 10px; }
    nav { justify-content: center; }
    .hero { padding: 56px 14px; }
}

@media (max-width: 768px) {
    .site-header .container { flex-direction: row; justify-content: space-between; align-items: center; }
    .brand { font-size: 1.5rem; }
    .nav-toggle { display: flex; }
    nav { display: none; position: absolute; top: 100px; left: 0; right: 0; background: #414e61; gap: 12px; padding: 12px; z-index: 98; }
    .main-nav.nav-open { display: flex !important; }
    .hero { padding: 44px 12px; flex-direction: column; text-align: center; gap: 20px; }
    .hero-cta { justify-content: center; }
    .trust-bar .container { flex-direction: column; gap: 12px; }
    .trust-item { justify-content: center; }
    .why-list { grid-template-columns: 1fr; }
    .before-after-grid { grid-template-columns: 1fr; }
    .steps { flex-direction: column; gap: 20px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .cta-section { padding: 40px 12px; }
    .button-primary, .button-secondary { width: 100%; max-width: 260px; text-align: center; }
    .page { padding: 18px; }
    .info-cards { gap: 12px; }
    .story-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .stats-grid { grid-template-columns: 1fr; gap: 20px; }
    .values-grid { grid-template-columns: 1fr; }
    .credentials-grid { grid-template-columns: 1fr; }
    .comparison-grid { grid-template-columns: 1fr; gap: 20px; }
    .contact-info-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .hours-grid { grid-template-columns: 1fr; }
    .service-detail-hero { grid-template-columns: 1fr; gap: 30px; }
    .features-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .container { width: 95%; }
    .brand { font-size: 1.3rem; }
    nav a { font-size: 0.88rem; margin: 4px 6px; }
    .hero { padding: 40px 10px; }
    .site-footer { font-size: 0.86rem; }
    .services-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

.cta-section::before {
  pointer-events: none;
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 60px; /* adjust size */
    margin-right: 8px;
    border-radius: 20px;
}

.logo-text.normal {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
    color: white;
}

.logo-text.big {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.2;
    color: white;
}
