.site{overflow-x:hidden}.site-main{display:block}.section{padding-block:var(--space-8)}.section__title{font-size:1.375rem;line-height:1.3;font-weight:800;letter-spacing:-.015em;margin-bottom:var(--space-5);text-align:right}.section--surface-white{background:var(--dg-surface)}.section--surface-muted{background:var(--dg-background)}.section--surface-brand-soft{background:linear-gradient(180deg,var(--dg-primary-100) 0%,var(--dg-surface) 100%)}.section--surface-brand{background:var(--dg-primary-100)}.section--surface-faint{background:#fbfbfc}.section--surface-dark{background:var(--dg-surface);color:var(--dg-text-primary)}.section--surface-dark .section__title{color:var(--dg-text-primary)}.section--surface-dark .section__title::after{content:'';display:block;width:56px;height:3px;margin:var(--space-3) 0 0;border-radius:var(--radius-full);background:var(--dg-secondary)}.hero{background:linear-gradient(160deg,var(--dg-header),var(--dg-primary-800));color:var(--dg-surface)}.hero__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);flex-wrap:wrap}.hero__content{flex:1 1 420px}.hero__title{font-size:clamp(1.75rem, 4vw, 3rem);font-weight:800;margin-bottom:var(--space-3)}.hero__subtitle{font-size:1.125rem;color:var(--dg-primary-100);margin-bottom:var(--space-5);max-width:640px}.hero__media{flex:1 1 360px}.hero__media img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.home-hero{position:relative;overflow:hidden;padding-block:var(--space-7);background:var(--dg-background);border-bottom:1px solid var(--dg-border);color:var(--dg-text-primary);text-align:center}.home-hero__blob{position:absolute;z-index:0;pointer-events:none;border-radius:50%;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.home-hero__blob--1{width:240px;height:200px;top:-110px;left:50%;margin-left:-120px;background:#A78BFA;animation-name:home-hero-blob-morph-1;animation-duration:13s}.home-hero__blob--2{width:260px;height:220px;bottom:-120px;inset-inline-start:-70px;background:#3B0764;animation-name:home-hero-blob-morph-2;animation-duration:16s;animation-delay:-4s}.home-hero__blob--3{width:300px;height:260px;bottom:-130px;inset-inline-end:-90px;background:#150C2E;animation-name:home-hero-blob-morph-3;animation-duration:18s;animation-delay:-8s}@keyframes home-hero-blob-morph-1{0%{transform:translate(0,0)}50%{transform:translate(-22px,4px)}100%{transform:translate(0,0)}}@keyframes home-hero-blob-morph-2{0%{border-radius:50%;transform:translate(0,0)}50%{border-radius:22%;transform:translate(-14px,-12px)}100%{border-radius:50%;transform:translate(0,0)}}@keyframes home-hero-blob-morph-3{0%{border-radius:50%;transform:translate(0,0)}50%{border-radius:22%;transform:translate(12px,-16px)}100%{border-radius:50%;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.home-hero__blob{animation:none}}@media (max-width:640px){.home-hero__blob--1{width:170px;height:140px;top:-80px;margin-left:-85px}.home-hero__blob--2{width:170px;height:150px}.home-hero__blob--3{width:190px;height:170px}}.home-hero__inner{position:relative;z-index:var(--z-hero-search);max-width:680px;margin-inline:auto}.home-hero__eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--dg-primary-100);color:var(--dg-primary-800);border-radius:var(--radius-full);padding:var(--space-2) var(--space-4);font-size:.8125rem;font-weight:600;margin-bottom:var(--space-5)}.home-hero__eyebrow svg{width:14px;height:14px;color:var(--dg-primary);flex-shrink:0}.home-hero__title{font-size:clamp(1.5rem, 3.6vw + 0.5rem, 2.75rem);font-weight:800;line-height:1.25;letter-spacing:-.015em;margin-top:var(--space-4);margin-bottom:var(--space-6);color:var(--dg-text-primary)}.home-hero__subtitle{font-size:clamp(1rem, 1vw + 0.7rem, 1.25rem);color:var(--dg-text-secondary);margin-bottom:var(--space-7)}.home-hero__search{position:relative;z-index:10;margin-bottom:var(--space-5)}.home-hero__search input[type="search"],.home-hero__search input[type="text"]{width:100%;background:var(--dg-surface);border:2px solid var(--dg-border);box-shadow:var(--shadow-md);border-radius:var(--radius-full);padding-block:13px;padding-inline-start:84px;padding-inline-end:84px;font-size:clamp(0.95rem, 0.5vw + 0.85rem, 1.05rem);color:var(--dg-text-secondary);text-align:center;transition:border-color 0.15s ease,box-shadow 0.15s ease}.home-hero__search input[type="search"]::placeholder,.home-hero__search input[type="text"]::placeholder{color:var(--dg-text-secondary);opacity:1}.home-hero__search input[type="search"]:focus,.home-hero__search input[type="text"]:focus{border-color:var(--dg-secondary);box-shadow:var(--shadow-lg)}.home-hero__search button,.home-hero__search input[type="submit"],.home-hero__search input[type="image"]{position:absolute;top:50%;inset-inline-end:5px;transform:translateY(-50%);width:44px;height:44px;padding:0;border:none;border-radius:50%;background:var(--dg-primary);color:var(--dg-surface);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.15s ease}.home-hero__search button:hover,.home-hero__search input[type="submit"]:hover{background:var(--dg-primary-hover)}.home-hero__search button svg,.home-hero__search button img{width:18px;height:18px}.home-hero__search svg,.home-hero__search svg *{color:var(--dg-text-secondary)!important;fill:none!important;stroke:var(--dg-text-secondary)!important;stroke-width:2px}.home-hero__search i,.home-hero__search .icon{color:var(--dg-text-secondary)!important}.home-hero__search button svg,.home-hero__search button svg *,.home-hero__search input[type="submit"] svg,.home-hero__search input[type="submit"] svg *{color:var(--dg-surface)!important;stroke:var(--dg-surface)!important}.home-hero__more-link{position:relative;z-index:1;font-size:.875rem;color:var(--dg-text-secondary);margin-bottom:var(--space-7)}.home-hero__more-link a{color:var(--dg-primary-hover);font-weight:600;text-decoration:underline;text-underline-offset:2px}.home-hero__more-link-arrow{display:inline-block;margin-inline-start:var(--space-1)}.home-hero__actions{position:relative;z-index:1;margin-bottom:var(--space-8)}.home-hero__secondary{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--dg-header);border:1.5px solid var(--dg-header);border-radius:var(--radius-md);padding:var(--space-3) var(--space-6);font-size:.9375rem;font-weight:600;color:var(--dg-surface);transition:background-color 0.15s ease,color 0.15s ease,transform 0.15s ease}.home-hero__secondary:hover,.home-hero__secondary:focus-visible,.home-hero__secondary:active{background:var(--dg-surface);color:var(--dg-text-primary);transform:translateY(-1px)}@media (max-width:640px){.home-hero__secondary{padding:var(--space-2) var(--space-4);font-size:.875rem}}@media (min-width:783px){.home-hero__title{font-size:clamp(1.75rem, 1.6vw + 1rem, 2.125rem)}.home-hero__actions{margin-top:var(--space-2)}}.home-hero:has(.home-hero__search:focus-within) .home-hero__eyebrow,.home-hero:has(.home-hero__search:focus-within) .home-hero__title,.home-hero:has(.home-hero__search:focus-within) .home-hero__subtitle,.home-hero:has(.home-hero__search:focus-within) .home-hero__more-link,.home-hero:has(.home-hero__search:focus-within) .home-hero__actions,.home-hero:has(.home-hero__search:focus-within) .home-hero__rating{visibility:hidden}.home-hero__rating{position:relative;z-index:1}.home-hero__stars{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin-bottom:var(--space-3)}.home-hero__star{display:flex;align-items:center;justify-content:center;overflow:visible;width:26px;height:26px;border-radius:var(--radius-sm);color:var(--dg-surface);font-size:1.125rem;line-height:1;animation:home-hero-star-pulse 2.6s ease-in-out infinite}.home-hero__star--red{background:#ef4444;animation-delay:0s}.home-hero__star--orange{background:#f97316;animation-delay:0.15s}.home-hero__star--yellow{background:#f2c94c;animation-delay:0.3s}.home-hero__star--green-light{background:#22c55e;animation-delay:0.45s}.home-hero__star--green-dark{background:#15803d;animation-delay:0.6s}@keyframes home-hero-star-pulse{0%,100%{transform:scale(1) translateY(0)}50%{transform:scale(1.12) translateY(-2px)}}@media (prefers-reduced-motion:reduce){.home-hero__star{animation:none}}.home-hero__rating-caption{font-size:.8125rem;color:var(--dg-text-secondary)}.why-us__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-3)}.why-us__card{background:var(--dg-background);border:1px solid var(--dg-border);border-radius:var(--radius-lg);box-shadow:0 1px 2px rgb(17 24 39 / .04),0 10px 24px rgb(17 24 39 / .07),0 18px 36px -12px rgb(124 58 237 / .14);padding:var(--space-4) var(--space-3);text-align:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);position:relative;overflow:hidden}.why-us__card:hover{transform:translateY(-3px);box-shadow:0 1px 2px rgb(17 24 39 / .04),0 16px 32px rgb(17 24 39 / .09),0 22px 44px -12px rgb(124 58 237 / .2);border-color:var(--dg-primary-100)}.why-us__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--dg-primary),var(--dg-primary-800));color:var(--dg-surface);margin-bottom:var(--space-2);margin-inline:auto;box-shadow:0 4px 10px rgb(124 58 237 / .28),inset 0 1px 0 rgb(255 255 255 / .25);position:relative}.why-us__icon svg{width:20px;height:20px}.why-us__card .why-us__icon{background:linear-gradient(135deg,var(--dg-primary),var(--dg-primary-800))}.why-us__title{font-size:.9375rem;font-weight:800;letter-spacing:-.005em;margin-bottom:var(--space-1)}.why-us__desc{color:var(--dg-text-secondary);font-size:.8125rem;line-height:1.6}.latest-posts .archive__grid{margin-top:var(--space-2)}.latest-posts__grid{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.latest-posts__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.latest-posts__grid{grid-template-columns:1fr}}@media (max-width:480px){.latest-posts .container{padding-inline:var(--space-5)}}.latest-posts__more{display:flex;justify-content:center;margin-top:var(--space-6)}@media (max-width:640px){.latest-posts__more .btn{padding:var(--space-2) var(--space-5);font-size:.9rem}}.banner__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;padding-block:var(--space-4);border-radius:var(--radius-md)}.banner{padding-block:var(--space-5)}.banner--brand .banner__inner{background:var(--dg-primary-100);color:var(--dg-primary-950);padding-inline:var(--space-5)}.banner--dark .banner__inner{background:var(--dg-header);color:var(--dg-surface);padding-inline:var(--space-5)}.banner--light .banner__inner{background:var(--dg-background);color:var(--dg-text-primary);padding-inline:var(--space-5)}.banner__message{margin:0;font-weight:600}.faq__list{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:var(--space-3)}.faq__item{border:1px solid var(--dg-border);border-radius:var(--radius-md);overflow:hidden}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);font-weight:600;text-align:right;background:var(--dg-background)}.faq__icon{width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform var(--transition-fast);flex-shrink:0}.faq__item[data-open="true"] .faq__icon{transform:rotate(225deg)}.faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--transition-base)}.faq__item[data-open="true"] .faq__answer{grid-template-rows:1fr}.faq__answer>p{overflow:hidden;padding:0 var(--space-5);color:var(--dg-text-secondary)}.faq__item[data-open="true"] .faq__answer>p{padding:var(--space-4) var(--space-5)}.contact__inner{max-width:620px;margin-inline:auto}.contact__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.cta{border-radius:var(--radius-lg);position:relative;overflow:hidden;margin-block:var(--space-6);margin-inline:var(--space-4);display:flex;align-items:center;justify-content:center}@media (min-width:783px){.cta{max-width:620px;margin-inline:auto}}.cta__inner{text-align:center;position:relative;z-index:2;width:100%}.cta__title{font-size:clamp(1.25rem, 4vw + 0.5rem, 1.75rem);font-weight:800;margin-bottom:var(--space-2)}.cta__subtitle{font-size:clamp(0.9rem, 1vw + 0.7rem, 1rem);color:var(--dg-text-secondary);margin-bottom:var(--space-5)}.cta--brand{background:var(--dg-primary-100)}.cta--growth{background:var(--dg-primary-100);padding-top:72px;padding-bottom:142px}@media (max-width:480px){.cta--growth{padding-top:56px;padding-bottom:126px}}@media (min-width:783px){.cta--growth{padding-top:24px;padding-bottom:88px}}.cta--growth .cta__title,.cta--growth .cta__subtitle{color:var(--dg-primary-950)}.cta--growth::after{content:'';position:absolute;inset-inline:0;bottom:0;height:70px;z-index:1;background:linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 4% 100% / 8% 25% no-repeat,linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 18% 100% / 8% 38% no-repeat,linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 32% 100% / 8% 50% no-repeat,linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 46% 100% / 8% 62% no-repeat,linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 60% 100% / 8% 75% no-repeat,linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 74% 100% / 8% 88% no-repeat,linear-gradient(var(--dg-primary-300),var(--dg-primary-300)) 88% 100% / 8% 100% no-repeat;opacity:.6;pointer-events:none}.cta--growth .btn--primary{background:#262626;color:var(--dg-surface)}.cta--growth .btn--primary:hover{background:#1a1a1a}@media (max-width:480px){.cta--growth .btn--lg{padding:var(--space-2) var(--space-4);font-size:.9375rem}}.cta--dark{background:linear-gradient(135deg,var(--dg-primary-800),var(--dg-header))}.cta--dark .cta__title{color:var(--dg-surface)}.cta--dark .cta__subtitle{color:var(--dg-primary-100)}.trust-visual__inner{max-width:620px;margin-inline:auto;text-align:center;background:var(--dg-primary-100);border-radius:var(--radius-lg);padding:var(--space-7) var(--space-6);position:relative;overflow:hidden}.trust-visual__content{display:flex;flex-direction:column;align-items:center}.trust-visual__badge{position:relative;z-index:1;width:116px;height:92px;margin:0 auto var(--space-5)}.trust-visual__ring{position:absolute;inset-inline-end:0;top:0;width:80px;height:80px;border-radius:50%;border:6px solid var(--dg-primary-300);box-sizing:border-box}.trust-visual__circle{position:absolute;display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;border:3px solid var(--dg-surface);box-shadow:0 6px 18px rgb(69 34 122 / .25)}.trust-visual__circle svg{width:30px;height:30px}.trust-visual__circle--back{inset-inline-start:0;bottom:0;background:linear-gradient(135deg,var(--dg-secondary),var(--dg-primary-800));color:var(--dg-surface)}.trust-visual__circle--front{inset-inline-end:6px;top:6px;background:var(--dg-surface);color:var(--dg-primary-hover)}.trust-visual__title{position:relative;z-index:1;color:var(--dg-primary-950);font-size:clamp(1.1rem, 4vw + 0.4rem, 1.375rem);font-weight:800;margin-bottom:var(--space-2)}.trust-visual__subtitle{position:relative;z-index:1;color:var(--dg-primary-950);opacity:.75;font-size:clamp(0.9rem, 1vw + 0.7rem, 1rem);margin-bottom:var(--space-5);max-width:440px;margin-inline:auto;margin-block-end:var(--space-5)}.trust-visual__actions{position:relative;z-index:1;display:flex;justify-content:center}.trust-visual .btn--outline{background:#fff0;color:var(--dg-primary-950);border-color:var(--dg-primary-950)}.trust-visual .btn--outline:hover{background:var(--dg-primary-950);color:var(--dg-surface)}@media (max-width:480px){.trust-visual__inner{padding:var(--space-4) var(--space-4);margin-inline:var(--space-3)}.trust-visual__badge{width:78px;height:62px;margin-bottom:var(--space-2)}.trust-visual__ring{width:54px;height:54px}.trust-visual__circle{width:46px;height:46px}.trust-visual__circle svg{width:20px;height:20px}.trust-visual__title{font-size:1rem;margin-bottom:var(--space-1)}.trust-visual__subtitle{font-size:.8125rem;margin-bottom:var(--space-2);margin-block-end:var(--space-2)}.trust-visual .btn{padding:var(--space-2) var(--space-4);font-size:.875rem}}@media (min-width:783px){.trust-visual__inner{max-width:900px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);text-align:right;padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg)}.trust-visual .btn{padding:var(--space-2) var(--space-4);font-size:.875rem}.trust-visual__content{flex-direction:row;align-items:center;gap:var(--space-4);text-align:right}.trust-visual__badge{flex-shrink:0;width:76px;height:60px;margin:0}.trust-visual__ring{width:52px;height:52px;border-width:4px}.trust-visual__circle{width:44px;height:44px;border-width:2px}.trust-visual__circle svg{width:20px;height:20px}.trust-visual__circle--front{inset-inline-end:4px;top:4px}.trust-visual__text{text-align:right}.trust-visual__title{margin-bottom:var(--space-1);font-size:clamp(1rem, 0.6vw + 0.85rem, 1.125rem)}.trust-visual__subtitle{margin:0;max-width:none}.trust-visual__actions{flex-shrink:0}}.categories__row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-4)}.categories__chip{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);width:132px;padding:var(--space-4) var(--space-3);border-radius:var(--radius-lg);background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(var(--glass-blur));color:var(--dg-text-primary);text-align:center;font-size:.875rem;font-weight:600;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.categories__chip:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);background:var(--dg-primary-100)}.categories__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--dg-secondary),var(--dg-primary-hover));font-size:1.375rem}.categories__chip:nth-child(4n+2) .categories__icon{background:linear-gradient(135deg,#16a34a,#15803d)}.categories__chip:nth-child(4n+3) .categories__icon{background:linear-gradient(135deg,#eab308,#ca8a04)}.categories__chip:nth-child(4n+4) .categories__icon{background:linear-gradient(135deg,#dc2626,#b91c1c)}@media (max-width:640px){.categories__row{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:var(--space-2);scroll-snap-type:x proximity}.categories__chip{flex:0 0 auto;scroll-snap-align:start}}.cat-scroll__row{display:flex;flex-wrap:nowrap;gap:var(--space-5);overflow-x:auto;padding-bottom:var(--space-2);scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;user-select:none}.cat-scroll__row.cat-scroll__row--fit{justify-content:space-evenly;cursor:default}.cat-scroll__row.is-dragging{cursor:grabbing;scroll-snap-type:none}.cat-scroll__row::-webkit-scrollbar{display:none}.cat-scroll__item{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:var(--space-2);width:max-content;text-align:center;color:var(--dg-text-primary);transition:transform var(--transition-fast),opacity var(--transition-fast)}.cat-scroll__item:hover{transform:translateY(-2px);opacity:.65}.cat-scroll__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#262626;flex-shrink:0}.cat-scroll__icon svg{width:24px;height:24px}.cat-scroll__label{font-size:.8125rem;font-weight:600;white-space:nowrap}.pricing__plan{position:relative;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--glass-shadow);backdrop-filter:blur(var(--glass-blur));text-align:center}.pricing__plan--featured{border-color:var(--dg-secondary);box-shadow:var(--shadow-lg)}.pricing__plan-name{font-size:1.125rem;font-weight:700;margin-block:var(--space-3)}.pricing__amount{font-size:2rem;font-weight:800}.pricing__period{color:var(--dg-text-secondary);font-size:.875rem}.pricing__features{margin-block:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);color:var(--dg-text-secondary)}.gallery__item{display:block;width:100%;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4 / 3}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}.gallery__item:hover img{transform:scale(1.05)}.gallery__lightbox{position:fixed;inset:0;z-index:var(--z-lightbox);background:rgb(26 10 46 / .9);display:flex;align-items:center;justify-content:center;padding:var(--space-5)}.gallery__lightbox[hidden]{display:none}.gallery__lightbox-image{max-width:90vw;max-height:90vh;border-radius:var(--radius-md)}.gallery__lightbox-close{position:absolute;top:var(--space-5);left:var(--space-5);color:var(--dg-surface);font-size:2rem;line-height:1}.no-results{text-align:center;padding-block:var(--space-8)}.no-results__body .search-form{margin-top:var(--space-5)}.no-results__link{margin-top:var(--space-4);font-size:.9375rem}.related-posts{margin-top:var(--space-8);padding-top:var(--space-7);border-top:1px solid var(--dg-border)}.author-box{display:flex;gap:var(--space-4);align-items:flex-start;margin-top:var(--space-6);padding:var(--space-5);background:var(--dg-surface);border:1px solid var(--dg-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.author-box__avatar img{border-radius:var(--radius-full)}.author-box__label{font-size:.75rem;color:var(--dg-text-secondary)}.author-box__name{font-size:1.125rem;margin-block:var(--space-1)}.author-box__bio{color:var(--dg-text-secondary)}.didgat-breadcrumb{padding-block:var(--space-4)}.didgat-breadcrumb ol{display:flex;flex-wrap:wrap;gap:var(--space-2);font-size:.875rem;color:var(--dg-text-secondary)}.didgat-breadcrumb li:not(:last-child)::after{content:'\2039';margin-inline-start:var(--space-2)}.didgat-breadcrumb a:hover{color:var(--dg-primary)}.page-header{margin-bottom:var(--space-6)}.category-business-list{margin-top:var(--space-2)}.category-archive__wrap{padding-block:15px}.category-page-header{display:flex;align-items:center;gap:var(--space-3);padding-bottom:var(--space-4);margin-bottom:var(--space-5);border-bottom:1px solid var(--dg-border);text-align:start}.category-page-header__icon{flex:none;width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,var(--dg-primary-600),var(--dg-primary-900));color:#fff}.category-page-header__icon svg{width:20px;height:20px}.category-page-header__text{min-width:0}.category-page-header .page-title{font-size:clamp(1.0625rem, 1.6vw + 0.5rem, 1.375rem);font-weight:800;line-height:1.35;color:var(--dg-text-primary);margin:0}.category-page-header .archive-description{margin-top:3px;font-size:.8125rem;color:var(--dg-text-secondary)}@media (max-width:640px){.category-page-header{gap:var(--space-2);padding-bottom:var(--space-3);margin-bottom:var(--space-4)}.category-page-header__icon{width:34px;height:34px}.category-page-header__icon svg{width:17px;height:17px}}.category-filter-bar{margin-bottom:var(--space-4)}.page-title{font-size:1.75rem;font-weight:700}.archive-description{color:var(--dg-text-secondary);margin-top:var(--space-2)}.articles-page-header{text-align:center;margin-bottom:var(--space-6)}.articles-page-header .page-title{position:relative;display:inline-block;font-size:clamp(1.5rem, 2.4vw + 0.5rem, 2rem);padding-bottom:var(--space-4)}.articles-page-header .page-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:48px;height:3px;border-radius:var(--radius-full);background:var(--dg-primary)}.articles-archive{padding-bottom:20px}@media (max-width:640px){.articles-archive__grid>:nth-child(n+7){display:none}}@media (min-width:641px) and (max-width:1024px){.articles-archive__grid>:nth-child(n+9){display:none}}.didgat-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-8)}.didgat-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding-inline:var(--space-3);border-radius:var(--radius-full);color:var(--dg-text-secondary);font-weight:600;font-size:.9375rem;transition:background-color 0.15s ease,color 0.15s ease,transform 0.15s ease}a.didgat-pagination .page-numbers,.didgat-pagination a.page-numbers{cursor:pointer}.didgat-pagination a.page-numbers:hover{background:var(--dg-background);color:var(--dg-text-primary)}.didgat-pagination .page-numbers.dots{background:none;color:var(--dg-text-secondary);min-width:auto;padding-inline:var(--space-1)}.didgat-pagination .page-numbers.current{background:var(--dg-primary);color:var(--dg-surface);box-shadow:var(--shadow-sm)}.didgat-pagination .page-numbers.prev,.didgat-pagination .page-numbers.next{padding-inline:var(--space-4);background:var(--dg-surface);border:1px solid var(--dg-border);color:var(--dg-text-primary)}.didgat-pagination .page-numbers.prev:hover,.didgat-pagination .page-numbers.next:hover{background:var(--dg-background);border-color:var(--dg-border)}