.insights-page__wrapper{background-color:var(--background);width:100%;color:var(--foreground);font-family:var(--font-sans);overflow-x:clip}.insights-section{border-bottom:1px solid rgba(var(--background-inverted-rgb), .08);padding:4.5rem 0;position:relative}@media (min-width:768px){.insights-section{padding:6rem 0}}@media (min-width:1024px){.insights-section{padding:8rem 0}}.insights-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media (min-width:1024px){.insights-container{padding:0 4rem}}.insights-hero{box-sizing:border-box;flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.insights-hero__bg-container{z-index:0;position:absolute;inset:0;overflow:hidden}.insights-hero__bg-image{opacity:1;object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}.insights-hero__bg-overlay,.insights-hero__directional-overlay{z-index:1;background:0 0;position:absolute;inset:0}.insights-hero__glow{z-index:1;pointer-events:none;background:0 0;position:absolute;inset:0}.insights-hero__bg-container:after{content:"";background-image:radial-gradient(rgba(var(--accent-rgb), .015) 1px, transparent 0);pointer-events:none;z-index:2;background-size:24px 24px;position:absolute;inset:0}.insights-hero__content-container{box-sizing:border-box;width:100%;min-height:100dvh;padding-top:calc(var(--header-height) + clamp(2rem, 5vh, 4rem));z-index:10;flex-direction:column;justify-content:center;padding-bottom:clamp(2rem,4vh,3rem);display:flex;position:relative}.insights-hero__text-block{flex-direction:column;align-items:flex-start;width:min(100%,680px);display:flex}.insights-hero__title{font-family:var(--font-heading);letter-spacing:-.035em;color:var(--foreground);margin:0 0 1.5rem;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:500;line-height:1.12}.insights-hero__title span{color:var(--accent)}.insights-hero__description{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .72);max-width:50ch;margin:0 0 2.5rem;font-size:clamp(.95rem,1.5vw,1.0625rem);line-height:1.75}.insights-hero__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:3rem;display:flex}.insights-hero__scroll-indicator{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:rgba(var(--foreground-rgb), .45);cursor:pointer;align-items:center;gap:.625rem;width:fit-content;margin-top:auto;font-size:.75rem;font-weight:600;transition:color .3s;display:flex}.insights-hero__scroll-indicator:hover{color:var(--foreground)}.insights-hero__scroll-icon{width:20px;height:20px;color:var(--accent);opacity:.7}#browse-topics.insights-section{padding-top:48px;padding-bottom:48px}@media (min-width:768px){#browse-topics.insights-section{padding-top:56px;padding-bottom:56px}}@media (min-width:1024px){#browse-topics.insights-section{padding-top:72px;padding-bottom:72px}}#browse-topics .section-header-premium{margin-bottom:2.5rem}#browse-topics .section-header-premium__title{max-width:700px;margin-left:auto;margin-right:auto;font-size:clamp(1.6rem,3vw,2.2rem)}#browse-topics .section-header-premium__desc{max-width:560px;margin-left:auto;margin-right:auto;font-size:clamp(.875rem,1.6vw,.95rem)}.insights-topics__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:640px){.insights-topics__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.insights-topics__grid{grid-template-columns:repeat(4,1fr)}}.insights-topic__card{background-color:var(--background-subtle);border:1px solid var(--border);min-height:180px;transition:transform .3s var(--ease-premium), border-color .3s ease, box-shadow .3s ease;cursor:pointer;border-radius:0;flex-direction:column;padding:28px;display:flex;position:relative;overflow:hidden}.insights-topic__card:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .15), transparent);opacity:0;height:1px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.insights-topic__card:hover{border-color:rgba(var(--accent-rgb), .35);transform:translateY(-3px);box-shadow:0 12px 28px #0000000a}.insights-topic__card:hover:before{opacity:1}.insights-topic__icon-wrapper{background-color:rgba(var(--accent-rgb), .06);border:1px solid rgba(var(--accent-rgb), .12);width:48px;height:48px;color:var(--accent);border-radius:0;justify-content:center;align-items:center;margin-bottom:1rem;transition:background-color .3s,color .3s,box-shadow .3s;display:flex}.insights-topic__card:hover .insights-topic__icon-wrapper{background-color:var(--accent);color:var(--accent-foreground);box-shadow:0 0 12px rgba(var(--accent-rgb), .15)}.insights-topic__title{font-family:var(--font-sans);color:var(--foreground);letter-spacing:-.01em;margin:0 0 .25rem;font-size:1.05rem;font-weight:600}.insights-topic__count{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .4);margin:0;font-size:.75rem}.insights-topic__arrow{color:rgba(var(--foreground-rgb), .35);transition:transform .3s,color .3s;position:absolute;bottom:28px;right:28px}.insights-topic__card:hover .insights-topic__arrow{color:var(--accent);transform:translate(3px)}.insights-topics__footer{justify-content:center;margin-top:2.25rem;display:flex}.insights-latest__header{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:3.5rem;display:flex}@media (min-width:768px){.insights-latest__header{flex-direction:row;align-items:flex-end}}.insights-latest__title-area{flex-direction:column;align-items:flex-start;display:flex}.insights-latest__view-all-btn{font-family:var(--font-sans);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;transition:color .3s;display:flex}.insights-latest__view-all-btn:hover{color:var(--foreground)}.insights-latest__view-all-arrow{transition:transform .3s}.insights-latest__view-all-btn:hover .insights-latest__view-all-arrow{transform:translate(3px)}.featured-insight__card{background-color:var(--background-subtle);border:1px solid var(--border);transition:transform .3s var(--ease-premium), border-color .3s ease, box-shadow .3s ease;border-radius:0;flex-direction:column;margin-bottom:3rem;display:flex;position:relative;overflow:hidden}.featured-insight__card:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .15), transparent);opacity:0;height:1px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.featured-insight__card:hover{border-color:rgba(var(--accent-rgb), .35);transform:translateY(-3px);box-shadow:0 12px 28px #0000000a}.featured-insight__card:hover:before{opacity:1}@media (min-width:1024px){.featured-insight__card{flex-direction:row;min-height:480px}}.featured-insight__image-wrapper{width:100%;height:250px;position:relative}@media (min-width:1024px){.featured-insight__image-wrapper{width:55%;height:auto;min-height:480px}}.featured-insight__image{object-fit:cover;transition:transform .5s}.featured-insight__card:hover .featured-insight__image{transform:scale(1.015)}.featured-insight__badge{background-color:var(--accent);color:var(--accent-foreground);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;z-index:10;border-radius:999px;padding:.3rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem}.featured-insight__content{flex-direction:column;justify-content:center;padding:2.25rem 2rem;display:flex}@media (min-width:1024px){.featured-insight__content{width:45%;padding:3.5rem 3rem}}.featured-insight__meta{font-family:var(--font-sans);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:flex}.featured-insight__meta-dot{color:rgba(var(--background-inverted-rgb), .2)}.featured-insight__title{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--foreground);margin:0 0 1rem;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:500;line-height:1.2;transition:color .3s}.featured-insight__card:hover .featured-insight__title{color:var(--accent)}.featured-insight__desc{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .65);margin:0 0 2rem;font-size:.9375rem;line-height:1.65}.featured-insight__footer{border-top:1px solid rgba(var(--background-inverted-rgb), .08);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.featured-insight__author{align-items:center;gap:.75rem;display:flex}.featured-insight__avatar-container{border:1px solid rgba(var(--accent-rgb), .25);background-color:rgba(var(--accent-rgb), .08);width:2.25rem;height:2.25rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex;position:relative}.featured-insight__author-info{flex-direction:column;display:flex}.featured-insight__author-name{font-family:var(--font-sans);color:var(--foreground);font-size:.8125rem;font-weight:600}.featured-insight__date{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .45);font-size:.75rem}.featured-insight__arrow-btn{border:1px solid rgba(var(--background-inverted-rgb), .15);width:2.25rem;height:2.25rem;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s,border-color .3s,color .3s;display:flex}.featured-insight__card:hover .featured-insight__arrow-btn{background-color:var(--accent);border-color:var(--accent);color:var(--accent-foreground)}.insights-articles__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.insights-articles__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.insights-articles__grid{grid-template-columns:repeat(4,1fr)}}.article-card{background-color:var(--background-subtle);border:1px solid rgba(var(--background-inverted-rgb), .08);border-radius:16px;flex-direction:column;height:100%;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.article-card:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .15), transparent);opacity:0;height:1px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.article-card:hover{border-color:rgba(var(--accent-rgb), .2);transform:translateY(-4px);box-shadow:0 15px 30px #0006}.article-card:hover:before{opacity:1}.article-card__image-wrapper{aspect-ratio:16/10;width:100%;position:relative}.article-card__image{object-fit:cover;transition:transform .5s}.article-card:hover .article-card__image{transform:scale(1.02)}.article-card__body{flex-direction:column;flex-grow:1;padding:1.75rem 1.5rem;display:flex}.article-card__meta{font-family:var(--font-sans);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.6875rem;font-weight:600;display:flex}.article-card__meta-dot{color:rgba(var(--background-inverted-rgb), .15)}.article-card__title{font-family:var(--font-heading);letter-spacing:-.015em;color:var(--foreground);margin:0 0 .75rem;font-size:1.25rem;font-weight:500;line-height:1.3;transition:color .3s}.article-card:hover .article-card__title{color:var(--accent)}.article-card__desc{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .6);margin:0 0 1.5rem;font-size:.875rem;line-height:1.6}.article-card__footer{border-top:1px solid rgba(var(--background-inverted-rgb), .06);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.article-card__author{align-items:center;gap:.625rem;display:flex}.article-card__avatar-container{border:1px solid rgba(var(--accent-rgb), .2);background-color:rgba(var(--accent-rgb), .08);width:1.875rem;height:1.875rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex;position:relative}.article-card__author-info{flex-direction:column;display:flex}.article-card__author-name{font-family:var(--font-sans);color:var(--foreground);font-size:.75rem;font-weight:600}.article-card__date{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .45);font-size:.6875rem}.article-card__arrow{color:rgba(var(--background-inverted-rgb), .3);transition:transform .3s,color .3s}.article-card:hover .article-card__arrow{color:var(--accent);transform:translate(2px)}.insights-newsletter{padding:5.5rem 0}.insights-newsletter__box{background-color:var(--background-subtle);border:1px solid rgba(var(--background-inverted-rgb), .08);text-align:center;border-radius:24px;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000080}.insights-newsletter__box:before{content:"";background-image:radial-gradient(rgba(var(--accent-rgb), .015) 1px, transparent 0);pointer-events:none;z-index:0;background-size:16px 16px;position:absolute;inset:0}@media (min-width:1024px){.insights-newsletter__box{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;padding:4.5rem 4rem}}.insights-newsletter__left{z-index:10;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex;position:relative}@media (min-width:1024px){.insights-newsletter__left{flex-direction:row;align-items:flex-start;gap:2rem;max-width:55%;margin-bottom:0}}.insights-newsletter__icon-wrap{background-color:rgba(var(--accent-rgb), .04);border:1px solid rgba(var(--accent-rgb), .08);width:3.5rem;height:3.5rem;color:var(--accent);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.insights-newsletter__text{flex-direction:column;gap:.5rem;display:flex}.insights-newsletter__title{font-family:var(--font-heading);color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:500}.insights-newsletter__desc{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .55);margin:0;font-size:.9375rem;line-height:1.5}.insights-newsletter__right{z-index:10;width:100%;position:relative}@media (min-width:1024px){.insights-newsletter__right{max-width:400px}}.insights-newsletter__form{flex-direction:column;gap:.75rem;width:100%;display:flex}@media (min-width:640px){.insights-newsletter__form{background-color:rgba(var(--background-rgb), .5);border:1px solid rgba(var(--background-inverted-rgb), .1);border-radius:12px;flex-direction:row;padding:.35rem}}.insights-newsletter__input{background-color:rgba(var(--background-rgb), .5);border:1px solid rgba(var(--background-inverted-rgb), .1);font-family:var(--font-sans);color:var(--foreground);border-radius:10px;outline:none;flex-grow:1;padding:.85rem 1.5rem;font-size:.875rem;transition:border-color .3s}@media (min-width:640px){.insights-newsletter__input{background-color:#0000;border:none;padding:.75rem 1.25rem}}.insights-newsletter__input:focus{border-color:var(--accent)}.insights-newsletter__btn{background-color:var(--accent);color:var(--accent-foreground);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:.85rem 1.75rem;font-size:.78rem;font-weight:700;transition:background-color .3s,transform .3s}.insights-newsletter__btn:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.insights-newsletter__btn:active{transform:translateY(0)}.insights-newsletter__note{font-family:var(--font-sans);color:rgba(var(--foreground-rgb), .4);margin-top:.75rem;font-size:.75rem}@media (min-width:640px){.insights-newsletter__note{text-align:left;padding-left:1.5rem}}.insights-newsletter__success{font-family:var(--font-sans);color:var(--accent);text-align:center;padding:1rem 0;font-size:.875rem;font-weight:600}@media (min-width:1024px){.insights-newsletter__success{text-align:left;padding-left:1.5rem}}
