/*!
Theme Name: lulecerkezi
Theme URI: https://lulecerkezi.shop/
Author: Trilagroup L L C
Author URI: https://trilagroup.io/
Description: Custom WordPress theme for Lule Cerkezi.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lulecerkezi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
}

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

/* Terms, refund and privacy pages css */
/*  BASE WRAPPER  */
.lc-policy-page {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
}

/* ===== HERO ===== */
.lc-policy-page h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}

.lc-policy-page > p:first-of-type {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
  font-size: 17px;
  color: #6a6a6a;
}

/* ===== SECTIONS ===== */
.lc-policy-page h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}

.lc-policy-page h3 {
  font-size: 17px;
  margin-top: 22px;
  margin-bottom: 8px;
  color: #333;
}

.lc-policy-page p {
  margin-bottom: 14px;
  font-size: 15.5px;
  color: #444;
}

/* ===== LISTS ===== */
.lc-policy-page ul {
  padding-left: 20px;
  margin: 12px 0;
}

.lc-policy-page ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

/* ===== DIVIDERS ===== */
.lc-policy-page h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #e6d8cf;
  margin-top: 10px;
}

/* ===== IMPORTANT BOX ===== */
.lc-policy-page .important {
  background: #faf7f4;
  border-left: 3px solid #c9a98f;
  padding: 18px 20px;
  margin: 24px 0;
  font-size: 14.5px;
  color: #4a4a4a;
}

/* ===== CONTACT ===== */
.lc-policy-page a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  transition: 0.2s;
}

.lc-policy-page a:hover {
  border-color: #000;
}

/* ===== FOOTER CONTACT BLOCK ===== */
.lc-policy-page .contact-box {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
}

/* ===== SPACING ===== */
.lc-policy-page section {
  margin-bottom: 30px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .lc-policy-page {
    padding: 60px 18px;
  }

  .lc-policy-page h1 {
    font-size: 36px;
  }
}
/* Terms ,refund and privacy pages css end */
