* {
margin: 0;
padding: 0;
box-sizing: border-box;
body {
font-family: 'Georgia', serif;
line-height: 1.7;
color: #2c2c2c;
background: linear-gradient(135deg, #fdf7f0 0%, #fef9f3 100%);
.container {
max-width: 900px;
margin: 0 auto;
padding: 20px;
.header {
text-align: center;
margin-bottom: 40px;
padding: 40px 20px;
background: linear-gradient(135deg, #d4a574, #c8956d);
color: white;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
h1 {
font-size: 2.8em;
margin-bottom: 15px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
font-weight: 300;
.subtitle {
font-size: 1.3em;
opacity: 0.95;
font-style: italic;
h2 {
color: #8b4513;
font-size: 2em;
margin: 35px 0 20px 0;
border-bottom: 3px solid #d4a574;
padding-bottom: 8px;
position: relative;
h2:before {
content: "🌸";
margin-right: 10px;
h3 {
color: #a0522d;
font-size: 1.5em;
margin: 25px 0 15px 0;
font-weight: 500;
p {
margin-bottom: 18px;
text-align: justify;
font-size: 1.1em;
.intro-box {
background: linear-gradient(135deg, #fff0e6, #fef5ee);
padding: 25px;
border-left: 5px solid #d4a574;
margin: 25px 0;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
.featured-product {
background: linear-gradient(135deg, #f8f0e3, #f5ead3);
border: 2px solid #d4a574;
border-radius: 15px;
padding: 30px;
margin: 30px 0;
text-align: center;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
.featured-product h3 {
color: #8b4513;
font-size: 1.8em;
margin-bottom: 15px;
.featured-product-link {
display: inline-block;
background: linear-gradient(135deg, #d4a574, #c8956d);
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
margin-top: 15px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
.featured-product-link:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0,0,0,0.3);
.symptoms-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin: 30px 0;
.symptom-card {
background: white;
border: 1px solid #e8d5b7;
border-radius: 12px;
padding: 20px;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
.symptom-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
.symptom-card h4 {
color: #8b4513;
font-size: 1.3em;
margin-bottom: 10px;
border-bottom: 2px solid #f0e6d2;
padding-bottom: 5px;
.benefits-section {
background: linear-gradient(135deg, #fff8f0, #fef6ed);
padding: 30px;
border-radius: 15px;
margin: 30px 0;
border: 1px solid #e8d5b7;
.benefits-list {
list-style: none;
padding: 0;
.benefits-list li {
padding: 12px 0;
border-bottom: 1px solid #f5ead3;
font-size: 1.1em;
.benefits-list li:before {
content: "✨ ";
margin-right: 12px;
font-size: 1.2em;
.internal-link {
color: #8b4513;
text-decoration: none;
font-weight: 600;
border-bottom: 2px dotted #d4a574;
transition: all 0.3s ease;
.internal-link:hover {
color: #a0522d;
border-bottom: 2px solid #c8956d;
.tea-guide {
background: linear-gradient(135deg, #e8f4f8, #f0f8ff);
padding: 25px;
border-radius: 12px;
margin: 25px 0;
border-left: 5px solid #4682b4;
.tea-guide h3 {
color: #2f4f4f;
margin-bottom: 15px;
.dosage-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
.dosage-table th,
.dosage-table td {
padding: 15px;
text-align: left;
border-bottom: 1px solid #f0e6d2;
.dosage-table th {
background: linear-gradient(135deg, #d4a574, #c8956d);
color: white;
font-weight: bold;
.dosage-table tr:hover {
background: #fef9f3;
.cta-section {
background: linear-gradient(135deg, #8b4513, #a0522d);
color: white;
padding: 40px;
text-align: center;
border-radius: 15px;
margin: 40px 0;
box-shadow: 0 8px 25px rgba(0,0,0,0.2);
.cta-section h2 {
border: none;
color: white;
margin-bottom: 20px;
.cta-section h2:before {
content: "💝 ";
.cta-button {
display: inline