/*
Theme Name: YRW Clinic
Theme URI: https://www.yrw-clinic.com
Author: YRW Clinic
Description: תבנית מותאמת אישית לקליניקה לשחרור חסמים - יהודית וינטרוב
Version: 2.0
Text Domain: yrw-clinic
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-primary: #C8514A;
    --color-primary-mid: #B5604A;
    --color-primary-light: #D4796F;
    --color-gold: #C49A3C;
    --color-gold-light: #D4B060;
    --color-secondary: #FAF0EC;
    --color-bg-soft: #F5EDE8;
    --color-text: #2E1A14;
    --color-text-light: #8A6055;
    --color-white: #FFFFFF;
    --color-bg: #FFFAF8;
    --font-main: 'Heebo', sans-serif;
    --radius: 16px;
    --radius-sm: 8px;
    --shadow: 0 8px 32px rgba(200, 81, 74, 0.10);
    --shadow-strong: 0 16px 48px rgba(200, 81, 74, 0.16);
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.7;
    font-size: 16px;
}

/* ===== HEADER ===== */
.site-header {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(74,44,110,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 0 32px;
}

.header-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
}

.site-logo {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--color-primary);
    text-decoration: none;
    line-height: 1.2;
}

.site-logo span {
    display: block;
    font-size: 0.78rem;
    font-weight: 400;
    color: var(--color-text-light);
    letter-spacing: 0.03em;
}

.header-cta {
    background: linear-gradient(135deg, var(--color-primary-mid), var(--color-primary));
    color: var(--color-white);
    padding: 11px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(74,44,110,0.25);
}

.header-cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* ===== HERO VIDEO ===== */
.hero-video {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 560px;
    overflow: hidden;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(30, 16, 10, 0.55) 0%,
        rgba(30, 16, 10, 0.42) 50%,
        rgba(30, 16, 10, 0.68) 100%
    );
}

.hero-video-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 auto;
    gap: 0;
}

.hero-video-content h1 {
    color: #fff;
    font-size: clamp(3.2rem, 7.5vw, 6.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 32px;
    text-shadow: 0 4px 28px rgba(0,0,0,0.5);
    white-space: normal;
    letter-spacing: -0.02em;
    max-width: 820px;
}

.hero-video-content h1 em {
    font-style: normal;
    color: #D4A843;
}

.hero-subheadline {
    color: rgba(245, 225, 165, 0.95);
    font-size: clamp(1.2rem, 2.4vw, 1.65rem);
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto 18px;
    max-width: 600px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    letter-spacing: 0.01em;
}

.hero-offer {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    font-weight: 500;
    line-height: 1.8;
    margin: 0 auto 44px;
    max-width: 720px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.hero-video-content p {
    display: none;
}

.hero-video-content .hero-badge {
    margin-bottom: 40px;
}

/* ===== HERO (old – kept for fallback) ===== */
.hero {
    position: relative;
    background: linear-gradient(145deg, #2E1A14 0%, #7A2E28 50%, #C8514A 100%);
    padding: 110px 32px 100px;
    text-align: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 20% 80%, rgba(196,154,60,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 80% 20%, rgba(200,81,74,0.25) 0%, transparent 60%);
}

.hero-inner {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: calc(100vw - 48px);
    background: rgba(20, 12, 6, 0.45);
    border: 1px solid rgba(212, 176, 96, 0.45);
    color: rgba(235, 215, 155, 0.92);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 22px;
    border-radius: 50px;
    margin-bottom: 28px;
    letter-spacing: 0.08em;
    backdrop-filter: blur(8px);
}

.hero h1 {
    font-size: clamp(2.2rem, 5.5vw, 3.6rem);
    font-weight: 800;
    color: var(--color-white);
    line-height: 1.25;
    margin-bottom: 22px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.hero h1 em {
    font-style: normal;
    color: var(--color-gold-light);
}

.hero p {
    font-size: 1.18rem;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    margin: 0 auto 40px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-block;
    background: #C9A84C;
    color: #3A2500;
    padding: 18px 56px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 28px rgba(180, 130, 30, 0.38);
    border: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(180, 130, 30, 0.52);
    background: #D4B052;
}

.hero-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--color-white);
    padding: 15px 36px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.4);
    transition: border-color 0.2s, background 0.2s;
}

.hero-btn-outline:hover {
    border-color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.08);
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
    flex-wrap: wrap;
}

.hero-stat strong {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-gold-light);
}

.hero-stat span {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
}

/* ===== FREE GUIDE SECTION ===== */
.guide-section {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    overflow: hidden;
    background: #F5EAD9;
    direction: ltr;
}

.guide-image-col {
    position: relative;
    overflow: hidden;
}

.guide-image-col img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
    display: block;
    padding: 20px 0 0 0;
}

.guide-image-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #F5EAD9 0%, rgba(245,234,217,0.0) 52%);
    z-index: 1;
}

.guide-text-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    direction: rtl;
    padding: 72px 56px 72px 40px;
    position: relative;
    z-index: 2;
}

.guide-icon-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.guide-icon-wrap::before,
.guide-icon-wrap::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background: #C9A84C;
    opacity: 0.85;
}

.guide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(201,168,76,0.08);
    border: 1px solid rgba(201,168,76,0.4);
    border-radius: 50%;
}

.guide-title {
    font-size: clamp(2.4rem, 3.8vw, 3.4rem);
    font-weight: 800;
    color: #2A1810;
    line-height: 1.15;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.guide-subtitle {
    font-size: clamp(1.05rem, 1.7vw, 1.25rem);
    color: #7A5540;
    font-weight: 400;
    line-height: 1.65;
    margin: 0 0 40px;
    max-width: 340px;
    text-align: center;
}

.guide-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(201,168,76,0.18) 0%, rgba(212,180,100,0.12) 100%);
    color: #3A2000;
    border: 1.5px solid rgba(201,168,76,0.7);
    padding: 16px 48px;
    border-radius: 50px;
    font-size: 1.02rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    margin-bottom: 16px;
    box-shadow: 0 2px 16px rgba(180,130,30,0.10);
}

.guide-btn:hover {
    background: linear-gradient(135deg, rgba(201,168,76,0.32) 0%, rgba(212,180,100,0.24) 100%);
    border-color: #C9A84C;
    box-shadow: 0 6px 28px rgba(180,130,30,0.22);
    transform: translateY(-1px);
}

.guide-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #A08868;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.01em;
}

.guide-note svg {
    opacity: 0.5;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .guide-section {
        grid-template-columns: 1fr;
    }
    .guide-image-col {
        width: 100%;
        height: 300px;
    }
    .guide-image-fade {
        background: linear-gradient(to bottom, transparent 40%, #F5EDE3 100%);
    }
    .guide-text-col {
        padding: 48px 24px;
        align-items: center;
        text-align: center;
    }
    .guide-icon-wrap {
        align-items: center;
    }
    .guide-title {
        font-size: clamp(1.7rem, 6vw, 2.2rem);
    }
    .guide-btn {
        padding: 14px 32px;
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }
}

/* ===== ABOUT ===== */
.about {
    padding: 108px 32px 116px;
    background:
        radial-gradient(circle at 14% 10%, rgba(201,168,76,0.14), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(200,81,74,0.10), transparent 24%),
        linear-gradient(180deg, #FDF8F6 0%, #FAF0EE 100%);
    position: relative;
    overflow: hidden;
}

.about::before,
.about::after {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
}

.about::before {
    top: -150px;
    left: -90px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(196,154,60,0.14);
}

.about::after {
    right: -120px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(200,81,74,0.10) 0%, transparent 68%);
}

.about-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-headline {
    font-size: clamp(2.8rem, 6vw, 4.35rem);
    font-weight: 800;
    color: #2E1A14;
    margin-bottom: 6px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.about-headline-line {
    display: block;
    width: 58px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-gold));
    border-radius: 2px;
    margin: 16px auto 34px;
}

.about-text {
    text-align: right;
}

.about-hook {
    max-width: 820px;
    margin: 0 auto 38px !important;
    color: #2E1A14 !important;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem) !important;
    font-weight: 800 !important;
    line-height: 1.6 !important;
    text-align: center;
}

.about-hook::before {
    display: none !important;
}

.about-text > p:not(.about-hook):not(.about-closing) {
    color: #6B4A3A;
    margin-bottom: 22px;
    font-size: clamp(1.14rem, 1.5vw, 1.34rem);
    line-height: 1.95;
    background: rgba(255,255,255,0.58);
    border: 1px solid rgba(196,154,60,0.16);
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 16px 42px rgba(95,54,42,0.06);
}

.about-accent {
    border-right: 4px solid rgba(200,81,74,0.34) !important;
}

.about-text p strong {
    color: #2E1A14;
    font-weight: 700;
}

.about-quote {
    display: block;
    font-style: italic;
    font-size: clamp(1.28rem, 1.9vw, 1.62rem);
    color: var(--color-primary);
    margin: 0;
    font-weight: 800;
    line-height: 1.7;
}

.about-closing {
    position: relative;
    max-width: 900px;
    margin: 0 auto !important;
    padding: 34px 48px !important;
    background: linear-gradient(135deg, #C8514A 0%, #A03E38 100%) !important;
    border-radius: 24px !important;
    color: #fff !important;
    font-size: clamp(1.22rem, 1.7vw, 1.52rem) !important;
    line-height: 1.8 !important;
    text-align: center;
    box-shadow: 0 20px 44px rgba(160,62,56,0.22) !important;
}

.about-closing::before {
    content: '✦';
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 12px;
    border: 1px solid rgba(255,232,160,0.5);
    border-radius: 999px;
    color: #FFE8A0;
    font-size: 0.88rem;
    vertical-align: middle;
}

.about-closing strong {
    color: #FFE8A0 !important;
    font-size: 1.08em;
}

@media (max-width: 768px) {
    .about {
        padding: 78px 20px 84px;
    }

    .about-headline {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .about-hook {
        margin-bottom: 28px !important;
        text-align: right;
    }

    .about-text > p:not(.about-hook):not(.about-closing) {
        padding: 22px 20px;
        border-radius: 18px;
    }

    .about-closing {
        padding: 26px 22px !important;
        border-radius: 18px !important;
    }

    .about-closing::before {
        display: flex !important;
        margin: 0 auto 12px;
    }
}

/* ===== SERVICES ===== */
.services {
    padding: 96px 32px;
    background: var(--color-white);
}

.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 56px;
}

.section-label {
    display: inline-block;
    color: var(--color-primary-mid);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 14px;
    line-height: 1.3;
}

.section-subtitle {
    color: var(--color-text-light);
    font-size: 1.05rem;
    line-height: 1.75;
}

.services-grid {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: var(--color-white);
    border-radius: var(--radius);
    padding: 40px 32px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform 0.25s, box-shadow 0.25s;
    border-top: 4px solid transparent;
    border-image: linear-gradient(135deg, var(--color-primary-mid), var(--color-gold)) 1;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-strong);
}

.service-icon-wrap {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #FAF0EC, #EDD5C8);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.service-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
}

.service-card p {
    font-size: 0.97rem;
    color: var(--color-text-light);
    line-height: 1.75;
}

/* ===== STORY ===== */
.story-section {
    position: relative;
    padding: 110px 32px;
    background:
        radial-gradient(circle at 13% 18%, rgba(201,168,76,0.22), transparent 25%),
        radial-gradient(circle at 88% 10%, rgba(183,87,70,0.16), transparent 28%),
        linear-gradient(180deg, #FBF4EC 0%, #F7EEE4 100%);
    overflow: hidden;
}

.story-section::before {
    content: '';
    position: absolute;
    top: 28px;
    right: 32px;
    width: 220px;
    height: 1px;
    background: rgba(201,168,76,0.55);
}

.story-section::after {
    content: '';
    position: absolute;
    left: -120px;
    bottom: -150px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255,255,255,0.42);
}

.story-section .story-inner::before {
    content: '';
    position: absolute;
    top: 120px;
    left: 50%;
    width: 320px;
    height: 180px;
    border-top: 1px solid rgba(201,168,76,0.22);
    border-left: 1px solid rgba(201,168,76,0.22);
    border-top-left-radius: 180px;
    transform: translateX(-18%);
    pointer-events: none;
}

.story-inner {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.68fr);
    gap: 64px;
    align-items: start;
}

.story-content .section-label {
    margin-bottom: 18px;
}

.story-intro {
    color: #9C5446;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-intro span {
    color: #7B6255;
    font-size: 0.98rem;
    font-weight: 500;
}

.story-title {
    font-size: clamp(2.4rem, 4.4vw, 3.35rem);
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1.2;
    margin-bottom: 22px;
}

.story-quote {
    max-width: 720px;
    color: #B85D4D;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.55;
    margin-bottom: 38px;
    padding: 18px 22px 18px 0;
    position: relative;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.48));
    border-radius: 0 24px 24px 0;
}

.story-quote::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -16px;
    width: 92px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-gold), rgba(201,168,76,0));
}

.story-text {
    color: #553F35;
    font-size: 1.08rem;
    line-height: 2.12;
    max-width: 700px;
}

.story-text p {
    margin-bottom: 24px;
}

.story-text p:last-child {
    margin-bottom: 0;
}

.story-emphasis {
    color: var(--color-primary-mid);
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.7;
    margin: 4px 0 28px !important;
}

.story-highlights {
    padding-top: 70px;
}

.story-path {
    position: relative;
    background: rgba(255,255,255,0.58);
    border: 1px solid rgba(201,168,76,0.18);
    border-radius: 32px;
    padding: 30px 28px;
    box-shadow: 0 22px 50px rgba(61, 36, 22, 0.10);
    backdrop-filter: blur(8px);
}

.story-path::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 35px;
    bottom: 40px;
    width: 1px;
    background: linear-gradient(180deg, rgba(201,168,76,0.15), rgba(201,168,76,0.85), rgba(201,168,76,0.15));
}

.story-step {
    position: relative;
    padding-right: 34px;
    margin-bottom: 28px;
}

.story-step:last-child {
    margin-bottom: 0;
}

.story-step::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D0A84D;
    box-shadow: 0 0 0 7px rgba(208,168,77,0.12);
}

.story-step strong {
    display: block;
    color: var(--color-primary-mid);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.25;
    margin-bottom: 6px;
}

.story-step span {
    display: block;
    color: #876A59;
    font-size: 0.98rem;
}

/* ===== ARTICLES ===== */
.articles-section {
    position: relative;
    padding: 110px 32px 116px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.92), transparent 28%),
        radial-gradient(circle at 12% 80%, rgba(201,168,76,0.12), transparent 22%),
        linear-gradient(180deg, #F7F1EA 0%, #FCF8F4 100%);
    overflow: hidden;
}

.articles-section::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 50%;
    width: 1px;
    height: 42px;
    background: linear-gradient(180deg, rgba(201,168,76,0), rgba(201,168,76,0.72));
}

.articles-section .section-header {
    position: relative;
    margin-bottom: 64px;
}

.articles-section .section-title {
    font-size: clamp(2.2rem, 3.6vw, 2.8rem);
}

.articles-section .section-subtitle {
    max-width: 420px;
    margin: 0 auto;
}

.articles-grid {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.article-category-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 340px;
    text-decoration: none;
    display: block;
    isolation: isolate;
    box-shadow: 0 22px 54px rgba(53, 31, 20, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.article-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 68px rgba(53, 31, 20, 0.18);
}

.card-journey {
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 28%),
        linear-gradient(145deg, #7A2E28, #C8514A);
}

.card-business {
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(145deg, #826015, #C49A3C);
}

.article-card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.10) 62%),
        linear-gradient(135deg, rgba(255,255,255,0.10), transparent 42%);
}

.article-category-card::before {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 22px;
    z-index: 1;
    transition: inset 0.35s ease, border-color 0.35s ease;
}

.article-category-card:hover::before {
    inset: 14px;
    border-color: rgba(255,255,255,0.42);
}

.article-card-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 42px 36px;
    z-index: 2;
}

.article-card-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.24);
    backdrop-filter: blur(8px);
}

.article-card-content h3 {
    color: #fff;
    font-size: 1.95rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.article-card-source {
    color: rgba(255,255,255,0.74);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 14px;
}

.article-card-content p {
    color: rgba(255,255,255,0.85);
    font-size: 0.97rem;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 280px;
}

.article-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: background 0.25s ease, transform 0.25s ease;
}

.article-category-card:hover .article-card-btn {
    background: rgba(255,255,255,0.28);
    transform: translateY(-2px);
}

/* ===== TESTIMONIAL ===== */
.testimonial {
    padding: 96px 32px;
    background: var(--color-bg-soft);
}

.testimonial-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.stars {
    color: var(--color-gold);
    font-size: 1.4rem;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

.testimonial-text {
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 28px;
    position: relative;
}

.testimonial-text::before {
    content: '"';
    font-size: 5rem;
    color: #EDD5C8;
    position: absolute;
    top: -20px;
    right: -10px;
    font-family: Georgia, serif;
    line-height: 1;
    z-index: -1;
}

.testimonial-author {
    font-weight: 700;
    color: var(--color-primary);
    font-size: 1rem;
}

.testimonial-author span {
    font-weight: 400;
    color: var(--color-text-light);
}

/* ===== LEAD FORM ===== */
.lead-form-section {
    padding: 96px 32px;
    background: linear-gradient(145deg, #2E1A14 0%, #7A2E28 60%, #C8514A 100%);
    position: relative;
    overflow: hidden;
}

.lead-form-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 60% at 10% 90%, rgba(196,154,60,0.15) 0%, transparent 60%);
}

.lead-form-inner {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.lead-form-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lead-form-left h2 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}

.lead-form-left p {
    color: rgba(255,255,255,0.82);
    font-size: 1.05rem;
    margin-bottom: 36px;
}

.lead-contact-info {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lead-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lead-contact-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-gold-light);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lead-contact-item a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.2s;
}

.lead-contact-item a:hover {
    color: var(--color-gold-light);
}

.lead-guide-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--color-gold);
    color: var(--color-gold-light);
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-family: var(--font-main);
}

.lead-guide-btn:hover {
    background: var(--color-gold);
    color: #fff;
}

.lead-form-right .lead-form {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius);
    padding: 36px;
}

.lead-form-inner h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 12px;
    line-height: 1.3;
}

.lead-form-inner > p {
    color: rgba(255,255,255,0.72);
    margin-bottom: 40px;
    font-size: 1.08rem;
}

.lead-form {
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: var(--radius);
    padding: 36px;
    text-align: right;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid rgba(255,255,255,0.25);
    border-radius: var(--radius-sm);
    font-family: var(--font-main);
    font-size: 1rem;
    color: #fff;
    background: rgba(255,255,255,0.12);
    transition: border-color 0.2s, box-shadow 0.2s;
    direction: rtl;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255,255,255,0.45);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 3px rgba(196,154,60,0.2);
}

.form-group textarea {
    height: 110px;
    resize: vertical;
}

.form-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--color-gold), #A07830);
    color: var(--color-white);
    border: none;
    padding: 17px;
    border-radius: 50px;
    font-size: 1.08rem;
    font-weight: 700;
    font-family: var(--font-main);
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 6px 20px rgba(196,154,60,0.4);
}

.form-submit:hover {
    opacity: 0.92;
    transform: translateY(-2px);
}

.form-success-card {
    display: none;
    text-align: center;
    padding: 48px 32px 40px;
    animation: fadeInUp 0.5s ease;
}
.form-success-icon {
    font-size: 3.2rem;
    margin-bottom: 16px;
    line-height: 1;
}
.form-success-card h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}
.form-success-card p {
    color: rgba(255,255,255,0.85);
    font-size: 1.05rem;
    margin: 0 0 8px;
    line-height: 1.6;
}
.form-success-sub {
    color: rgba(255,255,255,0.65);
    font-size: 0.95rem !important;
    margin-bottom: 28px !important;
}
.form-success-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--color-primary), #7A2E28);
    color: #fff;
    padding: 13px 36px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(200,81,74,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.form-success-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200,81,74,0.4);
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ===== ARCHIVE ===== */
.archive-main {
    background: var(--color-bg);
    min-height: 80vh;
    padding: 64px 32px;
}

.archive-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.archive-header {
    text-align: center;
    margin-bottom: 56px;
}

.archive-header h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 12px;
}

.archive-source-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(196,154,60,0.22);
    border-radius: 999px;
    padding: 6px 18px;
    margin-bottom: 14px;
    font-size: 0.94rem;
    font-weight: 700;
}

.archive-header p {
    color: var(--color-text-light);
    font-size: 1.05rem;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 32px;
}

.archive-card {
    background: var(--color-white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.3s, box-shadow 0.3s;
}

.archive-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-strong);
}

.archive-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.archive-card-body {
    padding: 28px;
}

.archive-card-date {
    font-size: 0.82rem;
    color: var(--color-text-light);
    margin-bottom: 10px;
}

.archive-card-body h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
}

.archive-card-body h2 a {
    color: var(--color-text);
    text-decoration: none;
    transition: color 0.2s;
}

.archive-card-body h2 a:hover {
    color: var(--color-primary);
}

.archive-card-body p {
    color: var(--color-text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.archive-card-btn {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: color 0.2s;
}

.archive-card-btn:hover {
    color: var(--color-primary-mid);
}

.no-posts {
    text-align: center;
    color: var(--color-text-light);
    font-size: 1.1rem;
    grid-column: 1/-1;
    padding: 48px 0;
}

/* ===== SINGLE POST ===== */
.single-main {
    background: var(--color-bg);
    min-height: 80vh;
    padding: 0 0 80px;
}

.single-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 32px;
}

.single-hero-img img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 0 0 var(--radius) var(--radius);
    margin-bottom: 48px;
}

.single-content-wrap {
    padding: 0 8px;
}

.single-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.single-date {
    font-size: 0.85rem;
    color: var(--color-text-light);
}

.single-cat {
    background: var(--color-bg-soft);
    color: var(--color-primary);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.single-article h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 800;
    color: var(--color-text);
    line-height: 1.35;
    margin-bottom: 36px;
}

.single-content p {
    font-size: 1.08rem;
    line-height: 1.9;
    color: var(--color-text);
    margin-bottom: 24px;
}

.single-source-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 38px;
    padding: 18px 20px;
    border: 1px solid rgba(200, 81, 74, 0.18);
    border-radius: var(--radius-sm);
    background: #fff;
    box-shadow: 0 10px 28px rgba(53, 31, 20, 0.06);
}

.single-source-link span {
    color: var(--color-text-light);
    font-size: 0.94rem;
    font-weight: 600;
}

.single-source-link a {
    color: var(--color-primary);
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.single-source-link a:hover {
    color: var(--color-primary-mid);
}

.single-back {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--color-bg-soft);
}

.single-back-btn {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}

.single-back-btn:hover {
    color: var(--color-primary-mid);
}

/* ===== FOOTER ===== */
.site-footer {
    background: #2E1A14;
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 28px 24px;
    font-size: 0.88rem;
}

.site-footer a {
    color: rgba(201,168,76,0.8);
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer a:hover {
    color: var(--color-gold-light);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    /* --- Header --- */
    .site-header {
        padding: 0 16px;
    }
    .header-inner {
        height: 64px;
    }

    /* --- Hero video --- */
    .hero-video {
        height: 100svh;
        min-height: 540px;
    }
    .hero-video-content {
        padding: 32px 24px;
    }
    .hero-video-content h1 {
        font-size: clamp(2.4rem, 9vw, 3.8rem);
        margin-bottom: 22px;
    }
    .hero-subheadline {
        font-size: clamp(1.1rem, 4.5vw, 1.45rem);
        margin-bottom: 14px;
    }
    .hero-offer {
        font-size: 1.04rem;
        line-height: 1.7;
        margin-bottom: 32px;
    }
    .hero-badge {
        font-size: 0.82rem;
        padding: 8px 18px;
        margin-bottom: 28px;
        letter-spacing: 0.1em;
    }
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 360px;
    }
    .hero-btn {
        text-align: center;
        padding: 16px 28px;
        font-size: 1rem;
        width: 100%;
    }
    .hero-stats {
        gap: 20px;
        margin-top: 36px;
    }

    /* --- About --- */
    .about {
        padding: 78px 20px 84px;
    }
    .about-closing {
        padding: 26px 22px !important;
    }

    /* --- Services --- */
    .services {
        padding: 64px 20px;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* --- Story --- */
    .story-section {
        padding: 72px 20px;
    }
    .story-section::before {
        top: 22px;
        right: 20px;
        width: 120px;
    }
    .story-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .story-title {
        font-size: 2rem;
        margin-bottom: 18px;
    }
    .story-intro {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 16px;
    }
    .story-intro span {
        font-size: 0.94rem;
    }
    .story-quote {
        font-size: 1.28rem;
        line-height: 1.6;
        margin-bottom: 32px;
        padding: 14px 16px 14px 0;
    }
    .story-quote::before {
        bottom: -14px;
        width: 72px;
    }
    .story-text {
        font-size: 1rem;
        line-height: 1.95;
    }
    .story-emphasis {
        font-size: 1.08rem;
        margin-bottom: 24px !important;
    }
    .story-highlights {
        padding-top: 0;
    }
    .story-path {
        padding: 24px 22px;
    }
    .story-path::before {
        right: 29px;
    }
    .story-step {
        padding-right: 30px;
        margin-bottom: 22px;
    }
    .story-section .story-inner::before {
        display: none;
    }

    /* --- Articles --- */
    .articles-section {
        padding: 64px 20px;
    }
    .articles-section::before {
        top: 24px;
        height: 30px;
    }
    .articles-section .section-header {
        margin-bottom: 38px;
    }
    .articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .article-category-card {
        height: 290px;
    }

    /* --- Testimonial --- */
    .testimonial {
        padding: 64px 20px;
    }

    /* --- Lead form --- */
    .lead-form-section {
        padding: 64px 20px;
    }
    .lead-form-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .lead-form-left h2 {
        font-size: 1.8rem;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .lead-form {
        padding: 28px 20px;
    }
    .lead-form-right .lead-form {
        padding: 28px 20px;
    }

    /* --- Archive --- */
    .archive-main {
        padding: 48px 16px;
    }
    .archive-grid {
        grid-template-columns: 1fr;
    }

    /* --- Single --- */
    .single-inner {
        padding: 0 16px;
    }
    .single-hero-img img {
        max-height: 260px;
        border-radius: 0;
        margin-bottom: 28px;
    }
    .single-article h1 {
        font-size: clamp(1.4rem, 5.5vw, 2rem);
    }
    .single-source-link {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    /* --- About typography --- */
    .about-hook {
        font-size: clamp(1.1rem, 4.5vw, 1.4rem) !important;
    }
    .about-text p {
        font-size: clamp(1rem, 3.5vw, 1.15rem);
    }
    .about-quote {
        font-size: clamp(1rem, 3.5vw, 1.2rem);
        padding: 14px 18px;
    }
    .about-closing {
        font-size: clamp(1rem, 3.5vw, 1.2rem) !important;
    }

    /* --- Archive pagination --- */
    .archive-pagination {
        margin-top: 32px;
        text-align: center;
    }
    .archive-pagination .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    /* --- Section headers --- */
    .section-title {
        font-size: 1.7rem;
    }
    .section-header {
        margin-bottom: 36px;
    }

    /* --- General typography --- */
    .hero-video-content p br {
        display: none;
    }
}
