@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); :root{--sg-primary:#1b365d;--sg-primary-light:#2e5a99;--sg-primary-pale:#edf2f8;--sg-accent:#e8a838;--sg-accent-dark:#c88a20;--sg-surface:#fff;--sg-surface-dim:#f7f8fa;--sg-border:#e2e6ea;--sg-text:#1a1a2e;--sg-text-muted:#6b7280;--sg-success:#22c55e;--sg-danger:#ef4444;--sg-radius:12px;--sg-radius-pill:999px;--sg-shadow-sm:0 1px 3px rgba(27,54,93,.08);--sg-shadow-md:0 4px 14px rgba(27,54,93,.1);--sg-shadow-lg:0 8px 30px rgba(27,54,93,.12);--sg-transition:.22s cubic-bezier(.4,0,.2,1);--sg-font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;--sg-max-width:1200px}.sg-wrap,.sg-directory-wrap{width:100%;max-width:100%;margin:0;padding:24px 16px 48px;font-family:var(--sg-font-family);color:var(--sg-text);-webkit-font-smoothing:antialiased;box-sizing:border-box}.site-content>#primary.sg-wrap,.site-content>#primary.sg-wrap.sg-directory-wrap,.site-content>.sg-directory-wrap{flex:0 0 100%;width:100%;max-width:100%}.sg-wrap>*,.sg-directory-wrap>*{width:100%}.sg-hero{background:linear-gradient(135deg,var(--sg-primary-pale),#fff 60%);border:1px solid var(--sg-border);border-radius:calc(var(--sg-radius) + 4px);padding:24px 20px;margin-bottom:28px;box-shadow:var(--sg-shadow-sm)}.sg-hero__title{font-size:2rem;font-weight:700;margin:0 0 8px;color:var(--sg-primary)}.sg-hero__intro{margin:0 0 16px;font-size:1rem;color:var(--sg-text-muted);max-width:52ch}.sg-hero__chips{display:flex;flex-wrap:wrap;gap:8px}.sg-hero__chips--categories{margin-top:10px}.sg-hero__search{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.sg-hero__search-input{flex:1 1 220px;min-height:38px;padding:6px 12px;border-radius:10px;border:1px solid var(--sg-border);font-size:.95rem;font-family:var(--sg-font-family)}.sg-hero__search-btn{min-height:38px;padding:6px 16px;border-radius:10px;border:none;font-size:.92rem;font-weight:600;color:#fff;background:var(--sg-primary);cursor:pointer;transition:background var(--sg-transition)}.sg-hero__search-btn:hover{background:var(--sg-primary-light)}.sg-chip{display:inline-flex;align-items:center;padding:6px 14px;border-radius:var(--sg-radius-pill);border:1px solid var(--sg-primary);color:var(--sg-primary);text-decoration:none;font-size:.85rem;font-weight:600;background:#fff;transition:all var(--sg-transition)}.sg-chip:hover{background:var(--sg-primary);color:#fff}.sg-chip--ghost{border-color:var(--sg-border);color:var(--sg-text)}.sg-chip--ghost:hover{border-color:var(--sg-primary)}.sg-section{margin-bottom:32px}.sg-section--seo{background:var(--sg-surface-dim);padding:20px;border-radius:var(--sg-radius)}.sg-seo-text{font-size:.92rem;color:var(--sg-text-muted);line-height:1.6}.sg-ai-toc{margin:0 0 18px;padding:14px 16px;border:1px solid var(--sg-border);border-radius:var(--sg-radius-sm,6px);background:var(--sg-surface)}.sg-ai-toc ul{margin:0;padding-left:18px}.sg-ai-toc__item{margin:4px 0}.sg-ai-toc__item--sub{margin-left:16px;font-size:.9em}.sg-ai-toc a{color:var(--sg-primary);text-decoration:none}.sg-ai-toc a:hover{text-decoration:underline}.sg-muted{color:var(--sg-text-muted);font-size:.9rem}.sg-city-grid,.sg-category-grid,.sg-guide-grid{display:grid;grid-template-columns:minmax(0, 1fr);gap:16px}.sg-wrap .sg-guide-grid>.sg-guide-card{grid-column:auto !important;min-width:0;width:auto}@media (min-width:600px){.sg-city-grid,.sg-category-grid,.sg-guide-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (min-width:900px){.sg-city-grid,.sg-category-grid,.sg-guide-grid{grid-template-columns:repeat(3,minmax(0, 1fr))}}.sg-city-card,.sg-category-card,.sg-guide-card{border:1px solid var(--sg-border);border-radius:var(--sg-radius);background:var(--sg-surface);padding:16px;text-decoration:none;color:var(--sg-text);box-shadow:var(--sg-shadow-sm);transition:transform var(--sg-transition),box-shadow var(--sg-transition)}.sg-category-card{display:flex;flex-direction:column;justify-content:center;gap:8px}.sg-byguider .sg-city-card{display:flex;align-items:center;justify-content:center;min-height:110px;background:#fff;box-shadow:var(--sg-shadow-md)}.sg-byguider .sg-category-card,.tax-sg_city_area .sg-category-card{display:flex;align-items:center;justify-content:center;min-height:110px;background:#fff;box-shadow:var(--sg-shadow-md);text-align:center}.sg-city-card:hover,.sg-category-card:hover,.sg-guide-card:hover{transform:translateY(-2px);box-shadow:var(--sg-shadow-md)}.tax-sg_city_area .sg-category-pills .sg-category-pill{background:#fff;border:1px solid var(--sg-border);box-shadow:var(--sg-shadow-sm);padding:10px 18px;font-weight:700;color:var(--sg-primary);transition:transform var(--sg-transition),box-shadow var(--sg-transition),background var(--sg-transition)}.tax-sg_city_area .sg-category-pills .sg-category-pill:hover{transform:translateY(-2px);box-shadow:var(--sg-shadow-md);background:var(--sg-primary-pale)}.sg-city-card__name,.sg-category-card__title{font-weight:700;font-size:1rem;color:var(--sg-primary);display:block;margin:0}.sg-city-card__meta,.sg-category-card__count{font-size:.85rem;color:var(--sg-text-muted);display:block;line-height:1.35}.sg-category-card__count{letter-spacing:.02em;font-variant-numeric:tabular-nums}body.sg-city-picker-open{overflow:hidden}.sg-city-picker[hidden]{display:none}.sg-city-picker{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:20px}.sg-city-picker__backdrop{position:absolute;inset:0;background:rgba(10,27,45,.62);backdrop-filter:blur(3px)}.sg-city-picker__dialog{position:relative;z-index:1;width:min(560px, 100%);max-height:min(680px, calc(100vh - 40px));overflow:auto;padding:32px;border:1px solid #cfdae5;border-radius:20px;background:#fff;box-shadow:0 28px 70px rgba(10,27,45,.28);outline:none}.sg-city-picker__close{position:absolute;top:12px;right:14px;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:0 0;color:#52677d;font-size:30px;line-height:1;cursor:pointer}.sg-city-picker__close:hover,.sg-city-picker__close:focus-visible{background:#edf5fc;color:#1d3855}.sg-city-picker__title{margin:0 44px 6px 0;color:#1d3855;font-size:clamp(1.55rem, 4vw, 2rem)}.sg-city-picker__intro{margin:0 0 22px;color:#5c6a7f}.sg-city-picker__options{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:10px}.sg-city-picker__option{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border:1px solid #cfdae5;border-radius:12px;background:#f7fbff;color:#1d3855;font-weight:700;text-align:center;text-decoration:none;transition:background var(--sg-transition),border-color var(--sg-transition),transform var(--sg-transition)}.sg-city-picker__option:hover,.sg-city-picker__option:focus-visible{transform:translateY(-1px);border-color:#7fa7c5;background:#e8f3fb;color:#17334e}@media (max-width:520px){.sg-city-picker__dialog{padding:26px 20px 22px}.sg-city-picker__options{grid-template-columns:minmax(0, 1fr)}}.sg-guide-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.sg-guide-card__thumb{display:block;width:100%;aspect-ratio:16/9;height:auto;border-radius:calc(var(--sg-radius) - 4px);margin-bottom:12px;object-fit:cover}.sg-guide-card__thumb--placeholder{background:var(--sg-surface-dim);height:auto;border-radius:calc(var(--sg-radius) - 4px)}.sg-guide-card__body{display:flex;flex:1;flex-direction:column}.sg-guide-card__title{margin:0 0 6px;font-size:1rem;font-weight:600}.sg-guide-card__excerpt{margin:0 0 10px;font-size:.86rem;color:var(--sg-text-muted)}.sg-guide-card__cta{margin-top:auto;font-size:.82rem;font-weight:600;color:var(--sg-primary-light)}.sg-page-header{margin-bottom:24px;max-width:100%}.sg-page-header__title{font-size:1.75rem;font-weight:700;line-height:1.2;margin:0 0 6px;color:var(--sg-primary)}.sg-page-header__subtitle{margin:0;font-size:.95rem;color:var(--sg-text-muted)}.sg-page-header__subtitle--rich{width:100%;max-width:none;line-height:1.65}.sg-page-header__subtitle--rich p{margin:0 0 12px}.sg-expandable-content{width:100%}.sg-expandable-ready .sg-expandable-content:not(.sg-expandable-content--expanded){max-height:calc(1.65em * 5);overflow:hidden}.sg-expandable-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:12px;padding:9px 16px;border:1px solid var(--sg-primary);border-radius:8px;background:var(--sg-primary);color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:background var(--sg-transition),border-color var(--sg-transition),transform var(--sg-transition)}.sg-expandable-toggle:hover,.sg-expandable-toggle:focus-visible{border-color:var(--sg-primary-light);background:var(--sg-primary-light);color:#fff}.sg-expandable-toggle:focus-visible{outline:3px solid rgba(46,90,153,.35);outline-offset:3px}.sg-expandable-toggle:hover{transform:translateY(-1px)}.sg-expandable-toggle[hidden]{display:none}.sg-breadcrumbs{display:flex;flex-wrap:wrap;gap:4px;list-style:none;padding:0;margin:0 0 16px;font-size:.82rem;color:var(--sg-text-muted)}.sg-breadcrumbs a{color:var(--sg-primary-light);text-decoration:none}.sg-breadcrumbs a:hover{text-decoration:underline}.sg-breadcrumbs li+li:before{content:'›';margin-right:4px}.sg-filter-bar{display:grid;grid-template-columns:1fr;gap:12px;padding:16px;background:var(--sg-surface);border:1px solid var(--sg-border);border-radius:var(--sg-radius);box-shadow:var(--sg-shadow-sm);margin-bottom:24px}@media (min-width:600px){.sg-filter-bar{grid-template-columns:repeat(3,minmax(0, 1fr)) auto;align-items:end}}.sg-filter-bar label{display:block}.sg-filter-bar__label-text{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sg-text-muted);margin-bottom:6px}.sg-filter-bar select{width:100%;appearance:none;-webkit-appearance:none;padding:10px 36px 10px 12px;border:1px solid var(--sg-border);border-radius:8px;font-size:.92rem;font-family:var(--sg-font-family);color:var(--sg-text);background:var(--sg-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") right 12px center/12px no-repeat;transition:border-color var(--sg-transition),box-shadow var(--sg-transition);cursor:pointer}.sg-filter-bar select:focus{outline:none;border-color:var(--sg-primary-light);box-shadow:0 0 0 3px rgba(46,90,153,.12)}.sg-filter-bar__submit{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 24px;border:none;border-radius:8px;font-size:.92rem;font-weight:600;font-family:var(--sg-font-family);color:#fff;background:var(--sg-primary);cursor:pointer;transition:background var(--sg-transition),transform var(--sg-transition);min-height:44px}.sg-filter-bar__submit:hover{background:var(--sg-primary-light)}.sg-filter-bar__submit:active{transform:scale(.97)}.sg-filter-bar__submit svg{width:16px;height:16px;fill:currentColor}.sg-listing-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:600px){.sg-listing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.sg-listing-grid{grid-template-columns:repeat(3,1fr)}}.sg-card{position:relative;display:flex;flex-direction:column;background:var(--sg-surface);border:1px solid var(--sg-border);border-radius:var(--sg-radius);box-shadow:var(--sg-shadow-sm);overflow:hidden;transition:transform var(--sg-transition),box-shadow var(--sg-transition)}.sg-card:hover{transform:translateY(-3px);box-shadow:var(--sg-shadow-md)}.sg-card--featured{border-color:var(--sg-accent);box-shadow:0 0 0 1px var(--sg-accent),var(--sg-shadow-sm)}.sg-card--featured:hover{box-shadow:0 0 0 1px var(--sg-accent),var(--sg-shadow-lg)}.sg-card__badge{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--sg-radius-pill);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,var(--sg-accent),var(--sg-accent-dark));z-index:1}.sg-card__badge svg{width:12px;height:12px;fill:currentColor}.sg-card__thumb{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--sg-surface-dim)}.sg-card__thumb--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sg-primary-pale),var(--sg-surface-dim));color:var(--sg-primary-light);font-size:2rem}.sg-card__body{flex:1;display:flex;flex-direction:column;padding:16px}.sg-card__title{font-size:1.05rem;font-weight:600;line-height:1.3;margin:0 0 6px}.sg-card__title a{color:var(--sg-text);text-decoration:none;transition:color var(--sg-transition)}.sg-card__title a:hover{color:var(--sg-primary-light)}.sg-card__company{margin:0 0 8px;font-size:.85rem;font-weight:600;color:var(--sg-text-muted)}.sg-card__excerpt{font-size:.88rem;color:var(--sg-text-muted);margin:0 0 12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sg-card__meta{margin-top:auto;display:flex;flex-direction:column;gap:4px;font-size:.82rem;color:var(--sg-text-muted)}.sg-card__meta-item{display:inline-flex;align-items:center;gap:6px}.sg-card__meta-item svg{width:14px;height:14px;flex-shrink:0;fill:var(--sg-primary-light)}.sg-card__discount{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:4px 10px;border-radius:var(--sg-radius-pill);font-size:.78rem;font-weight:600;color:var(--sg-success);background:rgba(34,197,94,.08)}.sg-card__discount svg{width:14px;height:14px;fill:currentColor}.sg-card__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:8px 12px;border-radius:8px;font-size:.82rem;font-weight:600;color:#fff;background:var(--sg-primary);text-decoration:none}.sg-card__cta:hover{background:var(--sg-primary-light)}.sg-category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.sg-category-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--sg-border);border-radius:var(--sg-radius-pill);font-size:.88rem;font-weight:500;color:var(--sg-primary);background:var(--sg-surface);text-decoration:none;transition:all var(--sg-transition);min-height:40px}.sg-category-pill:hover{background:var(--sg-primary);color:#fff;border-color:var(--sg-primary);transform:translateY(-1px);box-shadow:var(--sg-shadow-sm)}.sg-category-pill svg{width:16px;height:16px;fill:currentColor}.sg-category-pill__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:50%;background:var(--sg-primary-pale);font-size:.72rem;font-weight:700;color:var(--sg-primary);transition:background var(--sg-transition),color var(--sg-transition)}.sg-category-pill:hover .sg-category-pill__count{background:rgba(255,255,255,.25);color:#fff}.sg-section-heading{display:flex;align-items:center;gap:12px;margin:0 0 16px}.sg-section-heading__title{font-size:1.25rem;font-weight:700;margin:0;color:var(--sg-primary)}.sg-section-heading__line{flex:1;height:1px;background:var(--sg-border)}.sg-section-heading__link{font-size:.82rem;font-weight:600;color:var(--sg-surface);text-decoration:none;white-space:nowrap}.sg-section-heading__link:hover{text-decoration:underline}.sg-single{max-width:var(--sg-max-width)}.sg-single__hero-card{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;background:linear-gradient(135deg,var(--sg-primary-pale),#fff 60%);border:1px solid var(--sg-border);border-radius:calc(var(--sg-radius) + 4px);padding:20px;margin:0 0 24px;box-shadow:var(--sg-shadow-sm);align-items:center}@media (max-width:900px){.sg-single__hero-card{grid-template-columns:1fr}}.sg-single__hero-meta h1{margin:6px 0}.sg-single__hero-meta .sg-card__tags{margin:10px 0 12px}.sg-single__hero-media{justify-self:end;width:100%}.sg-single__hero-img{width:100%;border-radius:var(--sg-radius);object-fit:cover;box-shadow:var(--sg-shadow-sm)}.sg-single__hero-card--media-left{grid-template-columns:.8fr 1.2fr;align-items:stretch}.sg-single__hero-card--media-left:not(:has(.sg-single__hero-media)){grid-template-columns:1fr}.sg-single__hero-card--media-left .sg-single__hero-media{justify-self:start}.sg-single__hero-card--media-left .sg-single__hero-img{height:100%}.sg-single__hero-card--media-left .sg-single__hero-meta{display:flex;flex-direction:column;min-width:0}.sg-single__hero-card--media-left .sg-single__hero-intro{flex:1;display:flex;align-items:center}.sg-single__hero-card--media-left .sg-single__cta{margin-top:auto;margin-bottom:0}@media (max-width:900px){.sg-single__hero-card--media-left{grid-template-columns:1fr;align-items:start}.sg-single__hero-card--media-left .sg-single__hero-img{height:auto}}.sg-single__overview-body{display:flow-root}.sg-single__overview-body:not(:has(.sg-single__overview-img)) .sg-single__overview-content{max-width:100%}.sg-single__overview-img{float:right;margin:0 0 12px 20px;width:40%;min-width:240px;max-width:380px;border-radius:var(--sg-radius);object-fit:cover;box-shadow:var(--sg-shadow-sm)}@media (max-width:768px){.sg-single__overview-img{float:none;display:block;width:100%;max-width:100%;margin:0 0 16px}}.sg-single__hero-card--overview{display:block}.sg-single__hero-card--overview>.sg-single__section-title{margin-bottom:12px}.sg-single__street-view{display:block;width:100%;min-height:280px;aspect-ratio:4/3;border:0;border-radius:var(--sg-radius);box-shadow:var(--sg-shadow-sm)}.sg-single__hero{position:relative;border-radius:var(--sg-radius);overflow:hidden;margin-bottom:24px}.sg-single__hero img{width:100%;aspect-ratio:21/9;object-fit:cover;display:block}.sg-single__hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(27,54,93,.55),transparent 50%)}.sg-single__title{font-size:1.75rem;font-weight:700;margin:0 0 8px;color:var(--sg-primary)}.sg-single__section{margin-bottom:28px}.sg-single__section-title{font-size:1.05rem;font-weight:700;margin:0 0 10px;color:var(--sg-text);padding-bottom:6px;border-bottom:2px solid var(--sg-primary-pale)}.sg-legat-single__tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.sg-chip--soft{background:rgba(27,54,93,.08);color:var(--sg-primary)}.sg-single__contact-grid{display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch}.sg-single__contact-grid>*{height:100%}@media (min-width:720px){.sg-single__contact-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (min-width:1040px){.sg-single__contact-grid{grid-template-columns:repeat(3,minmax(0, 1fr));align-items:stretch}}.sg-single__contact-card{display:flex;flex-direction:column;gap:14px;padding:18px;min-width:0;height:100%;align-self:stretch;border:1px solid var(--sg-border);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,248,250,.98)),var(--sg-surface);box-shadow:var(--sg-shadow-sm)}.sg-single__contact-card-title{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sg-text-muted)}.sg-single__map-card{position:relative;overflow:hidden;border-radius:14px;border:1px solid rgba(27,54,93,.12);background:var(--sg-primary-pale);aspect-ratio:16/10;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.sg-single__map-card iframe{width:100%;height:100%;border:0;display:block}.sg-single__map-link{position:absolute;left:12px;right:12px;bottom:12px;display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--sg-primary);font-size:.8rem;font-weight:700;text-decoration:none;backdrop-filter:blur(6px);box-shadow:0 8px 20px rgba(27,54,93,.12);transition:transform var(--sg-transition),box-shadow var(--sg-transition),background var(--sg-transition)}.sg-single__map-link:hover{transform:translateY(-1px);background:#fff;box-shadow:0 12px 24px rgba(27,54,93,.16)}.sg-single__info-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:600px){.sg-single__info-grid{grid-template-columns:1fr 1fr}}.sg-single__info-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--sg-surface-dim);border-radius:8px}.sg-single__info-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--sg-primary-pale);color:var(--sg-primary)}.sg-single__info-icon svg{width:18px;height:18px}.sg-single__info-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sg-text-muted);margin-bottom:2px}.sg-single__info-value{font-size:.92rem;color:var(--sg-text);word-break:break-word}.sg-single__info-value a{color:var(--sg-primary-light);text-decoration:none}.sg-single__info-value a:hover{text-decoration:underline}.sg-single__info-content{min-width:0}.sg-single__contact-card .sg-single__info-item{align-items:center;gap:12px;padding:14px;background:rgba(255,255,255,.88);border:1px solid rgba(27,54,93,.08);border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.sg-single__contact-card .sg-single__info-icon{width:44px;height:44px;border-radius:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}.sg-single__contact-card .sg-single__info-icon svg{width:20px;height:20px}.sg-single__info-icon--address{background:rgba(232,168,56,.14);color:var(--sg-accent-dark)}.sg-single__info-icon--website{background:rgba(46,90,153,.14);color:var(--sg-primary-light)}.sg-single__info-icon--phone{background:rgba(34,197,94,.14);color:#15803d}.sg-single__info-icon--social{background:rgba(139,92,246,.14);color:#7c3aed}.sg-single__contact-card .sg-single__info-label{margin-bottom:4px}.sg-single__contact-card .sg-single__info-value{font-size:.95rem;line-height:1.5}.sg-single__contact-card .sg-single__info-value a{color:var(--sg-primary);font-weight:600}.sg-single__discount-banner{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:10px;background:linear-gradient(135deg,rgba(34,197,94,.06),rgba(34,197,94,.12));border:1px solid rgba(34,197,94,.2);margin-bottom:28px}.sg-single__discount-icon{flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--sg-success);color:#fff;font-size:1.1rem}.sg-single__discount-text strong{display:block;font-size:.92rem;color:#166534;margin-bottom:2px}.sg-single__discount-text span{font-size:.82rem;color:#15803d}.sg-single__cta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.sg-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:all var(--sg-transition)}.sg-button--primary{background:var(--sg-primary);color:#fff}.sg-button--primary:hover{background:var(--sg-primary-light)}.sg-button--ghost{background:#fff;border-color:var(--sg-border);color:var(--sg-primary)}.sg-button--ghost:hover{border-color:var(--sg-primary)}.sg-single__content{line-height:1.7;color:var(--sg-text)}.sg-single__content p{margin:0 0 16px}.sg-education-single__intro{display:flow-root;margin-bottom:28px}.sg-education-single__featured-image{float:right;width:28%;min-width:180px;max-width:260px;margin:0 0 20px 28px;overflow:hidden;border-radius:var(--sg-radius);box-shadow:var(--sg-shadow-md)}.sg-education-single__featured-img{display:block;width:100%;height:auto;object-fit:contain}.sg-education-single__main-content{margin-top:0;margin-bottom:0}@media (max-width:768px){.sg-education-single__featured-image{float:none;width:min(100%, 260px);min-width:0;max-width:100%;margin:0 auto 24px}}.sg-pagination{margin-top:32px;display:flex;justify-content:center;gap:4px}.sg-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:8px;font-size:.88rem;font-weight:500;color:var(--sg-text);text-decoration:none;background:var(--sg-surface);border:1px solid var(--sg-border);transition:all var(--sg-transition)}.sg-pagination .page-numbers:hover{background:var(--sg-primary-pale);border-color:var(--sg-primary-light)}.sg-pagination .page-numbers.current{background:var(--sg-primary);border-color:var(--sg-primary);color:#fff}.sg-empty{text-align:center;padding:48px 24px;background:var(--sg-surface-dim);border-radius:var(--sg-radius)}.sg-empty svg{width:64px;height:64px;fill:var(--sg-border);margin-bottom:16px}.sg-empty__title{font-size:1.15rem;font-weight:600;margin:0 0 6px;color:var(--sg-text)}.sg-empty__text{font-size:.88rem;color:var(--sg-text-muted);margin:0}.sg-empty--fullwidth{width:100%;max-width:none;margin:0;padding:18px 20px;text-align:left;border:1px solid var(--sg-border);background:var(--sg-surface);box-shadow:var(--sg-shadow-sm)}.sg-related-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.sg-related-links a{font-size:.85rem;color:var(--sg-primary-light);text-decoration:none}.sg-related-links a:hover{text-decoration:underline}.sg-city-card--has-image,.sg-city-card--nationwide{position:relative;background-size:cover;background-position:center;min-height:120px;border:none;overflow:hidden}.sg-city-card--nationwide{background:linear-gradient(180deg,#b7c2d2 0%,#5d7596 100%)}.sg-city-card--has-image:before,.sg-city-card--nationwide:before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(27,54,93,.7),rgba(27,54,93,.2));border-radius:inherit;transition:background var(--sg-transition)}.sg-city-card--has-image:hover:before,.sg-city-card--nationwide:hover:before{background:linear-gradient(to top,rgba(27,54,93,.8),rgba(27,54,93,.35))}.sg-city-card--has-image .sg-city-card__name,.sg-city-card--has-image .sg-city-card__meta,.sg-city-card--nationwide .sg-city-card__name,.sg-city-card--nationwide .sg-city-card__meta{position:relative;z-index:1;color:#fff}.sg-city-card--has-image .sg-city-card__name,.sg-city-card--nationwide .sg-city-card__name{font-size:1.15rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.sg-city-sublinks{list-style:none;margin:12px 0 0;padding:0;font-size:.85rem}.sg-city-sublinks li{margin-bottom:6px;padding-left:14px;position:relative}.sg-city-sublinks li:before{content:'•';position:absolute;left:0;color:var(--sg-primary-light)}.sg-city-sublinks a{color:var(--sg-primary);text-decoration:none;transition:color var(--sg-transition)}.sg-city-sublinks a:hover{color:var(--sg-primary-light);text-decoration:underline}.sg-card__tags{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 0}.sg-tag{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--sg-radius-pill);font-size:.72rem;font-weight:600;letter-spacing:.02em;background:var(--sg-primary-pale);color:var(--sg-primary);white-space:nowrap}.sg-tag[data-slug=studierabat]{background:rgba(34,197,94,.1);color:#166534}.sg-tag[data-slug=billigt]{background:rgba(59,130,246,.1);color:#1d4ed8}.sg-tag[data-slug=populaert]{background:rgba(249,115,22,.1);color:#c2410c}.sg-tag[data-slug=nyt]{background:rgba(168,85,247,.1);color:#7e22ce}.sg-tag[data-slug=oekologisk]{background:rgba(34,197,94,.1);color:#15803d}.sg-tag[data-slug=vegansk]{background:rgba(16,185,129,.1);color:#047857}.sg-card__area{font-weight:400;color:var(--sg-text-muted);margin-left:2px}.sg-page-header--has-image{position:relative;padding:32px 24px;border-radius:var(--sg-radius);overflow:hidden;background-size:cover;background-position:center;margin-bottom:28px}.sg-page-header--has-image:before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(27,54,93,.75),rgba(27,54,93,.35))}.sg-page-header--has-image .sg-page-header__title,.sg-page-header--has-image .sg-page-header__subtitle{position:relative;z-index:1;color:#fff}.sg-page-header--has-image .sg-page-header__subtitle{opacity:.9}.sg-single__header{margin-bottom:20px}.sg-single__taxonomy{display:flex;align-items:center;gap:6px;margin:0;font-size:.88rem;color:var(--sg-text-muted)}.sg-single__dot{color:var(--sg-border)}.sg-single__short-desc{font-size:1rem;line-height:1.6;color:var(--sg-text);max-width:100%;margin:0}.sg-article-single__topics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.sg-article-single__meta{display:flex;flex-wrap:wrap;gap:10px 16px;margin:0 0 18px;font-size:.9rem;color:var(--sg-text-muted)}.sg-article-single__meta-item{display:inline-flex;align-items:center;gap:6px}.sg-article-single__meta-item strong{color:var(--sg-text);font-weight:600}.sg-article-single__actions{display:flex;flex-wrap:wrap;gap:10px}.sg-article-single .sg-single__content>*:first-child{margin-top:0}.sg-article-single .sg-single__content>*:last-child{margin-bottom:0}.sg-article-single .sg-article-card{height:100%;text-decoration:none;color:inherit}.sg-article-single .sg-article-card .sg-card-image{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center}.sg-article-single .sg-article-card .sg-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(16,24,40,.38) 0%,rgba(16,24,40,.08) 38%,rgba(16,24,40,.72) 100%)}.sg-article-single .sg-article-card .sg-card-badge{position:absolute;left:14px;top:14px;z-index:1;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;color:#12223d;background:rgba(247,226,172,.95)}.sg-article-single .sg-article-card .sg-card-title.sg-article-card__image-title{position:absolute;right:14px;bottom:14px;left:14px;z-index:1;margin:0;color:#fff;text-shadow:0 2px 8px rgba(10,20,34,.72)}.sg-article-single .sg-article-card .sg-card-content{display:flex;flex-direction:column;flex:1;padding:16px}.sg-article-single .sg-article-card .sg-card-title{margin:0 0 8px;font-size:1.08rem;font-weight:750;line-height:1.35;color:#1b283c}.sg-article-single .sg-article-card .sg-card-excerpt{margin:0 0 14px;font-size:.92rem;line-height:1.6;color:var(--sg-text-muted)}.sg-article-single .sg-article-card .sg-card-meta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:.82rem;font-weight:600;color:#4d5c70}.sg-single__hours{display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--sg-border);border-radius:8px;overflow:hidden}.sg-single__hours-row{display:flex;justify-content:space-between;padding:10px 14px;font-size:.88rem}.sg-single__hours-row:nth-child(odd){background:var(--sg-surface-dim)}.sg-single__hours-day{font-weight:600;color:var(--sg-text);min-width:100px}.sg-single__hours-time{color:var(--sg-text-muted);text-align:right}.sg-single__social-links{display:flex;gap:8px;margin-top:4px}.sg-single__contact-card .sg-single__social-links{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px}.sg-single__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--sg-surface);border:1px solid var(--sg-border);color:var(--sg-primary);transition:all var(--sg-transition)}.sg-single__social-link:hover{background:var(--sg-primary);border-color:var(--sg-primary);color:#fff;transform:translateY(-2px);box-shadow:var(--sg-shadow-sm)}.sg-single__contact-card .sg-single__social-link{display:inline-flex;flex:0 0 42px;width:42px;height:42px;border-radius:12px;border-color:transparent;box-shadow:none;line-height:1}.sg-single__social-link--facebook{background:rgba(24,119,242,.12);color:#1877f2}.sg-single__social-link--instagram{background:rgba(225,48,108,.12);color:#e1306c}.sg-single__social-link--linkedin{background:rgba(10,102,194,.12);color:#0a66c2}.sg-single__social-link--tiktok{background:rgba(17,17,17,.08);color:#111}.sg-single__contact-card .sg-single__social-link:hover{transform:translateY(-2px);color:#fff}.sg-single__contact-card .sg-single__social-link--facebook:hover{background:#1877f2}.sg-single__contact-card .sg-single__social-link--instagram:hover{background:#e1306c}.sg-single__contact-card .sg-single__social-link--linkedin:hover{background:#0a66c2}.sg-single__contact-card .sg-single__social-link--tiktok:hover{background:#111}.sg-single__social-link svg{width:20px;height:20px;display:block;flex:0 0 20px}.sg-single__info-area{font-size:.82rem;color:var(--sg-text-muted)}.sg-single__info-city{white-space:nowrap}.sg-single__contact-card .sg-single__hours{display:grid;gap:8px;flex:1 1 auto;border:none;border-radius:0;overflow:visible;background:0 0}.sg-single__contact-card .sg-single__hours-row{align-items:center;padding:10px 14px;font-size:1rem;line-height:1.5;background:rgba(255,255,255,.88);border:1px solid rgba(27,54,93,.08);border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.sg-single__contact-card .sg-single__hours-text{font-size:1rem;line-height:1.5}.sg-single__contact-card .sg-single__hours-row:nth-child(odd){background:rgba(255,255,255,.88)}.sg-single__contact-card .sg-single__hours-day{min-width:0;font-weight:700;color:var(--sg-primary)}.sg-single__contact-card .sg-single__hours-time{font-weight:600;color:var(--sg-text)}.sg-gallery-wrap{position:relative}.sg-gallery{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 8px) / 2);gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none}.sg-gallery::-webkit-scrollbar{display:none}@media (min-width:600px){.sg-gallery{grid-auto-columns:calc((100% - 24px) / 4)}}@media (min-width:1200px){.sg-gallery{grid-auto-columns:calc((100% - 40px) / 6)}}.sg-gallery__item{display:block;border-radius:8px;overflow:hidden;cursor:pointer;scroll-snap-align:start;transition:transform var(--sg-transition),box-shadow var(--sg-transition)}.sg-gallery__item:hover{transform:scale(1.03);box-shadow:var(--sg-shadow-md)}.sg-gallery__item img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.sg-gallery__control{position:absolute;top:50%;z-index:2;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:var(--sg-shadow-md);color:var(--sg-primary);font-size:32px;line-height:1;cursor:pointer;transform:translateY(-50%)}.sg-gallery__control--prev{left:10px}.sg-gallery__control--next{right:10px}.sg-gallery__control:disabled{opacity:.35;cursor:default}.sg-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s ease;cursor:zoom-out}.sg-lightbox--active{opacity:1}.sg-lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 40px rgba(0,0,0,.4)}.sg-lightbox__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--sg-transition)}.sg-lightbox__close:hover{background:rgba(255,255,255,.3)}.sg-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--sg-transition)}.sg-lightbox__nav:hover{background:rgba(255,255,255,.3)}.sg-lightbox__nav--prev{left:16px}.sg-lightbox__nav--next{right:16px}.sg-services{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:600px){.sg-services{grid-template-columns:repeat(2,1fr)}}.sg-services__item{padding:14px 16px;background:var(--sg-surface-dim);border-radius:8px;border-left:3px solid var(--sg-primary)}.sg-services__title{font-size:.92rem;font-weight:600;margin:0 0 4px;color:var(--sg-text)}.sg-services__desc{font-size:.82rem;color:var(--sg-text-muted);margin:0;line-height:1.5}.sg-map{width:100%;height:280px;border-radius:var(--sg-radius);overflow:hidden;background:var(--sg-surface-dim);border:1px solid var(--sg-border)}@media (min-width:600px){.sg-map{height:360px}}.sg-map img{width:100%;height:100%;object-fit:cover}.sg-button svg,.sg-single__cta .sg-button svg{flex-shrink:0;margin-right:6px}.sg-home{padding-top:20px}body.home #page>section[class*=gb-element-]{display:none}body.home .inside-right-sidebar,body.home .inside-left-sidebar{display:none}body.home .content-area{width:100%;float:none;margin:0}.sg-home-hero{margin-bottom:24px}.sg-home-hero__search{margin-bottom:24px}.sg-home-hero__cta{margin-top:12px}.sg-wrap.sg-home .sg-home-hero__cta .sg-button{padding:11px 18px;font-size:.95rem}.sg-home-hero__quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0, 1fr));gap:8px;margin-bottom:24px}.sg-home-hero__quick-card{--sg-quick-tint:#edf7fb;--sg-quick-ink:#b8dceb;display:flex;flex-direction:column;gap:4px;position:relative;overflow:hidden;border:1px solid var(--sg-border);border-radius:12px;padding:16px 20px;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.68) 55%,rgba(255,255,255,.14) 100%),var(--sg-quick-art),var(--sg-quick-tint);background-repeat:no-repeat;background-position:center;background-size:cover;text-decoration:none;color:var(--sg-text);transition:border-color var(--sg-transition),box-shadow var(--sg-transition),transform var(--sg-transition)}.sg-home-hero__quick-card:after{display:none}.sg-home-hero__quick-card:hover{border-color:var(--sg-primary-light);box-shadow:var(--sg-shadow-sm);transform:translateY(-2px)}.sg-home-hero__quick-card:hover:after{opacity:.42;transform:translateY(-50%) rotate(0deg) scale(1.08)}.sg-home-hero__quick-card--byguider{--sg-quick-tint:#eaf6ff;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/byguider.webp)}.sg-home-hero__quick-card--studiejob{--sg-quick-tint:#eef5ff;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/studiejob.webp)}.sg-home-hero__quick-card--studieboliger{--sg-quick-tint:#edf9f4;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/studieboliger.webp)}.sg-home-hero__quick-card--legater{--sg-quick-tint:#fff7e8;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/legater.webp)}.sg-home-hero__quick-card--studierabatter{--sg-quick-tint:#f1f3ff;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/studierabatter.webp)}.sg-home-hero__quick-card--uddannelser{--sg-quick-tint:#f0f6ff;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/uddannelser.webp)}.sg-home-hero__quick-card--guldkorn{--sg-quick-tint:#fff8e9;--sg-quick-art:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/guldkorn.webp)}.sg-home-hero__quick-title{font-size:1.15rem;font-weight:700;line-height:1.25;color:var(--sg-primary)}@media (min-width:700px){.sg-home-hero__quick-grid{grid-template-columns:repeat(3,minmax(0, 1fr))}}.sg-home-sections__grid,.sg-home-mixed-grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:700px){.sg-home-sections__grid,.sg-home-mixed-grid{grid-template-columns:repeat(2,minmax(0, 1fr))}.sg-home-sections__grid{grid-auto-rows:auto}.sg-home-section-card--guldkorn{grid-column:1/-1}}@media (min-width:1024px){.sg-home-sections__grid{grid-template-columns:repeat(3,minmax(0, 1fr))}.sg-home-mixed-grid{grid-template-columns:repeat(3,minmax(0, 1fr))}}.sg-home-section-card,.sg-home-mixed-card{background:var(--sg-surface);border:1px solid var(--sg-border);border-radius:var(--sg-radius);box-shadow:var(--sg-shadow-sm);padding:16px;display:flex;flex-direction:column;gap:8px}.sg-home-section-card{display:grid;grid-template-rows:auto minmax(2.8em, auto) auto 1fr;align-items:start;height:100%}.sg-home-section-card__title,.sg-home-mixed-card__title{font-size:1.05rem;margin:0;line-height:1.35}.sg-home-section-card__title a,.sg-home-mixed-card__title a{color:var(--sg-primary);text-decoration:none}.sg-home-section-card__title a:hover,.sg-home-mixed-card__title a:hover{text-decoration:underline}.sg-home-section-card__excerpt,.sg-home-mixed-card__excerpt{margin:0;font-size:.9rem;line-height:1.55;color:var(--sg-text-muted)}.sg-home-section-card__meta,.sg-home-mixed-card__meta{margin:0;font-size:.78rem;font-weight:600;color:var(--sg-primary-light);text-transform:uppercase;letter-spacing:.03em}.sg-home-mixed-card__label{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--sg-primary-light)}.sg-home-section-card__cta,.sg-home-mixed-card__cta{display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--sg-primary);text-decoration:none;margin-top:auto}.sg-home-section-card__cta{box-sizing:border-box;min-height:40px;margin-top:0}.sg-home-section-card__cta:hover,.sg-home-mixed-card__cta:hover{color:var(--sg-primary-light);text-decoration:underline}.sg-home-section-card__sublinks-intro{margin:0 0 8px;font-size:.85rem;line-height:1.5;color:var(--sg-text)}.sg-home-section-card__details{align-self:start;min-width:0;padding-top:8px;font-size:.85rem;line-height:1.5}.sg-home-section-card__sublinks{margin:0;padding:0 0 0 16px;font-size:inherit;line-height:inherit;color:var(--sg-text-muted)}.sg-home-section-card__sublinks li{margin-bottom:4px}.sg-home-section-card__sublinks a{color:var(--sg-primary);text-decoration:none}.sg-home-section-card__sublinks a:hover{text-decoration:underline;color:var(--sg-primary-light)}.sg-home-mixed-card--evergreen{border-top:3px solid rgba(27,54,93,.2);gap:0;padding:0;overflow:hidden}.sg-home-mixed-card--visual{gap:0;padding:0;overflow:hidden}.sg-home-mixed-card__visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:16/9;padding:20px;background-color:#294766;background-image:linear-gradient(135deg,#365c7d 0%,#1c3b5f 100%);background-position:center;background-size:cover}.sg-home-mixed-card__visual:before{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,34,.45) 0%,rgba(7,20,34,.08) 40%,rgba(7,20,34,.88) 100%);content:""}.sg-home-mixed-card__visual .sg-home-mixed-card__label,.sg-home-mixed-card__visual .sg-home-mixed-card__title{position:relative;z-index:1}.sg-home-mixed-card__visual .sg-home-mixed-card__label{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.55)}.sg-home-mixed-card__visual .sg-home-mixed-card__title a{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55)}.sg-home-mixed-card__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:18px 20px 20px}.sg-home-evergreen-card__visual{position:relative;display:flex;flex-direction:column;min-height:230px;padding:20px;background-color:#294766;background-image:linear-gradient(135deg,#365c7d 0%,#1c3b5f 100%);background-position:center;background-size:cover}.sg-home-evergreen-card__visual:before{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,34,.08) 10%,rgba(7,20,34,.88) 100%);content:""}.sg-home-evergreen-card__headline{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;justify-content:space-between;width:100%}.sg-home-mixed-card--evergreen .sg-home-mixed-card__label{margin-bottom:0;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.45)}.sg-home-mixed-card--evergreen .sg-home-mixed-card__title a,.sg-wrap.sg-home .sg-home-mixed-card--evergreen .sg-home-mixed-card__title a{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}.sg-home-evergreen-card__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:18px 20px 20px}.sg-home-mixed-card--sponsored{border-top:3px solid rgba(232,168,56,.5)}.sg-home-seo .sg-seo-text{font-size:.94rem}.sg-wrap{--sg-shared-ink:#1b2b3b;--sg-shared-muted:#576677;--sg-shared-border:#d7e2ec;--sg-shared-accent:#2f8f87;--sg-shared-accent-soft:#eaf7f4;font-family:"Montserrat",var(--sg-font-family)}.sg-wrap .sg-hero{position:relative;overflow:hidden;border-radius:22px;border:1px solid #c9dbe8;padding:28px 24px;background:radial-gradient(circle at 88% 16%,rgba(219,174,84,.2),transparent 36%),radial-gradient(circle at 12% 88%,rgba(47,143,135,.18),transparent 34%),linear-gradient(135deg,#f4fbff 0%,#eef8ff 45%,#fef8ea 100%);box-shadow:0 18px 36px rgba(15,23,42,.08)}.sg-wrap .sg-hero:before{content:"";position:absolute;inset:auto -68px -78px auto;width:230px;height:230px;border-radius:50%;background:rgba(47,143,135,.13)}.sg-wrap .sg-hero__content{position:relative;z-index:1}.sg-wrap .sg-hero__title{margin:0 0 10px;font-size:clamp(2.05rem, 4.3vw, 3.1rem);font-weight:800;line-height:1.03;letter-spacing:.01em;color:#16293b}.sg-wrap .sg-hero__intro{margin:0 0 16px;max-width:100%;font-size:1.02rem;line-height:1.66;color:var(--sg-shared-muted)}.sg-wrap .sg-hero__search{margin-bottom:14px}.sg-wrap .sg-hero__search-input{border-color:#c6d7e2;background:rgba(255,255,255,.92)}.sg-wrap .sg-hero__search-input:focus{outline:none;border-color:#6aa9c9;box-shadow:0 0 0 3px rgba(106,169,201,.18)}.sg-wrap .sg-hero__search-btn{background:linear-gradient(180deg,#39a79d 0%,#2f8f87 100%);box-shadow:0 10px 20px rgba(47,143,135,.3)}.sg-wrap .sg-hero__search-btn:hover{background:linear-gradient(180deg,#34a399 0%,#2a827b 100%)}.sg-wrap .sg-chip{border-color:rgba(47,143,135,.28);color:#1f5a63;background:rgba(255,255,255,.86);font-weight:700}.sg-wrap .sg-chip:hover{border-color:rgba(47,143,135,.42);background:#fff;color:#154953}.sg-wrap .sg-chip--ghost{border-color:rgba(31,53,88,.18);color:#2d4563}.sg-wrap .sg-chip--ghost:hover{border-color:rgba(31,53,88,.32);color:#1b365d;background:rgba(255,255,255,.95)}.sg-wrap .sg-section{margin-bottom:30px}.sg-wrap .sg-section-heading{margin:0 0 14px}.sg-wrap .sg-section-heading__title{font-size:clamp(1.32rem, 2vw, 1.75rem);font-weight:800;letter-spacing:.01em;color:#1b3248}.sg-wrap .sg-section-heading__line{background:linear-gradient(90deg,rgba(55,108,170,.24),rgba(47,143,135,.12))}.sg-wrap .sg-page-header{position:relative;overflow:hidden;border-radius:20px;border:1px solid #d6e2ec;padding:20px 18px;background:linear-gradient(135deg,#f7fbff 0%,#eef8ff 55%,#fff 100%);box-shadow:0 14px 26px rgba(15,23,42,.06)}.sg-wrap .sg-page-header__title{font-size:clamp(1.75rem, 3.2vw, 2.4rem);font-weight:800;color:#19314b}.sg-wrap .sg-page-header__subtitle{font-size:.98rem;color:#4f6073}.sg-wrap .sg-city-hero{padding:clamp(24px, 4vw, 42px)}.sg-wrap .sg-city-hero__intro{width:100%;max-width:none;margin-top:10px;font-size:clamp(1rem, 1.7vw, 1.15rem);line-height:1.65}.sg-city-hero__actions{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0, 1fr));gap:12px;max-width:900px;margin-top:24px}.sg-city-hero__action{display:flex;align-items:center;gap:12px;min-height:72px;padding:14px 16px;border:1px solid rgba(25,49,75,.12);border-radius:15px;background:rgba(255,255,255,.94);box-shadow:0 12px 26px rgba(15,23,42,.12);color:#19314b;font-size:.96rem;font-weight:800;text-decoration:none;transition:transform var(--sg-transition),box-shadow var(--sg-transition),border-color var(--sg-transition)}.sg-city-hero__action:hover,.sg-city-hero__action:focus-visible{transform:translateY(-3px);border-color:rgba(25,49,75,.28);box-shadow:0 16px 30px rgba(15,23,42,.18);color:#19314b}.sg-city-hero__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;color:#fff}.sg-city-hero__icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sg-city-hero__action--discounts .sg-city-hero__icon{background:linear-gradient(135deg,#ef7c42,#d45526)}.sg-city-hero__action--jobs .sg-city-hero__icon{background:linear-gradient(135deg,#3879b7,#24578b)}.sg-city-hero__action--housing .sg-city-hero__icon{background:linear-gradient(135deg,#2f9c8e,#217269)}.sg-page-header--has-image.sg-city-hero:before,.sg-page-header--has-image.sg-page-header--intro:before{background:linear-gradient(90deg,rgba(17,38,63,.9) 0%,rgba(17,38,63,.68) 58%,rgba(17,38,63,.35) 100%)}.sg-wrap .sg-page-header--has-image.sg-city-hero{background-position:center;background-repeat:no-repeat;background-size:cover}.sg-wrap .sg-page-header--has-image.sg-city-hero .sg-page-header__title,.sg-wrap .sg-page-header--has-image.sg-city-hero .sg-page-header__subtitle,.sg-wrap .sg-page-header--has-image.sg-page-header--intro .sg-page-header__title,.sg-wrap .sg-page-header--has-image.sg-page-header--intro .sg-page-header__subtitle{color:#fff}.sg-page-header--intro .sg-expandable-toggle{position:relative;z-index:1}.sg-page-header--has-image .sg-city-hero__actions{position:relative;z-index:1}@media (max-width:760px){.sg-city-hero__actions{grid-template-columns:1fr}.sg-city-hero__action{min-height:64px}}.sg-wrap .sg-city-card,.sg-wrap .sg-category-card,.sg-wrap .sg-guide-card{border:1px solid var(--sg-shared-border);border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff 0%,#f8fcff 100%);box-shadow:0 12px 24px rgba(15,23,42,.06)}.sg-wrap .sg-city-card--nationwide{background:linear-gradient(180deg,#b7c2d2 0%,#5d7596 100%);border:none}.sg-wrap .sg-city-card--has-image{background-position:center;background-repeat:no-repeat;background-size:cover}.sg-wrap .sg-city-card:hover,.sg-wrap .sg-category-card:hover,.sg-wrap .sg-guide-card:hover{transform:translateY(-3px);border-color:#becfdd;box-shadow:0 18px 30px rgba(15,23,42,.11)}.sg-wrap .sg-city-card__name,.sg-wrap .sg-category-card__title{color:#1d3855}.sg-wrap .sg-city-card__meta,.sg-wrap .sg-category-card__count{color:#5c6a7f}.sg-wrap .sg-city-card--has-image .sg-city-card__name,.sg-wrap .sg-city-card--has-image .sg-city-card__meta,.sg-wrap .sg-city-card--nationwide .sg-city-card__name,.sg-wrap .sg-city-card--nationwide .sg-city-card__meta{color:#fff;text-shadow:0 2px 8px rgba(10,27,45,.72)}.tax-sg_city_area .sg-wrap .sg-category-card--visual,.sg-wrap.sg-byguider .sg-category-card--visual{position:relative;isolation:isolate;overflow:hidden;min-height:146px;padding:24px;background:#1d3855;border-color:rgba(183,203,220,.82)}.tax-sg_city_area .sg-wrap .sg-category-card--visual:before,.sg-wrap.sg-byguider .sg-category-card--visual:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--sg-category-bg);background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.02);transition:transform var(--sg-transition)}.tax-sg_city_area .sg-wrap .sg-category-card--visual:after,.sg-wrap.sg-byguider .sg-category-card--visual:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(10,27,45,.12) 0%,rgba(10,27,45,.54) 100%),linear-gradient(90deg,rgba(10,27,45,.48),rgba(10,27,45,.18))}.tax-sg_city_area .sg-wrap .sg-category-card--visual:hover:before,.sg-wrap.sg-byguider .sg-category-card--visual:hover:before{transform:scale(1.07)}.tax-sg_city_area .sg-wrap .sg-category-card--visual .sg-category-card__title,.sg-wrap.sg-byguider .sg-category-card--visual .sg-category-card__title{color:#fff;font-size:1.12rem;text-shadow:0 2px 14px rgba(3,12,24,.55)}.tax-sg_city_area .sg-wrap .sg-category-card__icon,.sg-wrap.sg-byguider .sg-category-card__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:10px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 10px 22px rgba(3,12,24,.18)}.tax-sg_city_area .sg-wrap .sg-category-card__icon img,.sg-wrap.sg-byguider .sg-category-card__icon img{display:block;width:28px;height:28px;object-fit:contain}.tax-sg_city_area .sg-wrap .sg-category-card--visual .sg-category-card__icon,.sg-wrap.sg-byguider .sg-category-card--visual .sg-category-card__icon{background:rgba(255,255,255,.94)}.sg-wrap .sg-listing-grid .sg-card{border-radius:16px;border-color:#d3dee8;box-shadow:0 12px 24px rgba(15,23,42,.06)}.sg-wrap .sg-listing-grid .sg-card:hover{border-color:#b8c9d9;box-shadow:0 18px 30px rgba(15,23,42,.11)}.sg-wrap .sg-card__title a:hover{color:#1f5b79}.sg-wrap .sg-card__cta{background:linear-gradient(180deg,#39a79d 0%,#2f8f87 100%)}.sg-wrap .sg-card__cta:hover{background:linear-gradient(180deg,#34a399 0%,#2a827b 100%)}.sg-wrap .sg-filter-bar{border-radius:14px;border-color:#d1dee9;box-shadow:0 10px 22px rgba(15,23,42,.06)}.sg-wrap .sg-filter-bar select:focus{border-color:#6aa9c9;box-shadow:0 0 0 3px rgba(106,169,201,.16)}.sg-wrap .sg-filter-bar__submit{background:linear-gradient(180deg,#39a79d 0%,#2f8f87 100%)}.sg-wrap .sg-filter-bar__submit:hover{background:linear-gradient(180deg,#34a399 0%,#2a827b 100%)}.sg-wrap .sg-section--seo{border:1px solid #d6e4ee;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f5fafe 100%);box-shadow:0 10px 22px rgba(15,23,42,.05)}.sg-wrap .sg-seo-text{color:#47596d}.sg-studierabatter--brand .sg-studierabatter-brand__hero{display:grid;grid-template-columns:minmax(0, 1.6fr) minmax(280px, .9fr);gap:22px;align-items:stretch;margin-bottom:30px}.sg-studierabatter--brand .sg-studierabatter-brand__hero-main,.sg-studierabatter--brand .sg-studierabatter-brand__hero-side{min-width:0}.sg-studierabatter--brand .sg-studierabatter-brand__header{height:100%;padding:30px 28px}.sg-studierabatter--brand .sg-page-header__subtitle{max-width:none}.sg-studierabatter--brand .sg-studierabatter-brand__hero-side{display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid #d7e2ec;border-radius:20px;background:radial-gradient(circle at top right,rgba(232,168,56,.2),transparent 35%),linear-gradient(180deg,#fff 0%,#f4fbff 100%);box-shadow:0 14px 26px rgba(15,23,42,.06)}.sg-studierabatter--brand .sg-studierabatter-brand__offer{display:flex;flex-direction:column;gap:10px}.sg-studierabatter--brand .sg-studierabatter-brand__eyebrow{font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#587087}.sg-studierabatter--brand .sg-studierabatter-brand__summary{margin:0;font-size:.96rem;line-height:1.7;color:#4b6075}.sg-studierabatter--brand .sg-studierabatter-brand__cta{margin-top:auto}.sg-studierabatter--brand .sg-studierabatter-brand__cta .sg-button{width:100%;min-height:48px}.sg-studierabatter--brand .sg-section{padding:24px;border:1px solid #d7e2ec;border-radius:20px;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);box-shadow:0 12px 24px rgba(15,23,42,.05)}.sg-studierabatter--brand .sg-section--seo{padding:24px}@media (max-width:900px){.sg-studierabatter--brand .sg-studierabatter-brand__hero{grid-template-columns:1fr}.sg-studierabatter--brand .sg-studierabatter-brand__header,.sg-studierabatter--brand .sg-studierabatter-brand__hero-side,.sg-studierabatter--brand .sg-section{padding:22px 18px}}.sg-wrap.sg-home .sg-home-section-card,.sg-wrap.sg-home .sg-home-mixed-card{border:1px solid #d7e2ec;border-radius:16px;background:linear-gradient(180deg,#fff 0%,#f8fcff 100%);box-shadow:0 12px 24px rgba(15,23,42,.06)}.sg-wrap.sg-home .sg-home-section-card:hover,.sg-wrap.sg-home .sg-home-mixed-card:hover{transform:translateY(-3px);box-shadow:0 16px 28px rgba(15,23,42,.11)}.sg-wrap.sg-home .sg-home-section-card__title a,.sg-wrap.sg-home .sg-home-mixed-card__title a{color:#1c3b5f}.sg-wrap.sg-home .sg-home-mixed-card__visual .sg-home-mixed-card__title a{color:#fff}.sg-wrap.sg-home .sg-home-section-card__cta,.sg-wrap.sg-home .sg-home-mixed-card__cta{color:#1f5b79}.sg-wrap.sg-home .sg-home-section-card__cta{width:fit-content;padding:9px 12px;border-radius:8px;background:var(--sg-section-cta-bg,#eef7fb)}.sg-wrap.sg-home .sg-home-section-card--byguider{--sg-section-cta-bg:#e5f4fc}.sg-wrap.sg-home .sg-home-section-card--studiejob{--sg-section-cta-bg:#eaf0fc}.sg-wrap.sg-home .sg-home-section-card--studieboliger{--sg-section-cta-bg:#e6f6ef}.sg-wrap.sg-home .sg-home-section-card--legater{--sg-section-cta-bg:#fff3d9}.sg-wrap.sg-home .sg-home-section-card--studierabatter{--sg-section-cta-bg:#eceefd}.sg-wrap.sg-home .sg-home-section-card--uddannelser{--sg-section-cta-bg:#e7f0fa}.sg-wrap.sg-home .sg-home-section-card--guldkorn{--sg-section-cta-bg:#fff2d2}@media (max-width:700px){.sg-wrap .sg-hero{padding:22px 16px;border-radius:18px}.sg-wrap .sg-hero__intro{font-size:.94rem}}.main-navigation{border-bottom:1px solid rgba(255,255,255,.07)}.main-navigation .main-nav ul li>a{font-weight:600;letter-spacing:.01em;transition:background-color var(--sg-transition),color var(--sg-transition),transform var(--sg-transition)}.main-navigation .main-nav ul li>a:hover{background:rgba(255,255,255,.08);color:#fff;transform:translateY(-1px)}.main-navigation .main-nav ul li.current-menu-item>a,.main-navigation .main-nav ul li.current_page_item>a,.main-navigation .main-nav ul li.current-menu-parent>a,.main-navigation .main-nav ul li.current-menu-ancestor>a,.main-navigation .main-nav ul li.current-post-parent>a,.main-navigation .main-nav ul li.current-post-ancestor>a{background:rgba(255,255,255,.12);color:#fff}@keyframes sg-fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sg-card{animation:sg-fade-in .4s ease both}.sg-listing-grid .sg-card:nth-child(2){animation-delay:.05s}.sg-listing-grid .sg-card:nth-child(3){animation-delay:.1s}.sg-listing-grid .sg-card:nth-child(4){animation-delay:.15s}.sg-listing-grid .sg-card:nth-child(5){animation-delay:.2s}.sg-listing-grid .sg-card:nth-child(6){animation-delay:.25s}.sg-visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.sg-directory-wrap .sg-guldkorn{--sg-guldkorn-ink:#1f2937;--sg-guldkorn-muted:#5d6674;--sg-guldkorn-border:#d8e1eb;--sg-guldkorn-gold:#d9a441;--sg-guldkorn-gold-soft:#f7e8c5;--sg-guldkorn-card:#fdfefe;color:var(--sg-guldkorn-ink);font-family:"Montserrat",var(--sg-font-family)}.sg-directory-wrap .sg-guldkorn #topics,.sg-directory-wrap .sg-guldkorn #most-read,.sg-directory-wrap .sg-guldkorn #latest-updated{scroll-margin-top:108px}.sg-directory-wrap .sg-guldkorn .sg-directory-section{margin-bottom:26px}.sg-directory-wrap .sg-guldkorn .sg-hero-section{position:relative;overflow:hidden;border:1px solid #c8d9ea;border-radius:24px;padding:28px 24px;background:radial-gradient(circle at 88% 14%,rgba(231,191,92,.28),transparent 38%),radial-gradient(circle at 10% 88%,rgba(56,112,170,.22),transparent 34%),linear-gradient(132deg,#f4f9ff 0%,#ecf4ff 42%,#fff7e8 100%);box-shadow:0 20px 40px rgba(15,23,42,.08)}.sg-directory-wrap .sg-guldkorn .sg-hero-section:before{content:"";position:absolute;inset:auto -60px -80px auto;width:240px;height:240px;border-radius:50%;background:rgba(217,164,65,.15)}.sg-directory-wrap .sg-guldkorn .sg-hero-content{position:relative;z-index:1;max-width:860px}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-hero__eyebrow{display:inline-flex;margin:0 0 10px;padding:6px 12px;border:1px solid rgba(31,41,55,.14);border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#304561;background:rgba(255,255,255,.72)}.sg-directory-wrap .sg-guldkorn .sg-hero-title{margin:0 0 10px;font-size:clamp(2.1rem, 4.5vw, 3.2rem);line-height:1.03;letter-spacing:.01em;font-weight:800;color:#172133}.sg-directory-wrap .sg-guldkorn .sg-hero-subtitle{margin:0 0 18px;max-width:62ch;font-size:1.06rem;line-height:1.65;color:#3f4b5d}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-hero__stats{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 16px}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-stat{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid rgba(23,33,51,.12);font-size:.88rem;font-weight:600;color:#27374e;background:rgba(255,255,255,.82)}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-stat strong{font-size:.95rem;font-weight:800;color:#0f1d33}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-hero__topics{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-topic-pill{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;text-decoration:none;font-size:.82rem;font-weight:700;color:#233754;border:1px solid rgba(35,55,84,.16);background:rgba(255,255,255,.75);transition:transform var(--sg-transition),border-color var(--sg-transition),background var(--sg-transition)}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-topic-pill:hover{transform:translateY(-2px);border-color:rgba(35,55,84,.35);background:#fff}.sg-directory-wrap .sg-guldkorn .sg-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.sg-directory-wrap .sg-guldkorn .sg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform var(--sg-transition),box-shadow var(--sg-transition),background var(--sg-transition),color var(--sg-transition)}.sg-directory-wrap .sg-guldkorn .sg-btn-primary{color:#13253f;background:linear-gradient(180deg,#f7d27c 0%,#d9a441 100%);box-shadow:0 10px 22px rgba(217,164,65,.36)}.sg-directory-wrap .sg-guldkorn .sg-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(217,164,65,.45)}.sg-directory-wrap .sg-guldkorn .sg-btn-outline{color:#203556;border:1px solid rgba(32,53,86,.24);background:rgba(255,255,255,.82)}.sg-directory-wrap .sg-guldkorn .sg-btn-outline:hover{transform:translateY(-2px);background:#fff;border-color:rgba(32,53,86,.36)}.sg-directory-wrap .sg-guldkorn .sg-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.sg-directory-wrap .sg-guldkorn .sg-section-title{margin:0;font-size:clamp(1.42rem, 2.1vw, 1.9rem);font-weight:800;color:#1d2a3f;letter-spacing:.01em}.sg-directory-wrap .sg-guldkorn .sg-directory-grid{display:grid;grid-template-columns:1fr;gap:16px}.sg-directory-wrap .sg-guldkorn .sg-card{position:relative;display:flex;flex-direction:column;min-height:100%;border:1px solid var(--sg-guldkorn-border);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f9fbff 100%);text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 12px 25px rgba(15,23,42,.06);transition:transform var(--sg-transition),box-shadow var(--sg-transition),border-color var(--sg-transition)}.sg-directory-wrap .sg-guldkorn .sg-card:hover{transform:translateY(-4px);border-color:#bac8d8;box-shadow:0 18px 30px rgba(15,23,42,.12)}.sg-directory-wrap .sg-guldkorn .sg-card:focus-visible{outline:3px solid rgba(44,94,155,.36);outline-offset:2px}.sg-directory-wrap .sg-guldkorn .sg-card-image{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center}.sg-directory-wrap .sg-guldkorn .sg-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(16,24,40,.38) 0%,rgba(16,24,40,.08) 38%,rgba(16,24,40,.72) 100%)}.sg-directory-wrap .sg-guldkorn .sg-card-badge{position:absolute;left:14px;top:14px;z-index:1;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;color:#12223d;background:rgba(247,226,172,.95)}.sg-directory-wrap .sg-guldkorn .sg-card-content{display:flex;flex-direction:column;flex:1;padding:16px}.sg-directory-wrap .sg-guldkorn .sg-card-title{margin:0 0 8px;font-size:1.14rem;font-weight:750;line-height:1.32;color:#1b283c}.sg-directory-wrap .sg-guldkorn .sg-card-title.sg-article-card__image-title{position:absolute;right:14px;bottom:14px;left:14px;z-index:1;margin:0;color:#fff;text-shadow:0 2px 8px rgba(10,20,34,.72)}.sg-directory-wrap .sg-guldkorn .sg-card-excerpt{margin:0 0 14px;font-size:.9rem;line-height:1.6;color:var(--sg-guldkorn-muted)}.sg-directory-wrap .sg-guldkorn .sg-card-meta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:.82rem;font-weight:600;color:#4d5c70}.sg-directory-wrap .sg-guldkorn .sg-topic-card{background:linear-gradient(128deg,#fff 0%,#f4f8ff 52%,#fff6e3 100%)}.sg-directory-wrap .sg-guldkorn .sg-topic-card .sg-card-content{gap:4px}.sg-directory-wrap .sg-guldkorn .sg-topic-card__kicker{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5f6f87}.sg-directory-wrap .sg-guldkorn .sg-topic-card__cta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:.82rem;font-weight:700;color:#1f3f64}.sg-directory-wrap .sg-guldkorn .sg-view-all,.sg-directory-wrap .sg-guldkorn .sg-back-link{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(28,40,57,.16);border-radius:999px;text-decoration:none;font-size:.79rem;font-weight:700;color:#1f3859;background:rgba(255,255,255,.86);transition:border-color var(--sg-transition),transform var(--sg-transition)}.sg-directory-wrap .sg-guldkorn .sg-view-all:hover,.sg-directory-wrap .sg-guldkorn .sg-back-link:hover{transform:translateY(-1px);border-color:rgba(28,40,57,.36)}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-seo-text{padding:24px;border-radius:18px;border:1px solid #dbe5f0;background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-seo-text h2{margin:0 0 10px;font-size:clamp(1.36rem, 2vw, 1.72rem);font-weight:800;color:#17263c}.sg-directory-wrap .sg-guldkorn .sg-guldkorn-seo-text p{line-height:1.75;color:#425166}@media (min-width:700px){.sg-directory-wrap .sg-guldkorn .sg-grid-3{grid-template-columns:repeat(2,minmax(0, 1fr))}.sg-directory-wrap .sg-guldkorn .sg-grid-4{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (min-width:1024px){.sg-directory-wrap .sg-guldkorn .sg-grid-3{grid-template-columns:repeat(3,minmax(0, 1fr))}.sg-directory-wrap .sg-guldkorn .sg-grid-4{grid-template-columns:repeat(4,minmax(0, 1fr))}}@media (max-width:700px){.sg-directory-wrap .sg-guldkorn .sg-hero-section{padding:22px 16px;border-radius:18px}.sg-directory-wrap .sg-guldkorn .sg-hero-subtitle{font-size:.95rem}.sg-directory-wrap .sg-guldkorn .sg-btn{width:100%}}@keyframes sg-guldkorn-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sg-directory-wrap .sg-guldkorn .sg-directory-section{animation:sg-guldkorn-rise .45s ease both}.sg-directory-wrap .sg-guldkorn .sg-directory-section:nth-child(2){animation-delay:.05s}.sg-directory-wrap .sg-guldkorn .sg-directory-section:nth-child(3){animation-delay:.1s}.sg-directory-wrap .sg-guldkorn .sg-directory-section:nth-child(4){animation-delay:.15s}.sg-directory-wrap .sg-guldkorn .sg-directory-section:nth-child(5){animation-delay:.2s}@media (prefers-reduced-motion:reduce){.sg-directory-wrap .sg-guldkorn .sg-directory-section,.sg-directory-wrap .sg-guldkorn .sg-card,.sg-directory-wrap .sg-guldkorn .sg-btn,.sg-directory-wrap .sg-guldkorn .sg-guldkorn-topic-pill{animation:none !important;transition:none !important}}.sg-directory-wrap .sg-uddannelser{--sg-uddannelser-ink:#1a2b34;--sg-uddannelser-muted:#5c6a76;--sg-uddannelser-border:#d6e3e6;--sg-uddannelser-accent:#2f8f87;--sg-uddannelser-accent-soft:#e7f6f3;--sg-uddannelser-hero:#f3fbf9;color:var(--sg-uddannelser-ink);font-family:"Montserrat",var(--sg-font-family)}.sg-directory-wrap .sg-uddannelser #subjects,.sg-directory-wrap .sg-uddannelser #most-searched,.sg-directory-wrap .sg-uddannelser #relevant-educations{scroll-margin-top:108px}.sg-directory-wrap .sg-uddannelser .sg-directory-section{margin-bottom:26px}.sg-directory-wrap .sg-uddannelser .sg-hero-section{position:relative;overflow:hidden;border:1px solid #c7e3df;border-radius:24px;padding:28px 24px;background:radial-gradient(circle at 90% 20%,rgba(47,143,135,.18),transparent 38%),radial-gradient(circle at 8% 88%,rgba(37,99,163,.14),transparent 34%),linear-gradient(132deg,#f2fbfa 0%,#eef8ff 46%,#fff 100%);box-shadow:0 18px 36px rgba(15,23,42,.08)}.sg-directory-wrap .sg-uddannelser .sg-hero-section:before{content:"";position:absolute;inset:auto -50px -72px auto;width:220px;height:220px;border-radius:50%;background:rgba(47,143,135,.16)}.sg-directory-wrap .sg-uddannelser .sg-hero-content{position:relative;z-index:1;max-width:900px}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-hero__eyebrow{display:inline-flex;margin:0 0 10px;padding:6px 12px;border:1px solid rgba(26,43,52,.16);border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2d6660;background:rgba(255,255,255,.76)}.sg-directory-wrap .sg-uddannelser .sg-hero-title{margin:0 0 10px;font-size:clamp(2.05rem, 4.4vw, 3.1rem);line-height:1.03;font-weight:800;letter-spacing:.01em;color:#17252f}.sg-directory-wrap .sg-uddannelser .sg-hero-subtitle{margin:0 0 16px;max-width:62ch;font-size:1.05rem;line-height:1.65;color:#3f5663}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-hero__stats{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-stat{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid rgba(26,43,52,.14);background:rgba(255,255,255,.85);font-size:.87rem;font-weight:600;color:#294652}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-stat strong{font-size:.95rem;font-weight:800;color:#18303b}.sg-directory-wrap .sg-uddannelser .sg-directory-search-form{margin:0 0 14px}.sg-directory-wrap .sg-uddannelser .sg-search-input-group{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 12px;border:1px solid #c6d9db;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 8px 20px rgba(17,24,39,.07)}.sg-directory-wrap .sg-uddannelser .sg-search-input-group .dashicons{color:#55757f;font-size:20px}.sg-directory-wrap .sg-uddannelser .sg-search-input{flex:1;min-width:0;border:none;outline:none;background:0 0;font-size:.95rem;font-family:inherit;color:#1e3340}.sg-directory-wrap .sg-uddannelser .sg-search-input::placeholder{color:#718391}.sg-directory-wrap .sg-uddannelser .sg-hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.sg-directory-wrap .sg-uddannelser .sg-chip{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid rgba(42,106,99,.24);border-radius:999px;font-size:.8rem;font-weight:700;text-decoration:none;color:#205650;background:rgba(255,255,255,.86);transition:transform var(--sg-transition),border-color var(--sg-transition),background var(--sg-transition)}.sg-directory-wrap .sg-uddannelser .sg-chip:hover{transform:translateY(-1px);border-color:rgba(42,106,99,.42);background:#fff}.sg-directory-wrap .sg-uddannelser .sg-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.sg-directory-wrap .sg-uddannelser .sg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:12px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform var(--sg-transition),box-shadow var(--sg-transition),background var(--sg-transition),color var(--sg-transition)}.sg-directory-wrap .sg-uddannelser .sg-btn-primary{color:#fff;background:linear-gradient(180deg,#39a79d 0%,#2f8f87 100%);box-shadow:0 10px 22px rgba(47,143,135,.34)}.sg-directory-wrap .sg-uddannelser .sg-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(47,143,135,.44)}.sg-directory-wrap .sg-uddannelser .sg-btn-outline{color:#21485a;border:1px solid rgba(33,72,90,.22);background:rgba(255,255,255,.88)}.sg-directory-wrap .sg-uddannelser .sg-btn-outline:hover{transform:translateY(-2px);background:#fff;border-color:rgba(33,72,90,.34)}.sg-directory-wrap .sg-uddannelser .sg-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.sg-directory-wrap .sg-uddannelser .sg-section-title{margin:0;font-size:clamp(1.4rem, 2vw, 1.85rem);font-weight:800;letter-spacing:.01em;color:#1b3240}.sg-directory-wrap .sg-uddannelser .sg-directory-grid{display:grid;grid-template-columns:1fr;gap:16px}.sg-directory-wrap .sg-uddannelser .sg-card{position:relative;display:flex;flex-direction:column;min-height:100%;text-decoration:none;color:inherit;border:1px solid var(--sg-uddannelser-border);border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fcfc 100%);overflow:hidden;box-shadow:0 12px 24px rgba(15,23,42,.06);transition:transform var(--sg-transition),box-shadow var(--sg-transition),border-color var(--sg-transition)}.sg-directory-wrap .sg-uddannelser .sg-card:hover{transform:translateY(-4px);border-color:#b7d0d3;box-shadow:0 18px 30px rgba(15,23,42,.11)}.sg-directory-wrap .sg-uddannelser .sg-card:focus-visible{outline:3px solid rgba(47,143,135,.3);outline-offset:2px}.sg-directory-wrap .sg-uddannelser .sg-card-image{position:relative;aspect-ratio:16/9;background-size:cover;background-position:center}.sg-directory-wrap .sg-uddannelser .sg-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(17,24,39,.4),transparent 60%)}.sg-directory-wrap .sg-uddannelser .sg-card-badge{position:absolute;left:14px;bottom:14px;z-index:1;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.03em;color:#17413d;background:rgba(218,242,238,.95)}.sg-directory-wrap .sg-uddannelser .sg-card-content{display:flex;flex-direction:column;flex:1;padding:16px}.sg-directory-wrap .sg-uddannelser .sg-card-title{margin:0 0 8px;font-size:1.12rem;line-height:1.33;font-weight:760;color:#19303f}.sg-directory-wrap .sg-uddannelser .sg-card-excerpt{margin:0 0 12px;font-size:.9rem;line-height:1.58;color:var(--sg-uddannelser-muted)}.sg-directory-wrap .sg-uddannelser .sg-card-meta{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;font-weight:600;color:#4a6272}.sg-directory-wrap .sg-uddannelser .sg-meta-item{display:inline-flex;align-items:center;gap:6px}.sg-directory-wrap .sg-uddannelser .sg-education-card__meta{margin-bottom:8px}.sg-directory-wrap .sg-uddannelser .sg-education-card__footer{margin-top:auto;padding-top:4px}.sg-directory-wrap .sg-uddannelser .sg-education-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:.83rem;font-weight:700;color:#1f6058}.sg-directory-wrap .sg-uddannelser .sg-category-card{background:linear-gradient(130deg,#fff 0%,#effaf8 55%,#edf6ff 100%)}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-category__kicker{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5a7481}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-category__cta{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-size:.82rem;font-weight:700;color:#245d74}.sg-directory-wrap .sg-uddannelser .sg-back-link{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid rgba(27,50,64,.18);border-radius:999px;text-decoration:none;font-size:.79rem;font-weight:700;color:#1e485b;background:rgba(255,255,255,.86);transition:border-color var(--sg-transition),transform var(--sg-transition)}.sg-directory-wrap .sg-uddannelser .sg-back-link:hover{transform:translateY(-1px);border-color:rgba(27,50,64,.34)}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-seo-text{padding:24px;border-radius:18px;border:1px solid #d6e5e8;background:linear-gradient(180deg,#fff 0%,#f5fcfb 100%)}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-seo-text h2{margin:0 0 10px;font-size:clamp(1.35rem, 2vw, 1.7rem);font-weight:800;color:#16323d}.sg-directory-wrap .sg-uddannelser .sg-uddannelser-seo-text p{margin:0;line-height:1.75;color:#425b67}@media (min-width:700px){.sg-directory-wrap .sg-uddannelser .sg-grid-4{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (min-width:1024px){.sg-directory-wrap .sg-uddannelser .sg-grid-4{grid-template-columns:repeat(4,minmax(0, 1fr))}}@media (max-width:700px){.sg-directory-wrap .sg-uddannelser .sg-hero-section{padding:22px 16px;border-radius:18px}.sg-directory-wrap .sg-uddannelser .sg-hero-subtitle{font-size:.95rem}.sg-directory-wrap .sg-uddannelser .sg-search-input-group{flex-wrap:wrap}.sg-directory-wrap .sg-uddannelser .sg-search-input{width:100%}.sg-directory-wrap .sg-uddannelser .sg-btn{width:100%}}@keyframes sg-uddannelser-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sg-directory-wrap .sg-uddannelser .sg-directory-section{animation:sg-uddannelser-rise .45s ease both}.sg-directory-wrap .sg-uddannelser .sg-directory-section:nth-child(2){animation-delay:.05s}.sg-directory-wrap .sg-uddannelser .sg-directory-section:nth-child(3){animation-delay:.1s}.sg-directory-wrap .sg-uddannelser .sg-directory-section:nth-child(4){animation-delay:.15s}@media (prefers-reduced-motion:reduce){.sg-directory-wrap .sg-uddannelser .sg-directory-section,.sg-directory-wrap .sg-uddannelser .sg-card,.sg-directory-wrap .sg-uddannelser .sg-btn,.sg-directory-wrap .sg-uddannelser .sg-chip{animation:none !important;transition:none !important}}.sg-directory-wrap .sg-uddannelser .sg-hero-chip-group{margin:0 0 12px}.sg-directory-wrap .sg-uddannelser .sg-hero-chip-label{margin:0 0 6px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4e6574}.sg-directory-wrap .sg-uddannelser .sg-education-test-feature{display:grid;grid-template-columns:minmax(180px, 32%) 1fr;gap:0;border:1px solid var(--sg-uddannelser-border);border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;background:linear-gradient(180deg,#fff 0%,#f7fcfb 100%);box-shadow:0 12px 24px rgba(15,23,42,.06)}.sg-directory-wrap .sg-uddannelser .sg-education-test-feature__image{min-height:180px;background-size:cover;background-position:center}.sg-directory-wrap .sg-uddannelser .sg-education-test-feature__content{display:flex;flex-direction:column;gap:10px;padding:18px}.sg-directory-wrap .sg-uddannelser .sg-education-test-feature__title{font-size:1.2rem;line-height:1.3;color:#183440}.sg-directory-wrap .sg-uddannelser .sg-education-test-feature__text{font-size:.92rem;line-height:1.6;color:#4e6574}.sg-directory-wrap .sg-uddannelser .sg-education-test-feature__cta{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-size:.84rem;font-weight:700;color:#1f6058}.sg-uddannelsestest .process-bar{position:sticky;top:10px;z-index:8;margin:0 0 16px}.sg-uddannelsestest .question-process{height:14px;border-radius:999px;background:#e5ecee;overflow:hidden}.sg-uddannelsestest .arrow-process{width:0;height:100%;background:linear-gradient(180deg,#39a79d 0%,#2f8f87 100%);transition:width .3s ease}.sg-uddannelsestest .b-q-image{display:grid;grid-template-columns:minmax(180px, 32%) 1fr;border:1px solid #d6e5e8;border-radius:16px;overflow:hidden;background:#fff;margin:0 0 14px}.sg-uddannelsestest .b-q-image.test-question{display:none}.sg-uddannelsestest .q-image-back img{display:block;width:100%;height:100%;object-fit:cover}.sg-uddannelsestest .content-q-text{padding:16px;font-size:.98rem;line-height:1.6;color:#223744}.sg-uddannelsestest .controls{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.sg-uddannelsestest .radio.inline{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:#345061}.sg-uddannelsestest .waiting-load-success{padding:12px 14px;border:1px solid #cde2df;border-radius:12px;background:#f2fbf9}.sg-uddannelsestest .text-load-question{display:block;font-size:.88rem;font-weight:600;color:#2d4e5f}.sg-uddannelsestest .process-loading{display:block;margin-top:8px;height:8px;width:0;background:#2f8f87;border-radius:999px}.sg-uddannelsestest .sg-udd-test-submit{margin-top:4px}.sg-udd-test-warning{padding:12px 14px;border:1px solid #eccf8c;background:#fff8e7;border-radius:12px;color:#674f23;font-size:.88rem;font-weight:600}.sg-uddannelsestest .show_results_more{margin-top:14px}.sg-uddannelsestest .loading-more-result-img{margin-left:8px;vertical-align:middle}@media (max-width:780px){.sg-directory-wrap .sg-uddannelser .sg-education-test-feature{grid-template-columns:1fr}.sg-uddannelsestest .b-q-image{grid-template-columns:1fr}}.sg-category-pill--active,.sg-category-pill--active:hover{background:var(--sg-primary);color:#fff;border-color:var(--sg-primary);box-shadow:var(--sg-shadow-sm);pointer-events:none}.sg-category-pill--active .sg-category-pill__count{background:rgba(255,255,255,.25);color:#fff}.sg-section-heading__badge{display:inline-block;padding:2px 9px;border-radius:var(--sg-radius-pill);background:var(--sg-accent,#f59e0b);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.sg-section-heading__sub{font-size:.8rem;color:var(--sg-text-muted,#666);white-space:nowrap}.sg-section-heading--with-sort{flex-wrap:wrap;row-gap:8px}.sg-sort-form{display:flex;align-items:center;gap:8px;margin-left:auto}.sg-sort-form__label{font-size:.82rem;color:var(--sg-text-muted,#666);white-space:nowrap}.sg-sort-form__select{padding:5px 28px 5px 10px;border:1px solid var(--sg-border);border-radius:var(--sg-radius-sm,6px);background:var(--sg-surface);font-size:.84rem;color:var(--sg-text);cursor:pointer;appearance:auto;min-height:34px}.sg-sort-form__select:focus{outline:2px solid var(--sg-primary);outline-offset:2px}.sg-related-links{display:flex;flex-wrap:wrap;gap:8px}.sg-related-link{display:inline-block;padding:7px 14px;border:1px solid var(--sg-border);border-radius:var(--sg-radius-pill);font-size:.84rem;color:var(--sg-primary);text-decoration:none;background:var(--sg-surface);transition:all var(--sg-transition)}.sg-related-link:hover{background:var(--sg-primary);color:#fff;border-color:var(--sg-primary);transform:translateY(-1px);box-shadow:var(--sg-shadow-sm)}.sg-wrap.sg-byguider{--sg-hub-action-start:#5ca8ca;--sg-hub-action-end:#2c789f;--sg-hub-action-glow:rgba(62,141,180,.35);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/byguider.webp)}.sg-wrap.sg-studyjob{--sg-hub-action-start:#6d91cb;--sg-hub-action-end:#3d5f9b;--sg-hub-action-glow:rgba(69,102,166,.34);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/studiejob.webp)}.sg-wrap.sg-studieboliger{--sg-hub-action-start:#5daf91;--sg-hub-action-end:#2f8067;--sg-hub-action-glow:rgba(49,132,103,.33);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/studieboliger.webp)}.sg-wrap.sg-legater{--sg-hub-action-start:#d6a84d;--sg-hub-action-end:#ac7725;--sg-hub-action-glow:rgba(188,132,39,.34);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/legater.webp)}.sg-wrap.sg-studierabatter{--sg-hub-action-start:#8c85c8;--sg-hub-action-end:#615aa6;--sg-hub-action-glow:rgba(103,92,173,.34);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/studierabatter.webp)}.sg-directory-wrap .sg-uddannelser{--sg-hub-action-start:#43aa9f;--sg-hub-action-end:#22766f;--sg-hub-action-glow:rgba(38,133,124,.34);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/uddannelser.webp)}.sg-directory-wrap .sg-guldkorn{--sg-hub-action-start:#e4bd62;--sg-hub-action-end:#bd8330;--sg-hub-action-glow:rgba(194,137,42,.34);--sg-hub-background:url(//studenterguiden.dk/wp-content/plugins/studenterguiden-foundation/assets/css/../images/hub-backgrounds/guldkorn.webp)}.sg-wrap:is(.sg-byguider,.sg-studyjob,.sg-studieboliger,.sg-legater,.sg-studierabatter) :is(.sg-hero,.sg-page-header),.sg-directory-wrap :is(.sg-uddannelser,.sg-guldkorn) .sg-hero-section{background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 42%,rgba(255,255,255,.2) 72%,rgba(255,255,255,.08) 100%),var(--sg-hub-background);background-position:center;background-repeat:no-repeat;background-size:cover}.sg-wrap.sg-byguider .sg-hero{background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 48%,rgba(255,255,255,.72) 73%,rgba(255,255,255,.48) 100%),var(--sg-hub-background)}.sg-wrap:is(.sg-byguider,.sg-studyjob,.sg-studieboliger,.sg-legater,.sg-studierabatter) :is(.sg-hero__content,.sg-page-header__title,.sg-page-header__subtitle),.sg-directory-wrap :is(.sg-uddannelser,.sg-guldkorn) .sg-hero-content{position:relative;z-index:1}.sg-wrap.sg-byguider :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary),.sg-wrap.sg-studyjob :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary),.sg-wrap.sg-studieboliger :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary),.sg-wrap.sg-legater :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary),.sg-wrap.sg-studierabatter :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary),.sg-directory-wrap .sg-uddannelser .sg-btn-primary,.sg-directory-wrap .sg-guldkorn .sg-btn-primary{background:linear-gradient(135deg,rgba(255,255,255,.2) 0 14%,transparent 14% 49%,rgba(255,255,255,.1) 49% 63%,transparent 63%),linear-gradient(135deg,var(--sg-hub-action-start),var(--sg-hub-action-end));box-shadow:0 9px 18px var(--sg-hub-action-glow)}.sg-wrap.sg-byguider :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary):hover,.sg-wrap.sg-studyjob :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary):hover,.sg-wrap.sg-studieboliger :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary):hover,.sg-wrap.sg-legater :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary):hover,.sg-wrap.sg-studierabatter :is(.sg-hero__search-btn,.sg-filter-bar__submit,.sg-card__cta,.sg-button--primary):hover,.sg-directory-wrap .sg-uddannelser .sg-btn-primary:hover,.sg-directory-wrap .sg-guldkorn .sg-btn-primary:hover{background:linear-gradient(135deg,rgba(255,255,255,.27) 0 14%,transparent 14% 49%,rgba(255,255,255,.14) 49% 63%,transparent 63%),linear-gradient(135deg,var(--sg-hub-action-start),var(--sg-hub-action-end));box-shadow:0 12px 22px var(--sg-hub-action-glow);transform:translateY(-2px)}.site-main>hr.sg-post-separator{border:0;border-top:1px solid rgba(27,54,93,.15);margin:48px 0}.search-results .site-main{display:grid;gap:18px}.search-results .page-header{margin-bottom:0}.sg-search-result{display:grid;grid-template-columns:minmax(180px, 28%) 1fr;min-height:220px;background:var(--sg-surface);border:1px solid var(--sg-border);border-radius:var(--sg-radius);overflow:hidden;box-shadow:var(--sg-shadow-sm);transition:transform var(--sg-transition),box-shadow var(--sg-transition)}.sg-search-result:hover{transform:translateY(-2px);box-shadow:var(--sg-shadow-md)}.sg-search-result__image-link{display:block;min-height:220px;background:var(--sg-primary-pale)}.sg-search-result__image{display:block;width:100%;height:100%;min-height:220px;object-fit:cover}.sg-search-result__body{display:flex;flex-direction:column;align-items:flex-start;padding:28px 30px}.sg-search-result__title{margin:0 0 12px;font-size:clamp(1.35rem, 2vw, 1.75rem);line-height:1.25}.sg-search-result__title a{color:var(--sg-primary);text-decoration:none}.sg-search-result__title a:hover{color:var(--sg-primary-light)}.sg-search-result__intro{margin:0 0 22px;color:var(--sg-text-muted);font-size:1rem;line-height:1.7}.sg-search-result__cta{margin-top:auto;padding:9px 18px;border-radius:6px;background:var(--sg-primary);color:#fff;font-size:.88rem;font-weight:600;text-decoration:none}.sg-search-result__cta:hover,.sg-search-result__cta:focus{background:var(--sg-primary-light);color:#fff}@media (max-width:700px){.sg-search-result{grid-template-columns:1fr}.sg-search-result__image-link,.sg-search-result__image{min-height:190px;height:190px}.sg-search-result__body{padding:22px 20px}}