:root {
    --nawr-ink: #121417;
    --nawr-muted: #59616d;
    --nawr-paper: #fbfbf7;
    --nawr-soft: #eef1ec;
    --nawr-line: #d9ded6;
    --nawr-charcoal: #0d1117;
    --nawr-teal: #0a7c86;
    --nawr-teal-dark: #075c63;
    --nawr-amber: #e9b44c;
    --nawr-red: #b9362d;
    --nawr-white: #fff;
    --nawr-shadow: 0 18px 45px rgba(10, 18, 28, .16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.nawr-body {
    margin: 0;
    background: var(--nawr-paper);
    color: var(--nawr-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
}

body.nawr-body a {
    color: inherit;
}

body.nawr-body img {
    display: block;
    max-width: 100%;
    height: auto;
}

.nawr-shell {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.nawr-skip {
    position: absolute;
    left: 16px;
    top: -80px;
    z-index: 30;
    background: var(--nawr-white);
    color: var(--nawr-ink);
    padding: 10px 14px;
    border: 1px solid var(--nawr-line);
}

.nawr-skip:focus {
    top: 12px;
}

.nawr-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 251, 247, .9);
    border-bottom: 1px solid rgba(13, 17, 23, .08);
    box-shadow: 0 12px 30px rgba(13, 17, 23, .08);
    backdrop-filter: blur(16px);
}

.nawr-header__inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.nawr-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    padding: 10px 12px 10px 0;
    text-decoration: none;
    min-width: 225px;
}

.nawr-brand__mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--nawr-charcoal), var(--nawr-teal));
    color: var(--nawr-white);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .14), 0 12px 24px rgba(10, 124, 134, .2);
}

.nawr-brand strong,
.nawr-brand small {
    display: block;
}

.nawr-brand strong {
    font-size: 20px;
    line-height: 1.1;
}

.nawr-brand small {
    color: var(--nawr-muted);
    font-size: 12px;
}

.nawr-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1;
    align-self: center;
    min-height: 54px;
    padding: 6px;
    border: 1px solid rgba(13, 17, 23, .08);
    border-radius: 8px;
    background: rgba(238, 241, 236, .72);
}

.nawr-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 6px;
    color: var(--nawr-ink);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.nawr-nav a:hover,
.nawr-nav a[aria-current="page"] {
    background: var(--nawr-white);
    color: var(--nawr-teal-dark);
    box-shadow: 0 8px 18px rgba(13, 17, 23, .08);
}

.nawr-nav a[aria-current="page"] {
    background: var(--nawr-charcoal);
    color: var(--nawr-white);
}

.nawr-city-tabs {
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, #080c11, #111820);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.nawr-city-tabs__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: visible;
    padding: 10px 0;
    scrollbar-width: thin;
}

.nawr-city-tabs a {
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .86) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.nawr-city-tabs a:hover,
.nawr-city-tabs a[aria-current="page"] {
    background: rgba(233, 180, 76, .98);
    border-color: rgba(233, 180, 76, .98);
    color: var(--nawr-charcoal) !important;
    box-shadow: 0 10px 22px rgba(233, 180, 76, .18);
}

.nawr-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(13, 17, 23, .12);
    border-radius: 6px;
    background: var(--nawr-white);
    padding: 9px;
    box-shadow: 0 8px 18px rgba(13, 17, 23, .1);
}

.nawr-menu-toggle span {
    display: block;
    height: 2px;
    background: var(--nawr-ink);
    margin: 5px 0;
}

.nawr-call {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 52px;
    padding: 8px 15px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--nawr-teal), var(--nawr-teal-dark));
    color: var(--nawr-white);
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(10, 124, 134, .22);
}

.nawr-call span {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .76);
}

.nawr-call strong {
    line-height: 1.1;
}

.nawr-hero {
    min-height: 690px;
    position: relative;
    display: grid;
    align-items: stretch;
    color: var(--nawr-white);
    background-image: linear-gradient(90deg, rgba(8, 11, 16, .95), rgba(8, 11, 16, .82) 43%, rgba(8, 11, 16, .3) 76%), var(--nawr-hero-image);
    background-size: cover;
    background-position: center;
}

.nawr-hero__grid {
    display: grid;
    align-items: center;
    min-height: 690px;
}

.nawr-hero__copy {
    width: min(680px, 100%);
    padding: 72px 0;
}

.nawr-eyebrow {
    margin: 0 0 12px;
    color: var(--nawr-teal);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.nawr-hero .nawr-eyebrow,
.nawr-cta .nawr-eyebrow {
    color: var(--nawr-amber);
}

.nawr-hero h1,
.nawr-section h2,
.nawr-band h2,
.nawr-cta h2 {
    margin: 0;
    line-height: 1.08;
    letter-spacing: 0;
}

body.nawr-body .nawr-section h1,
body.nawr-body .nawr-section h2,
body.nawr-body .nawr-section h3,
body.nawr-body .nawr-band h1,
body.nawr-body .nawr-band h2,
body.nawr-body .nawr-band h3 {
    color: var(--nawr-ink) !important;
}

body.nawr-body .nawr-hero h1,
body.nawr-body .nawr-cta h2,
body.nawr-body .nawr-steps li,
body.nawr-body .nawr-steps li p {
    color: var(--nawr-white) !important;
}

body.nawr-body .nawr-gallery-section h2,
body.nawr-body .nawr-gallery-section h3 {
    color: var(--nawr-white) !important;
}

.nawr-hero h1 {
    max-width: 780px;
    font-size: 54px;
}

.nawr-lead {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 21px;
}

.nawr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.nawr-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid var(--nawr-teal);
    border-radius: 6px;
    background: var(--nawr-teal);
    color: var(--nawr-white);
    font-weight: 800;
    text-decoration: none;
}

.nawr-button:hover {
    background: var(--nawr-teal-dark);
}

.nawr-button--ghost {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .36);
}

.nawr-button--ghost:hover {
    background: rgba(255, 255, 255, .16);
}

.nawr-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: min(720px, 100%);
    margin: 38px 0 0;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    overflow: hidden;
}

.nawr-proof div {
    min-height: 96px;
    padding: 16px;
    background: rgba(5, 9, 14, .5);
}

.nawr-proof dt {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    text-transform: uppercase;
}

.nawr-proof dd {
    margin: 5px 0 0;
    font-weight: 800;
}

.nawr-section,
.nawr-band {
    padding: 86px 0;
}

.nawr-band {
    background: var(--nawr-soft);
}

.nawr-intro {
    border-bottom: 1px solid var(--nawr-line);
}

.nawr-two-col {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 56px;
    align-items: start;
}

.nawr-section h2,
.nawr-band h2,
.nawr-cta h2 {
    font-size: 38px;
}

.nawr-rich p {
    margin: 0 0 18px;
    color: var(--nawr-muted);
}

.nawr-section__head {
    max-width: 720px;
    margin-bottom: 30px;
}

.nawr-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nawr-card {
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-white);
    box-shadow: 0 12px 30px rgba(13, 17, 23, .06);
}

.nawr-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.2;
}

.nawr-card p {
    margin: 0;
    color: var(--nawr-muted);
}

.nawr-gallery-section {
    background: #0a0f14;
    color: var(--nawr-white);
}

.nawr-gallery-section .nawr-section__head {
    max-width: 820px;
}

.nawr-visual-mosaic {
    display: grid;
    grid-template-columns: 1.1fr .9fr .9fr;
    gap: 16px;
}

.nawr-visual-card {
    min-height: 420px;
    position: relative;
    display: grid;
    align-content: end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: #111820;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .26);
}

.nawr-visual-card--wide {
    grid-row: span 2;
    min-height: 620px;
}

.nawr-visual-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.nawr-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 7, 10, .08), rgba(4, 7, 10, .88));
}

.nawr-visual-card:hover img {
    transform: scale(1.04);
}

.nawr-visual-card div {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.nawr-visual-card span {
    display: inline-flex;
    min-width: 34px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--nawr-amber);
    color: var(--nawr-charcoal);
    font-size: 12px;
    font-weight: 900;
}

.nawr-visual-card h3 {
    margin: 14px 0 8px;
    font-size: 25px;
    line-height: 1.12;
}

.nawr-visual-card p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
}

.nawr-feature {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 46px;
    align-items: center;
}

.nawr-feature figure {
    margin: 0;
}

.nawr-feature img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--nawr-shadow);
}

.nawr-feature__copy p {
    color: var(--nawr-muted);
}

.nawr-home-blog-callout {
    background: var(--nawr-paper);
}

.nawr-home-blog-callout__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

.nawr-home-blog-callout h2 {
    margin: 0 0 10px;
}

.nawr-home-blog-callout p {
    max-width: 780px;
    margin: 0;
    color: var(--nawr-muted);
}

.nawr-blog-hub {
    background: var(--nawr-paper);
}

.nawr-blog-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.nawr-blog-topic-grid a {
    min-height: 240px;
    display: grid;
    align-content: end;
    padding: 26px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-white);
    color: var(--nawr-ink);
    text-decoration: none;
    box-shadow: 0 16px 38px rgba(13, 17, 23, .07);
}

.nawr-blog-topic-grid a:hover {
    border-color: var(--nawr-teal);
    box-shadow: 0 20px 44px rgba(13, 17, 23, .12);
}

.nawr-blog-topic-grid span {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.12;
}

.nawr-blog-topic-grid small {
    margin-top: 12px;
    color: var(--nawr-muted);
    font-size: 15px;
    line-height: 1.55;
}

.nawr-article-body {
    background: var(--nawr-white);
}

.nawr-long-article {
    background: var(--nawr-white);
}

.nawr-long-article__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
    align-items: start;
}

.nawr-long-article__content {
    max-width: 860px;
    padding: 34px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-paper);
    box-shadow: 0 14px 35px rgba(13, 17, 23, .06);
}

.nawr-long-article__content h2 {
    margin: 38px 0 16px;
    font-size: 32px;
    line-height: 1.16;
}

.nawr-long-article__content h2:first-child {
    margin-top: 0;
}

.nawr-long-article__content h3 {
    margin: 28px 0 12px;
    font-size: 23px;
    line-height: 1.22;
}

.nawr-long-article__content p {
    margin: 0 0 18px;
    color: var(--nawr-muted);
    font-size: 17px;
    line-height: 1.78;
}

.nawr-long-article__content ol,
.nawr-long-article__content ul {
    display: grid;
    gap: 8px;
    margin: 0 0 24px 22px;
    color: var(--nawr-muted);
    font-size: 16px;
    line-height: 1.65;
}

.nawr-long-article__content a {
    color: var(--nawr-teal-dark);
    font-weight: 800;
}

.nawr-article-figure {
    margin: 18px 0 28px;
    padding: 0;
}

.nawr-article-figure img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--nawr-shadow);
}

.nawr-article-figure figcaption {
    margin-top: 10px;
    color: var(--nawr-muted);
    font-size: 13px;
    line-height: 1.45;
}

.nawr-article-aside h3 {
    margin: 8px 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.nawr-article-aside p {
    color: var(--nawr-muted);
}

.nawr-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
    align-items: start;
}

.nawr-article-content {
    display: grid;
    gap: 26px;
}

.nawr-article-block {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-paper);
}

.nawr-article-block--reverse {
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
}

.nawr-article-block--reverse .nawr-article-block__copy {
    order: 2;
}

.nawr-article-block--reverse figure {
    order: 1;
}

.nawr-article-block__copy span {
    display: inline-flex;
    min-width: 38px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 6px;
    background: var(--nawr-charcoal);
    color: var(--nawr-amber);
    font-size: 12px;
    font-weight: 900;
}

.nawr-article-block h2 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.16;
}

.nawr-article-block p {
    margin: 0 0 16px;
    color: var(--nawr-muted);
    font-size: 17px;
    line-height: 1.72;
}

.nawr-article-block p:last-child {
    margin-bottom: 0;
}

.nawr-article-block figure {
    margin: 0;
}

.nawr-article-block img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--nawr-shadow);
}

.nawr-article-block figcaption {
    margin-top: 10px;
    color: var(--nawr-muted);
    font-size: 13px;
    line-height: 1.45;
}

.nawr-article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.nawr-article-list li {
    padding: 7px 9px;
    border-radius: 6px;
    background: var(--nawr-white);
    color: var(--nawr-ink);
    font-size: 13px;
    font-weight: 800;
}

.nawr-article-aside {
    position: sticky;
    top: 96px;
    padding: 20px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-white);
    box-shadow: 0 14px 35px rgba(13, 17, 23, .07);
}

.nawr-article-aside nav {
    display: grid;
    gap: 10px;
    margin: 12px 0 18px;
}

.nawr-article-aside a:not(.nawr-button) {
    color: var(--nawr-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.nawr-article-aside a:not(.nawr-button):hover {
    color: var(--nawr-teal-dark);
}

.nawr-checks {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.nawr-checks li {
    position: relative;
    padding-left: 28px;
}

.nawr-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background: var(--nawr-amber);
}

.nawr-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nawr-steps li {
    min-height: 190px;
    padding: 22px;
    border-radius: 8px;
    background: var(--nawr-charcoal);
    color: var(--nawr-white);
}

.nawr-steps span {
    color: var(--nawr-amber);
    font-weight: 900;
}

.nawr-steps p {
    margin: 18px 0 0;
}

.nawr-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nawr-link-grid a,
.nawr-city-grid a {
    min-height: 132px;
    display: block;
    padding: 20px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-white);
    text-decoration: none;
}

.nawr-link-grid a:hover,
.nawr-city-grid a:hover,
.nawr-city-grid a[aria-current="page"] {
    border-color: var(--nawr-teal);
}

.nawr-link-grid span,
.nawr-city-grid span {
    display: block;
    font-weight: 900;
}

.nawr-link-grid small,
.nawr-city-grid small {
    display: block;
    margin-top: 8px;
    color: var(--nawr-muted);
    font-size: 14px;
}

.nawr-city-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nawr-city-section {
    background: var(--nawr-paper);
}

.nawr-case-section {
    background: var(--nawr-white);
}

.nawr-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nawr-case-grid a {
    min-height: 158px;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 22px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(10, 124, 134, .1), rgba(233, 180, 76, .08)),
        var(--nawr-white);
    color: var(--nawr-ink);
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(13, 17, 23, .06);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.nawr-case-grid a:hover {
    transform: translateY(-2px);
    border-color: var(--nawr-teal);
    box-shadow: 0 20px 42px rgba(13, 17, 23, .11);
}

.nawr-case-grid span {
    display: block;
    color: var(--nawr-ink);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.16;
}

.nawr-case-grid small {
    display: block;
    color: var(--nawr-muted);
    font-size: 14px;
    line-height: 1.5;
}

.nawr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nawr-blog-grid a {
    min-height: 190px;
    display: grid;
    align-content: end;
    padding: 22px;
    border: 1px solid rgba(13, 17, 23, .1);
    border-radius: 8px;
    background: var(--nawr-white);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(13, 17, 23, .06);
}

.nawr-blog-grid a:hover,
.nawr-blog-grid a[aria-current="page"] {
    border-color: var(--nawr-teal);
    box-shadow: 0 18px 38px rgba(13, 17, 23, .11);
}

.nawr-blog-grid span {
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.16;
}

.nawr-blog-grid small {
    display: block;
    margin-top: 10px;
    color: var(--nawr-muted);
    font-size: 14px;
}

.nawr-reviews {
    background: var(--nawr-white);
}

.nawr-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nawr-review-grid article {
    min-height: 230px;
    padding: 24px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-paper);
    box-shadow: 0 14px 34px rgba(13, 17, 23, .06);
}

.nawr-review-stars {
    color: var(--nawr-amber);
    font-size: 18px;
    letter-spacing: 0;
}

.nawr-review-grid h3 {
    margin: 12px 0 10px;
    font-size: 21px;
    line-height: 1.2;
}

.nawr-review-grid p {
    margin: 0 0 14px;
    color: var(--nawr-muted);
}

.nawr-review-grid a {
    color: var(--nawr-teal-dark);
    font-weight: 800;
    text-decoration: none;
}

.nawr-review-grid a:hover {
    text-decoration: underline;
}

.nawr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nawr-tags span {
    padding: 8px 10px;
    border-radius: 6px;
    background: var(--nawr-soft);
    color: var(--nawr-ink);
    font-size: 14px;
    font-weight: 800;
}

.nawr-keyword-groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.nawr-keyword-groups article {
    padding: 20px;
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-white);
}

.nawr-keyword-groups h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.nawr-keyword-groups ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nawr-keyword-groups li {
    padding: 6px 8px;
    border-radius: 6px;
    background: var(--nawr-soft);
    color: var(--nawr-muted);
    font-size: 13px;
    font-weight: 800;
}

.nawr-faq__list {
    display: grid;
    gap: 12px;
}

.nawr-faq details {
    border: 1px solid var(--nawr-line);
    border-radius: 8px;
    background: var(--nawr-white);
}

.nawr-faq summary {
    cursor: pointer;
    padding: 18px 20px;
    font-weight: 900;
}

.nawr-faq details p {
    margin: 0;
    padding: 0 20px 20px;
    color: var(--nawr-muted);
}

.nawr-cta {
    padding: 76px 0;
    background: var(--nawr-charcoal);
    color: var(--nawr-white);
}

.nawr-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
}

.nawr-cta p {
    max-width: 720px;
    color: rgba(255, 255, 255, .76);
}

.nawr-footer {
    padding: 26px 0;
    background: #07090d;
    color: rgba(255, 255, 255, .72);
}

.nawr-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nawr-footer p {
    margin: 0;
}

.nawr-footer a {
    color: var(--nawr-white);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

#cookie-notice,
.cookie-notice-container {
    background: rgba(7, 9, 13, .96) !important;
    color: var(--nawr-white) !important;
}

#cookie-notice {
    width: min(620px, calc(100% - 24px)) !important;
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
    overflow: hidden;
}

#cookie-notice.cookie-notice-hidden {
    display: none !important;
}

#cookie-notice .cookie-notice-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px !important;
    font-size: 13px;
    line-height: 1.45;
}

#cookie-notice a,
#cookie-notice .cn-text-container {
    color: var(--nawr-white) !important;
}

#cookie-notice .cn-button,
#cookie-notice #cn-accept-cookie {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--nawr-amber) !important;
    color: var(--nawr-charcoal) !important;
    font-weight: 800;
    padding: 8px 14px !important;
}

@media (max-width: 980px) {
    .nawr-header__inner {
        flex-wrap: wrap;
        gap: 12px;
        padding: 10px 0;
    }

    .nawr-brand {
        align-self: center;
        min-width: 0;
        padding: 0;
    }

    .nawr-menu-toggle {
        display: block;
        margin-left: auto;
    }

    .nawr-nav {
        order: 5;
        display: none;
        flex-basis: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        min-height: auto;
        padding: 8px;
        border-radius: 8px;
    }

    .nawr-nav a {
        flex: 1 1 calc(50% - 8px);
    }

    .nawr-nav.is-open {
        display: flex;
    }

    .nawr-call--header {
        display: none;
    }

    .nawr-hero,
    .nawr-hero__grid {
        min-height: 620px;
    }

    .nawr-hero h1 {
        font-size: 42px;
    }

    .nawr-two-col,
    .nawr-feature,
    .nawr-home-blog-callout__inner,
    .nawr-long-article__grid,
    .nawr-article-layout,
    .nawr-article-block,
    .nawr-article-block--reverse,
    .nawr-cta__inner {
        grid-template-columns: 1fr;
    }

    .nawr-article-block--reverse .nawr-article-block__copy,
    .nawr-article-block--reverse figure {
        order: initial;
    }

    .nawr-article-aside {
        position: static;
    }

    .nawr-card-grid,
    .nawr-steps,
    .nawr-link-grid,
    .nawr-city-grid,
    .nawr-case-grid,
    .nawr-blog-topic-grid,
    .nawr-blog-grid,
    .nawr-review-grid,
    .nawr-keyword-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nawr-visual-mosaic {
        grid-template-columns: 1fr 1fr;
    }

    .nawr-visual-card--wide {
        grid-column: 1 / -1;
        min-height: 460px;
    }
}

@media (max-width: 640px) {
    body.nawr-body {
        font-size: 16px;
    }

    .nawr-shell {
        width: min(100% - 24px, 1160px);
    }

    .nawr-brand {
        min-width: 0;
    }

    .nawr-brand__mark {
        width: 46px;
        height: 46px;
        font-size: 15px;
    }

    .nawr-brand small {
        display: none;
    }

    .nawr-nav a {
        flex-basis: 100%;
        min-height: 42px;
    }

    .nawr-city-tabs__inner {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .nawr-hero {
        min-height: 680px;
        background-image: linear-gradient(90deg, rgba(8, 11, 16, .94), rgba(8, 11, 16, .76)), var(--nawr-hero-image);
    }

    .nawr-hero__grid {
        min-height: 680px;
    }

    .nawr-hero h1 {
        font-size: 34px;
    }

    .nawr-lead {
        font-size: 18px;
    }

    .nawr-actions,
    .nawr-button {
        width: 100%;
    }

    .nawr-proof {
        grid-template-columns: 1fr;
    }

    .nawr-section,
    .nawr-band {
        padding: 58px 0;
    }

    .nawr-section h2,
    .nawr-band h2,
    .nawr-cta h2 {
        font-size: 30px;
    }

    .nawr-card-grid,
    .nawr-steps,
    .nawr-link-grid,
    .nawr-city-grid,
    .nawr-case-grid,
    .nawr-blog-topic-grid,
    .nawr-blog-grid,
    .nawr-review-grid,
    .nawr-keyword-groups {
        grid-template-columns: 1fr;
    }

    .nawr-visual-mosaic {
        grid-template-columns: 1fr;
    }

    .nawr-visual-card,
    .nawr-visual-card--wide {
        min-height: 390px;
    }

    .nawr-card,
    .nawr-steps li,
    .nawr-article-block {
        min-height: auto;
    }

    .nawr-article-block {
        padding: 18px;
    }

    .nawr-long-article__content {
        padding: 20px;
    }

    .nawr-long-article__content h2 {
        font-size: 26px;
    }

    .nawr-long-article__content h3 {
        font-size: 21px;
    }

    .nawr-long-article__content p {
        font-size: 16px;
        line-height: 1.68;
    }

    .nawr-article-block h2 {
        font-size: 25px;
    }

    .nawr-article-block p {
        font-size: 16px;
        line-height: 1.65;
    }

    .nawr-footer__inner {
        display: block;
    }

    .nawr-footer a {
        display: inline-block;
        margin-top: 10px;
    }
}
