.lectures-hero{padding:172px 0 40px;position:relative;overflow:hidden}.lectures-hero:before{content:"";position:absolute;top:-180px;inset-inline-end:-160px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(224,123,57,.13),transparent 65%);pointer-events:none}.lectures-hero .kicker{margin-bottom:22px}.lectures-hero h1{font-size:clamp(2.1rem,4.8vw,3.4rem);font-weight:900;line-height:1.12;letter-spacing:-.01em;margin-bottom:22px;position:relative;z-index:1}.lectures-hero p{color:var(--ink-soft);max-width:660px;font-size:1.12rem;line-height:1.85;position:relative;z-index:1}.lectures-hero p strong{color:var(--ink);font-weight:700}@media (max-width:900px){.lectures-hero{padding-top:130px}}.lectures-section{padding-top:56px}.lectures-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.lecture-card{background:var(--card);border:1px solid rgba(120,84,50,.1);border-radius:var(--radius-lg);padding:34px 30px;box-shadow:var(--shadow-warm);display:flex;flex-direction:column;gap:14px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.lecture-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-warm-lg);border-color:rgba(224,123,57,.35)}.lecture-card h3{font-size:1.4rem;font-weight:800;line-height:1.3;display:flex;align-items:center;gap:12px}.lecture-card h3:before{content:"";flex:none;width:10px;height:10px;border-radius:50%;background:var(--accent)}.lecture-card>p{color:var(--ink-soft);font-size:1rem;line-height:1.75}.lecture-facts{display:flex;flex-direction:column;gap:12px;background:var(--bg-soft);border:1px solid rgba(120,84,50,.1);border-radius:14px;padding:18px 20px;flex:1}.lecture-fact h4{font-family:var(--font-assistant),sans-serif;font-weight:700;font-size:.83rem;letter-spacing:.12em;color:var(--accent-strong);margin-bottom:3px}.lecture-fact p{color:var(--ink-soft);font-size:.95rem;line-height:1.7}.lecture-cta{margin-top:4px}@media (max-width:860px){.lectures-grid{grid-template-columns:1fr}.lecture-card{padding:28px 24px}}.lectures-divider{padding:0;margin:96px 0 0;border:0;position:relative;height:1px;background:linear-gradient(90deg,transparent,var(--line-strong) 20%,var(--line-strong) 80%,transparent);overflow:visible}.lectures-divider:after{content:"";position:absolute;top:-5px;inset-inline-start:50%;transform:translateX(50%);width:11px;height:11px;border-radius:50%;background:var(--accent)}.services-section{background:linear-gradient(175deg,var(--navy) 0,var(--navy-deep) 100%);position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;top:-200px;inset-inline-end:-180px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(224,123,57,.16),transparent 65%)}.services-section .section-tag{color:#f0a468}.services-section .section-tag:before{background:#f0a468}.services-section .section-title{color:var(--cream-on-navy)}.services-section .section-lead{color:rgba(243,236,223,.75)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}.service-card{background:rgba(246,239,230,.055);border:1px solid rgba(246,239,230,.14);border-radius:var(--radius);padding:30px 28px;display:flex;flex-direction:column;gap:12px;transition:transform .25s,background .25s,border-color .25s}.service-card:hover{transform:translateY(-5px);background:rgba(246,239,230,.1);border-color:rgba(240,164,104,.5)}.service-num{font-family:var(--font-heebo),sans-serif;font-weight:900;font-size:1rem;color:#f0a468;display:inline-flex;align-items:center;gap:10px}.service-num:after{content:"";width:34px;height:2px;background:rgba(240,164,104,.5);border-radius:2px}.service-card h3{color:var(--cream-on-navy);font-size:1.18rem;font-weight:800;line-height:1.4}.service-card>p{color:rgba(243,236,223,.72);font-size:.97rem;line-height:1.7}.service-fact{border-top:1px solid rgba(243,236,223,.14);padding-top:12px}.service-fact h4{font-family:var(--font-assistant),sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.12em;color:#f0a468;margin-bottom:3px}.service-fact p{color:rgba(243,236,223,.72);font-size:.92rem;line-height:1.65}@media (max-width:1000px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.services-grid{grid-template-columns:1fr}}.lectures-close{text-align:center}.lectures-close h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:900;margin-bottom:14px}.lectures-close p{color:var(--ink-soft);max-width:600px;margin:0 auto 32px;font-size:1.1rem;line-height:1.8}.lectures-close-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.lectures-faq{background:var(--bg-deep);border-top:1px solid var(--line)}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:780px}.faq-item{background:var(--card);border:1px solid rgba(120,84,50,.14);border-radius:var(--radius);box-shadow:var(--shadow-warm);overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:18px 22px;font-family:var(--font-heebo),sans-serif;font-weight:700;font-size:1.05rem;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:400;color:var(--accent-strong);transition:transform .2s var(--ease);flex:none}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 22px 20px;color:var(--ink-soft);line-height:1.8;margin:0}