/*
Theme Name: Perfekt Wellness
Description: Custom theme matching Next.js frontend
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

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

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #F7F3F0;
  color: #2D2926;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  color: #2D2926;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(247,243,240,0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.site-logo-img {
  height: 60px;
  width: 180px;
  object-fit: contain;
}

.site-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.25rem;
  color: #A67C52;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav a {
  font-family: 'Inter', sans-serif;
  color: #2D2926;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
  font-size: 0.875rem;
}

.site-nav a:hover {
  color: #A67C52;
}

.btn-contact {
  background: #82C0C1;
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.btn-contact:hover {
  background: #6fa9aa;
  color: white;
}

.site-content {
  padding-top: 100px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}

.woocommerce-page .site-content {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  padding: 2rem;
  margin-top: 100px;
  margin-bottom: 2rem;
  border: 1px solid rgba(255,255,255,0.4);
}

.woocommerce h2,
.woocommerce h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #2D2926;
  font-weight: 600;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  background: #82C0C1 !important;
  color: white !important;
  border: none !important;
  padding: 0.75rem 2rem !important;
  border-radius: 9999px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  display: inline-block;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .checkout-button:hover {
  background: #6fa9aa !important;
  color: white !important;
}

.woocommerce .button.alt,
.woocommerce button.button.alt {
  background: #A67C52 !important;
}

.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover {
  background: #8d6844 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-family: 'Inter', sans-serif;
  background: white;
}

.woocommerce table.shop_table {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.4) !important;
  background: white !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.woocommerce table.shop_table th {
  background: #F7F3F0 !important;
  color: #2D2926 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  padding: 1rem !important;
  border: none !important;
}

.woocommerce table.shop_table td {
  padding: 1rem !important;
  border-bottom: 1px solid #f0f0f0 !important;
  background: white !important;
}

.woocommerce table.shop_table tbody tr:last-child td {
  border-bottom: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review {
  background: rgba(255,255,255,0.8) !important;
  border-radius: 16px !important;
  padding: 1.5rem !important;
  border: 1px solid rgba(255,255,255,0.4) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review h3 {
  font-family: 'Cormorant Garamond', serif !important;
  color: #2D2926 !important;
  margin-bottom: 1rem !important;
  font-size: 1.75rem !important;
}

.woocommerce ul.payment_methods {
  border-radius: 12px;
  background: white;
  padding: 1rem;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-info {
  background: rgba(130,192,193,0.1);
  border-radius: 12px;
  padding: 1rem;
  border-left: 4px solid #82C0C1;
  font-family: 'Inter', sans-serif;
}

.site-footer {
  background: linear-gradient(135deg, #2D2926 0%, #3d3632 100%);
  color: white;
  padding: 4rem 1.5rem 2rem;
  margin-top: 4rem;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: white;
}

.footer-column h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: white;
}

.footer-column p {
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}

.footer-column a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  font-family: 'Inter', sans-serif;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #82C0C1;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 2rem;
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-family: 'Inter', sans-serif;
}
