.page-blog{max-width:1200px;margin:0 auto;padding-bottom:40px;color:#F2FFF6}.page-blog__hero-section{display:flex;flex-direction:column;padding-top:8px}.page-blog__hero-image-wrapper{width:100%;margin:0 0 24px;background:#0A4B2C;border-radius:12px;overflow:hidden}.page-blog__hero-image{width:100%;aspect-ratio:17/5;object-fit:cover;display:block;margin-bottom:0}.page-blog__hero-content{width:100%;max-width:1100px;margin:0 auto;padding:0 16px;text-align:left}.page-blog__main-title{font-weight:800;line-height:1.2;letter-spacing:-0.02em;color:#F2FFF6;margin:0 0 12px;font-size:clamp(1.8rem, 3.2vw, 2.8rem)}.page-blog__hero-description{font-size:1.05rem;line-height:1.7;color:#A7D9B8;margin:0 0 24px;max-width:65ch}.page-blog__hero-button{display:inline-block;background:linear-gradient(180deg, #2AD16F 0%, #13994A 100%);color:#08160F;font-weight:700;font-size:1rem;padding:14px 36px;border-radius:999px;text-decoration:none;transition:transform .15s ease, box-shadow .15s ease;box-shadow:0 4px 14px rgba(87,227,141,.18)}.page-blog__hero-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(87,227,141,.3)}.page-blog__featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1100px;margin:28px auto;padding:0 16px}.page-blog__featured-card{background:#11271B;border:1px solid #2E7A4E;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.page-blog__featured-card:hover{box-shadow:0 8px 30px rgba(87,227,141,.1)}.page-blog__featured-card img{width:100%;height:auto;aspect-ratio:2/1;object-fit:cover}.page-blog__card-body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.page-blog__badge{display:inline-block;align-self:flex-start;background:linear-gradient(180deg,#2AD16F,#13994A);color:#08160F;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:6px 14px;border-radius:999px}.page-blog__badge--featured{background:linear-gradient(135deg,#F2C14E,#c7952b)}.page-blog__card-title{font-size:1.15rem;line-height:1.4;color:#F2FFF6}.page-blog__card-title a{color:#F2FFF6;text-decoration:none;transition:color .15s}.page-blog__card-title a:hover{color:#57E38D}.page-blog__card-text,.page-blog__article-excerpt{font-size:.95rem;line-height:1.6;color:#A7D9B8}.page-blog__section-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;max-width:1100px;margin:36px auto 16px;padding:0 16px}.page-blog__section-title,.page-blog__guide-title{font-size:1.6rem;line-height:1.3;color:#F2FFF6;margin:0}.page-blog__view-all-link{color:#22C768;font-weight:600;font-size:.9rem;text-decoration:none;white-space:nowrap}.page-blog__view-all-link:hover{color:#57E38D}.page-blog__articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto;padding:0 16px}.page-blog__article-card{background:#11271B;border:1px solid #2E7A4E;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.page-blog__article-card:hover{box-shadow:0 6px 24px rgba(87,227,141,.08)}.page-blog__article-card img{width:100%;aspect-ratio:2/1;object-fit:cover}.page-blog__article-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.page-blog__article-date{font-size:.8rem;color:#57E38D;text-transform:uppercase;letter-spacing:.05em}.page-blog__article-title{font-size:1rem;line-height:1.45;color:#F2FFF6;margin:0}.page-blog__article-title a{color:#F2FFF6;text-decoration:none;transition:color .15s}.page-blog__article-title a:hover{color:#57E38D}.page-blog__article-excerpt{font-size:.9rem;flex:1;margin:0}.page-blog__article-cta{color:#22C768;font-weight:700;text-decoration:none;font-size:.9rem;margin-top:8px;display:inline-block}.page-blog__article-cta:hover{color:#57E38D}.page-blog__guide-section{background:#0A4B2C;padding:32px 0;margin:40px 0 0;border-top:1px solid #1E3A2A;border-bottom:1px solid #1E3A2A}.page-blog__guide-header{max-width:1100px;margin:0 auto 24px;padding:0 16px;text-align:center}.page-blog__guide-subtitle{color:#A7D9B8;margin:8px 0 0}.page-blog__guide-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0 16px}.page-blog__guide-figure{background:#11271B;border:1px solid #2E7A4E;border-radius:10px;overflow:hidden;padding:0;margin:0}.page-blog__guide-figure img{width:100%;display:block;aspect-ratio:2/1;object-fit:cover}.page-blog__guide-figure figcaption{background:#11271B;color:#F2FFF6;font-size:.95rem;padding:14px 18px;text-align:center}.page-blog__faq-section{max-width:900px;margin:44px auto;padding:0 16px}.page-blog__faq-header{text-align:center;margin-bottom:8px}.page-blog__faq-title{font-size:1.5rem;color:#F2FFF6;margin:0}.page-blog__faq-subtitle{color:#A7D9B8}.page-blog__faq-item{background:#11271B;border:1px solid #2E7A4E;border-radius:8px;padding:16px 20px;margin-top:12px}.page-blog__faq-question{list-style:none;cursor:pointer;color:#F2FFF6;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:12px}.page-blog__faq-question::after{content:'+';font-size:1.5rem;color:#57E38D;flex-shrink:0}.page-blog__faq-item[open] .page-blog__faq-question::after{content:'−';color:#F2C14E}.page-blog__faq-answer{color:#A7D9B8;line-height:1.7;padding-top:12px;margin:0}.page-blog__cta-section{max-width:1100px;margin:20px auto 40px;padding:0 16px}.page-blog__cta-inner{background:linear-gradient(135deg,#0A4B2C 0%,#11271B 100%);border:1px solid #2E7A4E;border-radius:16px;padding:40px 24px;text-align:center}.page-blog__cta-title{color:#F2FFF6;font-size:clamp(1.4rem, 2.5vw, 2rem);margin-top:0}.page-blog__cta-text{color:#A7D9B8;font-size:1rem;max-width:65ch;margin:12px auto 24px}.page-blog__cta-button{display:inline-block;background:linear-gradient(180deg,#2AD16F 0%,#13994A 100%);color:#08160F;font-weight:700;font-size:1rem;padding:14px 40px;border-radius:999px;text-decoration:none;box-shadow:0 4px 14px rgba(87,227,141,.2)}.page-blog__cta-button:hover{transform:translateY(-2px)}.page-blog__article-body,.page-blog__card-body,.page-blog__cta-inner,.page-blog__faq-item,.page-blog__guide-figure{box-sizing:border-box}.page-blog__hero-button,.page-blog__cta-button{box-sizing:border-box;max-width:100%}@media (max-width:768px){.page-blog{padding-left:12px;padding-right:12px}.page-blog__hero-section{padding-top:8px}.page-blog__hero-image{aspect-ratio:2/1}.page-blog__hero-content{padding-left:0;padding-right:0}.page-blog__main-title{font-size:clamp(1.6rem, 6vw, 2.1rem)}.page-blog__hero-description{font-size:.9rem}.page-blog__hero-button,.page-blog__cta-button{width:auto;white-space:normal;word-wrap:break-word;padding-left:24px;padding-right:24px}.page-blog__featured-grid,.page-blog__articles-grid{grid-template-columns:1fr;padding:0;max-width:100%;margin-left:0;margin-right:0}.page-blog__guide-grid{grid-template-columns:1fr;padding:0}.page-blog__guide-title{font-size:1.3rem}.page-blog__guide-figure img{max-width:100%!important;height:auto!important}.page-blog__section-header{flex-direction:column;align-items:flex-start;gap:6px;padding:0;max-width:100%}.page-blog__featured-grid .page-blog__featured-card img,.page-blog__articles-grid .page-blog__article-card img{max-width:100%;height:auto}.page-blog__cta-section{padding:0}.page-blog__cta-inner{padding:28px 18px}.page-blog__cta-text{font-size:.9rem}.page-blog__faq-item{padding:14px 16px}.page-blog img{max-width:100%;height:auto}.page-blog{overflow-x:hidden;max-width:100%}}@media (max-width:1024px) and (min-width:769px){.page-blog__articles-grid{grid-template-columns:repeat(2,1fr)}.page-blog__articles-grid .page-blog__article-card:last-child{grid-column:span 2}.page-blog__guide-grid{grid-template-columns:1fr}.page-blog__featured-grid{grid-template-columns:1fr}}