/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Georgia', 'Times New Roman', serif; background: #f8fffe; color: #1e293b; line-height: 1.78; }
img { max-width: 100%; height: auto; display: block; }
a { color: #0d9488; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.5rem; }
li { margin-bottom: 0.45rem; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-family: 'Georgia', serif; line-height: 1.3; color: #0f172a; }
h1 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); margin-bottom: 0.8rem; margin-top: 2rem; }
h3 { font-size: clamp(1.05rem, 2.5vw, 1.35rem); margin-bottom: 0.6rem; margin-top: 1.5rem; }
p { margin-bottom: 1.1rem; }

/* ===== LAYOUT ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.container--narrow { max-width: 780px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 4rem 0; }
.section--gray { background: #f1f5f9; }
.section--teal { background: #f0fdfa; }

/* ===== HEADER ===== */
.site-header { background: #fff; border-bottom: 2px solid #ccfbf1; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(13,148,136,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1.5rem; max-width: 1100px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, #0d9488, #059669); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.15rem; flex-shrink: 0; }
.logo-text { font-family: 'Georgia', serif; font-size: 1.15rem; font-weight: bold; color: #0f172a; line-height: 1.1; }
.logo-text span { display: block; font-size: 0.68rem; font-weight: normal; color: #0d9488; letter-spacing: 0.06em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { color: #334155; font-size: 0.94rem; font-family: Arial, sans-serif; transition: color 0.2s; }
nav a:hover { color: #0d9488; text-decoration: none; }
.nav-cta { background: #0d9488; color: #fff !important; padding: 0.5rem 1.2rem; border-radius: 25px; font-size: 0.88rem !important; }
.nav-cta:hover { background: #0f766e !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; border: none; background: none; padding: 4px; }
.hamburger span { display: block; width: 25px; height: 2px; background: #334155; border-radius: 2px; }
.mobile-nav { display: none; background: #fff; border-top: 1px solid #ccfbf1; padding: 1rem 1.5rem; }
.mobile-nav a { display: block; padding: 0.6rem 0; color: #334155; font-family: Arial, sans-serif; border-bottom: 1px solid #f1f5f9; }
.mobile-nav a:last-child { border-bottom: none; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, #0f172a 0%, #134e4a 55%, #0d9488 100%); color: #fff; padding: 5rem 0 3.5rem; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.hero-badge { display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); color: #99f6e4; font-size: 0.78rem; padding: 0.3rem 0.9rem; border-radius: 20px; margin-bottom: 1rem; font-family: Arial,sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { color: #fff; margin-bottom: 1.2rem; }
.hero h1 em { color: #5eead4; font-style: normal; }
.hero p { color: #cbd5e1; font-size: 1.08rem; margin-bottom: 1.8rem; }
.hero-img { border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.hero-img img { width: 100%; height: 370px; object-fit: cover; object-position: center top; }
.hero-stats { display: flex; gap: 2rem; margin-top: 2rem; }
.stat { text-align: center; }
.stat-num { font-size: 1.8rem; font-weight: bold; color: #5eead4; }
.stat-label { font-size: 0.78rem; color: #94a3b8; font-family: Arial,sans-serif; }

/* ===== BUTTONS ===== */
.btn { display: inline-block; padding: 0.85rem 2rem; border-radius: 30px; font-family: Arial,sans-serif; font-size: 1rem; font-weight: bold; cursor: pointer; transition: all 0.2s; border: none; text-align: center; }
.btn--primary { background: #f97316; color: #fff; box-shadow: 0 4px 15px rgba(249,115,22,.4); }
.btn--primary:hover { background: #ea6c00; text-decoration: none; transform: translateY(-1px); }
.btn--teal { background: #0d9488; color: #fff; box-shadow: 0 4px 15px rgba(13,148,136,.35); }
.btn--teal:hover { background: #0f766e; text-decoration: none; transform: translateY(-1px); }
.btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); margin-left: 1rem; }
.btn--outline:hover { background: rgba(255,255,255,.1); text-decoration: none; }
.btn--big { font-size: 1.1rem; padding: 1rem 2.5rem; }

/* ===== TRUST BAR ===== */
.trust-bar { background: #0d9488; color: #fff; padding: 0.9rem 0; }
.trust-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-family: Arial,sans-serif; font-size: 0.88rem; }

/* ===== CARDS ===== */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.8rem; margin-top: 2rem; }
.card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,.07); transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,.12); }
.card-img { width: 100%; height: 210px; object-fit: cover; }
.card-body { padding: 1.4rem; }
.card-tag { display: inline-block; background: #ccfbf1; color: #0f766e; font-size: 0.7rem; padding: 0.22rem 0.7rem; border-radius: 20px; font-family: Arial,sans-serif; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 0.7rem; }
.card h3 { font-size: 1.02rem; margin-top: 0; margin-bottom: 0.5rem; }
.card h3 a { color: #0f172a; }
.card h3 a:hover { color: #0d9488; text-decoration: none; }
.card p { font-size: 0.88rem; color: #64748b; margin-bottom: 0.8rem; line-height: 1.6; }
.card-link { font-size: 0.88rem; color: #0d9488; font-family: Arial,sans-serif; font-weight: bold; }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 380px 1fr; gap: 3rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img { border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,.12); }
.about-img img { width: 100%; height: 440px; object-fit: cover; }
.about-badge { position: absolute; bottom: -15px; right: -15px; background: #0d9488; color: #fff; padding: 1rem 1.3rem; border-radius: 12px; text-align: center; box-shadow: 0 5px 20px rgba(13,148,136,.4); }
.about-badge strong { display: block; font-size: 1.5rem; }
.about-badge span { font-size: 0.73rem; font-family: Arial,sans-serif; opacity: .9; }
.about-content blockquote { font-size: 1.12rem; color: #334155; border-left: 4px solid #0d9488; padding-left: 1.2rem; margin: 1.5rem 0; font-style: italic; }
.check-list { list-style: none; padding: 0; }
.check-list li { padding-left: 1.8rem; position: relative; margin-bottom: 0.5rem; font-family: Arial,sans-serif; font-size: 0.94rem; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #0d9488; font-weight: bold; }

/* ===== PRODUCTS ===== */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.8rem; margin-top: 2rem; }
.product-card { background: #fff; border-radius: 16px; padding: 2rem; box-shadow: 0 2px 15px rgba(0,0,0,.07); border: 2px solid transparent; transition: all 0.2s; text-align: center; }
.product-card:hover { border-color: #0d9488; transform: translateY(-3px); }
.product-card.featured { border-color: #f97316; position: relative; }
.product-card.featured::before { content: 'Recomandat'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #f97316; color: #fff; font-size: 0.73rem; padding: 0.25rem 1rem; border-radius: 20px; font-family: Arial,sans-serif; white-space: nowrap; }
.product-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.product-card h3 { margin-top: 0; }
.product-card p { font-size: 0.88rem; color: #64748b; }
.price { font-size: 2rem; font-weight: bold; color: #0d9488; margin: 1rem 0; font-family: Arial,sans-serif; }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.testimonial { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 12px rgba(0,0,0,.07); }
.testimonial-text { font-style: italic; color: #334155; margin-bottom: 1rem; font-size: 0.93rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
.author-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #0d9488, #059669); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-family: Arial,sans-serif; flex-shrink: 0; }
.author-name { font-weight: bold; font-family: Arial,sans-serif; font-size: 0.88rem; color: #0f172a; }
.author-info { font-size: 0.78rem; color: #94a3b8; font-family: Arial,sans-serif; }
.stars { color: #f59e0b; font-size: 0.88rem; margin-bottom: 0.3rem; }

/* ===== ARTICLE ===== */
.article-hero { background: linear-gradient(135deg, #0f172a, #134e4a); color: #fff; padding: 3.5rem 0 2.5rem; }
.article-hero h1 { color: #fff; }
.article-hero .meta { color: #5eead4; font-family: Arial,sans-serif; font-size: 0.88rem; margin-top: 0.8rem; }
.article-body { padding: 3rem 0; }
.article-body img { border-radius: 12px; margin: 1.5rem auto; box-shadow: 0 5px 20px rgba(0,0,0,.1); }
.highlight-box { background: #f0fdfa; border-left: 4px solid #0d9488; padding: 1.2rem 1.5rem; border-radius: 0 8px 8px 0; margin: 1.5rem 0; }
.highlight-box strong { display: block; color: #0d9488; margin-bottom: 0.3rem; font-family: Arial,sans-serif; font-size: 0.88rem; text-transform: uppercase; letter-spacing: .05em; }
.warning-box { background: #fff7ed; border-left: 4px solid #f97316; padding: 1.2rem 1.5rem; border-radius: 0 8px 8px 0; margin: 1.5rem 0; }
.success-box { background: #f0fdf4; border-left: 4px solid #22c55e; padding: 1.2rem 1.5rem; border-radius: 0 8px 8px 0; margin: 1.5rem 0; }

/* ===== CTA BOX ===== */
.cta-box { background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; border-radius: 16px; padding: 2.5rem; text-align: center; margin: 2.5rem 0; }
.cta-box h3 { color: #fff; margin-top: 0; font-size: 1.4rem; }
.cta-box p { color: #ccfbf1; margin-bottom: 1.5rem; }

/* ===== FORM ===== */
.form-section { background: #fff; border-radius: 16px; padding: 2.5rem; box-shadow: 0 5px 30px rgba(0,0,0,.08); max-width: 680px; margin: 0 auto; }
.form-group { margin-bottom: 1.3rem; }
.form-group label { display: block; font-family: Arial,sans-serif; font-size: 0.88rem; font-weight: bold; color: #334155; margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #e2e8f0; border-radius: 8px; font-size: 1rem; font-family: inherit; color: #334155; transition: border-color 0.2s; background: #f8fffe; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #0d9488; background: #fff; }
.form-group textarea { min-height: 110px; resize: vertical; }
.radio-group { display: flex; flex-direction: column; gap: 0.6rem; }
.radio-group label { display: flex; align-items: flex-start; gap: 0.6rem; font-weight: normal; cursor: pointer; }
.radio-group input[type="radio"] { width: auto; margin-top: 3px; accent-color: #0d9488; }
.form-submit { width: 100%; padding: 1rem; background: #f97316; color: #fff; border: none; border-radius: 30px; font-size: 1.1rem; font-weight: bold; font-family: Arial,sans-serif; cursor: pointer; transition: all 0.2s; box-shadow: 0 4px 15px rgba(249,115,22,.4); }
.form-submit:hover { background: #ea6c00; transform: translateY(-1px); }
.form-note { font-size: 0.78rem; color: #94a3b8; text-align: center; margin-top: 0.8rem; font-family: Arial,sans-serif; }

/* ===== FOOTER ===== */
.site-footer { background: #0f172a; color: #94a3b8; padding: 3rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2rem; }
.footer-brand .logo-text { color: #fff; }
.footer-brand p { font-size: 0.88rem; margin-top: 0.8rem; line-height: 1.6; }
.footer-col h4 { color: #fff; font-family: Arial,sans-serif; font-size: 0.88rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 1rem; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: #94a3b8; font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: #5eead4; text-decoration: none; }
.footer-bottom { border-top: 1px solid #1e293b; padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; margin: 0; }
.footer-disclaimer { font-size: 0.76rem; color: #475569; margin-top: 1rem; line-height: 1.6; border-top: 1px solid #1e293b; padding-top: 1rem; }

/* ===== PAGE HEADER ===== */
.page-header { background: #f0fdfa; border-bottom: 2px solid #ccfbf1; padding: 2.5rem 0; }
.page-header h1 { font-size: 1.8rem; }
.page-header p { color: #64748b; font-family: Arial,sans-serif; font-size: 0.88rem; }
.breadcrumb { font-family: Arial,sans-serif; font-size: 0.83rem; color: #94a3b8; margin-bottom: 1rem; }
.breadcrumb a { color: #5eead4; }
.breadcrumb span { margin: 0 0.4rem; }
.legal-content { padding: 3rem 0; }
.legal-content h2 { border-bottom: 2px solid #ccfbf1; padding-bottom: 0.5rem; }
.legal-content h3 { color: #0d9488; }

/* ===== BLOG HERO ===== */
.blog-hero { background: linear-gradient(135deg, #0f172a, #134e4a); color: #fff; padding: 3rem 0; text-align: center; }
.blog-hero h1 { color: #fff; }
.blog-hero p { color: #5eead4; max-width: 600px; margin: 0.8rem auto 0; }

/* ===== THANK YOU ===== */
.thankyou { text-align: center; padding: 5rem 0; }
.thankyou-icon { font-size: 4rem; margin-bottom: 1.5rem; }
.thankyou h1 { margin-bottom: 1rem; }
.thankyou p { color: #64748b; font-size: 1.08rem; max-width: 500px; margin: 0 auto 2rem; }

/* ===== COOKIE BANNER ===== */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #0f172a; color: #e2e8f0; padding: 1.2rem 1.5rem; z-index: 9999; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; box-shadow: 0 -5px 20px rgba(0,0,0,.3); }
#cookie-banner p { font-size: 0.88rem; margin: 0; font-family: Arial,sans-serif; flex: 1; min-width: 200px; }
#cookie-banner a { color: #5eead4; }
.cookie-buttons { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.cookie-btn { padding: 0.5rem 1.2rem; border-radius: 20px; font-size: 0.83rem; font-family: Arial,sans-serif; cursor: pointer; border: none; font-weight: bold; }
.cookie-btn--accept { background: #0d9488; color: #fff; }
.cookie-btn--decline { background: transparent; color: #94a3b8; border: 1px solid #334155; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-img { order: -1; }
  .hero-img img { height: 260px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img img { height: 300px; }
  .about-badge { bottom: 10px; right: 10px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  nav { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .btn--outline { margin-left: 0; margin-top: 0.8rem; display: block; text-align: center; }
  #cookie-banner { flex-direction: column; }
}
@media (max-width: 500px) {
  .products-grid, .cards-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .form-section { padding: 1.5rem; }
  .cta-box { padding: 1.8rem 1.2rem; }
}
