/*
 Theme Name:   FateWeave Child
 Theme URI:    https://fateweave.app
 Description:  Default GeneratePress child theme
 Author:       HiRez
 Author URI:   https://fateweave.app
 Template:     generatepress
 Version:      0.1
*/

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


body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
}

/* Headline-ek kicsit vastagabban */
h1, h2, h3, h4, h5, h6,
.site-title,
.main-title {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
	color: #02aeef;
}



.fw-about-wrapper {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1e293b;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.fw-header {
    text-align: center;
    margin-bottom: 60px;
}

.fw-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #0f172a;
    margin-bottom: 10px;
    font-weight: 700;
}

.fw-header p {
    font-style: italic;
    color: #64748b;
    font-size: 1.2rem;
}

.fw-section {
    margin-bottom: 80px;
}

.fw-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.fw-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #fbbf24;
}

.fw-placeholder {
    background-color: #f1f5f9;
    /*border: 2px dashed #cbd5e1;*/
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
    margin: 30px 0;
    min-height: 300px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fw-placeholder img {
    border-radius: 12px!important;
}

.fw-placeholder.small {
    min-height: 150px;
}

.fw-quote-box {
    border-left: 5px solid #fbbf24;
    background-color: #fffbeb;
    padding: 30px;
    margin: 40px 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-style: italic;
    color: #92400e;
}

.fw-highlight-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 50px 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.fw-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #b45309;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.fw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 40px 0;
}

@media (max-width: 640px) {
    .fw-grid {
        grid-template-columns: 1fr;
    }
}

.fw-grid-item {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.fw-grid-item strong {
    display: block;
    color: #b45309;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.fw-footer-cta {
    text-align: center;
    padding: 60px 40px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 24px;
    margin-top: 80px;
}

.fw-footer-cta p {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.fw-footer-cta .gold {
    color: #fbbf24;
    font-weight: 600;
}

p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

strong {
    font-weight: 600;
    color: #0f172a;
}


.fw-gen-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.fw-gen-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
}

.fw-gen-item:hover {
    /*background: #cccccc;*/
    border: 1px solid #eee;
    -webkit-box-shadow: 2px 2px 20px -4px #999; 
    box-shadow: 2px 2px 20px -4px #999;
}

.fw-gen-img-stub {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background-color: #e2e8f0;
    border-radius: 8px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    border: 1px dashed #cbd5e1;
}

.fw-gen-img-stub img {
    border-radius: 8px!important;
}

.fw-gen-content {
    font-size: 1rem;
	margin-top: 15px;
}

.fw-gen-content strong {
    display: block;
    color: #b45309;
    margin-bottom: 4px;
}

