.free-guides-page{padding:100px 0 120px;background:var(--color-bg-default);min-height:70vh}@media(max-width:1439px){.free-guides-page{padding:80px 17px 100px}}@media(max-width:767px){.free-guides-page{padding:60px 20px 80px}}.free-guides-page__container{max-width:1000px;margin:0 auto;padding:0 24px}.free-guides-page__header{text-align:center;margin-bottom:64px}.free-guides-page__header h1{font-family:var(--font-primary);font-size:clamp(28px,3.5vw,42px);font-weight:700;color:var(--color-text-primary);margin-bottom:16px}.free-guides-page__header p{font-size:16px;color:var(--color-text-secondary);max-width:640px;margin:0 auto;line-height:1.7}.free-guides-page__eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-brand-primary);background:rgba(var(--color-brand-primary-rgb),.1);border:1px solid rgba(var(--color-brand-primary-rgb),.3);padding:4px 14px;border-radius:100px;margin-bottom:18px}.free-guides-page__list{display:flex;flex-direction:column;gap:20px}.free-guides-card{display:grid;grid-template-columns:72px 1fr auto;gap:28px;align-items:center;background:var(--color-bg-alt);border:1px solid var(--color-neutral-light-gray);border-radius:16px;padding:28px 32px;transition:border-color .2s,box-shadow .2s}.free-guides-card:hover{border-color:rgba(var(--color-brand-primary-rgb),.4);box-shadow:0 4px 24px rgba(0,0,0,.07)}@media(max-width:767px){.free-guides-card{grid-template-columns:52px 1fr;grid-template-rows:auto auto;padding:20px;gap:14px}}.free-guides-card__icon-wrap{width:72px;height:72px;border-radius:16px;background:var(--color-bg-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-brand-primary)}@media(max-width:767px){.free-guides-card__icon-wrap{width:52px;height:52px;border-radius:12px}.free-guides-card__icon-wrap svg{width:22px;height:22px}}.free-guides-card__body{display:flex;flex-direction:column;gap:6px;min-width:0}@media(max-width:767px){.free-guides-card__body{grid-column:2}}.free-guides-card__badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-brand-secondary)}.free-guides-card__title{font-family:var(--font-primary);font-size:20px;font-weight:700;color:var(--color-text-primary);margin:0}@media(max-width:767px){.free-guides-card__title{font-size:17px}}.free-guides-card__subtitle{font-size:14px;font-weight:600;font-style:italic;color:var(--color-brand-secondary);margin:0}.free-guides-card__desc{font-size:14px;color:var(--color-text-secondary);line-height:1.65;margin:4px 0 0}.free-guides-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.free-guides-card__tag{padding:3px 10px;border-radius:100px;border:1px solid var(--color-neutral-light-gray);font-size:11px;font-weight:600;color:var(--color-text-secondary)}.free-guides-card__action{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}@media(max-width:767px){.free-guides-card__action{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--color-neutral-light-gray)}}.free-guides-card__meta{font-size:12px;color:var(--color-text-secondary);text-align:center;white-space:nowrap}.free-guides-card__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:100px;background:var(--color-brand-primary);color:var(--color-bg-dark);font-family:var(--font-primary);font-size:14px;font-weight:700;border:none;cursor:pointer;white-space:nowrap;transition:opacity .2s,transform .15s}.free-guides-card__btn:hover{opacity:.88;transform:translateY(-1px)}.free-guides-card__btn:active{transform:translateY(0)}.free-guides-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.free-guides-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(4px)}.free-guides-modal__box{position:relative;z-index:1;background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:32px;box-shadow:0 24px 60px rgba(0,0,0,.25)}@media(max-width:600px){.free-guides-modal__box{padding:24px 20px;border-radius:16px}}.free-guides-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s,color .15s;flex-shrink:0}.free-guides-modal__close:hover{background:#f3f4f6;color:#111827}.free-guides-modal__header{margin-bottom:20px;padding-right:44px}.free-guides-modal__pre{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary);margin-bottom:4px}.free-guides-modal__title{font-family:var(--font-primary);font-size:18px;font-weight:700;color:var(--color-text-primary);margin:0;line-height:1.3}.free-guides-modal__form{overflow:hidden;border-radius:12px}