@font-face {
    font-family: "Geom";
    src: url("/_nkicks/font/Geom.ttf") format("truetype");
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    color: #202938;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.58;
    background-color: #050913;
    background-image: linear-gradient(180deg, rgba(3, 7, 15, .34), rgba(3, 7, 15, .78)), url("images/nissan-kicks-background-4k.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 74% 28%, rgba(191, 20, 38, .16), transparent 32%),
        linear-gradient(90deg, rgba(4, 9, 18, .22), rgba(4, 9, 18, .1) 48%, rgba(84, 11, 25, .14));
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #bd1024;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease;
}

a:hover,
a:focus {
    color: #e3263b;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Geom", Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.2;
    color: #111827;
}

p {
    margin: 13px 0;
}

ul,
ol {
    margin: 13px 0 13px 24px;
    padding: 0;
}

li {
    margin: 7px 0;
}

.nk_maintext table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 12px;
    background: #fff;
}

.nk_maintext th,
.nk_maintext td {
    border: 1px solid #d7dde7;
    padding: 7px 9px;
    vertical-align: top;
}

.nk_maintext th {
    background: #f1f4f8;
    color: #0f172a;
}

.nk_shell {
    width: min(1460px, calc(100% - 36px));
    margin: 0 auto;
}

.nk_site_header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(5, 10, 20, .88);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}

.nk_header_inner {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 74px;
}

.nk_brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    color: #fff;
}

.nk_logo {
    width: 74px;
    max-height: 50px;
    object-fit: contain;
    display: block;
}

.nk_brand strong {
    display: block;
    color: #fff;
    font-family: "Geom", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: .02em;
    line-height: 1.1;
}

.nk_brand em {
    display: block;
    margin-top: 2px;
    color: #9da8b9;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nk_nav {
    flex: 1 1 auto;
}

.nk_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nk_nav li {
    margin: 0;
}

.nk_nav a {
    display: block;
    padding: 10px 11px;
    border-radius: 999px;
    color: #d8e0ea;
    font-family: "Geom", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.nk_nav a:hover,
.nk_nav a:focus {
    color: #fff;
    background: rgba(255, 255, 255, .09);
}

.nk_search {
    flex: 0 0 280px;
}

.nk_search form {
    display: flex;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
}

.nk_search input[type="text"] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 13px;
    color: #1f2937;
    font-size: 12px;
    background: transparent;
}

.nk_search button {
    border: 0;
    padding: 0 15px;
    background: linear-gradient(135deg, #b30d20, #e32235);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.nk_lang {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding-left: 3px;
}

.nk_lang img {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.nk_hero {
    padding: 42px 0 38px;
}

.nk_hero_inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: end;
}

.nk_hero_copy {
    max-width: 930px;
}

.nk_label {
    display: inline-block;
    margin-bottom: 13px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(181, 16, 35, .52);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nk_hero h1 {
    color: #fff;
    max-width: 880px;
    font-size: clamp(28px, 3.2vw, 47px);
    letter-spacing: -.045em;
    text-shadow: 0 18px 44px rgba(0, 0, 0, .42);
}

.nk_way {
    margin-top: 12px;
    color: #b9c5d5;
    font-size: 12px;
}

.nk_way a,
.nk_way span:first-child {
    color: #ff5162;
}

.nk_hero_panel {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .06));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    backdrop-filter: blur(10px);
}

.nk_hero_panel div {
    padding: 15px 16px;
    border-radius: 14px;
    background: rgba(5, 10, 20, .48);
}

.nk_hero_panel div + div {
    margin-top: 10px;
}

.nk_hero_panel strong {
    display: block;
    color: #fff;
    font-size: 12px;
}

.nk_hero_panel span {
    display: block;
    margin-top: 3px;
    color: #bac5d6;
    font-size: 11px;
}

.nk_layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 26px;
    align-items: start;
    padding-bottom: 38px;
}

.nk_content {
    min-width: 0;
    padding: 26px 28px 30px;
    border: 1px solid rgba(255, 255, 255, .44);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 80px rgba(3, 8, 18, .30);
}

.nk_content > p:first-child {
    margin-top: 0;
}

.nk_content h1 {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e4e9f0;
    color: #121a29;
    font-size: 26px;
}

.nk_content h2 {
    position: relative;
    margin: 25px 0 12px;
    padding-bottom: 10px;
    color: #121a29;
    font-size: 21px;
    letter-spacing: -.02em;
}

.nk_content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c1121f, rgba(22, 74, 128, .3), transparent);
}

.nk_content h3 {
    margin: 21px 0 10px;
    color: #1b293b;
    font-size: 17px;
}

.nk_content img {
    border-radius: 8px;
}

.nk_content a {
    border-bottom: 1px solid rgba(189, 16, 36, .25);
}

.nk_manual_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 25px;
}

.nk_manual_card {
    padding: 18px;
    border: 1px solid #e1e7f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f6f8fb);
    box-shadow: 0 13px 32px rgba(16, 24, 40, .08);
}

.nk_manual_card h2 {
    margin-top: 0;
    font-size: 19px;
}

.nk_manual_card h2 a {
    border-bottom: 0;
    color: #111827;
}

.nk_manual_card_img {
    margin: 12px 0 14px;
}

.nk_manual_card_img img {
    display: block;
    width: 100%;
    border: 1px solid #d7dde7;
    border-radius: 14px;
    background: #fff;
}

.nk_manual_links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
    margin: 11px 0 0;
}

.nk_manual_links p {
    margin: 7px 0;
}

.nk_manual_more {
    margin-top: 15px;
    text-align: right;
}

.nk_manual_more a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    border-radius: 999px;
    padding: 9px 13px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.nk_manual_more a:hover {
    background: #bd1024;
}

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

.nk_intro_images img,
.frolean_firstimg,
.frolean_secondimg {
    display: block;
    width: 100%;
    border: 1px solid #d7dde7;
    border-radius: 14px;
    background: #fff;
}

.nk_sidebar {
    position: sticky;
    top: 96px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 22px 70px rgba(3, 8, 18, .32);
}

.nk_side_manual,
.frolean_rightmainmenu {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.nk_side_manual img,
.frolean_rightmainmenu img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e1e6ef;
    background: #fff;
}

.nk_side_manual a,
.frolean_rightmainmenu a {
    color: #111827;
    font-weight: 800;
}

.nk_side_box {
    margin-bottom: 15px;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .07);
}

.nk_side_box h2 {
    margin-bottom: 8px;
    font-size: 16px;
}

.nk_side_box p {
    margin-bottom: 0;
    color: #536071;
    font-size: 12px;
}

.nk_side_dark {
    border-color: #172033;
    background: linear-gradient(145deg, #101827, #203047);
}

.nk_side_dark h2,
.nk_side_dark p {
    color: #fff;
}

.nk_banner {
    overflow: hidden;
    max-width: 100%;
}

.nk_banner_top {
    margin: 0 0 15px;
}

.nk_footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(4, 8, 16, .92);
    backdrop-filter: blur(8px);
}

.nk_footer_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding: 30px 0;
}

.nk_footer h2 {
    margin-bottom: 11px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nk_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nk_footer li {
    margin: 6px 0;
}

.nk_footer a {
    color: #b9c5d5;
}

.nk_footer a:hover {
    color: #fff;
}

.nk_copyright {
    padding: 16px 18px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #9aa7b7;
    text-align: center;
    font-size: 12px;
}

.frolean_textway {
    color: #64748b;
    font-size: 12px;
}

.nk_manual_badge {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    border-radius: 20px;
    background: linear-gradient(145deg, #111827, #263143);
    color: #fff;
    font-family: "Geom", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .08em;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.nk_side_manual p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 12px;
}


/* Readability fix: content and sidebar stay clean over the 4K background */
.nk_content,
.nk_sidebar,
.nk_side_manual,
.frolean_rightmainmenu,
.nk_side_box {
    backdrop-filter: none;
}

.nk_sidebar h2,
.nk_sidebar h3,
.nk_sidebar strong,
.nk_sidebar a {
    color: #111827;
}

.nk_sidebar p,
.nk_sidebar li {
    color: #475569;
}

.nk_side_dark h2,
.nk_side_dark h3,
.nk_side_dark strong,
.nk_side_dark a,
.nk_side_dark p,
.nk_side_dark li {
    color: #ffffff;
}

.nk_content {
    color: #1f2937;
}

.nk_content p,
.nk_content li,
.nk_content td {
    color: #1f2937;
}

.nk_content img {
    background: #ffffff;
}


/* ===== Compact article layout + professional previous/next navigation ===== */
.nk_hero {
    padding: 24px 0 22px;
}

.nk_hero_inner {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
}

.nk_label {
    margin-bottom: 10px;
}

.nk_hero h1 {
    max-width: 980px;
    font-size: clamp(25px, 2.55vw, 39px);
    line-height: 1.12;
}

.nk_way {
    margin-top: 9px;
}

.nk_hero_panel {
    padding: 12px;
    border-radius: 18px;
}

.nk_hero_panel div {
    padding: 12px 14px;
}

.nk_layout {
    gap: 24px;
    padding-bottom: 32px;
}

.nk_content {
    background: #ffffff;
}

.mobilenavigation {
    clear: both;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    margin: 28px 0 2px;
    padding-top: 18px;
    border-top: 1px solid #dbe3ee;
}

.prev_imgbutton,
.prev_imgbutton1,
.next_imgbutton,
.next_imgbutton1 {
    display: none !important;
}

.prev_button,
.next_button {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: auto !important;
    min-height: 68px;
    padding: 13px 17px;
    border: 1px solid #d8e1ec !important;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f5f7fb);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
    color: #101827 !important;
    text-decoration: none !important;
    line-height: 1.25;
    overflow: hidden;
}

.prev_button {
    padding-left: 46px;
    text-align: left;
}

.next_button {
    padding-right: 46px;
    text-align: right;
    align-items: flex-end;
}

.prev_button::before,
.next_button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: #bd1024;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
}

.prev_button::before {
    content: "←";
    left: 12px;
}

.next_button::after {
    content: "→";
    right: 12px;
}

.prev_button span,
.next_button span {
    display: block;
    margin-bottom: 4px;
    color: #bd1024;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.prev_button strong,
.next_button strong {
    display: block;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.prev_button:hover,
.next_button:hover {
    border-color: rgba(189, 16, 36, .38) !important;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(189, 16, 36, .13);
}

.nav_disabled {
    opacity: .48;
    pointer-events: none;
}

/* ===== Navigation final fix: real centered SVG arrows, no font baseline shift ===== */
.prev_button,
.next_button {
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    padding: 13px 16px !important;
}

.prev_button {
    justify-content: flex-start !important;
    text-align: left !important;
}

.next_button {
    justify-content: flex-end !important;
    text-align: right !important;
}

.prev_button::before,
.next_button::after {
    content: none !important;
    display: none !important;
}

.nav_arrow {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background-color: #bd1024;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
    box-shadow: 0 7px 14px rgba(189, 16, 36, .22);
}

.nav_arrow_prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E");
}

.nav_arrow_next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E");
}

.nav_text {
    display: block;
    min-width: 0;
}

.prev_button .nav_label,
.next_button .nav_label {
    display: block;
    margin: 0 0 3px 0;
    color: #bd1024;
    font-size: 10px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.prev_button strong,
.next_button strong {
    display: block;
    color: #111827;
    font-size: 13px;
    line-height: 1.18;
    font-weight: 900;
}

/* ===== REAL FIX FOR PREV/NEXT CIRCLES ===== */
.mobilenavigation .prev_button,
.mobilenavigation .next_button {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.mobilenavigation .prev_button {
    justify-content: flex-start !important;
    text-align: left !important;
}

.mobilenavigation .next_button {
    justify-content: flex-end !important;
    text-align: right !important;
}

.mobilenavigation .nav_arrow {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: #bd1024 !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 15px 15px !important;
    line-height: 0 !important;
    font-size: 0 !important;
    box-shadow: 0 7px 14px rgba(189, 16, 36, .22) !important;
}

.mobilenavigation .nav_arrow_prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 5l-7 7 7 7'/%3E%3C/svg%3E") !important;
}

.mobilenavigation .nav_arrow_next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E") !important;
}

.mobilenavigation .nav_text {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobilenavigation .nav_label {
    display: block !important;
    margin: 0 0 3px 0 !important;
    padding: 0 !important;
    color: #bd1024 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
}
