/*!
Theme Name: NSI
Theme URI: https://learntastic.com/
Author: LearnTastic
Author URI: https://learntastic.com/
Description: Description
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nsi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NSI is based on Underscores https://learntastic.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	background: #1d1b1a;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #1d1b1a;
}

#page {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* NSI header styles */
:root {
      --nsi-bg: #ffffff;
      --nsi-text: #171717;
      --nsi-muted: #646464;
      --nsi-line: #ece7e4;
      --nsi-peach: #fff2ec;
      --nsi-blue-tint: #e8f7ff;
      --nsi-card-shadow: 0 24px 60px rgba(24, 32, 56, 0.08);
      --nsi-soft-shadow: 0 16px 40px rgba(24, 32, 56, 0.06);
      --nsi-container: 1180px;
      --nsi-font: "Montserrat", "Avenir Next", "Avenir", "Segoe UI", sans-serif;
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: var(--nsi-font);
      color: var(--nsi-text);
      background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
    }

    img {
      display: block;
      max-width: 100%;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .container {
      width: min(calc(100% - 40px), var(--nsi-container));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.98);
      border-bottom: 1px solid #efefef;
    }

    .header-row {
      display: flex;
      align-items: center;
      gap: 34px;
      min-height: 92px;
      position: relative;
    }

    .brand {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      min-width: 0;
    }

    .brand img {
      width: 257px;
      max-width: none;
      height: auto;
    }

    .brand-text {
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1;
    }

    .menu-toggle {
      display: none;
      width: 48px;
      height: 48px;
      margin-left: auto;
      padding: 0;
      border: 1px solid #ece7e4;
      border-radius: 14px;
      background: #fff;
      align-items: center;
      justify-content: center;
    }

    .menu-toggle span {
      display: block;
      width: 20px;
      height: 2px;
      margin: 4px auto;
      background: #111;
      border-radius: 999px;
    }

    .mobile-header-actions,
    .mobile-search-toggle,
    .mobile-cart-link,
    .mobile-header-icon,
    .menu-toggle-icon,
    .mobile-home-link {
      display: none;
    }

    .language-long {
      display: none;
    }

    .nav-wrap {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 16px;
      flex: 1;
      min-width: 0;
    }

    .search-box {
      display: flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      max-width: 248px;
      min-width: 248px;
      margin-left: auto;
      padding: 0 20px;
      height: 50px;
      border: 0;
      border-radius: 12px;
      background: #f5f8fc;
    }

    .search-box svg {
      width: 15px;
      height: 15px;
      opacity: 0.94;
    }

    .main-nav svg {
      width: 18px;
      height: 18px;
      fill: #111111;
      flex: none;
    }

    .search-box input {
      width: 100%;
      border: 0;
      outline: none;
      background: transparent;
      color: #1c1c1c;
      font-size: 14px;
    }

    .search-box input::placeholder {
      color: #4b4b4b;
    }

    .nav-icon {
      display: block;
      flex: none;
    }

    .nav-icon-search {
      width: 15px;
      height: 15px;
      opacity: 0.94;
    }

    .nav-icon-chevron {
      width: 12px;
      height: 12px;
      transition: transform 180ms ease;
    }

    .nav-icon-cart {
      width: 22px;
      height: 22px;
    }

    .main-nav {
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      min-width: 0;
    }

    .nav-dropdown,
    .nav-dropdown-courses {
      position: relative;
    }

    .nav-dropdown::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 14px;
    }

    .nav-summary {
      border: 0;
      background: transparent;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 50px;
      padding: 0 16px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: #111111;
      white-space: nowrap;
    }

    .nav-text-link {
      border: 0;
      background: transparent;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 50px;
      padding: 0 16px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.01em;
      white-space: nowrap;
    }

    .nav-text-link {
      padding-inline: 10px;
    }

    .nav-dropdown:hover > .nav-summary .nav-icon-chevron,
    .nav-dropdown:focus-within > .nav-summary .nav-icon-chevron,
    .nav-dropdown.is-open > .nav-summary .nav-icon-chevron,
    .nav-dropdown-courses:hover > .nav-summary .nav-icon-chevron,
    .nav-dropdown-courses:focus-within > .nav-summary .nav-icon-chevron,
    .nav-dropdown-courses.is-open > .nav-summary .nav-icon-chevron {
      transform: rotate(180deg);
    }

    .nav-submenu {
      position: absolute;
      top: calc(100% + 2px);
      left: 0;
      width: max-content;
      min-width: 118px;
      padding: 10px;
      border: 1px solid #e8edf3;
      border-radius: 10px;
      background: #ffffff;
      box-shadow: 0 16px 34px rgba(24, 32, 56, 0.12);
      display: grid;
      gap: 6px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(8px);
      transition:
        opacity 160ms ease,
        transform 160ms ease,
        visibility 160ms ease;
      z-index: 30;
    }

    .nav-submenu::before {
      content: "";
      position: absolute;
      top: -8px;
      left: 50%;
      width: 16px;
      height: 16px;
      background: #ffffff;
      border-top: 1px solid #e8edf3;
      border-left: 1px solid #e8edf3;
      transform: translateX(-50%) rotate(45deg);
    }

    .nav-submenu-wide {
      top: calc(100% + 2px);
      left: 50%;
      width: min(340px, calc(100vw - 720px));
      min-width: 0;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0 16px 34px rgba(24, 32, 56, 0.12);
      transform: translateX(-50%) translateY(6px);
      display: grid;
      gap: 8px;
    }

    .nav-dropdown:hover > .nav-submenu,
    .nav-dropdown:focus-within > .nav-submenu,
    .nav-dropdown.is-open > .nav-submenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateY(0);
    }

    .nav-dropdown-courses:hover > .nav-submenu-wide,
    .nav-dropdown-courses:focus-within > .nav-submenu-wide,
    .nav-dropdown-courses.is-open > .nav-submenu-wide {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0);
    }

    .nav-submenu a,
    .nav-submenu-wide a {
      display: block;
      padding: 12px 14px;
      border-radius: 10px;
      color: #1c1c1c;
      font-size: 0.9rem;
      font-weight: 500;
      line-height: 1.25;
      white-space: nowrap;
    }

    .nav-submenu-wide a {
      padding: 18px 20px;
      font-size: 0.88rem;
      line-height: 1.18;
      letter-spacing: -0.01em;
      white-space: normal;
    }

    .nav-submenu a:hover,
    .nav-submenu a:focus-visible {
      background: #f5f8fc;
      outline: none;
    }

    .nav-submenu-wide a:hover,
    .nav-submenu-wide a:focus-visible,
    .nav-submenu-wide a.is-active {
      background: #fff0ea;
      outline: none;
    }

    .nav-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 50px;
      padding: 0 16px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: -0.01em;
      white-space: nowrap;
      flex: 0 0 auto;
    }

    .select-pill {
      min-width: auto;
      justify-content: center;
      background: #f5f8fc;
    }

    .cart-link {
      position: relative;
      width: 56px;
      justify-content: center;
      padding: 0;
      border: 0;
      background: #f5f8fc;
      border-radius: 12px;
    }

    .cart-link::after {
      content: attr(data-cart-count);
      position: absolute;
      top: 6px;
      right: 6px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 18px;
      height: 18px;
      padding: 0 4px;
      border-radius: 999px;
      background: #ff7f4e;
      color: #ffffff;
      font-size: 0.64rem;
      font-weight: 700;
      line-height: 1;
      box-shadow: 0 4px 10px rgba(255, 127, 78, 0.25);
    }

    .cart-link[data-cart-count="0"]::after,
    .cart-link[data-cart-count=""]::after {
      display: none;
    }

    .business-link {
      display: inline-flex;
      position: relative;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 0;
      white-space: nowrap;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: -0.01em;
    }

    .select-link:hover,
    .nav-text-link:hover,
    .nav-summary:hover,
    .business-link:hover,
    .cart-link:hover,
    .select-pill:hover {
      background: #eef2f7;
    }

    body.nsi-cart-open {
      overflow: hidden;
    }

    .nsi-cart-drawer {
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: block;
      pointer-events: none;
    }

    .nsi-cart-drawer.is-open {
      pointer-events: auto;
    }

    .nsi-cart-drawer__backdrop {
      position: absolute;
      inset: 0;
      border: 0;
      background: rgba(17, 24, 39, 0.34);
      opacity: 0;
      cursor: pointer;
      transition: opacity 220ms ease;
    }

    .nsi-cart-drawer.is-open .nsi-cart-drawer__backdrop {
      opacity: 1;
    }

    .nsi-cart-drawer__panel {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      width: min(100%, 480px);
      height: 100%;
      padding: 28px 28px 30px;
      background: #ffffff;
      box-shadow: -18px 0 40px rgba(17, 17, 17, 0.14);
      transform: translateX(100%);
      transition: transform 260ms ease;
    }

    .nsi-cart-drawer.is-open .nsi-cart-drawer__panel {
      transform: translateX(0);
    }

    .nsi-cart-drawer__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .nsi-cart-drawer__title-wrap {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .nsi-cart-drawer__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border: 2px solid #d7e7f6;
      border-radius: 50%;
      color: #2f77c0;
      flex: 0 0 auto;
    }

    .nsi-cart-drawer__icon svg {
      width: 22px;
      height: 22px;
    }

    .nsi-cart-drawer__header h2 {
      margin: 0;
      color: #181818;
      font-size: 1.85rem;
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.03em;
    }

    .nsi-cart-drawer__close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 0;
      background: transparent;
      color: #878787;
      cursor: pointer;
      transition: color 180ms ease, transform 180ms ease;
    }

    .nsi-cart-drawer__close:hover,
    .nsi-cart-drawer__close:focus-visible {
      color: #181818;
      transform: scale(1.04);
      outline: none;
    }

    .nsi-cart-drawer__close svg {
      width: 24px;
      height: 24px;
    }

    .nsi-cart-drawer__divider {
      width: 100%;
      height: 1px;
      margin-top: 22px;
      background: rgba(17, 17, 17, 0.26);
    }

    .nsi-cart-drawer__message {
      margin: 16px 0 0;
      padding: 12px 14px;
      border-radius: 12px;
      background: #edf6ff;
      color: #2f77c0;
      font-size: 0.95rem;
      font-weight: 600;
      line-height: 1.4;
    }

    .nsi-cart-drawer__message.is-error {
      background: #fff0ea;
      color: #d05c2c;
    }

    .nsi-cart-drawer__content {
      flex: 1 1 auto;
      min-height: 0;
      overflow: hidden;
    }

    .nsi-cart-drawer__items-wrap {
      height: 100%;
      padding: 20px 2px 12px 0;
      overflow-y: auto;
    }

    .nsi-cart-drawer__items {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .nsi-cart-drawer__item {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 14px;
      align-items: center;
      padding: 18px 20px;
      border: 1px solid #edf2f8;
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 12px 28px rgba(17, 17, 17, 0.04);
    }

    .nsi-cart-drawer__thumb {
      display: none;
    }

    .nsi-cart-drawer__thumb img {
      display: none;
    }

    .nsi-cart-drawer__thumb-fallback {
      display: none;
    }

    .nsi-cart-drawer__item-copy {
      min-width: 0;
    }

    .nsi-cart-drawer__item-copy h3 {
      margin: 0 0 8px;
      color: #181818;
      font-size: 1.08rem;
      font-weight: 600;
      line-height: 1.18;
      letter-spacing: -0.015em;
    }

    .nsi-cart-drawer__item-copy strong {
      display: block;
      color: #173f79;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.08;
    }

    .nsi-cart-drawer__item-copy p {
      margin: 10px 0 0;
      color: #2b3240;
      font-size: 0.92rem;
      line-height: 1.32;
      letter-spacing: -0.01em;
    }

    .nsi-cart-drawer__remove {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      padding: 0;
      border: 0;
      background: transparent;
      color: #ff9f47;
      cursor: pointer;
      transition: color 180ms ease, transform 180ms ease;
    }

    .nsi-cart-drawer__remove:hover,
    .nsi-cart-drawer__remove:focus-visible {
      color: #ff7f4e;
      transform: scale(1.06);
      outline: none;
    }

    .nsi-cart-drawer__remove svg {
      width: 22px;
      height: 22px;
    }

    .nsi-cart-drawer__empty {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 180px;
      padding: 24px;
      border: 1px solid #edf2f8;
      border-radius: 18px;
      background: #ffffff;
    }

    .nsi-cart-drawer__empty p {
      margin: 0;
      color: #374151;
      font-size: 1rem;
      font-weight: 500;
      text-align: center;
    }

.nsi-cart-drawer__footer {
	flex: 0 0 auto;
}

.nsi-cart-drawer.is-empty .nsi-cart-drawer__footer {
	display: none;
}

    .nsi-cart-drawer__summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 22px 0 20px;
      color: #181818;
    }

    .nsi-cart-drawer__summary span {
      font-size: 1.15rem;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .nsi-cart-drawer__summary strong {
      font-size: 1.2rem;
      font-weight: 800;
      line-height: 1.1;
      color: #181818;
    }

    .nsi-cart-drawer__summary strong .woocommerce-Price-amount {
      color: inherit;
    }

    .nsi-cart-drawer__checkout {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 62px;
      padding: 0 22px;
      border-radius: 20px;
      background: #111111;
      color: #ffffff;
      font-size: 1.06rem;
      font-weight: 700;
      text-align: center;
      text-decoration: none;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .nsi-cart-drawer__checkout:link,
    .nsi-cart-drawer__checkout:visited,
    .nsi-cart-drawer__checkout:hover,
    .nsi-cart-drawer__checkout:focus,
    .nsi-cart-drawer__checkout:focus-visible,
    .nsi-cart-drawer__checkout:active {
      color: #ffffff;
    }

    .nsi-cart-drawer__checkout:hover,
    .nsi-cart-drawer__checkout:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 16px 28px rgba(17, 17, 17, 0.16);
      outline: none;
    }

    .nsi-cart-drawer.is-loading .nsi-cart-drawer__content,
    .nsi-cart-drawer.is-loading .nsi-cart-drawer__footer {
      opacity: 0.7;
    }

    @media (max-width: 640px) {
      .nsi-cart-drawer__panel {
        width: 100%;
        padding: 22px 20px 24px;
      }

      .nsi-cart-drawer__header h2 {
        font-size: 1.55rem;
      }

      .nsi-cart-drawer__item {
        grid-template-columns: 72px minmax(0, 1fr) auto;
        gap: 14px;
        padding: 16px;
      }

      .nsi-cart-drawer__thumb {
        min-height: 72px;
      }

      .nsi-cart-drawer__item-copy h3 {
        font-size: 1.05rem;
      }

      .nsi-cart-drawer__item-copy strong,
      .nsi-cart-drawer__summary strong {
        font-size: 1.05rem;
      }

      .nsi-cart-drawer__summary span {
        font-size: 1rem;
      }

      .nsi-cart-drawer__checkout {
        min-height: 58px;
        border-radius: 18px;
        font-size: 1rem;
      }
    }

    .badge-tag {
      position: absolute;
      top: -10px;
      right: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 20px;
      padding: 0 8px;
      border-radius: 999px;
      background: #d9002b;
      color: #fff;
      font-size: 0.62rem;
      font-weight: 700;
      line-height: 1;
    }

    .login-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      min-width: 80px;
      height: 50px;
      padding: 0;
      border: 1.5px solid #111111;
      border-radius: 12px;
      background: #fff;
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      white-space: nowrap;
    }

    .login-link:link,
    .login-link:visited,
    .login-link:hover,
    .login-link:focus,
    .login-link:active {
      color: #111111;
      text-decoration: none;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
    }

    .nav-link:focus-visible,
    .nav-text-link:focus-visible,
    .nav-summary:focus-visible,
    .login-link:focus-visible,
    .business-link:focus-visible,
    .cart-link:focus-visible,
    .select-pill:focus-visible {
      outline: 2px solid rgba(255, 139, 83, 0.5);
      outline-offset: 3px;
    }

    .business-link:focus:not(:focus-visible) {
      outline: 0;
      box-shadow: none;
    }

	@media (min-width: 921px) {
		html[lang^="es"] .header-row {
			gap: clamp(14px, 1.2vw, 24px);
		}

		html[lang^="es"] .nav-wrap {
			gap: clamp(8px, 0.75vw, 12px);
		}

		html[lang^="es"] .search-box {
			min-width: 210px;
			max-width: 230px;
			padding-inline: 16px;
		}

		html[lang^="es"] .main-nav {
			gap: clamp(7px, 0.65vw, 10px);
		}

		html[lang^="es"] .nav-summary,
		html[lang^="es"] .business-link {
			font-size: 14px;
		}

		html[lang^="es"] .business-link {
			flex: 0 0 auto;
			padding-inline: 6px;
			white-space: nowrap;
		}

		html[lang^="es"] .login-link {
			flex: 0 0 118px;
			width: 118px;
			min-width: 118px;
			padding-inline: 14px;
			font-size: 14px;
		}
	}

	@media (min-width: 921px) and (max-width: 1280px) {
		html[lang^="es"] .brand img {
			width: clamp(220px, 19vw, 250px);
		}

		html[lang^="es"] .search-box {
			min-width: 190px;
			max-width: 210px;
		}

		html[lang^="es"] .select-pill {
			min-width: 70px;
			padding-inline: 14px;
		}
	}

	@media (max-width: 1120px) {
      .header-row {
        gap: 20px;
      }

      .nav-wrap {
        gap: 12px;
      }

      .search-box {
        max-width: 248px;
      }
    }

    @media (max-width: 920px) {
      .mobile-header-actions {
        display: inline-flex;
        align-items: center;
        margin-left: auto;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .nav-wrap {
        position: absolute;
        top: calc(100% + 8px);
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border: 1px solid #ece7e4;
        border-radius: 24px;
        background: #fff;
        box-shadow: var(--nsi-card-shadow);
      }

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

      .search-box {
        width: 100%;
        max-width: none;
        flex-basis: auto;
      }

      .main-nav {
        flex-direction: column;
        align-items: stretch;
      }

      .select-pill,
      .nav-text-link,
      .nav-summary,
      .business-link,
      .login-link,
      .cart-link {
        justify-content: space-between;
        width: 100%;
      }

      .nav-dropdown,
      .nav-dropdown-courses {
        width: 100%;
      }

      .nav-submenu,
      .nav-submenu-wide {
        position: static;
        min-width: 0;
        margin-top: 8px;
        width: 100%;
        padding: 12px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
        box-shadow: none;
      }

      .nav-submenu-wide::before,
      .nav-dropdown::after {
        display: none;
      }

      .nav-dropdown.is-open > .nav-submenu,
      .nav-dropdown.is-open > .nav-submenu-wide {
        display: block;
      }

      .nav-submenu-wide a {
        padding: 18px 20px;
        border-radius: 10px;
        font-size: 1.2rem;
        line-height: 1.35;
        letter-spacing: -0.02em;
      }
    }

    @media (max-width: 680px) {
      .container {
        width: min(calc(100% - 24px), var(--nsi-container));
      }

      .header-row {
        min-height: 58px;
        gap: 12px;
      }

      .brand img {
        width: 146px;
        max-width: none;
      }

      .mobile-header-actions {
        align-items: center;
        gap: 18px;
        margin-left: auto;
      }

      .mobile-search-toggle,
      .mobile-cart-link,
      .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #111111;
        box-shadow: none;
      }

      .mobile-search-toggle,
      .mobile-cart-link {
        display: inline-flex;
      }

      .mobile-header-icon,
      .menu-toggle-icon {
        display: block;
        width: 24px;
        height: 24px;
        flex: none;
      }

      .menu-toggle {
        position: relative;
        margin-left: 0;
      }

      .menu-toggle::before,
      .menu-toggle::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        display: none;
        width: 24px;
        height: 3px;
        border-radius: 999px;
        background: currentColor;
        transform-origin: center;
      }

      .menu-toggle[aria-expanded="true"] .menu-toggle-icon {
        display: none;
      }

      .menu-toggle[aria-expanded="true"]::before,
      .menu-toggle[aria-expanded="true"]::after {
        display: block;
      }

      .menu-toggle[aria-expanded="true"]::before {
        transform: translate(-50%, -50%) rotate(45deg);
      }

      .menu-toggle[aria-expanded="true"]::after {
        transform: translate(-50%, -50%) rotate(-45deg);
      }

      .menu-toggle:focus,
      .menu-toggle:focus-visible,
      .menu-toggle:active {
        border: 0;
        outline: none;
        box-shadow: none;
      }

      .menu-toggle span {
        display: none;
      }

      .mobile-cart-link::after {
        top: -4px;
        right: -6px;
        min-width: 14px;
        height: 14px;
        padding: 0 3px;
        font-size: 0.5rem;
        box-shadow: none;
      }

      .nav-wrap {
        position: absolute;
        top: 100%;
        right: -12px;
        bottom: auto;
        left: auto;
        width: calc(100vw - 102px);
        max-width: none;
        height: calc(100vh - 58px);
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #ffffff;
        box-shadow: -100vw 0 0 #000000, -12px 0 36px rgba(17, 17, 17, 0.18);
        overflow-y: auto;
        z-index: 120;
        justify-content: flex-start;
      }

      body.nav-open {
        overflow: hidden;
      }

      body.nav-open::before {
        content: "";
        position: fixed;
        top: 58px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 40;
        background: #000000;
        pointer-events: auto;
      }

      .nav-wrap.is-search-mode {
        padding-top: 0;
      }

      .nav-wrap:not(.is-search-mode) .search-box {
        display: none;
      }

      .nav-wrap.is-search-mode .search-box {
        display: flex;
        order: -1;
        width: auto;
        margin: 20px 28px 0;
      }

      .main-nav {
        gap: 0;
        padding: 0 28px 28px;
      }

      .main-nav > .cart-link {
        display: none;
      }

      .mobile-home-link {
        order: 1;
        display: flex;
        align-items: center;
        min-height: 58px;
        padding: 0;
        border-bottom: 1px solid #edf1f7;
        color: #111111;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
      }

      .mobile-home-link:visited,
      .mobile-home-link:hover,
      .mobile-home-link:focus,
      .mobile-home-link:active {
        color: #111111;
      }

      .nav-dropdown-courses {
        order: 2;
        width: calc(100vw - 102px);
        box-sizing: border-box;
        margin: 0 0 0 -28px;
        padding: 0 28px;
        background: #fff3ee;
      }

      .nav-dropdown-courses .nav-summary {
        min-height: 58px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #111111;
        font-size: 14px;
        font-weight: 500;
      }

      .nav-dropdown-courses .nav-submenu-wide {
        display: none;
        width: auto;
        min-width: 0;
        margin-top: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
      }

      .nav-dropdown-courses.is-open > .nav-submenu-wide {
        display: block;
      }

      .nav-dropdown-courses .nav-submenu-wide a {
        display: flex;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        min-height: 45px;
        padding: 0 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 0;
        background: transparent;
        color: #222222;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0;
      }

      .nav-dropdown-courses.is-open > .nav-submenu-wide,
      .nav-dropdown-courses:hover > .nav-submenu-wide,
      .nav-dropdown-courses:focus-within > .nav-submenu-wide {
        transform: none;
      }

      .nav-dropdown-courses.is-open > .nav-summary .nav-icon-chevron,
      .nav-dropdown-courses:hover > .nav-summary .nav-icon-chevron,
      .nav-dropdown-courses:focus-within > .nav-summary .nav-icon-chevron {
        transform: none;
      }

      .business-link,
      .login-link {
        justify-content: flex-start;
        width: 100%;
        min-height: 58px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #edf1f7;
        border-radius: 0;
        background: transparent;
        color: #111111;
        font-size: 14px;
        font-weight: 500;
      }

      .business-link {
        order: 3;
        position: relative;
        align-items: flex-end;
        padding: 28px 0 12px;
      }

      .business-link .badge-tag {
        position: absolute;
        top: 14px;
        right: auto;
        left: 88px;
        width: auto;
        min-width: 38px;
        height: 17px;
        padding: 0 7px;
        margin: 0;
        font-size: 10px;
      }

      .business-link-label,
      .login-link-label {
        font-size: 0;
      }

      .business-link:visited,
      .business-link:hover,
      .business-link:focus,
      .business-link:active,
      .login-link:visited,
      .login-link:hover,
      .login-link:focus,
      .login-link:active {
        color: #111111;
      }

      .business-link-label::after {
        content: "For Business";
        font-size: 14px;
        color: #111111;
      }

      .login-link {
        order: 4;
      }

      .login-link-label::after {
        content: "Login";
        font-size: 14px;
        color: #111111;
      }

      .nav-dropdown-pill {
        order: 5;
        padding: 16px 0 14px;
        border-bottom: 1px solid #edf1f7;
      }

      .nav-dropdown-pill .nav-summary {
        width: 190px;
        min-height: 34px;
        height: 34px;
        padding: 0 12px;
        border: 1px solid #7d7d7d;
        border-radius: 2px;
        background: #ffffff;
        color: #111111;
        font-size: 14px;
        font-weight: 500;
      }

      .language-short {
        display: none;
      }

      .language-long {
        display: inline;
      }

      .nav-dropdown-pill .nav-submenu {
        width: 190px;
        margin-top: 8px;
        padding: 0;
      }

      .nav-dropdown-pill .nav-submenu a {
        padding: 10px 12px;
        border-radius: 0;
      }

      .nav-dropdown-courses .nav-icon-chevron,
      .nav-dropdown-pill .nav-icon-chevron {
        width: 14px;
        height: 14px;
      }
    }

/* NSI homepage hero */
.nsi-home-hero {
  position: relative;
  background: #fff3ee;
  overflow: hidden;
  padding: 16px 0 10px;
}

.nsi-home-hero .container {
  position: relative;
  width: min(calc(100% - 40px), 1345px);
}

.nsi-home-hero__grid {
  position: relative;
  min-height: 348px;
}

.nsi-home-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 576px;
  padding: 18px 0 0 110px;
}

.nsi-home-hero h1 {
  min-width: 620px;
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 600;
}

.nsi-home-hero__points {
  display: grid;
  gap: 5px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.nsi-home-hero__points li {
  position: relative;
  padding-left: 24px;
  color: #262626;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
}

.nsi-home-hero__points li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.42em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8b53;
}

.nsi-home-hero__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.nsi-home-hero__price-row strong {
  font-size: 32px;
  line-height: 0.95;
  letter-spacing: 0;
}

.nsi-home-hero__old-price {
  color: #2a2523;
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
}

.nsi-home-hero__discount-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 139, 83, 0.65);
  color: #ff6f3f;
  font-size: 12px;
  font-weight: 700;
}

.nsi-home-hero__actions {
  margin-bottom: 18px;
}

.nsi-home-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 64px;
  padding: 0 28px;
  border-radius: 11px;
  background: #111111;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.nsi-home-hero__button:link,
.nsi-home-hero__button:visited,
.nsi-home-hero__button:hover,
.nsi-home-hero__button:focus,
.nsi-home-hero__button:focus-visible,
.nsi-home-hero__button:active {
  color: #ffffff;
  text-decoration: none;
}

.nsi-home-hero__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.24);
}

.nsi-home-hero__rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.nsi-home-hero__rating-row img {
  width: 110px;
}

.nsi-home-hero__rating-row p {
  display: flex;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 500;
}

.nsi-home-hero__rating-row span {
  color: #1d1d1d;
}

.nsi-home-hero__media {
  position: absolute;
  inset: 0;
  padding-top: 0;
  pointer-events: none;
}

.nsi-home-hero__visual {
  position: absolute;
  inset: 0;
  max-width: none;
  margin: 0;
  transform: translate(-56px, -8px);
}

.nsi-home-hero__image {
  display: block;
  width: 1480px;
  max-width: none;
  margin-left: auto;
  filter: none;
}

.nsi-home-hero__accreditation-card {
  display: none;
}

@media (max-width: 1140px) {
  .nsi-home-hero__grid {
    display: grid;
    min-height: 0;
  }

  .nsi-home-hero__media {
    position: relative;
    inset: auto;
    pointer-events: auto;
  }

  .nsi-home-hero__visual {
    position: relative;
    inset: auto;
    transform: none;
  }

  .nsi-home-hero__image {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1141px) {
  .home .nsi-home-hero__accreditation-card {
    position: absolute;
    right: clamp(10px, 1.8vw, 30px);
    bottom: 18px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    width: min(380px, 31vw);
    min-height: 64px;
    padding: 9px 16px;
    border: 1px solid #cfe9fb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(17, 17, 17, 0.08);
    pointer-events: none;
  }

  .home .nsi-home-hero__accreditation-card img {
    width: 68px;
    flex: 0 0 auto;
  }

  .home .nsi-home-hero__accreditation-card p {
    margin: 0;
    color: #171717;
    line-height: 1.2;
  }

  .home .nsi-home-hero__accreditation-card span,
  .home .nsi-home-hero__accreditation-card strong {
    display: block;
    letter-spacing: 0;
  }

  .home .nsi-home-hero__accreditation-card span {
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 500;
  }

  .home .nsi-home-hero__accreditation-card strong {
    font-size: 13px;
    font-weight: 700;
  }

  .home .nsi-home-accreditation {
    display: none;
  }
}

@media (max-width: 920px) {
  .nsi-home-hero {
    padding-top: 28px;
  }

  .nsi-home-hero__grid {
    grid-template-columns: 1fr;
  }

  .nsi-home-hero__copy {
    max-width: none;
    padding-left: 0;
  }

  .nsi-home-hero h1 {
    min-width: 0;
  }

  .nsi-home-hero__media {
    width: 100%;
  }

  .nsi-home-hero__visual {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .nsi-home-hero {
    padding: 28px 0 24px;
  }

  .nsi-home-hero .container {
    width: min(calc(100% - 36px), 390px);
  }

  .nsi-home-hero__grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .nsi-home-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .nsi-home-hero h1 {
    position: static;
    width: auto;
    height: auto;
    min-width: 0;
    margin: 0 0 22px;
    overflow: visible;
    clip: auto;
    color: #111111;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    white-space: normal;
  }

  .nsi-home-hero__points {
    align-self: stretch;
    gap: 5px;
    margin: 0 0 22px;
  }

  .nsi-home-hero__points li {
    min-height: 0;
    padding-left: 22px;
    color: #202020;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
  }

  .nsi-home-hero__points li::before {
    left: 1px;
    top: 0.42em;
    width: 8px;
    height: 8px;
  }

  .nsi-home-hero__price-row {
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 18px;
  }

  .nsi-home-hero__price-row strong {
    display: inline;
    font-size: 30px;
    line-height: 0.95;
  }

  .nsi-home-hero__old-price {
    display: inline;
    font-size: 15px;
  }

  .nsi-home-hero__discount-pill {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
  }

  .nsi-home-hero__actions {
    width: 100%;
    margin-bottom: 18px;
    text-align: center;
  }

  .nsi-home-hero__button {
    min-width: 0;
    width: 100%;
    min-height: 54px;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: none;
  }

  .nsi-home-hero__rating-row {
    align-self: stretch;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 0 28px;
  }

  .nsi-home-hero__rating-row img {
    width: 116px;
  }

  .nsi-home-hero__rating-row p {
    display: flex;
    font-size: 12px;
    line-height: 1.2;
  }

  .nsi-home-hero__media {
    position: static;
    inset: auto;
    width: 100%;
    padding-top: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .nsi-home-hero__visual {
    position: static;
    inset: auto;
    transform: none;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .nsi-home-hero__image {
    width: 238%;
    max-width: none;
    margin: 0;
    transform: translateX(-55%);
  }
}

/* NSI homepage accreditation */
.nsi-home-accreditation {
  position: relative;
  margin-top: 30px;
  padding: 0 0 16px;
}

.nsi-home-accreditation__card {
  display: flex;
  align-items: center;
  gap: 36px;
  max-width: 872px;
  margin: 0 auto;
  min-height: 118px;
  padding: 20px 38px 20px 52px;
  border: 1px solid #dcecff;
  border-radius: 10px;
  background:
    url("https://nationalsafe.wpenginepowered.com/wp-content/uploads/2026/06/accreditation-bg.png") center/100% 100% no-repeat,
    #ffffff;
  box-shadow: none;
}

.nsi-home-accreditation__card img {
  width: 164px;
  flex: 0 0 auto;
}

.nsi-home-accreditation__card p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0;
  color: #171717;
  line-height: 1.18;
}

.nsi-home-accreditation__card p > span,
.nsi-home-accreditation__card p strong {
  display: block;
}

.nsi-home-accreditation__card p > span {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.nsi-home-accreditation__card p strong {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

@media (min-width: 921px) {
  .nsi-home-accreditation__card {
    width: min(100%, 812px);
    max-width: 812px;
    height: 106px;
    min-height: 106px;
    padding: 14px 56px;
    gap: 41px;
    border-radius: 10px;
  }

  .nsi-home-accreditation__card img {
    width: 100px;
  }

  .nsi-home-accreditation__card p {
    line-height: 1.16;
  }

  .nsi-home-accreditation__card p > span {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
  }

  .nsi-home-accreditation__card p strong {
    font-size: 20px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .nsi-home-accreditation__title-first,
  .nsi-home-accreditation__title-second {
    display: inline;
    margin: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
  }
}

@media (max-width: 920px) {
  .nsi-home-accreditation__card {
    flex-direction: column;
    text-align: center;
  }

  .nsi-home-accreditation__card p strong {
    white-space: normal;
  }

  .nsi-home-accreditation__title-first,
  .nsi-home-accreditation__title-second {
    display: block;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }
}

@media (max-width: 767px) {
  .nsi-home-accreditation__card {
    display: flex;
    align-items: center;
    gap: 36px;
    max-width: 872px;
    margin: 0 auto;
    min-height: 118px;
    padding: 20px 10px;
    border: 1px solid #dcecff;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
  }

  .nsi-home-accreditation__card p > span {
    font-size: 12px;
  }

  .nsi-home-accreditation__card p strong {
    font-size: 16px;
  }
}

/* NSI homepage courses */
.nsi-home-courses {
  padding: 40px 0 72px;
}

.nsi-home-courses__heading {
  max-width: none;
  margin-bottom: 36px;
}

.nsi-home-courses__heading h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.12;
  color: #171717;
}

.nsi-home-courses__heading p {
  max-width: 700px;
  margin: 0;
  color: #676767;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .nsi-home-courses__heading {
    text-align: center;
  }

  .nsi-home-courses__heading h2 {
    font-size: 18px;
  }

  .nsi-home-courses__heading p {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
}

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

.nsi-home-course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 342px;
  padding: 10px 12px 13px;
  border: 1px solid #d7e5f7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(26, 42, 76, 0.05);
}

.nsi-home-course-card__top {
  position: relative;
  min-height: 118px;
  margin-bottom: 12px;
  padding: 16px 16px 14px;
  border-radius: 10px;
  background: #f5f8fc;
  overflow: hidden;
}

.nsi-home-course-card__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: url("https://nationalsafe.wpenginepowered.com/wp-content/uploads/2026/06/tag-text.png") center/contain no-repeat;
  color: transparent;
  font-size: 0;
  box-shadow: none;
}

.nsi-home-course-card__ceu {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 15px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.76rem;
  font-weight: 700;
}

.nsi-home-course-card h3 {
  margin: 0;
  max-width: 282px;
  min-height: 2.64em;
  font-size: 1.25rem;
  line-height: 1.32;
  letter-spacing: -0.01em;
  color: #171717;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nsi-home-course-card__price {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
}

.nsi-home-course-card__price strong {
  font-size: 1.2rem;
  line-height: 1;
  color: #111111;
}

.nsi-home-course-card__price span {
  color: #2a2523;
  text-decoration: line-through;
  font-size: 0.75rem;
  font-weight: 500;
}

.nsi-home-course-card__price b {
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid #0d8bff;
  background: #ffffff;
  color: #0d8bff;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.nsi-home-course-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-bottom: 9px;
  padding: 0 18px;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.nsi-home-course-card__button:link,
.nsi-home-course-card__button:visited,
.nsi-home-course-card__button:hover,
.nsi-home-course-card__button:focus,
.nsi-home-course-card__button:focus-visible,
.nsi-home-course-card__button:active {
  color: #ffffff;
}

.nsi-home-course-card__button:hover,
.nsi-home-course-card__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(17, 17, 17, 0.16);
}

.nsi-home-course-card__inline-link,
.nsi-home-course-card__detail-link {
  display: inline-block;
  margin-top: 0;
  color: #2f77c0;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.nsi-home-course-card__inline-link:link,
.nsi-home-course-card__inline-link:visited,
.nsi-home-course-card__inline-link:hover,
.nsi-home-course-card__inline-link:focus,
.nsi-home-course-card__inline-link:focus-visible,
.nsi-home-course-card__inline-link:active,
.nsi-home-course-card__detail-link:link,
.nsi-home-course-card__detail-link:visited,
.nsi-home-course-card__detail-link:hover,
.nsi-home-course-card__detail-link:focus,
.nsi-home-course-card__detail-link:focus-visible,
.nsi-home-course-card__detail-link:active {
  color: #2f77c0;
}

.nsi-home-course-card__inline-link {
  margin-bottom: 8px;
  font-size: 14px;
}

.nsi-home-course-card__copy {
  margin: 8px 0 0;
  color: #222222;
  font-size: 0.78rem;
  line-height: 1.46;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nsi-home-course-card__detail-link {
  margin-top: auto;
  padding-top: 10px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .nsi-home-courses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nsi-home-courses {
    padding: 32px 0 56px;
  }

  .nsi-home-courses__grid {
    grid-template-columns: 1fr;
  }
}

/* NSI homepage corporate */
.nsi-home-corporate {
  padding: 40px 0;
  background: #edf7ff;
}

.nsi-home-corporate__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.nsi-home-corporate__copy h2 {
  max-width: 660px;
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.08;
  color: #171717;
}

.nsi-home-corporate__copy p {
  margin: 0;
  color: #676767;
  line-height: 1.6;
}

.nsi-home-corporate__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  background: #111111;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.nsi-home-corporate__button:link,
.nsi-home-corporate__button:visited,
.nsi-home-corporate__button:hover,
.nsi-home-corporate__button:focus,
.nsi-home-corporate__button:focus-visible,
.nsi-home-corporate__button:active {
  color: #ffffff;
}

.nsi-home-corporate__button:hover,
.nsi-home-corporate__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.18);
}

.nsi-home-corporate__media img {
  width: 100%;
}

@media (max-width: 920px) {
  .nsi-home-corporate__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nsi-home-corporate {
    padding: 26px 0 24px;
  }

  .nsi-home-corporate__grid {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
  }

  .nsi-home-corporate__copy {
    text-align: center;
  }

  .nsi-home-corporate__copy h2 {
    max-width: none;
    margin: 0 auto 14px;
    font-size: 18px;
    line-height: 1.25;
  }

  .nsi-home-corporate__copy p {
    margin: 0 auto;
    max-width: 540px;
    font-size: 12px;
    line-height: 1.5;
  }

  .nsi-home-corporate__button {
    display: flex;
    width: 100%;
    min-height: 62px;
    margin-top: 24px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 18px;
  }

  .nsi-home-corporate__media {
    display: none;
  }
}

/* NSI homepage benefits */
.nsi-home-benefits {
  padding: 72px 0;
}

.nsi-home-benefits__heading {
  text-align: center;
  margin: 0 auto 36px;
}

.nsi-home-benefits__heading h2 {
  margin: 0;
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.12;
  color: #171717;
  white-space: nowrap;
}

.nsi-home-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nsi-home-benefits__card {
  min-height: 226px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 24px;
  border-radius: 24px;
  text-align: center;
}

.nsi-home-benefits__card img {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
}

.nsi-home-benefits__card h3 {
  margin: 0 0 12px;
  font-size: 1.18rem;
  line-height: 1.2;
  color: #171717;
  white-space: nowrap;
}

.nsi-home-benefits__card p {
  margin: 0;
  max-width: 240px;
  color: #5a5a5a;
  line-height: 1.6;
}

.nsi-home-benefits__actions {
  margin-top: 30px;
  text-align: center;
}

.nsi-home-benefits__summary {
  max-width: none;
  margin: 0 auto 18px;
  color: #676767;
  line-height: 1.6;
  white-space: nowrap;
}

.nsi-home-benefits__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 12px;
  background: #111111;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.nsi-home-benefits__button:link,
.nsi-home-benefits__button:visited,
.nsi-home-benefits__button:hover,
.nsi-home-benefits__button:focus,
.nsi-home-benefits__button:focus-visible,
.nsi-home-benefits__button:active {
  color: #ffffff;
}

.nsi-home-benefits__button:hover,
.nsi-home-benefits__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.18);
}

@media (max-width: 1024px) {
  .nsi-home-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsi-home-benefits__heading h2,
  .nsi-home-benefits__summary,
  .nsi-home-benefits__card h3 {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .nsi-home-benefits {
    padding: 56px 0;
  }

  .nsi-home-benefits__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nsi-home-benefits {
    padding: 28px 0 24px;
  }

  .nsi-home-benefits > .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nsi-home-benefits__heading {
    margin-bottom: 28px;
  }

  .nsi-home-benefits__heading h2 {
    font-size: 18px;
    line-height: 1.25;
    white-space: normal;
  }

  .nsi-home-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nsi-home-benefits__card {
    min-height: 136px;
    justify-content: center;
    padding: 18px 10px;
    border-radius: 4px;
  }

  .nsi-home-benefits__card img {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
  }

  .nsi-home-benefits__card h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    white-space: normal;
  }

  .nsi-home-benefits__card p {
    display: none;
  }

  .nsi-home-benefits__actions {
    margin-top: 24px;
  }

  .nsi-home-benefits__summary {
    max-width: 540px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
  }

  .nsi-home-benefits__button {
    display: flex;
    width: 100%;
    min-height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media (min-width: 681px) and (max-width: 920px) {
  .header-row {
    min-height: clamp(66px, 8vw, 76px);
    gap: clamp(4px, 0.7vw, 8px);
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand img {
    width: clamp(112px, 14.5vw, 136px);
    max-width: none;
  }

  .mobile-header-actions,
  .menu-toggle {
    display: none;
  }

  .nav-wrap {
    position: static;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(4px, 0.65vw, 7px);
    min-width: 0;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .search-box {
    flex: 0 1 clamp(108px, 14vw, 136px);
    width: clamp(108px, 14vw, 136px);
    min-width: 0;
    max-width: 136px;
    height: clamp(38px, 5.2vw, 46px);
    padding: 0 clamp(10px, 1.5vw, 15px);
    gap: 7px;
    border-radius: 12px;
  }

  .search-box svg {
    width: 17px;
    height: 17px;
  }

  .search-box input {
    min-width: 0;
    font-size: clamp(12px, 1.7vw, 15px);
  }

  .main-nav {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    gap: clamp(4px, 0.65vw, 7px);
  }

  .select-pill,
  .nav-text-link,
  .nav-summary,
  .business-link,
  .login-link,
  .cart-link {
    justify-content: center;
    width: auto;
    height: clamp(38px, 5.2vw, 46px);
    min-height: clamp(38px, 5.2vw, 46px);
    border-radius: 12px;
    font-size: clamp(11px, 1.55vw, 15px);
    line-height: 1;
    white-space: nowrap;
  }

  .select-pill {
    min-width: clamp(48px, 6vw, 58px);
    padding: 0 clamp(8px, 1.2vw, 12px);
  }

  .nav-summary {
    padding: 0 clamp(7px, 1vw, 12px);
    gap: 5px;
  }

  .business-link {
    padding: 0 clamp(5px, 0.7vw, 9px);
    font-size: clamp(11px, 1.55vw, 15px);
  }

  .business-link .badge {
    top: -10px;
    right: 7px;
    padding: 3px 7px;
    font-size: 9px;
  }

  .login-link {
    width: clamp(56px, 7vw, 74px);
    min-width: clamp(56px, 7vw, 74px);
    font-size: clamp(12px, 1.6vw, 16px);
  }

  .cart-link {
    flex: 0 0 clamp(42px, 5.6vw, 52px);
    width: clamp(42px, 5.6vw, 52px);
    min-width: clamp(42px, 5.6vw, 52px);
    padding: 0;
  }

  .cart-link .nav-icon-cart {
    width: 21px;
    height: 21px;
  }

  .cart-link::after {
    top: 3px;
    right: 3px;
  }

  .cart-link svg,
  .nav-icon-chevron {
    width: 16px;
    height: 16px;
  }

  .nav-dropdown,
  .nav-dropdown-courses {
    width: auto;
  }

  .nav-submenu,
  .nav-submenu-wide {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 30;
    display: block;
    width: max-content;
    min-width: 180px;
    max-width: 280px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #ece7e4;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--nsi-card-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
  }

  .nav-submenu-wide {
    min-width: 260px;
  }

  .nav-dropdown:hover > .nav-submenu,
  .nav-dropdown:focus-within > .nav-submenu,
  .nav-dropdown-courses:hover > .nav-submenu-wide,
  .nav-dropdown-courses:focus-within > .nav-submenu-wide,
  .nav-dropdown.is-open > .nav-submenu,
  .nav-dropdown.is-open > .nav-submenu-wide {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-submenu-wide a {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .home .nsi-home-hero {
    padding: clamp(52px, 7vw, 64px) 0 clamp(30px, 5vw, 42px);
  }

  .home .nsi-home-hero .container {
    width: min(calc(100% - 40px), 880px);
  }

  .home .nsi-home-hero__grid {
    display: block;
    min-height: clamp(500px, 68vw, 610px);
  }

  .home .nsi-home-hero__copy {
    max-width: min(58vw, 520px);
    padding: 0 0 0 clamp(54px, 8.5vw, 92px);
  }

  .home .nsi-home-hero h1 {
    min-width: 0;
    margin: 0 0 clamp(20px, 3vw, 28px);
    font-size: clamp(38px, 5.7vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 700;
  }

  .home .nsi-home-hero__points {
    gap: clamp(7px, 1.2vw, 11px);
    margin-bottom: clamp(24px, 3.8vw, 34px);
  }

  .home .nsi-home-hero__points li {
    padding-left: clamp(22px, 3vw, 28px);
    font-size: clamp(15px, 2.15vw, 20px);
    line-height: 1.25;
  }

  .home .nsi-home-hero__points li::before {
    top: 0.42em;
    width: 8px;
    height: 8px;
  }

  .home .nsi-home-hero__price-row {
    gap: clamp(9px, 1.4vw, 13px);
    margin-bottom: clamp(26px, 4vw, 34px);
  }

  .home .nsi-home-hero__price-row strong {
    font-size: clamp(36px, 5.2vw, 46px);
  }

  .home .nsi-home-hero__old-price {
    font-size: clamp(17px, 2.3vw, 22px);
  }

  .home .nsi-home-hero__discount-pill {
    padding: 5px 12px;
    font-size: clamp(12px, 1.7vw, 16px);
  }

  .home .nsi-home-hero__actions {
    margin-bottom: clamp(24px, 3.2vw, 32px);
  }

  .home .nsi-home-hero__button {
    min-width: clamp(225px, 30vw, 300px);
    min-height: clamp(48px, 6.4vw, 62px);
    border-radius: 10px;
    font-size: clamp(16px, 2.2vw, 22px);
    box-shadow: none;
  }

  .home .nsi-home-hero__rating-row {
    gap: 8px;
    margin-bottom: 0;
  }

  .home .nsi-home-hero__rating-row img {
    width: clamp(112px, 15vw, 146px);
  }

  .home .nsi-home-hero__rating-row p {
    font-size: clamp(12px, 1.7vw, 16px);
    line-height: 1.2;
  }

  .home .nsi-home-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
    pointer-events: none;
    transform: none;
  }

  .home .nsi-home-hero__visual {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
    transform: none;
  }

  .home .nsi-home-hero__image {
    position: absolute;
    right: clamp(-18px, -2vw, -8px);
    bottom: clamp(-20px, -2.6vw, -10px);
    width: clamp(520px, 70vw, 650px);
    max-width: none;
    margin: 0;
  }

  .home .nsi-home-accreditation {
    margin-top: 0;
    padding: 18px 0 26px;
  }

  .home .nsi-home-accreditation__card {
    flex-direction: row;
    gap: 28px;
    width: 100%;
    max-width: none;
    min-height: 92px;
    padding: 15px 30px;
    text-align: left;
  }

  .home .nsi-home-accreditation__card img {
    width: 108px;
  }

  .home .nsi-home-accreditation__card p {
    line-height: 1.18;
  }

  .home .nsi-home-accreditation__card p > span {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .home .nsi-home-accreditation__card p strong {
    font-size: 18px;
    line-height: 1.18;
    white-space: normal;
  }

  .home .nsi-home-accreditation__title-first,
  .home .nsi-home-accreditation__title-second {
    display: inline;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .home .nsi-home-courses {
    padding: 32px 0 34px;
  }

  .home .nsi-home-courses__heading {
    margin-bottom: 22px;
  }

  .home .nsi-home-courses__heading h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .home .nsi-home-courses__heading p {
    font-size: 12px;
    line-height: 1.45;
  }

  .home .nsi-home-courses__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .home .nsi-home-course-card {
    min-height: 316px;
    padding: 9px 10px 12px;
    border-radius: 12px;
  }

  .home .nsi-home-course-card__top {
    min-height: 104px;
    padding: 14px 12px 12px;
  }

  .home .nsi-home-course-card h3 {
    font-size: 16px;
    line-height: 1.24;
  }

  .home .nsi-home-course-card__copy {
    font-size: 11px;
    line-height: 1.35;
  }

  .home .nsi-home-course-card__inline-link,
  .home .nsi-home-course-card__detail-link {
    font-size: 12px;
  }

  .home .nsi-home-corporate {
    padding: 32px 0;
  }

  .home .nsi-home-corporate__grid {
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 22px;
  }

  .home .nsi-home-corporate__copy {
    text-align: left;
  }

  .home .nsi-home-corporate__copy h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.12;
  }

  .home .nsi-home-corporate__copy p {
    font-size: 12px;
    line-height: 1.38;
  }

  .home .nsi-home-corporate__button {
    min-height: 44px;
    margin-top: 16px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 14px;
  }

  .home .nsi-home-corporate__media {
    display: block;
  }

  .home .nsi-home-benefits {
    padding: 32px 0;
  }

  .home .nsi-home-benefits__heading {
    margin-bottom: 22px;
  }

  .home .nsi-home-benefits__heading h2 {
    font-size: 22px;
    white-space: normal;
  }

  .home .nsi-home-benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .home .nsi-home-benefits__card {
    min-height: 94px;
    justify-content: center;
    padding: 14px 10px;
    border-radius: 4px;
  }

  .home .nsi-home-benefits__card img {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }

  .home .nsi-home-benefits__card h3 {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
  }

  .home .nsi-home-benefits__card p {
    display: none;
  }

  .home .nsi-home-benefits__actions {
    margin-top: 18px;
  }

  .home .nsi-home-benefits__summary {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.4;
    white-space: normal;
  }

  .home .nsi-home-benefits__button {
    min-height: 40px;
    padding: 0 24px;
    border-radius: 6px;
    font-size: 14px;
  }
}

@media (min-width: 767px) and (max-width: 920px) {
  .site-header .container {
    width: min(calc(100% - 20px), var(--nsi-container));
  }

  .header-row {
    min-height: 74px;
    gap: 6px;
  }

  .brand {
    flex: 0 0 clamp(48px, 6vw, 56px);
    width: clamp(48px, 6vw, 56px);
    overflow: hidden;
  }

  .brand img {
    width: clamp(168px, 20vw, 196px);
    max-width: none;
    height: auto;
  }

  .nav-wrap {
    gap: 5px;
  }

  .search-box {
    flex: 0 1 clamp(175px, 24vw, 220px);
    width: clamp(175px, 24vw, 220px);
    max-width: 220px;
    height: 48px;
    padding: 0 14px;
    gap: 9px;
    border-radius: 6px;
  }

  .search-box svg {
    width: 18px;
    height: 18px;
  }

  .search-box input {
    font-size: 15px;
  }

  .main-nav {
    gap: 5px;
  }

  .select-pill,
  .nav-summary,
  .business-link,
  .login-link,
  .cart-link {
    height: 48px;
    min-height: 48px;
    border-radius: 6px;
    font-size: 15px;
  }

  .select-pill {
    min-width: 62px;
    padding: 0 11px;
  }

  .nav-summary {
    padding: 0 10px;
    gap: 7px;
  }

  .business-link {
    padding: 0 7px;
  }

  .business-link .badge {
    top: -13px;
    right: 12px;
    padding: 4px 9px;
    font-size: 10px;
  }

  .login-link {
    width: clamp(82px, 10vw, 98px);
    min-width: clamp(82px, 10vw, 98px);
    border-radius: 10px;
    font-size: 17px;
  }

  .cart-link {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    border-radius: 8px;
  }

  .cart-link .nav-icon-cart {
    width: 22px;
    height: 22px;
  }

  .cart-link::after {
    top: 4px;
    right: 4px;
  }

  .home .nsi-home-hero {
    padding: clamp(34px, 4.8vw, 44px) 0 clamp(24px, 3.5vw, 34px);
  }

  .home .nsi-home-hero .container {
    width: min(calc(100% - 64px), 920px);
  }

  .home .nsi-home-hero__grid {
    display: block;
    min-height: clamp(305px, 40vw, 380px);
  }

  .home .nsi-home-hero__copy {
    max-width: clamp(320px, 42vw, 390px);
    padding-left: 0;
  }

  .home .nsi-home-hero h1 {
    max-width: clamp(300px, 40vw, 370px);
    margin-bottom: clamp(14px, 1.9vw, 20px);
    font-size: clamp(24px, 3.1vw, 30px);
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .home .nsi-home-hero__points {
    gap: 5px;
    max-width: clamp(320px, 41vw, 390px);
    margin-bottom: clamp(16px, 2.2vw, 22px);
  }

  .home .nsi-home-hero__points li {
    padding-left: 16px;
    font-size: clamp(12px, 1.6vw, 15px);
    line-height: 1.25;
  }

  .home .nsi-home-hero__points li::before {
    top: 0.43em;
    width: 7px;
    height: 7px;
  }

  .home .nsi-home-hero__price-row {
    gap: 10px;
    margin-bottom: clamp(14px, 2vw, 20px);
  }

  .home .nsi-home-hero__price-row strong {
    font-size: clamp(26px, 3.4vw, 32px);
  }

  .home .nsi-home-hero__old-price {
    font-size: clamp(13px, 1.7vw, 16px);
  }

  .home .nsi-home-hero__discount-pill {
    padding: 4px 10px;
    font-size: clamp(10px, 1.35vw, 12px);
  }

  .home .nsi-home-hero__actions {
    margin-bottom: clamp(14px, 2vw, 20px);
  }

  .home .nsi-home-hero__button {
    min-width: clamp(300px, 38vw, 340px);
    min-height: clamp(48px, 6vw, 56px);
    border-radius: 10px;
    font-size: clamp(16px, 2.1vw, 20px);
  }

  .home .nsi-home-hero__rating-row {
    gap: 8px;
  }

  .home .nsi-home-hero__rating-row img {
    width: clamp(116px, 15vw, 146px);
  }

  .home .nsi-home-hero__rating-row p {
    font-size: clamp(11px, 1.45vw, 14px);
  }

  .home .nsi-home-hero__image {
    bottom: auto;
    width: clamp(720px, 196vw, 1000px);
    height: auto;
  }
}

/* NSI homepage steps */
.nsi-home-steps {
  padding: 74px 0 82px;
  background: #eaf7fe;
}

.nsi-home-steps__heading {
  max-width: none;
  margin-bottom: 34px;
  text-align: center;
}

.nsi-home-steps__heading h2 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 2.9vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #171717;
}

.nsi-home-steps__heading p {
  margin: 0;
  color: #676767;
  font-size: 1rem;
  line-height: 1.45;
}

.nsi-home-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 1090px;
  margin: 0 auto;
  align-items: center;
}

.nsi-home-steps__dots {
  display: none;
}

.nsi-home-step-card {
  position: relative;
  --copy-left: 29%;
  --copy-width: 51%;
  color: #ffffff;
  transform: scaleY(1.18);
  transform-origin: center;
}

.nsi-home-step-card img {
  display: block;
  width: 100%;
  height: auto;
}

.nsi-home-step-card p {
  position: absolute;
  left: var(--copy-left);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: var(--copy-width);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.nsi-home-step-card--01 {
  --copy-left: 28%;
  --copy-width: 46%;
}

.nsi-home-step-card--02 {
  --copy-left: 27.5%;
  --copy-width: 50%;
}

.nsi-home-step-card--03 {
  --copy-left: 20%;
  --copy-width: 61%;
}

@media (max-width: 1024px) {
  .nsi-home-steps__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nsi-home-step-card {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    transform: none;
  }

  .nsi-home-step-card p {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .nsi-home-steps {
    padding: 28px 0 24px;
  }

  .nsi-home-steps > .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nsi-home-steps__heading {
    margin-bottom: 24px;
  }

  .nsi-home-steps__heading h2 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.22;
    letter-spacing: -0.025em;
  }

  .nsi-home-steps__heading p {
    max-width: 540px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.35;
  }

  .nsi-home-steps__viewport {
    overflow: hidden;
    touch-action: pan-y;
  }

  .nsi-home-steps__grid {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    max-width: none;
    margin: 0;
    transition: transform 360ms ease;
    will-change: transform;
  }

  .nsi-home-step-card {
    flex: 0 0 100%;
    width: auto;
    max-width: none;
    min-height: 96px;
    margin: 0;
    transform: none;
  }

  .nsi-home-step-card img {
    width: 100%;
    height: 96px;
    object-fit: fill;
  }

  .nsi-home-step-card p {
    top: 50%;
    font-size: 15px;
    line-height: 1.14;
    text-wrap: balance;
  }

  .nsi-home-steps__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 18px;
  }

  .nsi-home-steps__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #a7e7f7;
    cursor: pointer;
  }

  .nsi-home-steps__dots button.is-active {
    background: #46c7e8;
  }
}

@media (min-width: 767px) and (max-width: 920px) {
  .home .nsi-home-steps {
    padding: clamp(40px, 5.4vw, 50px) 0 clamp(44px, 6vw, 56px);
  }

  .home .nsi-home-steps > .container {
    width: min(calc(100% - 48px), 920px);
  }

  .home .nsi-home-steps__heading {
    margin-bottom: clamp(24px, 3.3vw, 32px);
  }

  .home .nsi-home-steps__heading h2 {
    margin-bottom: clamp(8px, 1.2vw, 12px);
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.12;
    letter-spacing: -0.03em;
  }

  .home .nsi-home-steps__heading p {
    max-width: none;
    margin: 0 auto;
    font-size: clamp(13px, 1.7vw, 16px);
    line-height: 1.35;
  }

  .home .nsi-home-steps__viewport {
    overflow: visible;
    touch-action: auto;
  }

  .home .nsi-home-steps__grid {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: none;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    transform: none !important;
    transition: none;
  }

  .home .nsi-home-step-card {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: none;
    min-width: 0;
    min-height: auto;
    margin: 0;
    transform: none;
  }

  .home .nsi-home-step-card img {
    width: 100%;
    height: clamp(58px, 7.6vw, 70px);
    object-fit: fill;
  }

  .home .nsi-home-step-card p {
    top: 50%;
    font-size: clamp(11px, 1.45vw, 14px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .home .nsi-home-step-card--01 {
    --copy-left: 31%;
    --copy-width: 43%;
  }

  .home .nsi-home-step-card--02 {
    --copy-left: 30%;
    --copy-width: 46%;
  }

  .home .nsi-home-step-card--03 {
    --copy-left: 25%;
    --copy-width: 54%;
  }

  .home .nsi-home-steps__dots {
    display: none;
  }
}

/* NSI footer styles */
.site-footer {
  padding: 46px 0 30px;
  background: #1d1b1a;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer .brand-text {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.86fr 0.78fr 1.02fr;
  gap: 56px;
  align-items: start;
}

.footer-brand > a {
  display: inline-block;
}

.footer-mobile-logo,
.footer-mobile-connect {
  display: none;
}

.footer-brand img {
  width: 232px;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 86px;
}

.social-row span {
  margin-right: 4px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}

.social-row a {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.social-row a svg {
  width: 15px;
  height: 15px;
  display: block;
}

.social-row a:hover,
.social-row a:focus-visible {
  border-color: #ff855e;
  background: #ff855e;
  color: #ffffff;
}

.trust-row {
  display: flex;
  gap: 18px;
  margin-top: 90px;
}

.trust-row img {
  width: auto;
  height: 50px;
}

.footer-links h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  padding-bottom: 12px;
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-links h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  background: #ff7f5c;
}

.footer-links a {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.footer-bottom a {
  color: #59d4ff;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #8ce5ff;
}

@media (max-width: 1140px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .social-row {
    margin-top: 40px;
  }

  .trust-row {
    margin-top: 40px;
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding: 24px 0 26px;
    background: #171717;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-brand {
    display: none;
  }

  .footer-mobile-logo {
    order: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-mobile-logo a {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footer-mobile-logo img {
    width: min(286px, 72vw);
    max-width: 100%;
  }

  .footer-links {
    order: 2;
    margin-top: 26px;
  }

  .footer-links h3 {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    padding: 0 36px 14px 0;
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .footer-links h3::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
  }

  .footer-links a {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .footer-mobile-connect {
    order: 3;
    display: block;
    width: 100%;
  }

  .footer-mobile-connect .social-row {
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-mobile-connect .social-row span {
    margin-right: 2px;
    font-size: 1.05rem;
    white-space: nowrap;
  }

  .footer-mobile-connect .social-row a {
    width: 46px;
    height: 46px;
  }

  .footer-mobile-connect .social-row a svg {
    width: 17px;
    height: 17px;
  }

  .footer-mobile-connect .trust-row {
    justify-content: center;
    width: 100%;
    gap: 18px;
    margin-top: 20px;
  }

  .footer-mobile-connect .trust-row img {
    width: 168px;
    max-width: calc(50% - 9px);
    height: 60px;
    object-fit: contain;
  }

  .footer-bottom {
    margin-top: 24px;
    padding-top: 0;
    border-top: 0;
  }

  .footer-bottom p {
    max-width: 470px;
    margin: 0 auto;
    font-size: 0.92rem;
    line-height: 1.45;
  }
}

.nsi-home-testimonials {
  padding: 44px 0 96px;
}

.nsi-home-testimonials__heading {
  max-width: 920px;
  margin-bottom: 18px;
}

.nsi-home-testimonials__heading h2 {
  margin: 0 0 14px;
  color: #191919;
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.nsi-home-testimonials__title-mobile {
  display: none;
}

.nsi-home-testimonials__heading p {
  margin: 0;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 1.36;
}

.nsi-home-testimonials__reviews {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.nsi-home-testimonials__reviews img {
  display: block;
  max-width: 185px;
  height: auto;
}

.nsi-home-testimonials__reviews p {
  margin: 0;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.nsi-home-testimonials__controls {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin: -64px 0 32px;
}

.nsi-home-testimonials__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #f6e7df;
  border-radius: 999px;
  background: #fff2ed;
  color: #111111;
  font-size: 1.08rem;
  line-height: 1;
  text-align: center;
  appearance: none;
  transition:
    opacity 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.nsi-home-testimonials__arrow:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  background: #f7f1ed;
  color: #9f928a;
  border-color: #ebe1db;
  box-shadow: none;
}

.nsi-home-testimonials__arrow--accent {
  background: linear-gradient(180deg, #ff9464, #ff7b54);
  color: #fff;
  border-color: transparent;
}

.nsi-home-testimonials__arrow--accent:disabled {
  background: #f7f1ed;
  color: #9f928a;
  border-color: #ebe1db;
}

.nsi-home-testimonials__viewport {
  overflow: hidden;
}

.nsi-home-testimonials__track {
  display: flex;
  gap: 24px;
  transition: transform 260ms ease;
}

.nsi-home-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 274px;
  padding: 26px 22px 18px;
  border: 1px solid #edf2fb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(84, 117, 180, 0.08);
}

.nsi-home-testimonial-card__quote {
  display: block;
  width: 25px;
  height: 24px;
  margin-bottom: 18px;
  background: url("https://nationalsafe.wpenginepowered.com/wp-content/uploads/2026/06/Quote.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
}

.nsi-home-testimonial-card__quote-image {
  display: block;
  width: 25px;
  height: 24px;
  max-width: 25px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left top;
  flex: 0 0 auto;
}

.nsi-home-testimonial-card__chip {
  position: absolute;
  top: 22px;
  right: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff2ed;
  color: #211814;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 700;
}

.nsi-home-testimonial-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 0.99rem;
  line-height: 1.18;
  font-weight: 700;
}

.nsi-home-testimonial-card p {
  margin: 0;
  max-width: 290px;
  color: #222222;
  font-size: 0.88rem;
  line-height: 1.34;
}

.nsi-home-testimonial-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
}

.nsi-home-testimonial-card__meta img,
.nsi-home-testimonial-card__avatar {
  width: 30px;
  height: 30px;
  border-radius: 999px;
}

.nsi-home-testimonial-card__meta img {
  display: block;
  object-fit: cover;
}

.nsi-home-testimonial-card__avatar {
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: #111111;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.nsi-home-testimonial-card__meta div strong,
.nsi-home-testimonial-card__meta div span {
  display: block;
}

.nsi-home-testimonial-card__meta div strong {
  color: #111111;
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 700;
}

.nsi-home-testimonial-card__meta div span {
  margin-top: 3px;
  color: #444444;
  font-size: 0.86rem;
  line-height: 1.2;
}

.nsi-home-testimonial-card__stars {
  margin-top: 12px;
  margin-left: 40px;
  color: #ffb323;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.nsi-home-testimonials__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.nsi-home-testimonials__dots span,
.nsi-home-testimonials__dots button {
  width: 7px;
  height: 7px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d7ecf6;
  box-shadow: none;
  cursor: pointer;
}

.nsi-home-testimonials__dots .is-active {
  background: #74d4f5;
}

@media (max-width: 920px) {
  .nsi-home-testimonials__controls {
    margin-top: 0;
  }

  .nsi-home-testimonial-card {
    flex-basis: calc((100% - 24px) / 2);
  }
}

@media (max-width: 680px) {
  .nsi-home-testimonials {
    padding: 28px 0 72px;
  }

  .nsi-home-testimonials__reviews {
    align-items: flex-start;
    flex-direction: column;
  }

  .nsi-home-testimonials__controls {
    justify-content: flex-start;
    margin: 18px 0 20px;
  }

  .nsi-home-testimonial-card {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .nsi-home-testimonials {
    padding: 30px 0 34px;
    overflow: hidden;
  }

  .nsi-home-testimonials__heading {
    max-width: 340px;
    margin: 0 auto 14px;
    text-align: center;
  }

  .nsi-home-testimonials__heading h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.025em;
  }

  .nsi-home-testimonials__title-desktop,
  .nsi-home-testimonials__heading p {
    display: none;
  }

  .nsi-home-testimonials__title-mobile {
    display: inline;
  }

  .nsi-home-testimonials__reviews {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 auto 22px;
  }

  .nsi-home-testimonials__reviews img {
    width: auto;
    max-width: 126px;
    max-height: 25px;
    object-fit: contain;
  }

  .nsi-home-testimonials__reviews p {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
  }

  .nsi-home-testimonials__controls {
    display: none;
  }

  .nsi-home-testimonials__viewport {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 34px;
    touch-action: pan-y;
    cursor: grab;
  }

  .nsi-home-testimonials__track {
    gap: 12px;
  }

  .nsi-home-testimonial-card {
    flex: 0 0 100%;
    min-height: 326px;
    padding: 20px 22px 18px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(84, 117, 180, 0.08);
  }

  .nsi-home-testimonial-card__quote,
  .nsi-home-testimonial-card__quote-image {
    width: 27px;
    height: 26px;
    max-width: 27px;
    margin-bottom: 14px;
  }

  .nsi-home-testimonial-card__chip {
    top: 28px;
    right: 20px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .nsi-home-testimonial-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.22;
  }

  .nsi-home-testimonial-card p {
    max-width: none;
    font-size: 14px;
    line-height: 1.36;
  }

  .nsi-home-testimonial-card__meta {
    gap: 10px;
    padding-top: 18px;
  }

  .nsi-home-testimonial-card__meta img,
  .nsi-home-testimonial-card__avatar {
    width: 42px;
    height: 42px;
  }

  .nsi-home-testimonial-card__meta div strong {
    font-size: 14px;
  }

  .nsi-home-testimonial-card__meta div span {
    margin-top: 2px;
    font-size: 12px;
  }

  .nsi-home-testimonial-card__stars {
    margin-top: 7px;
    margin-left: 52px;
    font-size: 15px;
  }

  .nsi-home-testimonials__dots {
    gap: 5px;
    margin-top: 20px;
  }

  .nsi-home-testimonials__dots span,
  .nsi-home-testimonials__dots button {
    width: 6px;
    height: 6px;
  }
}

.nsi-home-renewal {
  padding: 32px 0;
}

.nsi-home-renewal--tablet-after-faq {
  display: none;
}

.nsi-home-renewal__card {
  position: relative;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  min-height: 118px;
  padding: 0 40px 0 0;
  border-radius: 22px;
  background: #fff1eb;
  overflow: visible;
}

.nsi-home-renewal__card::before {
  content: "";
  position: absolute;
  left: 232px;
  top: 30px;
  width: 75px;
  height: 75px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='31' viewBox='0 0 86 31'%3E%3Cg fill='%23ffcbbd'%3E%3Cpath d='M0 0l16 8.5L0 17z'/%3E%3Cpath d='M23 0l16 8.5L23 17z'/%3E%3Cpath d='M46 0l16 8.5L46 17z'/%3E%3Cpath d='M69 0l16 8.5L69 17z'/%3E%3C/g%3E%3C/svg%3E")
    center / contain no-repeat;
  z-index: 2;
}

.nsi-home-renewal__card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 108px;
  height: 58px;
  background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
  background-size: 12px 12px;
  background-position: 0 0;
  opacity: 0.95;
}

.nsi-home-renewal__card > img {
  align-self: end;
  width: 200px;
  margin-top: -64px;
  margin-left: 18px;
  position: relative;
  z-index: 3;
}

.nsi-home-renewal__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  max-width: 560px;
}

.nsi-home-renewal__copy h2 {
  margin: 0 0 6px;
  max-width: 520px;
  color: #111111;
  font-size: 1.42rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.nsi-home-renewal__copy p {
  margin: 0;
  color: #262626;
  font-size: 0.96rem;
  line-height: 1.28;
}

.nsi-home-renewal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.nsi-home-renewal__button:link,
.nsi-home-renewal__button:visited,
.nsi-home-renewal__button:hover,
.nsi-home-renewal__button:focus,
.nsi-home-renewal__button:focus-visible,
.nsi-home-renewal__button:active {
  color: #ffffff;
  text-decoration: none;
}

.nsi-home-renewal__button:hover,
.nsi-home-renewal__button:focus-visible {
  background: #2a2523;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .nsi-home-renewal__card {
    grid-template-columns: 220px minmax(0, 1fr);
    padding: 0 28px 20px 0;
  }

  .nsi-home-renewal__button {
    margin-left: 238px;
  }
}

@media (max-width: 768px) {
  .nsi-home-renewal__card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 22px 24px;
  }

  .nsi-home-renewal__card::before {
    left: auto;
    right: 18px;
    top: 18px;
    width: 64px;
    height: 64px;
  }

  .nsi-home-renewal__card::after {
    width: 88px;
    height: 52px;
  }

  .nsi-home-renewal__card > img {
    width: 180px;
    margin: -38px 0 0;
  }

  .nsi-home-renewal__button {
    margin-left: 0;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .nsi-home-renewal {
    padding: 24px 0;
  }

  .nsi-home-renewal__card {
    grid-template-columns: minmax(0, 1.2fr) minmax(170px, 1fr);
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "copy image"
      "button image";
    column-gap: 0;
    row-gap: 14px;
    min-height: 232px;
    padding: 28px 0 22px 24px;
    border-radius: 14px;
    overflow: hidden;
  }

  .nsi-home-renewal__card::before {
    left: 43%;
    right: auto;
    top: 62%;
    width: 62px;
    height: 28px;
  }

  .nsi-home-renewal__card::after {
    right: auto;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 66px;
  }

  .nsi-home-renewal__card > img {
    grid-area: image;
    align-self: end;
    justify-self: end;
    width: 112%;
    max-width: 230px;
    margin: 0;
    object-fit: contain;
    object-position: right bottom;
    z-index: 3;
  }

  .nsi-home-renewal__copy {
    grid-area: copy;
    align-self: center;
    max-width: 300px;
    z-index: 4;
  }

  .nsi-home-renewal__copy h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.28;
    letter-spacing: -0.02em;
  }

  .nsi-home-renewal__copy p {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.35;
  }

  .nsi-home-renewal__button {
    grid-area: button;
    justify-self: start;
    width: auto;
    min-width: 190px;
    min-height: 42px;
    margin: 0;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 4;
  }
}

@media (max-width: 480px) {
  .nsi-home-renewal__card {
    grid-template-columns: minmax(0, 1.15fr) minmax(145px, 0.95fr);
    min-height: 220px;
    padding: 24px 0 20px 18px;
  }

  .nsi-home-renewal__copy h2 {
    font-size: 18px;
  }

  .nsi-home-renewal__copy p {
    font-size: 14px;
  }

  .nsi-home-renewal__button {
    min-width: 174px;
  }
}

@media (max-width: 767px) {
  .home .nsi-home-renewal--default {
    padding: 22px 0 30px;
  }

  .home .nsi-home-renewal__card {
    grid-template-columns: minmax(0, 1fr) minmax(112px, 0.78fr);
    row-gap: 8px;
    min-height: 192px;
    padding: 20px 0 16px 16px;
    border-radius: 10px;
  }

  .home .nsi-home-renewal__card::before {
    left: 43%;
    top: 57%;
    width: 50px;
    height: 22px;
    z-index: 2;
  }

  .home .nsi-home-renewal__card::after {
    width: 58px;
    height: 48px;
  }

  .home .nsi-home-renewal__card > img {
    width: 116%;
    max-width: 132px;
  }

  .home .nsi-home-renewal__copy {
    align-self: start;
    max-width: 148px;
  }

  .home .nsi-home-renewal__copy h2 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.14;
    letter-spacing: -0.025em;
  }

  .home .nsi-home-renewal__copy p {
    max-width: 146px;
    font-size: 10px;
    line-height: 1.28;
  }

  .home .nsi-home-renewal__button {
    min-width: 145px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.1;
  }
}

@media (min-width: 767px) and (max-width: 920px) {
  .home .nsi-home-renewal--default {
    display: none;
  }

  .home .nsi-home-renewal--tablet-after-faq {
    display: block;
    padding: clamp(58px, 7vw, 72px) 0 34px;
  }

  .home .nsi-home-renewal--tablet-after-faq .container {
    width: min(calc(100% - 48px), 920px);
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__card {
    display: block;
    min-height: clamp(188px, 22vw, 216px);
    padding: clamp(32px, 4vw, 42px) clamp(30px, 4vw, 42px) clamp(24px, 3.2vw, 34px) clamp(304px, 38vw, 354px);
    border-radius: 22px;
    overflow: visible;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__card::before {
    left: clamp(236px, 30vw, 286px);
    top: clamp(72px, 8vw, 88px);
    right: auto;
    width: 70px;
    height: 30px;
    transform: none;
    z-index: 1;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__card::after {
    right: 0;
    left: auto;
    bottom: 0;
    width: 120px;
    height: 76px;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__card > img {
    position: absolute;
    left: clamp(24px, 3.2vw, 34px);
    bottom: 0;
    width: clamp(230px, 31vw, 268px);
    max-width: none;
    margin: 0;
    object-fit: contain;
    object-position: left bottom;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__copy {
    position: relative;
    max-width: none;
    z-index: 4;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__copy h2 {
    margin: 0 0 6px;
    max-width: 550px;
    font-size: clamp(25px, 3vw, 32px);
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__copy p {
    max-width: 560px;
    font-size: clamp(16px, 1.85vw, 20px);
    line-height: 1.3;
  }

  .home .nsi-home-renewal--tablet-after-faq .nsi-home-renewal__button {
    position: relative;
    width: auto;
    min-width: clamp(265px, 32vw, 340px);
    min-height: clamp(50px, 6vw, 62px);
    margin: clamp(16px, 2vw, 22px) 0 0;
    border-radius: 10px;
    font-size: clamp(18px, 2.2vw, 22px);
  }
}

.nsi-home-faq {
  padding: 24px 0 56px;
}

.nsi-home-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 46px;
  align-items: start;
}

.nsi-home-faq__list {
  display: grid;
  gap: 0;
}

.nsi-home-faq__item {
  border-bottom: 1px solid #d9e4ef;
}

.nsi-home-faq__item h3 {
  margin: 0;
}

.nsi-home-faq__item button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 4px 16px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.nsi-home-faq__button-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 620px;
}

.nsi-home-faq__question-icon {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 999px;
  background: #ff7d5a;
  color: #ffffff;
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 700;
}

.nsi-home-faq__chevron {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  color: #111111;
  transition: transform 180ms ease;
}

.nsi-home-faq__chevron svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nsi-home-faq__item.is-open .nsi-home-faq__chevron {
  transform: rotate(180deg);
}

.nsi-home-faq__panel {
  padding: 0 34px 14px 28px;
}

.nsi-home-faq__panel p {
  margin: 0;
  max-width: 560px;
  color: #262626;
  font-size: 14px;
  line-height: 1.3;
}

.nsi-home-faq__item.is-open {
  background: #ffffff;
}

.nsi-home-faq__aside {
  position: relative;
  padding: 2px 0 0;
}

.nsi-home-faq__aside h2 {
  margin: 0 0 14px;
  color: #111111;
  font-size: 1.78rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.nsi-home-faq__aside p {
  max-width: 350px;
  margin: 0;
  color: #2b2b2b;
  font-size: 0.98rem;
  line-height: 1.26;
}

.nsi-home-faq__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  min-width: 176px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  box-shadow: none;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.nsi-home-faq__button:link,
.nsi-home-faq__button:visited,
.nsi-home-faq__button:focus,
.nsi-home-faq__button:active {
  color: #ffffff;
  text-decoration: none;
}

.nsi-home-faq__button:hover,
.nsi-home-faq__button:focus-visible {
  background: #2a2523;
  color: #ffffff;
}

.nsi-home-faq__aside img {
  display: block;
  width: min(100%, 340px);
  margin: 18px 0 0 56px;
}

@media (max-width: 920px) {
  .nsi-home-faq__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 680px) {
  .nsi-home-faq {
    padding: 28px 0 30px;
  }

  .nsi-home-faq__grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .nsi-home-faq__aside {
    display: contents;
  }

  .nsi-home-faq__aside h2 {
    order: 1;
    align-self: center;
    width: 100%;
    margin: 0 0 12px;
    text-align: center;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .nsi-home-faq__aside p {
    order: 2;
    align-self: center;
    max-width: 360px;
    margin: 0 0 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
  }

  .nsi-home-faq__list {
    order: 3;
    width: 100%;
  }

  .nsi-home-faq__item button {
    gap: 10px;
    padding: 12px 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.22;
  }

  .nsi-home-faq__button-copy {
    max-width: none;
    gap: 10px;
  }

  .nsi-home-faq__question-icon {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    font-size: 12px;
  }

  .nsi-home-faq__chevron {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }

  .nsi-home-faq__panel {
    padding: 0 20px 14px 30px;
  }

  .nsi-home-faq__panel p {
    max-width: none;
    font-size: 12px;
    line-height: 1.32;
  }

  .nsi-home-faq__button {
    order: 4;
    width: 100%;
    min-height: 52px;
    margin-top: 24px;
    font-size: 16px;
  }

  .nsi-home-faq__aside img {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 920px) {
  .home .nsi-home-faq {
    padding: 34px 0 22px;
  }

  .home .nsi-home-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.86fr);
    gap: 26px;
    align-items: start;
  }

  .home .nsi-home-faq__item button {
    gap: 12px;
    padding: 13px 0;
    font-size: 18px;
    line-height: 1.22;
  }

  .home .nsi-home-faq__button-copy {
    gap: 10px;
    max-width: none;
  }

  .home .nsi-home-faq__question-icon {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    font-size: 12px;
  }

  .home .nsi-home-faq__chevron {
    width: 14px;
    height: 14px;
    margin-top: 5px;
  }

  .home .nsi-home-faq__panel {
    padding: 0 28px 14px 28px;
  }

  .home .nsi-home-faq__panel p {
    max-width: none;
    font-size: 15px;
    line-height: 1.25;
  }

  .home .nsi-home-faq__aside {
    display: block;
    padding-top: 10px;
  }

  .home .nsi-home-faq__aside h2 {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .home .nsi-home-faq__aside p {
    max-width: 300px;
    font-size: 15px;
    line-height: 1.28;
  }

  .home .nsi-home-faq__button {
    min-width: 188px;
    min-height: 64px;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 19px;
  }

  .home .nsi-home-faq__aside img {
    display: block;
    width: min(100%, 300px);
    margin: 66px auto 0;
  }
}

.nsi-home-blog {
  padding-top: 0;
  padding-bottom: 34px;
}

.nsi-home-blog__slider {
  position: relative;
}

.nsi-home-blog__viewport {
  overflow: hidden;
}

.nsi-home-blog__track {
  display: flex;
  transition: transform 280ms ease;
  touch-action: pan-y;
}

.nsi-home-blog__slide {
  flex: 0 0 100%;
}

.nsi-home-blog__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}

.nsi-home-blog__copy {
  padding-top: 6px;
}

.nsi-home-blog__eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #ff9f7a;
  background: #ffffff;
  color: #ff7d5a;
  font-size: 0.82rem;
  font-weight: 700;
}

.nsi-home-blog__copy h2 {
  max-width: 455px;
  margin: 20px 0 18px;
  color: #111111;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 700;
}

.nsi-home-blog__copy p {
  max-width: 560px;
  margin: 0;
  color: #2c2c2c;
  font-size: 1rem;
  line-height: 1.42;
}

.nsi-home-blog__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  min-width: 176px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  box-shadow: none;
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.nsi-home-blog__button:hover,
.nsi-home-blog__button:focus-visible {
  background: #2a2523;
  color: #ffffff;
}

.nsi-home-blog__button:visited,
.nsi-home-blog__button:active,
.nsi-home-blog__button:visited:hover,
.nsi-home-blog__button:visited:focus-visible {
  color: #ffffff;
}

.nsi-home-blog__controls {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: -48px;
  margin-left: 370px;
  position: relative;
  z-index: 2;
}

.nsi-home-blog__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 0;
  background: #fff0ea;
  color: #1d1d1d;
  font-size: 1.12rem;
  line-height: 1;
  text-align: center;
  appearance: none;
}

.nsi-home-blog__control--accent {
  background: #ff875f;
  color: #ffffff;
}

.nsi-home-blog__control:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.nsi-home-blog__dots {
  display: flex;
  gap: 6px;
}

.nsi-home-blog__dots button {
  width: 6px;
  height: 6px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffe5dc;
  appearance: none;
  cursor: pointer;
}

.nsi-home-blog__dots .is-active {
  width: 26px;
  background: #ff7b54;
}

.nsi-home-blog__media {
  position: relative;
  min-height: 286px;
  border-radius: 20px;
  background: #fff8f4;
  overflow: hidden;
}

.nsi-home-blog__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nsi-home-newsletter {
  position: relative;
  padding: 32px 0 18px;
  background: #dcf3fd;
  overflow: visible;
}

.nsi-home-newsletter::before {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 78px;
  height: 108px;
  background-image: radial-gradient(circle, #7fd6ef 1.6px, transparent 1.7px);
  background-size: 12px 12px;
  opacity: 0.95;
}

.nsi-home-newsletter::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 44px;
  width: 74px;
  height: 28px;
  background: url("https://nationalsafe.wpenginepowered.com/wp-content/uploads/2026/06/Frame.png") center / contain no-repeat;
  opacity: 0.95;
}

.nsi-home-newsletter__card {
  position: relative;
  display: grid;
  grid-template-columns: 342px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 120px;
  padding: 18px 22px 18px 24px;
  border-radius: 18px;
  background: #ffffff;
}

.nsi-home-newsletter__title {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding-right: 22px;
  border-right: 1px solid #e6eef7;
}

.nsi-home-newsletter__title img {
  display: block;
  width: 62px;
  flex: none;
}

.nsi-home-newsletter__title h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 220px;
}

.nsi-home-newsletter__form {
  position: relative;
  min-width: 0;
}

.nsi-home-newsletter__form .wpcf7 {
  width: 100%;
}

.nsi-home-newsletter__form .wpcf7 form {
  position: relative;
  margin: 0;
}

.nsi-home-newsletter__form .wpcf7-form {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 302px) auto;
  gap: 12px;
  align-items: end;
}

.nsi-home-newsletter__field,
.nsi-home-newsletter__submit {
  min-width: 0;
  align-self: end;
}

.nsi-home-newsletter__field p,
.nsi-home-newsletter__submit p {
  margin: 0;
  display: flex;
}

.nsi-home-newsletter__field p {
  position: relative;
}

.nsi-home-newsletter__field br,
.nsi-home-newsletter__submit br {
  display: none;
}

.nsi-home-newsletter__field label {
  display: block;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.nsi-home-newsletter__field label b {
  color: #ff5a5a;
  font-weight: 700;
}

.nsi-home-newsletter__field .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-top: 6px;
}

.nsi-home-newsletter__form .wpcf7-not-valid {
  border-color: #e15241 !important;
  box-shadow: 0 0 0 1px rgba(225, 82, 65, 0.18);
}

.nsi-home-newsletter__form input[type="email"],
.nsi-home-newsletter__form select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #9eb5dc;
  border-radius: 9px;
  background: #ffffff;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  outline: none;
  box-shadow: none;
}

.nsi-home-newsletter__form input[type="email"]:focus,
.nsi-home-newsletter__form select:focus {
  border-color: #9eb5dc;
  box-shadow: 0 0 0 2px rgba(158, 181, 220, 0.18);
}

.nsi-home-newsletter__form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111111 50%),
    linear-gradient(135deg, #111111 50%, transparent 50%);
  background-position:
    calc(100% - 28px) calc(50% - 3px),
    calc(100% - 22px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.nsi-home-newsletter__form input::placeholder {
  color: #686868;
  opacity: 1;
}

.nsi-home-newsletter__form input[type="submit"] {
  min-width: 154px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nsi-home-newsletter__form input[type="submit"]:hover,
.nsi-home-newsletter__form input[type="submit"]:focus-visible {
  background: #1a1a1a;
  color: #ffffff;
  transform: translateY(-1px);
}

.nsi-home-newsletter__form input[type="submit"].is-sent,
.nsi-home-newsletter__form input[type="submit"].is-sent:hover,
.nsi-home-newsletter__form input[type="submit"].is-sent:focus-visible {
  background: #2eaf58;
  color: #ffffff;
  transform: none;
}

.nsi-home-newsletter__form .wpcf7-spinner {
  margin: 12px 0 0;
}

.nsi-home-newsletter__form .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 2;
  color: #e15241;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.nsi-home-newsletter__form .wpcf7-response-output {
  display: none !important;
}

@media (min-width: 921px) {
  .nsi-home-newsletter .nsi-home-newsletter__card {
    grid-template-columns: 342px minmax(0, 1fr);
  }

  .nsi-home-newsletter .nsi-home-newsletter__title h2 br {
    display: none;
  }

  .nsi-home-newsletter .nsi-home-newsletter__form .wpcf7-form {
    align-items: end;
    padding-bottom: 0;
  }

  .nsi-home-newsletter .nsi-home-newsletter__field p {
    position: relative;
  }

  .nsi-home-newsletter .nsi-home-newsletter__form .wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
  }
}

@media (max-width: 920px) {
  .nsi-home-blog__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .nsi-home-blog__controls {
    margin-top: 24px;
    margin-left: 0;
    justify-content: flex-start;
  }

  .nsi-home-newsletter__card {
    grid-template-columns: 1fr;
  }

  .nsi-home-newsletter__title {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid #e6eef7;
  }

  .nsi-home-newsletter__form .wpcf7-form {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

}

@media (min-width: 767px) and (max-width: 920px) {
  .home .nsi-home-newsletter {
    padding: 30px 0 20px;
  }

  .home .nsi-home-newsletter .container {
    width: min(calc(100% - 80px), 920px);
  }

  .home .nsi-home-newsletter__card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 22px 26px 20px;
    border-radius: 12px;
  }

  .home .nsi-home-newsletter__title {
    min-height: 0;
    padding: 0;
    border: 0;
    gap: 12px;
  }

  .home .nsi-home-newsletter__title img {
    width: 50px;
  }

  .home .nsi-home-newsletter__title h2 {
    max-width: none;
    font-size: clamp(24px, 3vw, 28px);
    line-height: 1.12;
    white-space: nowrap;
  }

  .home .nsi-home-newsletter__form .wpcf7-form {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 318px) minmax(168px, 196px);
    gap: 12px;
    align-items: end;
  }

  .home .nsi-home-newsletter__field label {
    font-size: 15px;
    line-height: 1.18;
  }

  .home .nsi-home-newsletter__field .wpcf7-form-control-wrap {
    margin-top: 5px;
  }

  .home .nsi-home-newsletter__form input[type="email"],
  .home .nsi-home-newsletter__form select {
    height: 58px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 16px;
  }

  .home .nsi-home-newsletter__form input[type="submit"] {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    border-radius: 8px;
    font-size: 19px;
  }

  .home .nsi-home-newsletter__form .wpcf7-not-valid-tip {
    top: calc(100% + 4px);
    margin-top: 0;
    font-size: 12px;
  }

  .home .nsi-home-newsletter__form .wpcf7-response-output {
    top: calc(100% + 8px);
    font-size: 12px;
  }

  .home .nsi-home-blog {
    padding: 34px 0 36px;
  }

  .home .nsi-home-blog .container {
    width: min(calc(100% - 80px), 920px);
  }

  .home .nsi-home-blog__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
    gap: clamp(28px, 4vw, 42px);
    align-items: center;
  }

  .home .nsi-home-blog__copy {
    min-width: 0;
    padding-top: 0;
  }

  .home .nsi-home-blog__eyebrow {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.15;
  }

  .home .nsi-home-blog__copy h2 {
    max-width: none;
    margin: 12px 0 12px;
    font-size: clamp(21px, 2.7vw, 26px);
    line-height: 1.28;
    letter-spacing: -0.018em;
  }

  .home .nsi-home-blog__copy p {
    max-width: none;
    margin: 0;
    font-size: clamp(14px, 1.8vw, 17px);
    line-height: 1.32;
  }

  .home .nsi-home-blog__button {
    min-width: clamp(190px, 23vw, 206px);
    min-height: 52px;
    margin-top: 20px;
    border-radius: 9px;
    font-size: clamp(18px, 2.1vw, 22px);
  }

  .home .nsi-home-blog__controls {
    justify-content: flex-start;
    gap: clamp(14px, 1.9vw, 20px);
    margin-top: clamp(-56px, -6vw, -48px);
    margin-left: clamp(240px, 30vw, 314px);
  }

  .home .nsi-home-blog__control {
    width: clamp(46px, 5.4vw, 52px);
    height: clamp(46px, 5.4vw, 52px);
    font-size: clamp(20px, 2.5vw, 24px);
  }

  .home .nsi-home-blog__dots {
    align-items: center;
    gap: 5px;
  }

  .home .nsi-home-blog__media {
    min-height: 0;
    height: clamp(190px, 24vw, 244px);
    border-radius: 16px;
  }
}

@media (max-width: 680px) {
  .home .nsi-home-blog {
    padding: 28px 0 24px;
  }

  .home .nsi-home-blog__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    text-align: center;
  }

  .home .nsi-home-blog__copy {
    display: contents;
  }

  .home .nsi-home-blog__eyebrow {
    order: 1;
    justify-self: center;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.15;
  }

  .home .nsi-home-blog__copy h2 {
    order: 2;
    max-width: 520px;
    margin: 14px auto 12px;
    font-size: 20px;
    line-height: 1.28;
    letter-spacing: -0.015em;
  }

  .home .nsi-home-blog__copy p {
    order: 3;
    max-width: 540px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.45;
  }

  .home .nsi-home-blog__media {
    order: 4;
    width: 100%;
    min-height: 0;
    aspect-ratio: 2.22 / 1;
    border-radius: 10px;
  }

  .home .nsi-home-blog__button {
    order: 5;
    width: 100%;
    min-height: 60px;
    margin-top: 24px;
    font-size: 18px;
  }

  .home .nsi-home-blog__controls {
    justify-content: center;
    gap: 0;
    margin-top: 20px;
  }

  .home .nsi-home-blog__control {
    display: none;
  }

  .home .nsi-home-blog__dots {
    justify-content: center;
    gap: 5px;
  }

  .home .nsi-home-blog__dots button,
  .home .nsi-home-blog__dots .is-active {
    width: 8px;
    height: 8px;
    background: #e4f7fb;
  }

  .home .nsi-home-blog__dots .is-active {
    background: #51cfee;
  }

  .nsi-home-newsletter {
    padding: 24px 0 24px;
  }

  .nsi-home-newsletter::after {
    display: none;
  }

  .nsi-home-newsletter__card {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .nsi-home-newsletter__title {
    justify-content: center;
    min-height: 52px;
    margin-bottom: 22px;
    padding: 0;
    border: 0;
    text-align: center;
  }

  .nsi-home-newsletter__title img {
    width: 50px;
  }

  .nsi-home-newsletter__title h2 {
    font-size: 1.18rem;
    line-height: 1.15;
  }

  .nsi-home-newsletter__form {
    position: relative;
    z-index: 1;
    padding: 18px 16px 22px;
    border-radius: 10px;
    background: #ffffff;
  }

  .nsi-home-newsletter__form .wpcf7-form {
    gap: 12px;
  }

  .nsi-home-newsletter__form .wpcf7-not-valid-tip {
    white-space: normal;
  }

  .nsi-home-newsletter__field .wpcf7-form-control-wrap {
    margin-top: 4px;
  }

  .nsi-home-newsletter__form input[type="email"],
  .nsi-home-newsletter__form select {
    height: 50px;
  }

  .nsi-home-newsletter__form input[type="submit"] {
    width: 100%;
    min-height: 48px;
  }
}

	.group-page {
		background: #ffffff;
	}

	.breadcrumb-bar {
		border-bottom: 1px solid #eef2f5;
		background: #ffffff;
	}

	.breadcrumbs {
		display: flex;
		align-items: center;
		gap: 6px;
		min-height: 64px;
		color: #4f4f4f;
		font-size: 0.96rem;
		font-weight: 500;
	}

	.breadcrumbs a {
		color: inherit;
		text-decoration: none;
		transition: color 180ms ease;
	}

	.breadcrumbs a:hover,
	.breadcrumbs a:focus-visible {
		color: #111111;
	}

	.group-hero {
		padding: 30px 0 18px;
		background: #fff1eb;
	}

	.group-hero__panel {
		display: grid;
		grid-template-columns: minmax(0, 544px) minmax(0, 1fr);
		gap: 40px;
		align-items: end;
	}

	.group-hero__form-card {
		margin-top: -18px;
		padding: 14px;
		border-radius: 24px;
		background: #ffffff;
		box-shadow: 0 10px 24px rgba(52, 74, 117, 0.06);
	}

	.group-hero__intro {
		margin-bottom: 18px;
		padding: 18px 22px 16px;
		border-radius: 16px;
		background: #fff1eb;
	}

	.group-hero__intro h1 {
		margin: 0 0 8px;
		color: #111111;
		font-size: clamp(1.65rem, 1.9vw, 2.1rem);
		line-height: 1.08;
		letter-spacing: -0.03em;
		font-weight: 700;
	}

	.group-hero__intro p {
		margin: 0;
		color: #2c2c2c;
		font-size: 0.92rem;
		font-weight: 500;
		line-height: 1.3;
	}

	.group-hero__form-card .wpcf7,
	.group-hero__form-card .wpcf7 form,
	.group-hero__form-card .wpcf7-form {
		width: 100%;
	}

	.group-hero__form-card .wpcf7 form,
	.contact-form-card .wpcf7 form {
		margin: 0;
	}

	.group-hero__form-card .wpcf7 form > p,
	.contact-form-card .wpcf7 form > p,
	.group-lead-form > p,
	.group-lead-form__grid > p,
	.contact-message-form > p {
		display: contents;
		margin: 0;
	}

	.group-lead-form {
		display: grid;
		gap: 18px;
	}

	.group-lead-form__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 18px;
	}

	.group-lead-form__submit {
		margin-top: 2px;
		grid-column: 1 / -1;
	}

	.group-field {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.group-field label {
		color: #202020;
		font-size: 0.96rem;
		font-weight: 500;
		line-height: 1.2;
	}

	.group-required {
		color: #ff5a5a;
		font-weight: 700;
	}

	.group-field .wpcf7-form-control-wrap {
		display: block;
	}

	.group-field input {
		width: 100%;
		height: 48px;
		padding: 0 15px;
		border: 1px solid #a7bcdc;
		border-radius: 10px;
		background: #ffffff;
		color: #171717;
		font-size: 0.98rem;
		box-sizing: border-box;
	}

	.group-field input::placeholder {
		color: #888888;
		opacity: 1;
	}

	.group-lead-form__submit .wpcf7-submit,
	.group-page-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 50px;
		padding: 0 20px;
		border: 0;
		border-radius: 10px;
		background: #111111;
		color: #ffffff;
		font-size: 0.96rem;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		box-sizing: border-box;
		cursor: pointer;
	}

	.group-page-button:link,
	.group-page-button:visited {
		color: #ffffff;
		background: #111111;
	}

	.group-lead-form__submit .wpcf7-submit:hover,
	.group-lead-form__submit .wpcf7-submit:focus-visible,
	.group-page-button:hover,
	.group-page-button:focus-visible {
		background: #232323;
		color: #ffffff;
	}

	.group-hero__form-card .wpcf7-spinner,
	.contact-form-card .wpcf7-spinner {
		margin: 10px 0 0;
	}

	.group-hero__form-card .wpcf7-not-valid-tip,
	.contact-form-card .wpcf7-not-valid-tip {
		margin-top: 6px;
		font-size: 0.76rem;
	}

	.group-hero__form-card .wpcf7-response-output,
	.contact-form-card .wpcf7-response-output {
		margin: 14px 0 0;
		padding: 10px 12px;
		border-radius: 10px;
		font-size: 0.82rem;
	}

	.group-hero__media {
		position: relative;
		min-height: 360px;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.group-hero__media img {
		display: block;
		width: 100%;
		max-width: 605px;
		margin-left: auto;
		object-fit: contain;
	}

	.group-trust-row {
		overflow: hidden;
		margin-top: 12px;
		color: #202020;
		font-size: 0.82rem;
		font-weight: 600;
		line-height: 1.2;
	}

	.group-trust-row__track {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 12px 18px;
		width: 100%;
	}

	.group-trust-row__item {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		white-space: nowrap;
		flex: 0 0 auto;
	}

	.group-trust-row img {
		width: 20px;
		height: 20px;
		flex: none;
	}

	.group-partners {
		padding: 20px 0 36px;
	}

	.group-partners__eyebrow {
		margin: 0 0 18px;
		color: #222222;
		text-align: center;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.08em;
	}

	.group-partners__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		align-items: center;
	}

	.group-partners__arrow {
		display: none;
		place-items: center;
		width: 34px;
		height: 34px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #fff2ed;
		color: #454545;
		font-size: 1rem;
	}

	.group-partners__arrow:disabled {
		opacity: 0.45;
		cursor: not-allowed;
	}

	.group-partners__viewport {
		overflow: hidden;
	}

	.group-partners__track {
		display: flex;
		gap: 22px;
		align-items: center;
		transition: transform 260ms ease;
	}

	.group-partners__logo {
		flex: 0 0 calc((100% - 88px) / 5);
		display: grid;
		place-items: center;
		min-height: 56px;
	}

	.group-partners__logo img {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}

	.group-partners__logo.partner-logo--together img {
		height: 36px;
	}

	.group-partners__logo.partner-logo--aec img {
		height: 43px;
	}

	.group-partners__logo.partner-logo--theracare img {
		height: 48px;
	}

	.group-partners__logo.partner-logo--mbf img {
		height: 44px;
	}

	.group-partners__logo.partner-logo--texas img {
		height: 36px;
	}

	.group-partners__logo.partner-logo--community img {
		height: 40px;
	}

	.group-partners .slider-dots {
		display: none;
	}

	.slider-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-top: 24px;
	}

	.slider-dots span {
		width: 6px;
		height: 6px;
		border-radius: 999px;
		background: #c9eff6;
		transition: width 180ms ease, background-color 180ms ease;
	}

	.slider-dots .is-active {
		background: #7fd6ef;
	}

	.group-compliance {
		padding: 52px 0 56px;
		background: #eaf7fe;
	}

	.group-compliance__grid {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
		gap: 38px;
		align-items: center;
	}

	.group-compliance__image img {
		display: block;
		width: 100%;
		border-radius: 10px;
	}

	.group-compliance__copy h2 {
		margin: 0 0 16px;
		max-width: 540px;
		font-size: clamp(1.8rem, 2.05vw, 2.45rem);
		line-height: 1.14;
		letter-spacing: -0.028em;
		font-weight: 700;
	}

	.group-compliance__copy > p {
		max-width: 548px;
		margin: 0 0 18px;
		color: #303030;
		font-size: 1rem;
		line-height: 1.42;
		font-weight: 500;
	}

	.group-benefit-pills {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 12px;
	}

	.group-benefit-pills article {
		display: grid;
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
		align-items: center;
		min-height: 66px;
		padding: 10px 16px 10px 14px;
		border-radius: 12px;
		background: #ffffff;
	}

	.group-benefit-pills article:last-child {
		grid-column: 1;
	}

	.group-benefit-pills img {
		display: block;
		width: 36px;
		height: 36px;
	}

	.group-benefit-pills span {
		color: #232323;
		font-size: 0.98rem;
		line-height: 1.22;
		letter-spacing: -0.01em;
		font-weight: 500;
	}

	.group-capabilities {
		padding: 50px 0 52px;
	}

	.group-capabilities__heading {
		max-width: 1120px;
		margin: 0 auto 24px;
		text-align: center;
	}

	.group-capabilities__heading h2 {
		margin: 0 0 14px;
		color: #171717;
		font-size: clamp(2rem, 2.35vw, 2.8rem);
		line-height: 1.08;
		letter-spacing: -0.03em;
	}

	.group-capabilities__heading p {
		max-width: 1040px;
		margin: 0 auto;
		color: #252a32;
		font-size: 0.95rem;
		line-height: 1.42;
		font-weight: 500;
	}

	.group-showcase-list {
		display: grid;
		gap: 24px;
	}

	.group-showcase-card {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 424px) minmax(0, 1fr);
		gap: 54px;
		align-items: center;
		padding: 26px 30px;
		border-radius: 18px;
		overflow: hidden;
	}

	.group-showcase-card--pink {
		background: #fff1eb;
	}

	.group-showcase-card--blue {
		background: #eaf7fe;
	}

	.group-showcase-card--reverse {
		grid-template-columns: minmax(0, 1fr) minmax(0, 424px);
	}

	.group-showcase-card__media,
	.group-showcase-card__copy {
		position: relative;
		z-index: 1;
	}

	.group-showcase-card__media img {
		display: block;
		width: 100%;
		border-radius: 14px;
	}

	.group-showcase-feature-list {
		display: grid;
		gap: 34px;
	}

	.group-showcase-feature {
		display: grid;
		grid-template-columns: 24px minmax(0, 1fr);
		column-gap: 14px;
		align-items: start;
	}

	.group-showcase-feature--single {
		max-width: 410px;
	}

	.group-showcase-feature img {
		display: block;
		width: 24px;
		height: 24px;
		margin-top: 2px;
	}

	.group-showcase-feature h3 {
		margin: 0;
		color: #151515;
		font-size: 1.02rem;
		line-height: 1.22;
		letter-spacing: -0.015em;
		font-weight: 700;
	}

	.group-showcase-feature p {
		margin: 6px 0 0;
		color: #2e3137;
		font-size: 0.88rem;
		line-height: 1.34;
		font-weight: 500;
	}

	.group-showcase-feature p + p {
		margin-top: 16px;
	}

	.group-showcase-card__pattern {
		position: absolute;
		z-index: 0;
		pointer-events: none;
	}

	.group-showcase-card__pattern--arrows {
		width: 75px;
		height: 75px;
	}

	.group-showcase-card__pattern--dots {
		width: 82px;
		height: 110px;
	}

	.group-showcase-card__pattern--dots-bottom-right {
		right: 24px;
		bottom: 6px;
	}

	.group-showcase-card__pattern--arrows-center {
		left: 356px;
		top: 70px;
		opacity: 0.82;
	}

	.group-showcase-card__pattern--dots-bottom-left {
		left: 6px;
		bottom: 24px;
	}

	.group-showcase-card__pattern--arrows-right {
		right: 356px;
		top: 66px;
	}

	.group-showcase-card__pattern--dots-top-right {
		right: 24px;
		top: 30px;
	}

	.group-showcase-card--reverse .group-showcase-card__copy {
		padding-left: 48px;
		padding-right: 8px;
	}

	.group-showcase-card:first-child .group-showcase-card__copy {
		padding-top: 6px;
		padding-right: 18px;
	}

	.group-showcase-card:last-child .group-showcase-card__copy {
		padding-right: 22px;
	}

	.group-page .nsi-home-courses {
		padding-top: 20px;
	}

	.group-page .nsi-home-benefits {
		padding-top: 18px;
	}

	.group-renewal {
		position: relative;
		padding: 0;
		margin-bottom: 42px;
		background: #eaf7fe;
		overflow: hidden;
	}

	.group-renewal > .container {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.group-renewal__card {
		display: grid;
		grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
		gap: 26px;
		align-items: center;
		min-height: 383px;
		padding: 34px max(40px, calc((100vw - 1200px) / 2 + 20px)) 34px;
		background: transparent;
	}

	.group-renewal__copy h2 {
		margin: 0 0 18px;
		max-width: 530px;
		font-size: 24px;
		line-height: 1.24;
		letter-spacing: -0.03em;
		font-weight: 700;
	}

	.group-renewal__copy p {
		max-width: 540px;
		margin: 0 0 24px;
		color: #232b33;
		font-size: 0.92rem;
		line-height: 1.34;
		font-weight: 500;
	}

	.group-renewal__copy .group-page-button {
		width: auto;
		min-width: 215px;
		min-height: 52px;
		border-radius: 8px;
	}

	.group-renewal__visual {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 300px;
	}

	.group-renewal__visual img {
		display: block;
		width: min(100%, 900px);
		margin-right: -122px;
	}

	.group-contact {
		padding-top: 16px;
		padding-bottom: 56px;
	}

	.contact-panel {
		display: grid;
		grid-template-columns: 33.2% minmax(0, 1fr);
		gap: 28px;
		padding: 22px 22px;
		border-radius: 24px;
		background: #f4f8ff;
	}

	.contact-card,
	.contact-form-card {
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 8px 24px rgba(73, 97, 146, 0.04);
	}

	.contact-card {
		padding: 24px 22px 24px;
	}

	.contact-card h2,
	.contact-form-card__intro h2 {
		margin: 0;
		color: #111111;
		font-size: clamp(1.15rem, 1.38vw, 1.45rem);
		line-height: 1.06;
		letter-spacing: -0.03em;
		font-weight: 700;
	}

	.contact-detail-list {
		position: relative;
		display: grid;
		gap: 20px;
		margin-top: 22px;
	}

	.contact-detail-list::before {
		content: "";
		position: absolute;
		left: 28px;
		top: 16px;
		bottom: 16px;
		width: 1px;
		background: #e4ebf4;
	}

		.contact-detail {
			position: relative;
			display: grid;
			grid-template-columns: 56px minmax(0, 1fr);
			align-items: start;
		}

	.contact-detail__icon {
		position: relative;
		z-index: 1;
	}

	.contact-detail__icon img {
		display: block;
		width: 56px;
		height: 56px;
	}

	.contact-detail__copy {
		padding-top: 1px;
	}

	.contact-detail__copy span,
	.contact-field span {
		display: block;
		color: #2a2a2a;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.22;
	}

	.contact-detail__copy strong {
		display: block;
		margin-top: 4px;
		color: #262626;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.26;
		word-break: break-word;
	}

	.contact-detail__copy strong a {
		color: inherit;
		text-decoration: none;
	}

	.contact-detail__copy strong a:hover,
	.contact-detail__copy strong a:focus-visible {
		text-decoration: underline;
	}

	.contact-form-card {
		padding: 12px 12px 14px;
	}

	.contact-form-card__intro {
		margin-bottom: 18px;
		padding: 18px 18px 16px;
		border-radius: 14px;
		background: #f3f8ff;
	}

	.contact-form-card__intro p {
		margin: 6px 0 0;
		color: #202020;
		font-size: 0.84rem;
		line-height: 1.32;
	}

	.contact-form-card .wpcf7,
	.contact-form-card .wpcf7 form,
	.contact-form-card .wpcf7-form {
		width: 100%;
	}

	.contact-message-form {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 14px;
		align-items: start;
	}

	.contact-field--full,
	.contact-submit-wrap {
		grid-column: 1 / -1;
	}

	.contact-field-row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		grid-column: 1 / -1;
	}

	.contact-field-row > p,
	.contact-submit-wrap > p {
		display: contents;
		margin: 0;
	}

	.contact-field-row br {
		display: none;
	}

	.contact-submit-wrap {
		margin-top: 0;
	}

	.contact-field {
		display: grid;
		gap: 6px;
	}

	.contact-field .wpcf7-form-control-wrap {
		display: block;
	}

	.contact-field input,
	.contact-field textarea {
		width: 100%;
		border: 1px solid #a6b9dc;
		border-radius: 10px;
		background: #ffffff;
		color: #1b1b1b;
		outline: none;
		box-shadow: none;
		box-sizing: border-box;
		font-size: 0.84rem;
		line-height: 1.3;
	}

	.contact-field input {
		height: 48px;
		padding: 0 14px;
	}

	.contact-field textarea {
		min-height: 136px;
		padding: 14px 14px;
		resize: vertical;
	}

	.contact-field input::placeholder,
	.contact-field textarea::placeholder {
		color: #8a8a8a;
		opacity: 1;
	}

	.contact-field input:focus,
	.contact-field textarea:focus {
		border-color: #7fa0d6;
	}

	.contact-submit-wrap .wpcf7-submit {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 44px;
		padding: 0 20px;
		border: 0;
		border-radius: 10px;
		background: #111111;
		color: #ffffff;
		font-size: 0.84rem;
		font-weight: 700;
		cursor: pointer;
	}

	.contact-form-note,
	.contact-form-disclaimer {
		margin: 10px 0 0;
		color: #333333;
		font-size: 0.72rem;
		line-height: 1.3;
	}

	.contact-form-disclaimer {
		margin-top: 12px;
	}

	.contact-form-disclaimer a {
		color: #ff845e;
		font-weight: 600;
	}

	@media (min-width: 921px) {
		.group-contact .contact-detail-list {
			gap: 30px;
			margin-top: 26px;
		}

		.group-contact .contact-detail-list::before {
			left: 36px;
			top: 28px;
			bottom: 28px;
		}

		.group-contact .contact-detail {
			grid-template-columns: 72px minmax(0, 1fr);
			gap: 18px;
			align-items: center;
		}

		.group-contact .contact-detail__icon img {
			width: 72px;
			height: 72px;
		}

		.group-contact .contact-detail__copy strong {
			font-size: 16px;
			line-height: 1.22;
		}

		.group-contact .contact-detail__copy strong a {
			overflow-wrap: anywhere;
		}

		.group-contact .contact-form-card .contact-field {
			position: relative;
		}

		.group-contact .contact-form-card .contact-field-row {
			margin-bottom: 12px;
		}

		.group-contact .contact-form-card .contact-field .wpcf7-form-control-wrap {
			position: relative;
			display: block;
		}

		.group-contact .contact-form-card .contact-field .wpcf7-not-valid-tip {
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 2;
			margin-top: 6px;
			font-size: 12px;
			line-height: 1.2;
			white-space: normal;
		}
	}

	@media (max-width: 1200px) {
		.group-showcase-card,
		.group-renewal__card,
		.group-compliance__grid {
			grid-template-columns: 1fr;
		}

		.group-showcase-card,
		.group-showcase-card--reverse {
			gap: 28px;
		}

		.group-showcase-card--reverse .group-showcase-card__copy,
		.group-showcase-card:first-child .group-showcase-card__copy,
		.group-showcase-card:last-child .group-showcase-card__copy {
			padding-right: 0;
			padding-left: 0;
			padding-top: 0;
		}

		.group-showcase-card__pattern--arrows-center,
		.group-showcase-card__pattern--arrows-right {
			top: 28px;
			right: 26px;
			left: auto;
		}

		.group-showcase-card__pattern--dots-bottom-left {
			left: auto;
			right: 24px;
			bottom: 18px;
		}

		.group-hero__panel {
			grid-template-columns: minmax(0, 470px) minmax(0, 1fr);
		}
	}

	@media (max-width: 920px) {
		.group-hero__panel,
		.group-lead-form__grid,
		.group-benefit-pills,
		.group-showcase-card,
		.group-showcase-card--reverse,
		.contact-field-row,
		.contact-panel {
			grid-template-columns: 1fr;
		}

		.group-trust-row {
			overflow: hidden;
		}

		.group-trust-row__track {
			flex-wrap: nowrap;
			justify-content: flex-start;
			gap: 12px 16px;
			width: max-content;
			will-change: transform;
		}

		.group-partners__logo {
			flex-basis: calc((100% - 36px) / 3);
		}

		.group-showcase-feature--single {
			max-width: none;
		}

		.group-showcase-card__pattern--arrows,
		.group-showcase-card__pattern--dots {
			display: none;
		}

		.group-renewal__visual {
			justify-content: center;
			min-height: auto;
		}

		.group-renewal__visual img {
			margin-right: 0;
		}

		.contact-panel {
			padding: 28px;
			gap: 22px;
		}

		.contact-card,
		.contact-form-card {
			border-radius: 24px;
		}

		.contact-card {
			padding: 34px 28px 36px;
		}

		.contact-form-card {
			padding: 16px 16px 20px;
		}

		.contact-form-card__intro {
			margin-bottom: 22px;
			padding: 24px 20px 18px;
			border-radius: 20px;
		}

		.contact-detail-list {
			gap: 34px;
			margin-top: 34px;
		}

		.contact-detail-list::before {
			left: 35px;
			top: 26px;
			bottom: 26px;
		}

		.contact-detail {
			grid-template-columns: 72px minmax(0, 1fr);
			gap: 16px;
		}

		.contact-detail__icon img {
			width: 72px;
			height: 72px;
		}

		.contact-field input {
			height: 58px;
			padding: 0 18px;
		}

		.contact-field textarea {
			min-height: 138px;
			padding: 16px 18px;
		}

		.contact-submit-wrap .wpcf7-submit {
			min-height: 58px;
		}
	}

	@media (max-width: 680px) {
		.group-hero__form-card,
		.group-showcase-card,
		.group-renewal__card,
		.contact-panel {
			padding: 18px;
		}

		.group-hero__form-card {
			margin-top: 0;
		}

		.group-hero__intro {
			padding: 14px 16px 12px;
		}

		.group-lead-form__grid {
			grid-template-columns: 1fr;
		}

		.group-partners__row {
			grid-template-columns: 1fr;
		}

		.group-partners__viewport {
			overflow: hidden;
		}

		.group-partners__track {
			flex-wrap: nowrap;
			justify-content: flex-start;
			gap: 16px;
			align-items: center;
		}

		.group-partners__logo {
			flex: 0 0 calc((100% - 32px) / 3);
		}

		.group-partners__logo.partner-logo--together img,
		.group-partners__logo.partner-logo--texas img {
			height: 28px;
		}

		.group-partners__logo.partner-logo--aec img {
			height: 32px;
		}

		.group-partners__logo.partner-logo--theracare img {
			height: 34px;
		}

		.group-partners__logo.partner-logo--mbf img {
			height: 32px;
		}

		.group-partners__logo.partner-logo--community img {
			height: 30px;
		}

		.group-capabilities {
			padding: 50px 0 0;
		}

		.group-compliance__copy h2,
		.group-renewal__copy h2 {
			font-size: 20px;
		}

		.group-renewal__card {
			padding-left: 18px;
			padding-right: 18px;
		}

		.contact-card,
		.contact-form-card {
			padding-left: 18px;
			padding-right: 18px;
		}
	}

.contact-page {
	background: #ffffff;
}

.contact-page .contact-hero {
	background: #fff1eb;
}

.contact-page .contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 520px;
	gap: 28px;
	align-items: center;
	min-height: 250px;
}

.contact-page .contact-hero__copy {
	max-width: 680px;
}

.contact-page .contact-hero__copy h1 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 1.04;
	letter-spacing: -0.04em;
	font-weight: 700;
}

.contact-page .contact-hero__copy p {
	margin: 0;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 1.42;
}

.contact-page .contact-hero__copy p + p {
	margin-top: 12px;
}

.contact-page .contact-hero__media {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 250px;
}

.contact-page .contact-hero__media img {
	width: 520px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
}

.contact-page .contact-section {
	padding: 6px 0 24px;
}

.contact-page .contact-panel {
	display: grid;
	grid-template-columns: 370px minmax(0, 1fr);
	gap: 26px;
	padding: 30px;
	border-radius: 24px;
	background: #f5f9ff;
}

.contact-page .contact-card,
.contact-page .contact-form-card {
	border-radius: 20px;
}

.contact-page .contact-card {
	padding: 34px 30px 38px;
}

.contact-page .contact-card h2,
.contact-page .contact-form-card__intro h2 {
	font-size: 1.35rem;
	line-height: 1.15;
}

.contact-page .contact-detail-list {
	gap: 34px;
	margin-top: 38px;
}

.contact-page .contact-detail-list::before {
	left: 36px;
	top: 34px;
	bottom: 34px;
}

.contact-page .contact-detail {
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 16px;
}

.contact-page .contact-detail__icon img {
	width: 72px;
	height: 72px;
}

.contact-page .contact-detail__copy {
	padding-top: 2px;
}

.contact-page .contact-detail__copy span,
.contact-page .contact-field span {
	font-size: 0.98rem;
	line-height: 1.25;
}

.contact-page .contact-detail__copy strong {
	margin-top: 6px;
	font-size: 1rem;
	line-height: 1.38;
}

.contact-page .contact-form-card {
	padding: 12px 16px 18px;
}

.contact-page .contact-form-card__intro {
	margin-bottom: 20px;
	padding: 22px 16px 14px;
	border-radius: 16px;
	background: #f7fbff;
}

.contact-page .contact-form-card__intro p {
	margin: 8px 0 0;
	font-size: 0.98rem;
	line-height: 1.35;
}

.contact-page .contact-message-form {
	gap: 14px;
}

.contact-page .contact-field-row {
	gap: 16px;
}

.contact-page .contact-field {
	gap: 8px;
}

.contact-page .contact-field input,
.contact-page .contact-field textarea {
	font-size: 1rem;
}

.contact-page .contact-field input {
	height: 50px;
	padding: 0 16px;
}

.contact-page .contact-field textarea {
	min-height: 170px;
	padding: 14px 16px;
}

.contact-page .contact-submit-wrap .wpcf7-submit {
	min-height: 50px;
	border-radius: 9px;
	font-size: 0.98rem;
}

.contact-page .contact-form-note,
.contact-page .contact-form-disclaimer {
	margin: 16px 0 0;
	font-size: 0.84rem;
	line-height: 1.36;
}

.contact-page .contact-form-disclaimer {
	margin-top: 14px;
}

.contact-page .nsi-home-faq {
	padding-top: 6px;
	padding-bottom: 72px;
}

@media (max-width: 920px) {
	.contact-page .contact-hero__grid,
	.contact-page .contact-panel,
	.contact-page .contact-field-row {
		grid-template-columns: 1fr;
	}

	.contact-page .contact-hero__grid {
		gap: 0;
	}

	.contact-page .contact-hero__copy {
		max-width: 100%;
		padding-bottom: 10px;
	}

	.contact-page .contact-hero__media {
		justify-content: center;
		height: auto;
	}
}

@media (max-width: 680px) {
	.contact-page .contact-hero__copy h1 {
		font-size: 1.95rem;
	}

	.contact-page .contact-hero__panel,
	.contact-page .contact-panel {
		padding: 18px;
	}

	.contact-page .contact-card,
	.contact-page .contact-form-card {
		padding-left: 18px;
		padding-right: 18px;
	}

.contact-page .nsi-home-faq {
		padding-bottom: 44px;
	}
}

@media (max-width: 767px) {
	.contact-page .breadcrumb-bar {
		font-size: 11px;
	}

	.contact-page .contact-hero {
		padding: 16px 0 18px;
	}

	.contact-page .contact-hero__grid {
		display: block;
		min-height: 0;
	}

	.contact-page .contact-hero__copy {
		max-width: 100%;
		padding: 0;
		text-align: center;
	}

	.contact-page .contact-hero__copy h1 {
		margin: 0 0 10px;
		font-size: 26px;
		line-height: 1.08;
		letter-spacing: -0.03em;
	}

	.contact-page .contact-hero__copy p {
		max-width: 520px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 1.22;
	}

	.contact-page .contact-hero__media {
		display: none;
	}

	.contact-page .contact-section {
		padding: 24px 0 22px;
	}

	.contact-page .contact-panel {
		display: flex;
		flex-direction: column;
		gap: 14px;
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.contact-page .contact-form-card {
		order: 1;
		padding: 16px 18px 18px;
		border-radius: 10px;
		background: #ffffff;
		box-shadow: 0 8px 24px rgba(73, 97, 146, 0.08);
	}

	.contact-page .contact-form-card__intro {
		margin-bottom: 18px;
		padding: 22px 16px 18px;
		border-radius: 10px;
		background: #f7fbff;
	}

	.contact-page .contact-form-card__intro h2 {
		font-size: 26px;
		line-height: 1.12;
	}

	.contact-page .contact-form-card__intro p {
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.22;
	}

	.contact-page .contact-message-form {
		gap: 13px;
	}

	.contact-page .contact-field-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.contact-page .contact-field {
		gap: 7px;
	}

	.contact-page .contact-field span {
		font-size: 15px;
		line-height: 1.2;
	}

	.contact-page .contact-field input {
		height: 52px;
		padding: 0 16px;
		border-radius: 8px;
		font-size: 15px;
	}

	.contact-page .contact-field textarea {
		min-height: 120px;
		padding: 14px 16px;
		border-radius: 8px;
		font-size: 15px;
	}

	.contact-page .contact-submit-wrap .wpcf7-submit {
		width: 100%;
		min-height: 52px;
		border-radius: 8px;
		font-size: 17px;
	}

	.contact-page .contact-form-note,
	.contact-page .contact-form-disclaimer {
		margin-top: 14px;
		font-size: 11px;
		line-height: 1.25;
	}

	.contact-page .contact-form-disclaimer {
		margin-top: 12px;
	}

	.contact-page .contact-card {
		order: 2;
		padding: 20px 24px 22px;
		border-radius: 10px;
		background: #ffffff;
		box-shadow: 0 8px 24px rgba(73, 97, 146, 0.08);
	}

	.contact-page .contact-card h2 {
		font-size: 24px;
		line-height: 1.15;
	}

	.contact-page .contact-detail-list {
		gap: 18px;
		margin-top: 20px;
	}

	.contact-page .contact-detail-list::before {
		display: none;
	}

	.contact-page .contact-detail {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 14px;
		align-items: center;
	}

	.contact-page .contact-detail__icon img {
		width: 48px;
		height: 48px;
	}

	.contact-page .contact-detail__copy {
		padding-top: 0;
	}

	.contact-page .contact-detail__copy span {
		font-size: 13px;
		line-height: 1.18;
	}

	.contact-page .contact-detail__copy strong {
		margin-top: 5px;
		font-size: 15px;
		line-height: 1.25;
	}

	.contact-page .nsi-home-faq {
		padding: 24px 0 30px;
	}

	.contact-page .nsi-home-faq__aside h2 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 1.18;
	}

	.contact-page .nsi-home-faq__aside p {
		max-width: 320px;
		margin-bottom: 18px;
		font-size: 13px;
		line-height: 1.25;
	}

	.contact-page .nsi-home-faq__item button {
		padding: 14px 0;
		font-size: 17px;
		line-height: 1.25;
	}

	.contact-page .nsi-home-faq__panel {
		padding: 0 18px 16px 31px;
	}

	.contact-page .nsi-home-faq__panel p {
		font-size: 14px;
		line-height: 1.28;
	}

	.contact-page .nsi-home-faq__button {
		width: 100%;
		min-height: 52px;
		margin-top: 18px;
		border-radius: 8px;
		font-size: 17px;
	}
}

.privacy-page {
	background: #ffffff;
}

.privacy-page .privacy-hero {
	position: relative;
	background: #fff1eb;
}

.privacy-page .privacy-hero::before {
	content: "";
	position: absolute;
	left: 48px;
	top: 52px;
	width: 74px;
	height: 24px;
	background: url("assets/renewal-chevron.png") center / contain no-repeat;
	opacity: 0.36;
}

.privacy-page .privacy-hero::after {
	content: "";
	position: absolute;
	right: 36px;
	bottom: 18px;
	width: 116px;
	height: 62px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.95;
}

.privacy-page .privacy-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 1060px;
	padding: 38px 0 34px;
}

.privacy-page .privacy-hero__copy h1 {
	margin: 0 0 16px;
	font-size: clamp(2.35rem, 3.5vw, 3.35rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.privacy-page .privacy-hero__copy p {
	margin: 0;
	max-width: 1040px;
	color: #262626;
	font-size: 0.98rem;
	line-height: 1.4;
}

.privacy-page .privacy-content-section {
	padding: 28px 0 46px;
}

.privacy-page .privacy-card {
	padding: 30px 28px 26px;
	border-radius: 24px;
	background: #f5f9ff;
}

.privacy-page .privacy-editor-content > *:first-child {
	margin-top: 0;
}

.privacy-page .privacy-editor-content > *:last-child {
	margin-bottom: 0;
}

.privacy-page .privacy-editor-content h1,
.privacy-page .privacy-editor-content h2,
.privacy-page .privacy-editor-content h3,
.privacy-page .privacy-editor-content h4 {
	margin: 0 0 16px;
	color: #111111;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.privacy-page .privacy-editor-content h1 {
	font-size: 1.5rem;
}

.privacy-page .privacy-editor-content h2 {
	font-size: 1.3rem;
}

.privacy-page .privacy-editor-content h3,
.privacy-page .privacy-editor-content h4 {
	font-size: 0.98rem;
	font-weight: 700;
}

.privacy-page .privacy-editor-content p,
.privacy-page .privacy-editor-content li {
	color: #242424;
	font-size: 0.95rem;
	line-height: 1.42;
}

.privacy-page .privacy-editor-content p {
	margin: 0 0 16px;
}

.privacy-page .privacy-editor-content ul,
.privacy-page .privacy-editor-content ol {
	margin: 16px 0;
	padding-left: 20px;
}

.privacy-page .privacy-editor-content ul li::marker {
	color: #ff8b53;
}

.privacy-page .privacy-editor-content li + li {
	margin-top: 10px;
}

.privacy-page .privacy-editor-content strong {
	color: #111111;
	font-weight: 700;
}

.privacy-page .privacy-editor-content a {
	color: #ff845e;
	font-weight: 600;
	text-decoration: none;
}

.privacy-page .privacy-editor-content a:hover {
	text-decoration: underline;
}

.privacy-page .privacy-editor-content .privacy-note,
.privacy-page .privacy-editor-content .privacy-faq-box {
	margin: 20px 0;
	padding: 18px 18px 16px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(73, 97, 146, 0.03);
}

.privacy-page .privacy-editor-content .privacy-faq-box h3 {
	margin: 0 0 12px;
}

.privacy-page .privacy-cta-section {
	padding: 0 0 56px;
}

.privacy-page .privacy-cta-card {
	position: relative;
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 168px;
	padding: 0 24px 0 0;
	border-radius: 20px;
	background: #fff1eb;
	overflow: hidden;
}

.privacy-page .privacy-cta-card::before {
	content: "";
	position: absolute;
	left: 182px;
	top: 50px;
	width: 72px;
	height: 24px;
	background: url("assets/renewal-chevron.png") center / contain no-repeat;
	opacity: 0.34;
}

.privacy-page .privacy-cta-card::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 114px;
	height: 58px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.95;
}

.privacy-page .privacy-cta-card__image {
	align-self: end;
	width: 222px;
	margin-left: 12px;
}

.privacy-page .privacy-cta-card__copy {
	position: relative;
	z-index: 1;
	max-width: 620px;
}

.privacy-page .privacy-cta-card__copy h2 {
	margin: 0 0 12px;
	font-size: 1.44rem;
	line-height: 1.14;
	letter-spacing: -0.02em;
}

.privacy-page .privacy-cta-card__copy p {
	margin: 0;
	color: #232323;
	font-size: 0.98rem;
	line-height: 1.34;
}

.privacy-page .privacy-cta-card__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-width: 164px;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid #111111;
	border-radius: 10px;
	background: #111111;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.privacy-page .privacy-cta-card__button:hover {
	background: #2b2b2b;
	border-color: #2b2b2b;
	color: #ffffff;
	box-shadow: none;
}

@media (max-width: 920px) {
	.privacy-page .privacy-hero::before,
	.privacy-page .privacy-hero::after,
	.privacy-page .privacy-cta-card::before,
	.privacy-page .privacy-cta-card::after {
		display: none;
	}

	.privacy-page .privacy-cta-card {
		grid-template-columns: 1fr;
		padding: 22px 20px 24px;
	}

	.privacy-page .privacy-cta-card__image {
		width: 190px;
		margin-left: 0;
	}
}

@media (max-width: 680px) {
	.privacy-page .privacy-hero__copy {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.privacy-page .privacy-hero__copy h1 {
		font-size: 1.95rem;
	}

	.privacy-page .privacy-content-section {
		padding-top: 24px;
		padding-bottom: 34px;
	}

	.privacy-page .privacy-card {
		padding: 22px 18px 20px;
		border-radius: 18px;
	}

	.privacy-page .privacy-editor-content h1 {
		font-size: 1.28rem;
	}

	.privacy-page .privacy-editor-content h2 {
		font-size: 1.16rem;
	}

	.privacy-page .privacy-editor-content p,
	.privacy-page .privacy-editor-content li {
		font-size: 0.88rem;
	}

	.privacy-page .privacy-editor-content .privacy-note,
	.privacy-page .privacy-editor-content .privacy-faq-box {
		padding: 16px 14px 14px;
		border-radius: 14px;
	}

	.privacy-page .privacy-cta-section {
		padding-bottom: 42px;
	}

	.privacy-page .privacy-cta-card {
		padding: 18px 18px 22px;
		border-radius: 18px;
	}

	.privacy-page .privacy-cta-card__image {
		width: 180px;
	}

	.privacy-page .privacy-cta-card__copy h2 {
		font-size: 1.2rem;
	}

	.privacy-page .privacy-cta-card__copy p {
		font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	.privacy-page .breadcrumb-bar {
		font-size: 11px;
	}

	.privacy-page .privacy-hero {
		padding: 18px 0 20px;
	}

	.privacy-page .privacy-hero::before,
	.privacy-page .privacy-hero::after,
	.privacy-page .privacy-cta-card::before,
	.privacy-page .privacy-cta-card::after {
		display: none;
	}

	.privacy-page .privacy-hero__copy {
		max-width: 100%;
		padding: 0;
		text-align: center;
	}

	.privacy-page .privacy-hero__copy h1 {
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 1.08;
		letter-spacing: -0.03em;
	}

	.privacy-page .privacy-hero__copy p {
		max-width: 520px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 1.16;
	}

	.privacy-page .privacy-content-section {
		padding: 20px 0 24px;
	}

	.privacy-page .privacy-card {
		padding: 18px 18px 20px;
		border-radius: 10px;
	}

	.privacy-page .privacy-editor-content h1,
	.privacy-page .privacy-editor-content h2 {
		margin-bottom: 12px;
		font-size: 21px;
		line-height: 1.12;
	}

	.privacy-page .privacy-editor-content h3,
	.privacy-page .privacy-editor-content h4 {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.16;
	}

	.privacy-page .privacy-editor-content p,
	.privacy-page .privacy-editor-content li {
		font-size: 12px;
		line-height: 1.2;
	}

	.privacy-page .privacy-editor-content p {
		margin-bottom: 12px;
	}

	.privacy-page .privacy-editor-content ul,
	.privacy-page .privacy-editor-content ol {
		margin: 10px 0 14px;
		padding-left: 16px;
	}

	.privacy-page .privacy-editor-content li + li {
		margin-top: 8px;
	}

	.privacy-page .privacy-editor-content .privacy-note,
	.privacy-page .privacy-editor-content .privacy-faq-box {
		margin: 16px 0;
		padding: 16px 16px 15px;
		border-radius: 8px;
	}

	.privacy-page .privacy-editor-content .privacy-faq-box h3 {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.18;
	}

	.privacy-page .privacy-cta-section {
		padding: 0 0 34px;
	}

	.privacy-page .privacy-cta-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 152px;
		grid-template-areas:
			"copy image"
			"button image";
		gap: 14px 8px;
		align-items: end;
		min-height: 203px;
		padding: 26px 0 14px 18px;
		border-radius: 14px;
	}

	.privacy-page .privacy-cta-card__image {
		grid-area: image;
		width: 194px;
		max-width: none;
		margin: 0 -18px -14px 0;
		align-self: end;
		transform: scaleX(-1);
	}

	.privacy-page .privacy-cta-card__copy {
		grid-area: copy;
		max-width: none;
	}

	.privacy-page .privacy-cta-card__copy h2 {
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: -0.035em;
	}

	.privacy-page .privacy-cta-card__copy p {
		margin: 0;
		max-width: 175px;
		font-size: 13px;
		line-height: 1.25;
	}

	.privacy-page .privacy-cta-card__button {
		grid-area: button;
		justify-self: start;
		min-width: 146px;
		min-height: 42px;
		padding: 0 16px;
		border-radius: 8px;
		font-size: 15px;
	}
}

.money-back-page {
	background: #ffffff;
}

.money-back-page .money-back-section {
	padding: 40px 0 34px;
}

.money-back-page .money-back-card {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
	padding: 34px 38px 34px 34px;
	border-radius: 24px;
	background: #fff1eb;
}

.money-back-page .money-back-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
}

.money-back-page .money-back-card__media img {
	width: 230px;
	max-width: 100%;
	height: auto;
}

.money-back-page .money-back-card__copy {
	max-width: 760px;
}

.money-back-page .money-back-card__copy > *:first-child {
	margin-top: 0;
}

.money-back-page .money-back-card__copy > *:last-child {
	margin-bottom: 0;
}

.money-back-page .money-back-card__copy h1 {
	margin: 0 0 18px;
	font-size: clamp(2rem, 3.1vw, 3rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.money-back-page .money-back-card__copy h2 {
	margin: 0 0 18px;
	font-size: clamp(1.55rem, 2.1vw, 2.2rem);
	line-height: 1.14;
	letter-spacing: -0.02em;
}

.money-back-page .money-back-card__copy p {
	margin: 0;
	color: #212121;
	font-size: 0.98rem;
	line-height: 1.42;
}

.money-back-page .money-back-card__copy p + p,
.money-back-page .money-back-card__copy h1 + p,
.money-back-page .money-back-card__copy h2 + p,
.money-back-page .money-back-card__copy p + h2 {
	margin-top: 18px;
}

.money-back-page .money-back-card__copy a {
	color: #ff845e;
	font-weight: 600;
	text-decoration: none;
}

.money-back-page .money-back-card__copy a:hover {
	text-decoration: underline;
}

@media (max-width: 920px) {
	.money-back-page .money-back-card {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 28px 26px;
	}

	.money-back-page .money-back-card__media {
		min-height: 0;
	}

	.money-back-page .money-back-card__media img {
		width: 210px;
	}
}

@media (max-width: 680px) {
	.money-back-page .money-back-section {
		padding-top: 28px;
		padding-bottom: 26px;
	}

	.money-back-page .money-back-card {
		padding: 22px 18px;
		border-radius: 18px;
	}

	.money-back-page .money-back-card__copy h1 {
		font-size: 1.9rem;
	}

	.money-back-page .money-back-card__copy h2 {
		font-size: 1.42rem;
	}

.money-back-page .money-back-card__copy p {
	font-size: 0.92rem;
	}
}

@media (max-width: 767px) {
	.money-back-page .breadcrumb-bar {
		font-size: 12px;
	}

	.money-back-page .money-back-section {
		padding: 0;
		background: #fff1eb;
	}

	.money-back-page .money-back-section .container {
		width: 100%;
	}

	.money-back-page .money-back-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		padding: 34px 18px 30px;
		border-radius: 0;
		background: #fff1eb;
		text-align: center;
	}

	.money-back-page .money-back-card__media {
		min-height: 0;
		width: 100%;
	}

	.money-back-page .money-back-card__media img {
		width: min(72vw, 310px);
		max-width: none;
	}

	.money-back-page .money-back-card__copy {
		max-width: 520px;
	}

	.money-back-page .money-back-card__copy h1,
	.money-back-page .money-back-card__copy h2 {
		margin: 0 0 18px;
		text-align: center;
		font-size: 27px;
		line-height: 1.12;
		letter-spacing: -0.025em;
	}

	.money-back-page .money-back-card__copy p {
		margin: 0;
		text-align: center;
		font-size: 18px;
		line-height: 1.2;
	}

	.money-back-page .money-back-card__copy p + p,
	.money-back-page .money-back-card__copy h1 + p,
	.money-back-page .money-back-card__copy h2 + p,
	.money-back-page .money-back-card__copy p + h2 {
		margin-top: 24px;
	}
}

.terms-page {
	background: #ffffff;
}

.terms-page .terms-hero {
	position: relative;
	background: #fff1eb;
}

.terms-page .terms-hero::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 44px;
	width: 74px;
	height: 24px;
	background: url("assets/renewal-chevron.png") center / contain no-repeat;
	opacity: 0.34;
}

.terms-page .terms-hero::after {
	content: "";
	position: absolute;
	right: 32px;
	bottom: 18px;
	width: 116px;
	height: 62px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.95;
}

.terms-page .terms-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 1080px;
	padding: 34px 0 30px;
}

.terms-page .terms-hero__copy h1 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.terms-page .terms-hero__copy p {
	margin: 0;
	max-width: 1020px;
	color: #262626;
	font-size: 16px;
	line-height: 1.4;
}

.terms-page .terms-content-section {
	padding: 28px 0 48px;
}

.terms-page .terms-card {
	padding: 28px 24px 26px;
	border-radius: 24px;
	background: #f5f9ff;
}

.terms-page .terms-editor-content > *:first-child {
	margin-top: 0;
}

.terms-page .terms-editor-content > *:last-child {
	margin-bottom: 0;
}

.terms-page .terms-editor-content h1,
.terms-page .terms-editor-content h2,
.terms-page .terms-editor-content h3,
.terms-page .terms-editor-content h4 {
	margin: 0 0 14px;
	color: #111111;
	line-height: 1.16;
	letter-spacing: -0.02em;
}

.terms-page .terms-editor-content h1 {
	font-size: 24px;
}

.terms-page .terms-editor-content h2 {
	font-size: 24px;
}

.terms-page .terms-editor-content h3,
.terms-page .terms-editor-content h4 {
	font-size: 24px;
	font-weight: 700;
}

.terms-page .terms-editor-content p,
.terms-page .terms-editor-content li {
	color: #242424;
	font-size: 16px;
	line-height: 1.38;
}

.terms-page .terms-editor-content p {
	margin: 0 0 14px;
}

.terms-page .terms-editor-content ul,
.terms-page .terms-editor-content ol {
	margin: 14px 0;
	padding-left: 20px;
}

.terms-page .terms-editor-content li + li {
	margin-top: 10px;
}

.terms-page .terms-editor-content a {
	color: #ff845e;
	font-weight: 600;
	text-decoration: none;
}

.terms-page .terms-editor-content a:hover {
	text-decoration: underline;
}

.terms-page .terms-contact-box {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(73, 97, 146, 0.03);
}

.terms-page .terms-contact-box p {
	font-size: 0.9rem;
}

.terms-page .terms-contact-box p + p {
	margin-top: 10px;
}

.terms-page .terms-cta-section {
	padding: 0 0 56px;
}

.terms-page .terms-cta-card {
	position: relative;
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 168px;
	padding: 0 24px 0 0;
	border-radius: 20px;
	background: #fff1eb;
	overflow: hidden;
}

.terms-page .terms-cta-card::before {
	content: "";
	position: absolute;
	left: 182px;
	top: 50px;
	width: 72px;
	height: 24px;
	background: url("assets/renewal-chevron.png") center / contain no-repeat;
	opacity: 0.34;
}

.terms-page .terms-cta-card::after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 10px;
	width: 114px;
	height: 58px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.95;
}

.terms-page .terms-cta-card__image {
	align-self: end;
	width: 222px;
	margin-left: 12px;
}

.terms-page .terms-cta-card__copy {
	position: relative;
	z-index: 1;
	max-width: 620px;
}

.terms-page .terms-cta-card__copy h2 {
	margin: 0 0 12px;
	font-size: 1.44rem;
	line-height: 1.14;
	letter-spacing: -0.02em;
}

.terms-page .terms-cta-card__copy p {
	margin: 0;
	color: #232323;
	font-size: 0.98rem;
	line-height: 1.34;
}

.terms-page .terms-cta-card__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-width: 164px;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid #111111;
	border-radius: 10px;
	background: #111111;
	box-shadow: none;
	font-size: 0.9rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.terms-page .terms-cta-card__button:hover {
	background: #2b2b2b;
	border-color: #2b2b2b;
	color: #ffffff;
	box-shadow: none;
}

@media (max-width: 920px) {
	.terms-page .terms-hero::before,
	.terms-page .terms-hero::after,
	.terms-page .terms-cta-card::before,
	.terms-page .terms-cta-card::after {
		display: none;
	}

	.terms-page .terms-cta-card {
		grid-template-columns: 1fr;
		padding: 22px 20px 24px;
	}

	.terms-page .terms-cta-card__image {
		width: 190px;
		margin-left: 0;
	}
}

@media (max-width: 680px) {
	.terms-page .terms-hero__copy {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.terms-page .terms-hero__copy h1 {
		font-size: 1.95rem;
	}

	.terms-page .terms-hero__copy p {
		font-size: 0.9rem;
	}

	.terms-page .terms-content-section {
		padding: 24px 0 36px;
	}

	.terms-page .terms-card {
		padding: 20px 16px 20px;
		border-radius: 18px;
	}

	.terms-page .terms-editor-content h2 {
		font-size: 1.12rem;
	}

	.terms-page .terms-editor-content h3,
	.terms-page .terms-editor-content h4 {
		font-size: 1.04rem;
	}

	.terms-page .terms-editor-content p,
	.terms-page .terms-editor-content li,
	.terms-page .terms-contact-box p {
		font-size: 0.88rem;
	}

	.terms-page .terms-contact-box {
		padding: 12px 14px;
		border-radius: 14px;
	}

	.terms-page .terms-cta-section {
		padding-bottom: 42px;
	}

	.terms-page .terms-cta-card {
		padding: 18px 18px 22px;
		border-radius: 18px;
	}

	.terms-page .terms-cta-card__image {
		width: 180px;
	}

	.terms-page .terms-cta-card__copy h2 {
		font-size: 1.2rem;
	}

	.terms-page .terms-cta-card__copy p {
		font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	.terms-page .breadcrumb-bar {
		font-size: 11px;
	}

	.terms-page .terms-hero {
		padding: 16px 0 18px;
	}

	.terms-page .terms-hero::before,
	.terms-page .terms-hero::after,
	.terms-page .terms-cta-card::before,
	.terms-page .terms-cta-card::after {
		display: none;
	}

	.terms-page .terms-hero__copy {
		max-width: 100%;
		padding: 0;
		text-align: center;
	}

	.terms-page .terms-hero__copy h1 {
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 1.08;
		letter-spacing: -0.03em;
	}

	.terms-page .terms-hero__copy p {
		max-width: 520px;
		margin: 0 auto;
		font-size: 13px;
		line-height: 1.16;
	}

	.terms-page .terms-content-section {
		padding: 18px 0 24px;
	}

	.terms-page .terms-card {
		padding: 18px 18px 20px;
		border-radius: 10px;
	}

	.terms-page .terms-editor-content h1,
	.terms-page .terms-editor-content h2 {
		margin-bottom: 12px;
		font-size: 21px;
		line-height: 1.12;
	}

	.terms-page .terms-editor-content h3,
	.terms-page .terms-editor-content h4 {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.16;
	}

	.terms-page .terms-editor-content p,
	.terms-page .terms-editor-content li,
	.terms-page .terms-contact-box p {
		font-size: 12px;
		line-height: 1.2;
	}

	.terms-page .terms-editor-content p {
		margin-bottom: 12px;
	}

	.terms-page .terms-editor-content ul,
	.terms-page .terms-editor-content ol {
		margin: 10px 0 14px;
		padding-left: 16px;
	}

	.terms-page .terms-editor-content li + li {
		margin-top: 8px;
	}

	.terms-page .terms-contact-box {
		margin-top: 16px;
		padding: 16px 16px 15px;
		border-radius: 8px;
	}

	.terms-page .terms-cta-section {
		padding: 0 0 28px;
	}

	.terms-page .terms-cta-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 152px;
		grid-template-areas:
			"copy image"
			"button image";
		gap: 14px 8px;
		align-items: end;
		min-height: 203px;
		padding: 26px 0 14px 18px;
		border-radius: 14px;
	}

	.terms-page .terms-cta-card__image {
		grid-area: image;
		width: 194px;
		max-width: none;
		margin: 0 -18px -14px 0;
		align-self: end;
		transform: scaleX(-1);
	}

	.terms-page .terms-cta-card__copy {
		grid-area: copy;
		max-width: none;
	}

	.terms-page .terms-cta-card__copy h2 {
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: -0.035em;
	}

	.terms-page .terms-cta-card__copy p {
		margin: 0;
		max-width: 175px;
		font-size: 13px;
		line-height: 1.25;
	}

	.terms-page .terms-cta-card__button {
		grid-area: button;
		justify-self: start;
		min-width: 146px;
		min-height: 42px;
		padding: 0 16px;
		border-radius: 8px;
		font-size: 15px;
	}
}

.testimonials-page {
	background: #ffffff;
}

.testimonials-page .testimonials-hero {
	background: #fff1eb;
}

.testimonials-page .testimonials-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 520px;
	gap: 28px;
	align-items: center;
	min-height: 250px;
}

.testimonials-page .testimonials-hero__copy {
	max-width: 680px;
}

.testimonials-page .testimonials-hero__copy h1 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.testimonials-page .testimonials-hero__copy p {
	margin: 0;
	color: #262626;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.32;
}

.testimonials-page .testimonials-hero__media {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 250px;
}

.testimonials-page .testimonials-hero__media img {
	width: 520px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
}

.testimonials-page .testimonials-page-section {
	padding: 34px 0 56px;
}

.testimonials-page .testimonials-page__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 28px;
}

.testimonials-page .testimonials-page__rating img {
	width: 120px;
}

.testimonials-page .testimonials-page__rating p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #171717;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}

.testimonials-page .testimonials-page__rating strong {
	font-size: 1rem;
}

.testimonials-page .testimonials-page__rating span {
	font-size: 0.96rem;
}

.testimonials-page .testimonials-page__rating-stars {
	color: #ffb420;
	letter-spacing: 0.08em;
}

.testimonials-page .testimonials-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.testimonials-page .testimonial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 256px;
	padding: 20px 20px 16px;
	border: 1px solid #edf2fb;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(84, 117, 180, 0.08);
}

.testimonials-page .quote-mark {
	display: block;
	width: 25px;
	height: 24px;
	max-width: 25px;
	margin-bottom: 18px;
	object-fit: contain;
	object-position: left top;
	flex: 0 0 auto;
}

.testimonials-page .course-chip {
	position: absolute;
	top: 22px;
	right: 18px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff2ed;
	color: #211814;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
}

.testimonials-page .testimonial-card--page h3 {
	margin: 0 0 12px;
	font-size: 0.98rem;
	line-height: 1.2;
}

.testimonials-page .testimonial-card--page p {
	margin: 0;
	max-width: none;
	color: #222222;
	font-size: 0.82rem;
	line-height: 1.3;
}

.testimonials-page .testimonial-card__bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	flex: 1 1 auto;
	margin-top: 22px;
}

.testimonials-page .testimonial-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 0;
}

.testimonials-page .avatar-image,
.testimonials-page .avatar {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	flex: 0 0 30px;
}

.testimonials-page .avatar-image {
	object-fit: cover;
}

.testimonials-page .avatar {
	color: #54362c;
	font-size: 0.58rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.82);
}

.testimonials-page .testimonial-meta strong,
.testimonials-page .testimonial-meta > div span {
	display: block;
}

.testimonials-page .testimonial-meta strong {
	font-size: 0.84rem;
	line-height: 1.2;
}

.testimonials-page .testimonial-meta > div span {
	margin-top: 3px;
	color: #484848;
	font-size: 0.72rem;
	line-height: 1.2;
}

.testimonials-page .testimonial-meta .avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	font-size: 0.58rem;
	line-height: 1;
}

.testimonials-page .stars {
	margin-top: 0;
	margin-left: 40px;
	color: #ffb420;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
}

.testimonials-page .avatar--sunset {
	background: linear-gradient(180deg, #ffd6c7, #f6b086);
}

.testimonials-page .avatar--gold {
	background: linear-gradient(180deg, #ffe5b2, #f7c76d);
}

.testimonials-page .avatar--ocean {
	background: linear-gradient(180deg, #d8ebff, #8eb8f5);
}

.testimonials-page .avatar--peach {
	background: linear-gradient(180deg, #ffe2d7, #f4b5a3);
}

.testimonials-page .avatar--slate {
	background: linear-gradient(180deg, #dbe2f5, #92a1c6);
}

.testimonials-page .avatar--rose {
	background: linear-gradient(180deg, #ffdce7, #f3a0b8);
}

.testimonials-page .avatar--forest {
	background: linear-gradient(180deg, #d7f0d8, #8dc298);
}

.testimonials-page .avatar--mint {
	background: linear-gradient(180deg, #d8f4ef, #89cfbb);
}

.testimonials-page .testimonials-cta-section {
	padding: 14px 0 58px;
}

.testimonials-page .testimonials-cta-card {
	position: relative;
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr) auto;
	gap: 26px;
	align-items: center;
	min-height: 214px;
	padding: 0 26px 0 0;
	border-radius: 22px;
	background: #fff1eb;
	overflow: hidden;
}

.testimonials-page .testimonials-cta-card::before {
	content: "";
	position: absolute;
	left: 184px;
	top: 56px;
	width: 72px;
	height: 28px;
	background: url("https://nationalsafe.wpenginepowered.com/wp-content/uploads/2026/06/Frame.png") center / contain no-repeat;
	opacity: 0.42;
}

.testimonials-page .testimonials-cta-card::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 116px;
	height: 60px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.95;
}

.testimonials-page .testimonials-cta-card__image {
	align-self: end;
	width: 222px;
	margin-left: 12px;
}

.testimonials-page .testimonials-cta-card__copy {
	position: relative;
	z-index: 1;
	max-width: 640px;
}

.testimonials-page .testimonials-cta-card__copy h2 {
	margin: 0 0 12px;
	font-size: 1.46rem;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.testimonials-page .testimonials-cta-card__content p,
.testimonials-page .testimonials-cta-card__content strong {
	display: block;
}

.testimonials-page .testimonials-cta-card__content p {
	margin: 0 0 18px;
	color: #232323;
	font-size: 0.98rem;
	line-height: 1.34;
}

.testimonials-page .testimonials-cta-card__content p:last-child {
	margin-bottom: 0;
}

.testimonials-page .testimonials-cta-card__content strong {
	color: #111111;
	font-size: 0.95rem;
	line-height: 1.35;
}

.testimonials-page .testimonials-cta-card__button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	min-width: 166px;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid #111111;
	border-radius: 10px;
	background: #111111;
	box-shadow: none;
	font-size: 0.92rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.testimonials-page .testimonials-cta-card__button:hover {
	background: #2b2b2b;
	border-color: #2b2b2b;
	color: #ffffff;
	box-shadow: none;
}

@media (max-width: 920px) {
	.testimonials-page .testimonials-hero__grid,
	.testimonials-page .testimonials-cta-card {
		grid-template-columns: 1fr;
	}

	.testimonials-page .testimonials-hero__media {
		justify-content: center;
		height: auto;
	}

	.testimonials-page .testimonials-page-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.testimonials-page .testimonials-cta-card {
		padding: 22px 20px 24px;
	}

	.testimonials-page .testimonials-cta-card::before,
	.testimonials-page .testimonials-cta-card::after {
		display: none;
	}

	.testimonials-page .testimonials-cta-card__image {
		width: 190px;
		margin-left: 0;
	}
}

@media (max-width: 680px) {
	.testimonials-page .testimonials-hero__copy {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.testimonials-page .testimonials-hero__copy h1 {
		font-size: 2.05rem;
	}

	.testimonials-page .testimonials-hero__copy p {
		font-size: 0.96rem;
	}

	.testimonials-page .testimonials-page-section {
		padding-top: 28px;
	}

	.testimonials-page .testimonials-page__rating {
		gap: 8px;
		margin-bottom: 22px;
	}

	.testimonials-page .testimonials-page__rating p {
		flex-wrap: wrap;
		justify-content: center;
	}

	.testimonials-page .testimonials-page-grid {
		grid-template-columns: 1fr;
	}

	.testimonials-page .testimonial-card {
		min-height: 0;
	}

	.testimonials-page .stars {
		margin-left: 0;
	}

	.testimonials-page .testimonials-cta-section {
		padding-bottom: 42px;
	}

	.testimonials-page .testimonials-cta-card {
		padding: 18px 18px 22px;
		border-radius: 18px;
	}

	.testimonials-page .testimonials-cta-card__image {
		width: 180px;
	}

	.testimonials-page .testimonials-cta-card__copy h2 {
		font-size: 1.24rem;
	}

	.testimonials-page .testimonials-cta-card__content p,
	.testimonials-page .testimonials-cta-card__content strong {
		font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	.testimonials-page .testimonials-hero {
		padding: 12px 0 14px;
	}

	.testimonials-page .testimonials-hero__grid {
		display: block;
		min-height: 0;
	}

	.testimonials-page .testimonials-hero__copy {
		max-width: none;
		padding: 0;
		text-align: center;
	}

	.testimonials-page .testimonials-hero__copy h1 {
		max-width: 350px;
		margin: 0 auto 6px;
		font-size: 22px;
		line-height: 1.15;
		letter-spacing: -0.035em;
	}

	.testimonials-page .testimonials-hero__copy p {
		margin: 0;
		font-size: 11px;
		line-height: 1.2;
		font-weight: 700;
	}

	.testimonials-page .testimonials-hero__media {
		display: none;
	}

	.testimonials-page .testimonials-page-section {
		padding: 14px 0 24px;
	}

	.testimonials-page .testimonials-page__rating {
		justify-content: flex-start;
		gap: 7px;
		margin-bottom: 16px;
		overflow: hidden;
	}

	.testimonials-page .testimonials-page__rating img {
		width: 126px;
		flex: 0 0 auto;
	}

	.testimonials-page .testimonials-page__rating p {
		display: block;
		min-width: 0;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.2;
		font-weight: 700;
		white-space: nowrap;
		text-overflow: clip;
	}

	.testimonials-page .testimonials-page__rating span {
		font-size: 12px;
	}

	.testimonials-page .testimonials-page-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.testimonials-page .testimonial-card {
		min-height: 0;
		padding: 17px 16px 15px;
		border-radius: 8px;
		box-shadow: 0 8px 18px rgba(84, 117, 180, 0.1);
	}

	.testimonials-page .quote-mark {
		width: 24px;
		height: 23px;
		max-width: 24px;
		margin-bottom: 18px;
	}

	.testimonials-page .course-chip {
		top: 21px;
		right: 15px;
		padding: 4px 8px;
		font-size: 10px;
	}

	.testimonials-page .testimonial-card--page h3 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.18;
	}

	.testimonials-page .testimonial-card--page p {
		font-size: 12px;
		line-height: 1.28;
	}

	.testimonials-page .testimonial-card__bottom {
		gap: 4px;
		margin-top: 18px;
	}

	.testimonials-page .testimonial-meta {
		gap: 9px;
	}

	.testimonials-page .avatar-image,
	.testimonials-page .avatar {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	.testimonials-page .testimonial-meta strong {
		font-size: 12px;
		line-height: 1.1;
	}

	.testimonials-page .testimonial-meta > div span {
		margin-top: 2px;
		font-size: 10px;
		line-height: 1.1;
	}

	.testimonials-page .stars {
		margin-left: 43px;
		font-size: 11px;
		line-height: 1;
		letter-spacing: 0.05em;
	}

	.testimonials-page .testimonials-cta-section {
		padding: 14px 0 34px;
	}

	.testimonials-page .testimonials-cta-card {
		display: grid;
		grid-template-columns: minmax(0, 1.25fr) clamp(132px, 34vw, 300px);
		grid-template-areas:
			"copy image"
			"button image";
		gap: clamp(12px, 2.2vw, 24px) clamp(8px, 2vw, 24px);
		align-items: end;
		min-height: clamp(238px, 58vw, 500px);
		padding: clamp(22px, 5vw, 48px) 0 clamp(16px, 3.2vw, 28px) clamp(22px, 5vw, 36px);
		border-radius: clamp(12px, 2vw, 16px);
	}

	.testimonials-page .testimonials-cta-card::before {
		display: block;
		left: 53%;
		top: 20%;
		width: clamp(54px, 10vw, 86px);
		height: clamp(20px, 3.8vw, 34px);
		opacity: 0.32;
	}

	.testimonials-page .testimonials-cta-card::after {
		display: block;
		left: 0;
		right: auto;
		bottom: 0;
		width: clamp(72px, 14vw, 128px);
		height: clamp(56px, 12vw, 96px);
		background-size: clamp(9px, 1.5vw, 12px) clamp(9px, 1.5vw, 12px);
		opacity: 0.65;
	}

	.testimonials-page .testimonials-cta-card__image {
		grid-area: image;
		align-self: end;
		width: clamp(230px, 50vw, 390px);
		max-width: none;
		margin: 0 clamp(-54px, -5vw, -22px) clamp(-18px, -3.5vw, -32px) 0;
		transform: scaleX(-1);
		position: relative;
		right: 80px;
	}

	.testimonials-page .testimonials-cta-card__copy {
		grid-area: copy;
		max-width: clamp(205px, 56vw, 540px);
	}

	.testimonials-page .testimonials-cta-card__copy h2 {
		margin: 0 0 clamp(10px, 1.7vw, 20px);
		font-size: clamp(24px, 4vw, 36px);
		line-height: 1.08;
		letter-spacing: -0.035em;
	}

	.testimonials-page .testimonials-cta-card__content p,
	.testimonials-page .testimonials-cta-card__content strong {
		font-size: clamp(14px, 2.85vw, 25px);
		line-height: 1.18;
		font-weight: 500;
	}

	.testimonials-page .testimonials-cta-card__content p {
		margin-bottom: clamp(14px, 3.5vw, 36px);
	}

	.testimonials-page .testimonials-cta-card__button {
		grid-area: button;
		justify-self: start;
		min-width: clamp(150px, 30vw, 234px);
		min-height: clamp(44px, 7vw, 60px);
		padding: 0 clamp(16px, 3vw, 26px);
		border-radius: 6px;
		font-size: clamp(14px, 2.4vw, 20px);
		line-height: 1;
	}
}

@media (max-width: 380px) {
	.testimonials-page .testimonials-cta-card {
		grid-template-columns: minmax(0, 1fr) 116px;
		gap: 12px 6px;
		padding: 18px 0 16px 18px;
	}

	.testimonials-page .testimonials-cta-card__image {
		width: 168px;
		margin: 0 -24px -14px 0;
		right: 22px;
	}

	.testimonials-page .testimonials-cta-card__copy {
		max-width: 150px;
	}

	.testimonials-page .testimonials-cta-card__copy h2 {
		font-size: 16px;
		line-height: 1.12;
	}

	.testimonials-page .testimonials-cta-card__content p,
	.testimonials-page .testimonials-cta-card__content strong {
		font-size: 12px;
		line-height: 1.22;
	}

	.testimonials-page .testimonials-cta-card__button {
		min-width: 127px;
		font-size: 14px;
	}
}

.faqs-page {
	background: #fff;
}

.faqs-page .faqs-hero {
	background: #fff1eb;
}

.faqs-page .faqs-hero__copy {
	max-width: 860px;
	padding: 34px 0 30px;
}

.faqs-page .faqs-hero__copy h1 {
	margin: 0 0 16px;
	font-size: 32px;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.faqs-page .faqs-hero__copy p {
	margin: 0;
	max-width: 860px;
	color: #262626;
	font-size: 14px;
	line-height: 1.4;
}

.faqs-page .faqs-page-section {
	padding: 24px 0 68px;
}

.faqs-page .faqs-page-layout {
	max-width: 860px;
	margin: 0 auto;
}

.faqs-page .faq-list {
	display: grid;
	gap: 0;
}

.faqs-page .faq-item {
	border-bottom: 1px solid #d9e4ef;
}

.faqs-page .faq-item h3 {
	margin: 0;
}

.faqs-page .faq-item button {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 22px 8px 22px 0;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
}

.faqs-page .faq-button-copy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 740px;
}

.faqs-page .faq-question-icon {
	display: inline-flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	border-radius: 50%;
	background: #ff8159;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
}

.faqs-page .faq-chevron-icon {
	display: inline-flex;
	flex: none;
	margin-top: 4px;
	width: 16px;
	height: 16px;
	color: #151515;
	transition: transform 180ms ease;
}

.faqs-page .faq-chevron-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.faqs-page .faq-item.is-open .faq-chevron-icon {
	transform: rotate(180deg);
}

.faqs-page .faq-panel {
	padding: 0 42px 14px 26px;
}

.faqs-page .faq-panel p {
	margin: 0;
	max-width: 760px;
	color: #262626;
	font-size: 14px;
	line-height: 1.32;
}

.faqs-page .faq-item.is-open {
	background: #fff;
}

@media (max-width: 991px) {
	.faqs-page .faqs-hero__copy {
		padding: 28px 0 24px;
	}

	.faqs-page .faqs-hero__copy h1 {
		font-size: 1.95rem;
	}

	.faqs-page .faqs-hero__copy p {
		font-size: 0.91rem;
	}

	.faqs-page .faqs-page-section {
		padding-top: 20px;
		padding-bottom: 48px;
	}

	.faqs-page .faq-item button {
		padding: 18px 0;
		font-size: 0.95rem;
	}

	.faqs-page .faq-panel {
		padding: 0 24px 14px 26px;
	}

	.faqs-page .faq-panel p {
		font-size: 0.89rem;
	}
}

@media (max-width: 767px) {
	.faqs-page .breadcrumb-bar {
		font-size: 12px;
	}

	.faqs-page .faqs-hero {
		padding: 22px 0 20px;
	}

	.faqs-page .faqs-hero__copy {
		max-width: 100%;
		padding: 0;
		text-align: left;
	}

	.faqs-page .faqs-hero__copy h1 {
		margin: 0 0 12px;
		font-size: 22px;
		line-height: 1.12;
		letter-spacing: -0.03em;
	}

	.faqs-page .faqs-hero__copy p {
		max-width: 330px;
		margin: 0;
		font-size: 13px;
		line-height: 1.32;
	}

	.faqs-page .faqs-page-section {
		padding: 0 0 18px;
	}

	.faqs-page .faqs-page-layout {
		max-width: none;
	}

	.faqs-page .faq-item {
		border-bottom: 1px solid #d9e4ef;
	}

	.faqs-page .faq-item button {
		align-items: flex-start;
		gap: 12px;
		padding: 17px 0;
		font-size: 18px;
		line-height: 1.18;
		letter-spacing: -0.015em;
	}

	.faqs-page .faq-button-copy {
		gap: 10px;
		max-width: calc(100% - 34px);
	}

	.faqs-page .faq-question-icon {
		width: 16px;
		height: 16px;
		margin-top: 1px;
		font-size: 11px;
	}

	.faqs-page .faq-chevron-icon {
		width: 14px;
		height: 14px;
		margin-top: 2px;
	}

	.faqs-page .faq-panel {
		padding: 0 22px 17px 26px;
	}

	.faqs-page .faq-panel p {
		max-width: none;
		font-size: 14px;
		line-height: 1.28;
	}

	.faqs-page .faq-item.is-open {
		border-radius: 0 0 10px 10px;
		box-shadow: 0 8px 18px rgba(75, 105, 160, 0.06);
	}
}

.blogs-page {
	background: #ffffff;
}

.blogs-page .blogs-hero {
	position: relative;
	background: #fff1eb;
}

.blogs-page .blogs-hero::before {
	content: "";
	position: absolute;
	left: 58px;
	top: 54px;
	width: 74px;
	height: 24px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='31' viewBox='0 0 86 31'%3E%3Cg fill='%23ffcbbd'%3E%3Cpath d='M0 0l16 8.5L0 17z'/%3E%3Cpath d='M23 0l16 8.5L23 17z'/%3E%3Cpath d='M46 0l16 8.5L46 17z'/%3E%3Cpath d='M69 0l16 8.5L69 17z'/%3E%3C/g%3E%3C/svg%3E")
		center / contain no-repeat;
	opacity: 0.38;
}

.blogs-page .blogs-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 470px;
	gap: 48px;
	align-items: center;
	min-height: 222px;
}

.blogs-page .blogs-hero__copy {
	max-width: 560px;
	padding: 26px 0;
}

.blogs-page .blogs-hero__copy h1 {
	margin: 0 0 18px;
	color: #111111;
	font-size: clamp(2.25rem, 3vw, 3rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
	font-weight: 700;
}

.blogs-page .blogs-hero__content,
.blogs-page .blogs-hero__content p {
	margin: 0;
	color: #262626;
	font-size: 0.97rem;
	line-height: 1.42;
}

.blogs-page .blogs-hero__content p + p {
	margin-top: 10px;
}

.blogs-page .blogs-hero__media {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 222px;
}

.blogs-page .blogs-hero__media::before {
	content: "";
	position: absolute;
	left: 22px;
	bottom: 16px;
	width: 96px;
	height: 68px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.9;
}

.blogs-page .blogs-hero__media::after {
	content: "";
	position: absolute;
	right: 42px;
	top: 54px;
	width: 74px;
	height: 24px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='31' viewBox='0 0 86 31'%3E%3Cg fill='%23ffcbbd'%3E%3Cpath d='M0 0l16 8.5L0 17z'/%3E%3Cpath d='M23 0l16 8.5L23 17z'/%3E%3Cpath d='M46 0l16 8.5L46 17z'/%3E%3Cpath d='M69 0l16 8.5L69 17z'/%3E%3C/g%3E%3C/svg%3E")
		center / contain no-repeat;
	opacity: 0.34;
}

.blogs-page .blogs-hero__media img {
	position: relative;
	z-index: 1;
	width: 430px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	object-position: right bottom;
}

.blogs-page .blogs-archive-section {
	padding: 34px 0 72px;
}

.blogs-page .blogs-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 356px;
	gap: 28px;
	align-items: start;
}

.blogs-page .blogs-main {
	min-width: 0;
}

.blogs-page .blogs-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 20px;
}

.blogs-page .blog-card-item {
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 16px 40px rgba(39, 71, 120, 0.08);
	overflow: hidden;
}

.blogs-page .blog-card-item__media {
	position: relative;
	display: block;
	height: 214px;
	background: linear-gradient(135deg, #f3f6fb, #ffffff);
	overflow: hidden;
}

.blogs-page .blog-card-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blogs-page .blog-card-item__media--sky {
	background: #cfeefe;
}

.blogs-page .blog-card-item__media--warm {
	background: #f6ece4;
}

.blogs-page .blog-card-item__date {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #ff845e;
	color: #ffffff;
	font-size: 0.62rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.blogs-page .blog-card-item__date strong {
	display: block;
	margin-bottom: 2px;
	font-size: 1rem;
	line-height: 1;
}

.blogs-page .blog-card-item__body {
	padding: 18px 16px 16px;
}

.blogs-page .blog-card-item__body h2 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.34;
	letter-spacing: -0.02em;
}

.blogs-page .blog-card-item__body h2 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #111111;
	text-decoration: none;
}

.blogs-page .blog-card-item__body p {
	margin: 0 0 16px;
	color: #555555;
	font-size: 14px;
	line-height: 1.45;
}

.blogs-page .blog-card-item__link {
	color: #3bace5;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.blogs-page .blog-card-item__link:hover,
.blogs-page .blog-card-item__link:focus-visible,
.blogs-page .blog-card-item__body h2 a:hover,
.blogs-page .blog-card-item__body h2 a:focus-visible {
	color: #111111;
}

.blogs-page .blogs-sidebar {
	display: grid;
	gap: 28px;
}

.blogs-page .blogs-newsletter-card {
	position: relative;
	border-radius: 20px;
	background: #fff1eb;
	overflow: hidden;
}

.blogs-page .blogs-newsletter-card::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 132px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 18px 18px;
	opacity: 0.36;
}

.blogs-page .blogs-newsletter-card::after {
	content: "";
	position: absolute;
	right: 78px;
	top: 66px;
	width: 68px;
	height: 20px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='31' viewBox='0 0 86 31'%3E%3Cg fill='%23ffcbbd'%3E%3Cpath d='M0 0l16 8.5L0 17z'/%3E%3Cpath d='M23 0l16 8.5L23 17z'/%3E%3Cpath d='M46 0l16 8.5L46 17z'/%3E%3Cpath d='M69 0l16 8.5L69 17z'/%3E%3C/g%3E%3C/svg%3E")
		center / contain no-repeat;
	opacity: 0.4;
}

.blogs-page .blogs-newsletter-card__inner {
	position: relative;
	z-index: 1;
	padding: 24px 24px 24px;
}

.blogs-page .blogs-newsletter-card h2 {
	max-width: 230px;
	margin: 0 0 20px;
	color: #111111;
	font-size: 1.6rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.blogs-page .blogs-newsletter-form {
	display: block;
}

.blogs-page .blogs-newsletter-form .wpcf7,
.blogs-page .blogs-newsletter-form .wpcf7 form,
.blogs-page .blogs-newsletter-form .wpcf7-form {
	width: 100%;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__form .wpcf7-form,
.blogs-page .blogs-newsletter-form .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field,
.blogs-page .blogs-newsletter-form .nsi-home-newsletter__submit,
.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field p,
.blogs-page .blogs-newsletter-form .nsi-home-newsletter__submit p {
	margin: 0;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field p {
	display: block;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field br,
.blogs-page .blogs-newsletter-form .nsi-home-newsletter__submit br {
	display: none;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field label {
	display: block;
	color: #1a1a1a;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.22;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field label b {
	display: inline;
	margin-left: 4px;
	color: #ff5a5a;
	font-weight: 700;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field:first-of-type p::after {
	content: "Provide your email address to subscribe.";
	display: block;
	margin-top: 8px;
	color: #2b2b2b;
	font-size: 0.78rem;
	line-height: 1.22;
	font-weight: 400;
}

.blogs-page .blogs-newsletter-form input[type="email"],
.blogs-page .blogs-newsletter-form select {
	width: 100%;
	min-width: 0;
	height: 50px;
	padding: 0 16px;
	border: 1.5px solid #9db2d4;
	border-radius: 12px;
	background: #ffffff;
	color: #333333;
	font-family: inherit;
	font-size: 0.86rem;
}

.blogs-page .blogs-newsletter-form select {
	padding-right: 42px;
	background-position:
		calc(100% - 25px) calc(50% - 3px),
		calc(100% - 18px) calc(50% - 3px);
	background-size: 8px 8px, 8px 8px;
}

.blogs-page .blogs-newsletter-form input[type="submit"] {
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 12px;
	background: #111111;
	color: #ffffff;
	font-size: 0.94rem;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease;
}

.blogs-page .blogs-newsletter-form input[type="submit"]:hover,
.blogs-page .blogs-newsletter-form input[type="submit"]:focus-visible {
	background: #2a2523;
	color: #ffffff;
}

.blogs-page .blogs-newsletter-form .wpcf7-spinner {
	margin: 8px 0 0;
}

.blogs-page .blogs-newsletter-form .wpcf7-response-output {
	margin: 8px 0 0;
	font-size: 0.78rem;
}

.blogs-page .blogs-search-card {
	padding-top: 2px;
}

.blogs-page .blogs-sidebar-search {
	position: relative;
}

.blogs-page .blogs-sidebar-search input {
	width: 100%;
	height: 42px;
	padding: 0 42px 0 14px;
	border: 1px solid #ffb49e;
	border-radius: 8px;
	background: #ffffff;
	color: #303030;
	font-size: 0.9rem;
}

.blogs-page .blogs-sidebar-search button {
	position: absolute;
	top: 50%;
	right: 12px;
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ff845e;
	transform: translateY(-50%);
}

.blogs-page .blogs-sidebar-search button svg {
	display: block;
	width: 16px;
	height: 16px;
	opacity: 0.68;
}

.blogs-page .blogs-recent-posts h2 {
	margin: 0 0 20px;
	color: #111111;
	font-size: 1.1rem;
	line-height: 1.12;
	font-weight: 700;
}

.blogs-page .recent-post-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.blogs-page .recent-post-item + .recent-post-item {
	margin-top: 14px;
}

.blogs-page .recent-post-item__thumb {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(135deg, #f3f6fb, #ffffff);
}

.blogs-page .recent-post-item__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogs-page .recent-post-item__thumb--sky {
	background: #cfeefe;
}

.blogs-page .recent-post-item__thumb--warm {
	background: #f6ece4;
}

.blogs-page .recent-post-item__copy h3 {
	margin: 0 0 8px;
	font-size: 0.95rem;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.blogs-page .recent-post-item__copy h3 a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #111111;
	text-decoration: none;
}

.blogs-page .recent-post-item__copy p {
	margin: 0;
	color: #666666;
	font-size: 0.78rem;
	line-height: 1.3;
}

.blogs-page .blog-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}

.blogs-page .blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #eceff3;
	border-radius: 6px;
	background: #ffffff;
	color: #484848;
	font-size: 0.86rem;
	font-weight: 500;
	text-decoration: none;
}

.blogs-page .blog-pagination .page-numbers.current {
	border-color: #ffb49e;
	color: #ff845e;
}

.blogs-page .blog-pagination .page-numbers.prev,
.blogs-page .blog-pagination .page-numbers.next {
	border-color: transparent;
	color: #f1b39f;
}

.blogs-page .blog-pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	color: #f1b39f;
}

.blogs-page .blogs-empty-state {
	padding: 24px 0;
}

.blogs-page .blogs-empty-state p {
	margin: 0;
	color: #555555;
	font-size: 0.98rem;
}

@media (max-width: 1120px) {
	.blogs-page .blogs-hero__grid,
	.blogs-page .blogs-layout {
		grid-template-columns: 1fr;
	}

	.blogs-page .blogs-hero__copy {
		max-width: 100%;
		padding-bottom: 8px;
	}

	.blogs-page .blogs-hero__media {
		justify-content: center;
		min-height: 0;
	}

	.blogs-page .blogs-sidebar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: start;
	}
}

@media (max-width: 920px) {
	.blogs-page .blogs-card-grid {
		grid-template-columns: 1fr;
	}

	.blogs-page .blogs-sidebar {
		grid-template-columns: 1fr;
	}

	.blogs-page .blogs-hero::before,
	.blogs-page .blogs-hero__media::after {
		display: none;
	}
}

@media (max-width: 680px) {
	.blogs-page .blogs-hero__copy h1 {
		font-size: 2rem;
	}

	.blogs-page .blogs-hero__media img {
		width: 320px;
	}

	.blogs-page .blogs-archive-section {
		padding-bottom: 52px;
	}
}

.blog-detail-page {
	background: #ffffff;
}

.blog-detail-page .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 28px;
	border: 0;
	border-radius: 12px;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.blog-detail-page .btn:hover,
.blog-detail-page .btn:focus-visible {
	transform: translateY(-1px);
}

.blog-detail-page .btn.btn-primary {
	background: #111111;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
}

.blog-detail-page .btn.btn-primary:visited {
	color: #ffffff;
}

.blog-detail-page .btn.btn-primary:hover,
.blog-detail-page .btn.btn-primary:focus-visible {
	box-shadow: 0 18px 34px rgba(17, 17, 17, 0.24);
}

.blog-detail-hero {
	background: #fff1eb;
}

.blog-detail-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 34px;
	align-items: center;
	min-height: 210px;
}

.blog-detail-hero__copy {
	max-width: 500px;
	padding: 26px 0;
}

.blog-detail-hero__copy h1 {
	margin: 0 0 12px;
	font-size: clamp(2rem, 3vw, 2.85rem);
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.blog-detail-hero__copy p {
	margin: 0 0 10px;
	color: #222222;
	font-size: 0.95rem;
	line-height: 1.4;
}

.blog-detail-hero__copy span {
	display: inline-block;
	color: #ff845e;
	font-size: 0.76rem;
	font-weight: 600;
}

.blog-detail-hero__media {
	display: flex;
	justify-content: flex-end;
	align-self: stretch;
}

.blog-detail-hero__media img {
	width: 100%;
	max-width: 330px;
	height: 100%;
	max-height: 176px;
	border-radius: 6px;
	object-fit: cover;
}

.blog-detail-content-section {
	padding: 22px 0 56px;
}

.blog-detail-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.blog-detail-sidebar {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 18px;
}

.blog-detail-toc-card {
	padding: 18px 16px;
	border: 1px solid #e5edf6;
	border-radius: 10px;
	background: #ffffff;
}

.blog-detail-toc-card h2 {
	margin: 0 0 14px;
	font-size: 1.02rem;
	line-height: 1.2;
}

.blog-detail-toc-card nav {
	display: grid;
	gap: 8px;
}

.blog-detail-toc-card nav a {
	color: #666666;
	font-size: 0.76rem;
	line-height: 1.4;
	text-decoration: none;
}

.blog-detail-toc-card nav a:hover,
.blog-detail-toc-card nav a:focus-visible {
	color: #111111;
}

.blog-detail-side-cta {
	border-radius: 12px;
	background: linear-gradient(180deg, #eaf9ff 0%, #c7f2ff 100%);
	overflow: hidden;
}

.blog-detail-side-cta__copy {
	padding: 18px 16px 12px;
}

.blog-detail-side-cta__copy h2 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.blog-detail-side-cta__copy p {
	margin: 0 0 14px;
	color: #333333;
	font-size: 0.82rem;
	line-height: 1.35;
}

.blog-detail-side-cta .btn {
	min-width: 126px;
	min-height: 42px;
	border-radius: 10px;
	box-shadow: none;
	font-size: 0.82rem;
}

.blog-detail-side-cta img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.blog-detail-article {
	max-width: 690px;
}

.blog-detail-intro {
	margin: 0 0 14px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.blog-detail-article h2 {
	margin: 28px 0 12px;
	font-size: 1.75rem;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.blog-detail-article h2:first-child {
	margin-top: 0;
}

.blog-detail-article h3 {
	margin: 18px 0 10px;
	font-size: 1rem;
	line-height: 1.24;
}

.blog-detail-article p {
	margin: 0;
	color: #242424;
	font-size: 0.92rem;
	line-height: 1.5;
}

.blog-detail-article p + p {
	margin-top: 12px;
}

.blog-detail-list,
.blog-detail-article ul,
.blog-detail-article ol {
	margin: 10px 0 0;
	padding: 0 0 0 18px;
	color: #242424;
}

.blog-detail-list li,
.blog-detail-article li {
	margin-bottom: 8px;
	font-size: 0.9rem;
	line-height: 1.45;
}

.blog-detail-article table {
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
	border: 1px solid #e2ebf4;
	background: #ffffff;
}

.blog-detail-article th,
.blog-detail-article td {
	padding: 12px 14px;
	border-bottom: 1px solid #e8eef5;
	font-size: 0.85rem;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}

.blog-detail-article th {
	background: #f7fbff;
	font-weight: 700;
}

.blog-detail-bottom-cta-section {
	padding: 0 0 44px;
}

.blog-detail-bottom-cta {
	position: relative;
	display: grid;
	grid-template-columns: 188px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	border-radius: 16px;
	background: #fff1eb;
	overflow: hidden;
}

.blog-detail-bottom-cta::before {
	content: "";
	position: absolute;
	left: 180px;
	top: 28px;
	width: 74px;
	height: 24px;
	background: url("https://nationalsafe.wpenginepowered.com/wp-content/uploads/2026/06/green_arrow.png") center / contain no-repeat;
	opacity: 0.18;
}

.blog-detail-bottom-cta::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 94px;
	height: 60px;
	background-image: radial-gradient(circle, #ffb49e 1.7px, transparent 1.8px);
	background-size: 12px 12px;
	opacity: 0.5;
}

.blog-detail-bottom-cta > img {
	position: relative;
	z-index: 1;
	width: 188px;
	margin-top: 10px;
	margin-left: 8px;
}

.blog-detail-bottom-cta__copy {
	position: relative;
	z-index: 1;
	max-width: 420px;
}

.blog-detail-bottom-cta__copy h2 {
	margin: 0 0 8px;
	font-size: 1.42rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.blog-detail-bottom-cta__copy p {
	margin: 0;
	color: #303030;
	font-size: 0.88rem;
	line-height: 1.36;
}

.blog-detail-bottom-cta .btn {
	position: relative;
	z-index: 1;
	min-width: 208px;
	min-height: 46px;
	margin-right: 22px;
	border-radius: 10px;
	box-shadow: none;
	font-size: 0.8rem;
}

@media (min-width: 1041px) {
	.blog-detail-hero {
		padding: 0;
	}

	.blog-detail-hero__grid {
		grid-template-columns: minmax(0, 560px) minmax(380px, 1fr);
		gap: 54px;
		min-height: 260px;
	}

	.blog-detail-hero__copy {
		max-width: 560px;
		padding: 34px 0;
	}

	.blog-detail-hero__copy h1 {
		font-size: clamp(2.35rem, 3.35vw, 3.35rem);
	}

	.blog-detail-hero__copy p {
		max-width: 520px;
		font-size: 1rem;
		line-height: 1.45;
	}

	.blog-detail-hero__media img {
		max-width: 520px;
		max-height: 230px;
		border-radius: 14px;
	}

	.blog-detail-content-section {
		padding: 36px 0 58px;
	}

	.blog-detail-layout {
		grid-template-columns: 250px minmax(0, 1fr);
		gap: 34px;
	}

	.blog-detail-article {
		max-width: 820px;
	}

	.blog-detail-side-cta {
		border-radius: 16px;
	}

	.blog-detail-side-cta__copy {
		padding: 20px 18px 16px;
	}

	.blog-detail-bottom-cta {
		min-height: 76px;
	}
}

@media (max-width: 1040px) {
	.blog-detail-hero__grid,
	.blog-detail-layout,
	.blog-detail-bottom-cta {
		grid-template-columns: 1fr;
	}

	.blog-detail-sidebar {
		position: static;
		top: auto;
		order: 2;
	}

	.blog-detail-article {
		max-width: none;
	}

	.blog-detail-hero__copy {
		max-width: 100%;
		padding-bottom: 10px;
	}

	.blog-detail-hero__media {
		justify-content: center;
	}

	.blog-detail-bottom-cta {
		gap: 12px;
		padding: 22px 22px 26px;
	}

	.blog-detail-bottom-cta::before {
		left: 184px;
		top: 24px;
	}

	.blog-detail-bottom-cta > img {
		margin: 0;
	}

	.blog-detail-bottom-cta .btn {
		margin-right: 0;
	}
}

@media (max-width: 680px) {
	.blog-detail-bottom-cta::before,
	.blog-detail-bottom-cta::after {
		display: none;
	}

	.blog-detail-hero__copy h1 {
		font-size: 1.92rem;
	}

	.blog-detail-hero__copy p {
		font-size: 0.9rem;
	}

	.blog-detail-content-section {
		padding-top: 20px;
		padding-bottom: 42px;
	}

	.blog-detail-toc-card,
	.blog-detail-side-cta__copy {
		padding-left: 14px;
		padding-right: 14px;
	}

	.blog-detail-article h2 {
		font-size: 1.42rem;
	}

	.blog-detail-bottom-cta {
		padding: 18px 18px 22px;
	}

	.blog-detail-bottom-cta > img {
		width: 180px;
	}

	.blog-detail-bottom-cta__copy h2 {
		font-size: 1.22rem;
	}

	.blog-detail-bottom-cta__copy p {
		font-size: 0.86rem;
	}
}

.about-page .about-hero {
	position: relative;
	overflow: hidden;
	background: #fff1eb;
}

.about-page .about-hero::before {
	display: none;
}

.about-page .about-hero::after {
	display: none;
}

.about-page .about-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 620px;
	gap: 36px;
	align-items: center;
	min-height: 238px;
}

.about-page .about-hero__copy {
	max-width: 500px;
}

.about-page .about-hero__copy h1 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.about-page .about-hero__copy p {
	margin: 0;
	color: #262626;
	font-size: 16px;
	line-height: 1.46;
}

.about-page .about-hero__media {
	justify-self: end;
	width: min(100%, 450px);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-right: -10px;
	padding-top: 4px;
}

.about-page .about-hero__media img {
	display: block;
	width: 540px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.about-page .about-difference-section {
	padding: 20px 0 0;
}

.about-page .btn.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #111111;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-page .btn.btn-primary:visited {
	color: #ffffff;
}

.about-page .btn.btn-primary:hover,
.about-page .btn.btn-primary:focus-visible {
	background: #262626;
	color: #ffffff;
	text-decoration: none;
}

.about-page .about-difference-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 252px;
	gap: 34px;
	align-items: center;
	padding: 28px 32px;
	border-radius: 10px;
	background: #eaf7fe;
}

.about-page .about-difference-card__copy {
	padding-right: 36px;
	border-right: 1px solid rgba(205, 231, 242, 0.92);
}

.about-page .about-difference-card__copy h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: -0.02em;
}

.about-page .about-difference-card__copy p {
	margin: 0;
	max-width: 720px;
	color: #1f2a37;
	font-size: 14px;
	line-height: 1.42;
}

.about-page .about-difference-card .btn {
	justify-self: center;
	width: 200px;
	min-height: 54px;
	padding: 0 22px;
	border-radius: 10px;
	box-shadow: none;
	font-size: 0.9rem;
}

.about-page .about-values {
	padding-top: 32px;
	padding-bottom: 34px;
}

.about-page .about-values__heading {
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.about-page .about-values__heading h2 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.about-page .about-values__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.about-page .about-value-card {
	min-height: 152px;
	padding: 28px 18px 20px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-shadow: none;
}

.about-page .about-value-card--yellow {
	background: #fff8e6;
}

.about-page .about-value-card--blue {
	background: #e8f5ff;
}

.about-page .about-value-card--pink {
	background: #fff0f4;
}

.about-page .about-value-card--green {
	background: #ebfbf3;
}

.about-page .about-value-card--rose {
	background: #fff0f2;
}

.about-page .about-value-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 18px;
}

.about-page .about-value-card__icon img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.about-page .about-value-card h3 {
	margin: 0;
	max-width: 190px;
	color: #111111;
	font-size: 20px;
	line-height: 1.24;
	letter-spacing: -0.02em;
}

.about-page .about-mission {
	padding: 42px 0 44px;
	background: #eaf7fe;
}

.about-page .about-mission__grid {
	display: grid;
	grid-template-columns: 560px minmax(0, 1fr);
	gap: 46px;
	align-items: center;
}

.about-page .about-mission__media {
	width: 100%;
}

.about-page .about-mission__media img {
	display: block;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: none;
}

.about-page .about-mission__copy {
	display: grid;
	gap: 28px;
	max-width: 510px;
}

.about-page .about-mission__copy h2,
.about-page .about-mission__copy h3 {
	margin: 0 0 12px;
	color: #111111;
	font-size: 1.5rem;
	line-height: 1.18;
	letter-spacing: -0.02em;
}

.about-page .about-mission__copy h3 {
	font-size: 1.5rem;
}

.about-page .about-mission__copy p {
	margin: 0;
	color: #3c434c;
	font-size: 0.95rem;
	line-height: 1.42;
}

.about-page .about-leader {
	padding-top: 54px;
	padding-bottom: 34px;
}

.about-page .about-leader-card {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 42px;
	align-items: center;
	padding: 34px 38px;
	border-radius: 18px;
	background: #fff1eb;
}

.about-page .about-leader-card__portrait {
	position: relative;
	min-height: 252px;
	display: grid;
	place-items: center;
}

.about-page .about-leader-card__portrait img {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
	object-fit: contain;
}

.about-page .about-leader-card__copy h2 {
	margin: 0 0 14px;
	font-size: 24px;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.about-page .about-leader-card__copy p {
	margin: 0 0 14px;
	color: #323232;
	font-size: 14px;
	line-height: 1.52;
}

.about-page .about-leader-card__copy p:last-child {
	margin-bottom: 0;
}

.about-page .about-partners {
	padding: 8px 0 40px;
}

.about-page .about-partners__eyebrow {
	margin: 0 0 18px;
	color: #222222;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.about-page .about-partners__row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
}

.about-page .about-partners__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff2ed;
	color: #454545;
	font-size: 1rem;
	line-height: 1;
}

.about-page .about-partners__logos {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 24px;
	align-items: center;
}

.about-page .partner-logo {
	display: grid;
	place-items: center;
	min-height: 52px;
	color: #6c7581;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
}

.about-page .partner-logo--image img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.about-page .partner-logo--together img {
	height: 36px;
}

.about-page .partner-logo--aec img {
	height: 43px;
}

.about-page .partner-logo--theracare img {
	height: 48px;
}

.about-page .partner-logo--mbf img {
	height: 44px;
}

.about-page .partner-logo--texas img {
	height: 36px;
}

.about-page .partner-logo--community img {
	height: 40px;
}

.about-page .partner-logo--clone {
	display: none;
}

.about-page .about-corporate.section-tint {
	padding: 56px 0 54px;
	background: #eaf7fe;
}

.about-page .about-corporate .corporate-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
	gap: 44px;
	align-items: center;
}

.about-page .about-corporate .corporate-copy {
	max-width: 650px;
}

.about-page .about-corporate .corporate-copy h2 {
	max-width: 520px;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 1.03;
	letter-spacing: -0.035em;
}

.about-page .about-corporate .corporate-copy p {
	max-width: 650px;
	margin: 0 0 34px;
	color: #454545;
	font-size: 14px;
	line-height: 1.52;
}

.about-page .about-corporate .corporate-copy .btn {
	min-width: 320px;
	min-height: 62px;
	padding: 0 34px;
	border-radius: 16px;
	font-size: 1rem;
}

.about-page .about-corporate .corporate-media {
	justify-self: end;
	width: min(100%, 540px);
	align-self: center;
}

.about-page .about-corporate .corporate-media img {
	display: block;
	width: 100%;
	height: auto;
}

.about-page .about-contact {
	padding-top: 56px;
	padding-bottom: 56px;
}

.about-page .about-contact-card {
	display: grid;
	grid-template-columns: 392px 360px minmax(320px, 1fr);
	gap: 26px;
	align-items: center;
	padding: 34px 42px 0;
	border-radius: 24px;
	background: #fff1eb;
	overflow: hidden;
}

.about-page .about-contact-card__details {
	display: grid;
	gap: 24px;
	align-self: center;
	justify-self: start;
	width: 100%;
	max-width: none;
}

.about-page .about-contact-card__details .contact-detail {
	grid-template-columns: 72px minmax(0, 1fr);
	align-items: center;
	min-height: 95px;
	padding: 24px 28px;
	border-radius: 18px;
	background: #ffffff;
}

.about-page .about-contact-card__details .contact-detail__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #ff7d58;
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
}

.about-page .about-contact-card__details .contact-detail__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.about-page .about-contact-card__details .contact-detail__copy {
	padding-top: 0;
}

.about-page .about-contact-card__details .contact-detail__copy span {
	display: block;
	margin-bottom: 5px;
	color: #272727;
	font-size: 0.96rem;
	line-height: 1.18;
	font-weight: 900;
}

.about-page .about-contact-card__details .contact-detail__copy strong {
	display: block;
	color: #202020;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.22;
	white-space: nowrap;
	word-break: normal;
}

.about-page .about-contact-card__details .contact-detail__copy strong a {
	color: inherit;
	text-decoration: none;
}

.about-page .about-contact-card__details .contact-detail__copy strong a:hover {
	color: #111111;
}

.about-page .about-contact-card__media {
	align-self: end;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.about-page .about-contact-card__media img {
	display: block;
	width: 480px;
	max-width: none;
	height: auto;
	object-fit: contain;
}

.about-page .about-contact-card__copy {
	max-width: 430px;
	padding-bottom: 24px;
	justify-self: end;
}

.about-page .about-contact-card__copy h2 {
	margin: 0 0 24px;
	color: #101010;
	font-size: 1.58rem;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.about-page .about-contact-card__copy-group {
	margin-bottom: 28px;
}

.about-page .about-contact-card__copy p {
	margin: 0 0 6px;
	color: #262626;
	font-size: 0.96rem;
	line-height: 1.36;
}

.about-page .about-contact-card__copy p strong {
	color: #111111;
	font-size: 1rem;
}

.about-page .about-contact-card__copy .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	width: min(100%, 300px);
	max-width: 300px;
	height: 54px;
	min-height: 54px;
	padding: 0 34px;
	border: 0;
	border-radius: 18px;
	background: #111111;
	color: #ffffff;
	box-shadow: none;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	appearance: none;
	-webkit-appearance: none;
	flex-shrink: 0;
}

.about-page .about-contact-card__copy .btn:hover,
.about-page .about-contact-card__copy .btn:focus-visible,
.about-page .about-contact-card__copy .btn:visited {
	color: #ffffff;
	text-decoration: none;
}

.about-page .about-contact-card__copy .btn:hover,
.about-page .about-contact-card__copy .btn:focus-visible {
	background: #262626;
}

.about-page .about-blog {
	padding-top: 24px;
}

.about-page .about-blog .blog-copy h2 {
	max-width: 430px;
}

.about-page .about-testimonials {
	padding-top: 26px;
}

@media (max-width: 1200px) {
	.about-page .about-values__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.about-page .about-contact-card {
		grid-template-columns: minmax(0, 1fr) 250px minmax(250px, 0.92fr);
		gap: 18px;
		padding: 24px 24px 0;
	}

	.about-page .about-contact-card__details .contact-detail {
		min-height: 100px;
		padding: 18px 20px;
	}

	.about-page .about-contact-card__media img {
		width: 360px;
	}

	.about-page .about-contact-card__copy {
		max-width: 320px;
		padding-bottom: 20px;
	}

	.about-page .about-partners__logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px 22px;
	}
}

@media (max-width: 920px) {
	.about-page .about-hero {
		padding: 28px 0 24px;
	}

	.about-page .about-hero::before,
	.about-page .about-hero::after {
		display: none;
	}

	.about-page .about-hero__grid,
	.about-page .about-mission__grid,
	.about-page .about-leader-card,
	.about-page .about-contact-card {
		grid-template-columns: 1fr;
	}

	.about-page .about-hero__media,
	.about-page .about-corporate .corporate-media {
		justify-self: start;
	}

	.about-page .about-corporate .corporate-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.about-page .about-corporate .corporate-copy,
	.about-page .about-corporate .corporate-copy h2,
	.about-page .about-corporate .corporate-copy p {
		max-width: none;
	}

	.about-page .about-corporate .corporate-copy .btn {
		min-width: 0;
		width: 100%;
		max-width: 320px;
	}

	.about-page .about-difference-card {
		grid-template-columns: 1fr;
	}

	.about-page .about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-page .about-partners__row {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.about-page .about-partners__arrow {
		display: none;
	}

	.about-page .about-contact-card__media {
		max-width: 260px;
	}

	.about-page .about-contact-card__media img {
		width: 100%;
		max-width: 260px;
	}

	.about-page .about-blog .blog-controls {
		margin-top: 22px;
		margin-left: 0;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.about-page .about-leader-card__portrait {
		max-width: 100%;
	}
}

@media (max-width: 680px) {
	.about-page .about-hero__copy h1 {
		font-size: 2.25rem;
	}

	.about-page .about-values {
		padding-top: 34px;
	}

	.about-page .about-values__grid,
	.about-page .about-partners__logos {
		grid-template-columns: 1fr;
	}

	.about-page .about-difference-card,
	.about-page .about-leader-card,
	.about-page .about-contact-card {
		padding: 18px;
	}

	.about-page .about-leader-card__copy h2,
	.about-page .about-contact-card__copy h2 {
		font-size: 1.58rem;
	}

	.about-page .about-mission__copy h2,
	.about-page .about-mission__copy h3 {
		font-size: 1.42rem;
	}
}

@media (max-width: 767px) {
	.about-page .about-contact {
		padding-top: 31px;
		padding-bottom: 36px;
	}

	.about-page .about-contact-card {
		display: flex;
		flex-direction: column;
		gap: 0;
		align-items: stretch;
		margin: 0 auto;
		border-radius: 10px;
		overflow: visible;
	}

	.about-page .about-contact-card__copy {
		display: contents;
		max-width: none;
		padding-bottom: 0;
		text-align: left;
	}

	.about-page .about-contact-card__copy h2 {
		order: 1;
		width: 100%;
		margin: 0 0 18px;
		font-size: 27px;
		line-height: 1.12;
		text-align: left;
	}

	.about-page .about-contact-card__copy p {
		order: 2;
		width: 100%;
		margin: 0;
		font-size: 19px;
		line-height: 1.12;
		text-align: left;
	}

	.about-page .about-contact-card__copy p + p {
		margin-top: 0;
	}

	.about-page .about-contact-card__copy p:has(strong) + p {
		margin-top: 2px;
	}

	.about-page .about-contact-card__copy p + p:has(strong) {
		margin-top: 16px;
	}

	.about-page .about-contact-card__copy p strong {
		display: block;
		margin-bottom: 0;
		font-size: 18px;
		line-height: 1.14;
		font-weight: 900;
		text-align: left;
	}

	.about-page .about-contact-card__copy-group {
		display: contents;
		margin: 0;
	}

	.about-page .about-contact-card__copy-group + .about-contact-card__copy-group p:first-child {
		margin-top: 16px;
	}

	.about-page .about-contact-card__details {
		order: 3;
		gap: 21px;
		width: 100%;
		margin-top: 24px;
	}

	.about-page .about-contact-card__details .contact-detail {
		grid-template-columns: 65px minmax(0, 1fr);
		min-height: 78px;
		padding: 13px 12px;
		border-radius: 6px;
		gap: 0;
	}

	.about-page .about-contact-card__details .contact-detail__icon {
		width: 52px;
		height: 52px;
		border-radius: 11px;
	}

	.about-page .about-contact-card__details .contact-detail__copy span {
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: 500;
	}

	.about-page .about-contact-card__details .contact-detail__copy strong {
		font-size: 16px;
		line-height: 1.18;
		font-weight: 700;
		white-space: normal;
	}

	.about-page .about-contact-card__media {
		display: none;
	}

	.about-page .about-contact-card__copy .btn {
		order: 4;
		width: 100%;
		max-width: none;
		height: 56px;
		min-height: 56px;
		margin-top: 24px;
		border-radius: 9px;
		font-size: 22px;
	}

	.about-page .about-blog {
		padding: 28px 0 24px;
	}

	.about-page .about-blog .nsi-home-blog__grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		text-align: center;
	}

	.about-page .about-blog .nsi-home-blog__copy {
		display: contents;
	}

	.about-page .about-blog .nsi-home-blog__eyebrow {
		order: 1;
		justify-self: center;
		padding: 3px 7px;
		font-size: 12px;
		line-height: 1.15;
	}

	.about-page .about-blog .nsi-home-blog__copy h2 {
		order: 2;
		max-width: 520px;
		margin: 14px auto 12px;
		text-align: center;
		font-size: 20px;
		line-height: 1.28;
		letter-spacing: -0.015em;
	}

	.about-page .about-blog .nsi-home-blog__copy p {
		order: 3;
		max-width: 540px;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 14px;
		line-height: 1.45;
	}

	.about-page .about-blog .nsi-home-blog__media {
		order: 4;
		width: 100%;
		min-height: 0;
		aspect-ratio: 2.22 / 1;
		border-radius: 10px;
	}

	.about-page .about-blog .nsi-home-blog__button {
		order: 5;
		width: 100%;
		min-height: 58px;
		margin-top: 24px;
		border-radius: 10px;
		font-size: 18px;
	}

	.about-page .about-blog .nsi-home-blog__controls {
		display: none;
	}

	.about-page .about-corporate.section-tint {
		padding: 28px 0 24px;
	}

	.about-page .about-corporate .corporate-grid {
		gap: 0;
	}

	.about-page .about-corporate .corporate-copy {
		max-width: 100%;
		text-align: center;
	}

	.about-page .about-corporate .corporate-copy h2 {
		max-width: 520px;
		margin: 0 auto 16px;
		font-size: 26px;
		line-height: 1.35;
		letter-spacing: -0.025em;
	}

	.about-page .about-corporate .corporate-copy p {
		max-width: 500px;
		margin: 0 auto 24px;
		font-size: 17px;
		line-height: 1.22;
	}

	.about-page .about-corporate .corporate-copy .btn {
		width: 100%;
		max-width: none;
		min-height: 58px;
		border-radius: 9px;
		font-size: 16px;
	}

	.about-page .about-corporate .corporate-media {
		display: none;
	}

	.about-page .about-partners {
		padding: 30px 0 34px;
		overflow: hidden;
	}

	.about-page .about-partners__eyebrow {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 0.02em;
		white-space: nowrap;
	}

	.about-page .about-partners__row {
		display: block;
		width: 100vw;
		margin-left: 50%;
		transform: translateX(-50%);
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.about-page .about-partners__row::-webkit-scrollbar {
		display: none;
	}

	.about-page .about-partners__logos {
		display: flex;
		grid-template-columns: none;
		align-items: center;
		flex-wrap: nowrap;
		gap: 28px;
		width: max-content;
		min-width: max-content;
		padding: 0;
		animation: aboutPartnersMobileScroll 8s linear infinite;
		will-change: transform;
	}

	.about-page .about-partners__row:active .about-partners__logos {
		animation-play-state: paused;
	}

	.about-page .partner-logo {
		flex: 0 0 auto;
		min-height: 34px;
	}

	.about-page .partner-logo--clone {
		display: grid;
	}

	.about-page .partner-logo--together img {
		height: 24px;
	}

	.about-page .partner-logo--aec img {
		height: 30px;
	}

	.about-page .partner-logo--theracare img {
		height: 28px;
	}

	.about-page .partner-logo--mbf img {
		height: 31px;
	}

	.about-page .partner-logo--texas img {
		height: 25px;
	}

	.about-page .partner-logo--community img {
		height: 28px;
	}
}

@keyframes aboutPartnersMobileScroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
	.about-page .about-partners__logos {
		animation: none;
	}
}

.nsi-404-page {
	background: #ffffff;
}

.nsi-404-hero {
	padding: 40px 0 46px;
	background: #fff1eb;
}

.nsi-404-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 36px;
	align-items: center;
}

.nsi-404-hero__copy h1 {
	margin: 0 0 14px;
	color: #121212;
	font-size: 2.5rem;
	line-height: 1.06;
	letter-spacing: -0.03em;
}

.nsi-404-hero__copy > p {
	max-width: 640px;
	margin: 0 0 18px;
	color: #222222;
	font-size: 1.02rem;
	line-height: 1.46;
}

.nsi-404-hero__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	color: #ff7f55;
	font-size: 0.98rem;
	font-weight: 700;
}

.nsi-404-hero__links a {
	color: inherit;
	text-decoration: none;
}

.nsi-404-hero__links a:hover,
.nsi-404-hero__links a:focus-visible {
	text-decoration: underline;
}

.nsi-404-hero__media {
	display: flex;
	justify-content: flex-end;
}

.nsi-404-hero__media img {
	display: block;
	width: 100%;
	max-width: 520px;
	height: auto;
	object-fit: contain;
}

.nsi-404-search {
	max-width: 540px;
}

.nsi-404-search .wpcf7,
.nsi-404-search .wpcf7 form,
.nsi-404-search .wpcf7-form,
.nsi-404-search .nsi-404-search-form {
	margin: 0;
}

.nsi-404-search p {
	margin: 0;
}

.nsi-404-search br {
	display: none;
}

.nsi-404-search .wpcf7 form,
.nsi-404-search .wpcf7-form,
.nsi-404-search .nsi-404-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
}

.nsi-404-search-form__field,
.nsi-404-search-form__submit,
.nsi-404-search .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}

.nsi-404-search-form__field {
	position: relative;
}

.nsi-404-search-form__field::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff7f55' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") center / contain no-repeat;
	transform: translateY(-50%);
	pointer-events: none;
}

.nsi-404-search input[type="text"],
.nsi-404-search input[type="search"] {
	width: 100%;
	height: 52px;
	padding: 0 18px 0 46px;
	border: 1px solid #d8e4f2;
	border-radius: 12px;
	background: #ffffff;
	color: #1b1b1b;
	font-size: 0.98rem;
	line-height: 1;
	box-shadow: none;
}

.nsi-404-search input[type="text"]::placeholder,
.nsi-404-search input[type="search"]::placeholder {
	color: #585858;
}

.nsi-404-search input[type="text"]:focus,
.nsi-404-search input[type="search"]:focus {
	outline: none;
	border-color: #b7cde7;
}

.nsi-404-search input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	background: #111111;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
	cursor: pointer;
}

.nsi-404-search input[type="submit"]:hover,
.nsi-404-search input[type="submit"]:focus-visible {
	background: #232323;
}

.nsi-404-search .wpcf7-spinner,
.nsi-404-search .wpcf7-response-output,
.nsi-404-search .wpcf7-not-valid-tip {
	display: none !important;
}

.nsi-404-courses {
	padding: 44px 0 68px;
	background: #ffffff;
}

.nsi-404-courses__heading {
	margin-bottom: 28px;
}

.nsi-404-courses__heading h2 {
	margin: 0;
	color: #111111;
	font-size: 2rem;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.nsi-404-courses__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nsi-404-courses .nsi-home-course-card {
	height: 100%;
}

.nsi-search-results {
	padding: 42px 0 72px;
	background: #ffffff;
}

.nsi-search-results__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	gap: 24px;
	align-items: end;
	margin-bottom: 30px;
}

.nsi-search-results__eyebrow {
	margin: 0 0 10px;
	color: #ff7f55;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nsi-search-results__copy h1 {
	margin: 0 0 10px;
	color: #111111;
	font-size: clamp(2rem, 3vw, 2.9rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.nsi-search-results__copy p:last-child {
	margin: 0;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 1.5;
}

.nsi-search-results__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
}

.nsi-search-results__form input[type="search"] {
	width: 100%;
	height: 54px;
	padding: 0 18px;
	border: 1px solid #d8e4f2;
	border-radius: 12px;
	background: #ffffff;
	color: #1b1b1b;
	font-size: 0.98rem;
	box-shadow: none;
}

.nsi-search-results__form input[type="search"]:focus {
	outline: none;
	border-color: #b7cde7;
}

.nsi-search-results__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	padding: 0 22px;
	border: 0;
	border-radius: 12px;
	background: #111111;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.nsi-search-results__form button:hover,
.nsi-search-results__form button:focus-visible {
	background: #232323;
}

.nsi-search-results__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nsi-search-results__grid .nsi-home-course-card {
	height: 100%;
}

.nsi-search-results__empty {
	padding: 38px 34px;
	border: 1px solid #d8e4f2;
	border-radius: 20px;
	background: #f9fcff;
	text-align: center;
}

.nsi-search-results__empty h2 {
	margin: 0 0 10px;
	color: #111111;
	font-size: 1.6rem;
	line-height: 1.12;
}

.nsi-search-results__empty p {
	margin: 0;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 1.5;
}

.nsi-search-results__empty-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

.nsi-search-results__primary,
.nsi-search-results__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	border-radius: 12px;
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
}

.nsi-search-results__primary {
	background: #111111;
	color: #ffffff;
}

.nsi-search-results__secondary {
	border: 1px solid #d8e4f2;
	background: #ffffff;
	color: #111111;
}

.nsi-search-results__generic-list {
	display: grid;
	gap: 18px;
}

.nsi-search-results__generic-item {
	padding: 24px 26px;
	border: 1px solid #d8e4f2;
	border-radius: 16px;
	background: #ffffff;
}

.nsi-search-results__generic-item h2 {
	margin: 0 0 10px;
	font-size: 1.4rem;
	line-height: 1.16;
}

.nsi-search-results__generic-item h2 a {
	color: #111111;
	text-decoration: none;
}

.nsi-search-results__generic-item p {
	margin: 0;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 1.55;
}

@media (max-width: 1024px) {
	.nsi-404-hero__grid {
		grid-template-columns: 1fr;
	}

	.nsi-404-hero__media {
		justify-content: center;
	}

	.nsi-404-courses__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nsi-search-results__hero {
		grid-template-columns: 1fr;
	}

	.nsi-search-results__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.nsi-404-hero {
		padding: 30px 0 34px;
	}

	.nsi-404-hero__copy {
		text-align: center;
	}

	.nsi-404-hero__copy h1 {
		font-size: 2rem;
	}

	.nsi-404-hero__copy > p {
		margin-left: auto;
		margin-right: auto;
		font-size: 0.96rem;
	}

	.nsi-404-hero__links {
		justify-content: center;
		gap: 10px;
		font-size: 0.92rem;
	}

	.nsi-404-search .wpcf7 form,
	.nsi-404-search .wpcf7-form,
	.nsi-404-search .nsi-404-search-form {
		grid-template-columns: 1fr;
	}

	.nsi-404-search input[type="submit"] {
		width: 100%;
	}

	.nsi-404-courses {
		padding: 36px 0 52px;
	}

	.nsi-404-courses__heading {
		margin-bottom: 22px;
	}

	.nsi-404-courses__heading h2 {
		font-size: 1.72rem;
	}

	.nsi-404-courses__grid {
		grid-template-columns: 1fr;
	}

	.nsi-search-results {
		padding: 34px 0 54px;
	}

	.nsi-search-results__hero {
		margin-bottom: 22px;
	}

	.nsi-search-results__copy h1 {
		font-size: 1.8rem;
	}

	.nsi-search-results__form {
		grid-template-columns: 1fr;
	}

	.nsi-search-results__form button {
		width: 100%;
	}

	.nsi-search-results__grid {
		grid-template-columns: 1fr;
	}

	.nsi-search-results__empty {
		padding: 28px 22px;
	}
}

@media (max-width: 767px) {
	.group-page .group-hero {
		padding-bottom: 8px;
	}

	.group-page .group-hero__media {
		min-height: 0;
		margin-top: 8px;
	}

	.group-page .group-hero__media img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.group-page .group-partners {
		padding-top: 8px;
	}

	.group-page .group-compliance {
		padding: 28px 0 30px;
	}

	.group-page .group-compliance__grid {
		gap: 16px;
	}

	.group-page .group-compliance__copy h2 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.18;
		letter-spacing: -0.025em;
	}

	.group-page .group-compliance__copy > p {
		margin-bottom: 14px;
		font-size: 12px;
		line-height: 1.35;
	}

	.group-page .group-capabilities__heading h2 {
		font-size: 18px !important;
		line-height: 1.18;
		letter-spacing: -0.025em;
	}

	.group-page .group-benefit-pills {
		gap: 8px;
	}

	.group-page .group-benefit-pills article {
		min-height: 50px;
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 8px;
		padding: 8px 10px;
	}

	.group-page .group-benefit-pills img {
		width: 28px;
		height: 28px;
	}

	.group-page .group-benefit-pills span {
		font-size: 12px;
		line-height: 1.18;
	}

	.group-page .group-showcase-list {
		gap: 20px;
	}

	.group-page .group-showcase-card,
	.group-page .group-showcase-card--reverse {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 14px 14px 12px;
	}

	.group-page .group-showcase-card__copy {
		order: 1;
	}

	.group-page .group-showcase-card__media {
		order: 2;
	}

	.group-page .group-showcase-feature-list {
		gap: 16px;
	}

	.group-page .group-showcase-feature {
		grid-template-columns: 20px minmax(0, 1fr);
		column-gap: 10px;
	}

	.group-page .group-showcase-feature img {
		width: 20px;
		height: 20px;
		margin-top: 1px;
	}

	.group-page .group-showcase-feature h3 {
		font-size: 14px;
		line-height: 1.18;
	}

	.group-page .group-showcase-feature p {
		margin-top: 4px;
		font-size: 12px;
		line-height: 1.24;
	}

	.group-page .nsi-home-benefits__summary {
		font-size: 12px;
		line-height: 1.35;
	}

	.group-page .group-renewal__visual img {
		width: 125%;
		max-width: none;
		margin-right: -12%;
		margin-left: -6%;
	}

	.group-page .group-renewal__card {
		display: flex !important;
		flex-direction: column !important;
	}

	.group-page .group-renewal__visual {
		order: -1 !important;
	}

	.group-page .group-renewal__copy {
		order: 1 !important;
	}

	.group-page .contact-detail-list::before {
		left: 20px;
		top: 20px;
		bottom: 20px;
	}

	.group-page .contact-detail {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 14px;
	}

	.group-page .contact-detail__icon img {
		width: 42px;
		height: 42px;
	}

	.group-page .contact-detail__copy span {
		font-size: 14px;
		line-height: 14px;
	}

	.group-page .contact-detail__copy strong {
		font-size: 14px;
		line-height: 14px;
	}

	.group-page .contact-detail__copy strong a {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.about-page .about-hero {
		padding: 26px 0 22px;
	}

	.about-page .about-hero__copy h1 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.12;
		letter-spacing: -0.03em;
	}

	.about-page .about-hero__copy p,
	.about-page .about-difference-card__copy p,
	.about-page .about-mission__copy p,
	.about-page .about-leader-card__copy p,
	.about-page .about-contact-card__copy p,
	.about-page .about-corporate .corporate-copy p,
	.about-page .about-blog .nsi-home-blog__copy p {
		font-size: 12px;
		line-height: 1.35;
	}

	.about-page .about-difference-card__copy h2,
	.about-page .about-mission__copy h2,
	.about-page .about-mission__copy h3,
	.about-page .about-leader-card__copy h2,
	.about-page .about-contact-card__copy h2,
	.about-page .about-corporate .corporate-copy h2,
	.about-page .about-blog .nsi-home-blog__copy h2 {
		font-size: 20px;
		line-height: 1.18;
		letter-spacing: -0.025em;
	}

	.about-page .about-contact-card__details .contact-detail {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 8px;
	}

	.about-page .about-contact-card__details .contact-detail__copy {
		min-width: 0;
	}

	.about-page .about-contact-card__details .contact-detail__copy span {
		font-size: 14px;
		line-height: 1.15;
	}

	.about-page .about-contact-card__details .contact-detail__copy strong {
		font-size: 12px;
		line-height: 1.2;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.about-page .about-contact-card__details .contact-detail__copy strong a {
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}

@media (max-width: 767px) {
	/* Final mobile-only corrections from QA screenshots. */
	.nsi-cart-drawer__panel {
		width: min(100vw, 360px);
		padding: 20px 18px 24px;
	}

	.nsi-cart-drawer__items-wrap {
		padding: 14px 0 10px;
	}

	.nsi-cart-drawer__items {
		gap: 12px;
	}

	.nsi-cart-drawer__item {
		grid-template-columns: minmax(0, 1fr) 32px;
		gap: 8px 10px;
		align-items: start;
		padding: 16px;
		border-radius: 14px;
	}

	.nsi-cart-drawer__item-copy h3 {
		max-width: 160px;
		margin-bottom: 7px;
		font-size: 16px;
		line-height: 1.18;
	}

	.nsi-cart-drawer__item-copy strong {
		font-size: 15px;
		line-height: 1.15;
	}

	.nsi-cart-drawer__item-copy p {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.25;
	}

	.nsi-cart-drawer__remove {
		grid-column: 2;
		grid-row: 1 / span 3;
		align-self: center;
		justify-self: center;
		width: 30px;
		height: 30px;
		margin: 0;
	}

	.nsi-cart-drawer__remove svg {
		width: 20px;
		height: 20px;
	}

	.blogs-page .blogs-hero__grid {
		display: block;
		min-height: 0;
	}

	.blogs-page .blogs-hero__copy {
		max-width: 100%;
		padding: 28px 12px 14px;
		text-align: center;
	}

	.blogs-page .blogs-hero__copy h1 {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 1.14;
		letter-spacing: -0.03em;
	}

	.blogs-page .blogs-hero__content,
	.blogs-page .blogs-hero__content p {
		font-size: 12px;
		line-height: 1.35;
	}

	.blogs-page .blogs-hero__media {
		display: flex;
		justify-content: center;
		min-height: 0;
		padding: 0 12px 12px;
	}

	.blogs-page .blogs-hero__media img {
		display: block;
		width: min(300px, 82vw);
		margin: 0 auto;
		object-position: center bottom;
	}

	.blogs-page .blogs-newsletter-form .wpcf7-not-valid-tip {
		display: none !important;
	}

	.blogs-page .blogs-newsletter-form .wpcf7-response-output {
		margin: 12px 0 0;
		padding: 8px 10px;
		font-size: 12px;
		line-height: 1.22;
	}

	.contact-page .contact-hero__copy h1 {
		font-size: 20px;
		line-height: 1.14;
		letter-spacing: -0.03em;
	}

	.contact-page .contact-hero__copy p {
		font-size: 12px;
		line-height: 1.35;
	}

	.contact-page .nsi-home-faq__aside h2 {
		font-size: 18px;
		line-height: 1.14;
		letter-spacing: -0.03em;
	}

	.contact-page .nsi-home-faq__aside p {
		font-size: 12px;
		line-height: 1.32;
	}

	.contact-page .nsi-home-faq__item button {
		font-size: 16px;
		line-height: 1.2;
	}

	.contact-page .nsi-home-faq__panel p {
		font-size: 12px;
		line-height: 1.32;
	}

	.testimonials-page .testimonials-page__rating {
		justify-content: center;
		overflow: visible;
	}

	.testimonials-page .testimonials-page__rating img {
		width: 108px;
	}

	.testimonials-page .testimonials-page__rating p {
		overflow: visible;
		font-size: 12px;
		line-height: 1.2;
		white-space: normal;
		text-overflow: initial;
	}

	.testimonials-page .testimonials-cta-card__copy h2 {
		font-size: 16px;
		line-height: 1.12;
		letter-spacing: -0.03em;
	}

	.testimonials-page .testimonials-cta-card__content p,
	.testimonials-page .testimonials-cta-card__content strong {
		font-size: 12px;
		line-height: 1.25;
	}
}

@media (max-width: 767px) {
	/* Mobile-only QA pass for the 2026-07-30 screenshot set. */
	.blog-detail-page .breadcrumbs,
	.blog-detail-page .breadcrumbs a,
	.blog-detail-page .breadcrumbs span {
		font-size: 10px !important;
		line-height: 1.25 !important;
	}

	.home .nsi-home-newsletter__title {
		grid-template-columns: 52px minmax(0, 1fr) !important;
		gap: 12px !important;
		align-items: center !important;
	}

	.home .nsi-home-newsletter__title h2 {
		font-size: 16px !important;
		line-height: 1.12 !important;
		white-space: nowrap !important;
	}

	.home .nsi-home-newsletter__title h2 br {
		display: none !important;
	}

	.home .nsi-home-newsletter__field,
	.home .nsi-home-newsletter__submit,
	.home .nsi-home-newsletter__field p,
	.home .nsi-home-newsletter__submit p,
	.home .nsi-home-newsletter__form input[type="email"],
	.home .nsi-home-newsletter__form select,
	.home .nsi-home-newsletter__form input[type="submit"] {
		width: 100% !important;
		max-width: none !important;
	}

	.nsi-product-page .nsi-home-newsletter__field,
	.nsi-product-page .nsi-home-newsletter__submit,
	.nsi-product-page .nsi-home-newsletter__field p,
	.nsi-product-page .nsi-home-newsletter__submit p,
	.nsi-product-page .nsi-home-newsletter__form input[type="email"],
	.nsi-product-page .nsi-home-newsletter__form select,
	.nsi-product-page .nsi-home-newsletter__form input[type="submit"] {
		width: 100% !important;
		max-width: none !important;
	}

	.nsi-home-newsletter__field label {
		margin-top: 20px !important;
	}

	.nsi-home-newsletter__field p,
	.nsi-home-newsletter__submit p {
		display: block !important;
	}

	.nsi-home-course-card h3 {
		max-width: none !important;
		min-height: 1.64em !important;
	}

	.blogs-page .blogs-sidebar {
		display: flex !important;
		flex-direction: column !important;
	}

	.blogs-page .blogs-search-card {
		order: 1 !important;
		width: 100% !important;
		max-width: none !important;
	}

	.blogs-page .blogs-sidebar-search {
		width: 100% !important;
		max-width: none !important;
	}

	.blogs-page .blogs-recent-posts {
		order: 2 !important;
	}

	.blogs-page .blogs-newsletter-card {
		order: 3 !important;
	}

	.about-page .about-difference-card__copy h2,
	.about-page .about-mission__copy h2,
	.about-page .about-mission__copy h3,
	.about-page .about-leader-card__copy h2,
	.about-page .about-contact-card__copy h2,
	.about-page .about-values__heading h2 {
		font-size: 18px !important;
		line-height: 1.15 !important;
		letter-spacing: -0.03em !important;
	}

	.about-page .about-difference-card__copy p,
	.about-page .about-mission__copy p,
	.about-page .about-leader-card__copy p,
	.about-page .about-contact-card__copy p {
		font-size: 12px !important;
		line-height: 1.28 !important;
	}

	.about-page .about-difference-card .btn,
	.about-page .about-contact-card__copy .btn {
		font-size: 16px !important;
		line-height: 1.15 !important;
	}

	.about-page .about-values__grid h3 {
		font-size: 14px !important;
		line-height: 1.15 !important;
	}

	.about-page .about-contact-card__copy {
		gap: 10px !important;
	}

	.about-page .about-contact-card__copy-group {
		gap: 3px !important;
		margin: 0 !important;
	}

	.about-page .about-contact-card__copy-group + .about-contact-card__copy-group {
		margin-top: 10px !important;
	}

	.about-page .about-contact-card__copy p {
		margin: 0 !important;
	}

	.about-page .about-contact-card__copy p strong {
		margin: 0 0 4px !important;
	}

	.testimonials-page .testimonials-page__rating p,
	.testimonials-page .testimonials-page__rating p strong,
	.testimonials-page .testimonials-page__rating p span {
		font-weight: 400 !important;
	}

	.testimonials-page .testimonial-card .avatar {
		overflow: hidden !important;
		border: 0 !important;
		background-size: cover !important;
		background-position: center !important;
		color: transparent !important;
		text-indent: -9999px !important;
	}

	.testimonials-page .testimonial-card:nth-child(1) .avatar {
		background-image: url("assets/testimonials-avatar-1.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(2) .avatar {
		background-image: url("assets/testimonials-avatar-2.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(3) .avatar {
		background-image: url("assets/testimonials-avatar-3.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(4) .avatar {
		background-image: url("assets/testimonials-avatar-4.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(5) .avatar {
		background-image: url("assets/testimonials-avatar-5.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(6) .avatar {
		background-image: url("assets/testimonials-avatar-6.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(7) .avatar {
		background-image: url("assets/testimonials-avatar-7.png") !important;
	}

	.testimonials-page .testimonial-card:nth-child(8) .avatar {
		background-image: url("assets/testimonials-avatar-8.png") !important;
	}
}

@media (min-width: 921px) {
	.nsi-home-newsletter {
		padding-bottom: 54px;
	}

	.nsi-home-newsletter__title img {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.nsi-home-newsletter .nsi-home-newsletter__form .wpcf7-not-valid-tip {
		display: block !important;
	}

	.nsi-home-newsletter .nsi-home-newsletter__form .wpcf7-response-output {
		display: none !important;
	}

	.nsi-home-newsletter .nsi-home-newsletter__form .wpcf7-response-output:empty {
		display: none !important;
	}

	.group-contact .contact-detail__copy span {
		font-size: 16px;
		line-height: 1.2;
	}

	.group-contact .contact-detail__copy strong,
	.group-contact .contact-detail__copy strong a {
		font-size: 18px;
		line-height: 1.18;
	}

	.group-contact .contact-form-card__intro p,
	.group-contact .contact-form-card .contact-field span,
	.group-contact .contact-form-card .contact-field label,
	.group-contact .contact-form-card .wpcf7-not-valid-tip {
		font-size: 14px;
		line-height: 1.25;
	}

	.group-contact .contact-form-card .wpcf7-not-valid-tip {
		position: static !important;
		display: block;
		margin-top: 8px;
		white-space: normal;
	}

	.group-contact .contact-field-row {
		margin-bottom: 0;
	}

	.group-showcase-feature > div p {
		margin-left: 0;
		padding-left: 0;
		text-indent: 0;
	}

	.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field,
	.blogs-page .blogs-newsletter-form .nsi-home-newsletter__submit,
	.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field p,
	.blogs-page .blogs-newsletter-form .nsi-home-newsletter__submit p,
	.blogs-page .blogs-newsletter-form input[type="email"],
	.blogs-page .blogs-newsletter-form select,
	.blogs-page .blogs-newsletter-form input[type="submit"] {
		width: 100%;
		max-width: 100%;
	}

	.blogs-page .blogs-newsletter-form .nsi-home-newsletter__field:first-of-type p::after {
		max-width: 100%;
	}

	.contact-page .contact-form-card .contact-field,
	.group-page .contact-form-card .contact-field {
		position: relative;
		padding-bottom: 24px;
	}

	.contact-page .contact-form-card .contact-field-row,
	.group-page .contact-form-card .contact-field-row {
		align-items: start;
		column-gap: 18px;
		row-gap: 0;
		margin-bottom: 0;
	}

	.contact-page .contact-form-card .wpcf7-form-control-wrap,
	.group-page .contact-form-card .wpcf7-form-control-wrap {
		display: block;
		position: relative;
	}

	.contact-page .contact-form-card .wpcf7-not-valid-tip,
	.group-page .contact-form-card .wpcf7-not-valid-tip {
		position: absolute !important;
		top: calc(100% + 6px);
		left: 0;
		display: block;
		margin: 0 !important;
		font-size: 14px;
		line-height: 1.2;
		white-space: normal;
	}

	.terms-page .terms-contact-box p {
		font-weight: 500;
	}

	.terms-page .terms-contact-box strong {
		font-weight: 700;
	}

	.nsi-cart-drawer__panel,
	.nsi-cart-drawer__item,
	.nsi-cart-drawer__item-copy,
	.nsi-cart-drawer__summary,
	.nsi-cart-drawer__checkout {
		filter: none !important;
		text-shadow: none !important;
		-webkit-font-smoothing: antialiased;
		text-rendering: geometricPrecision;
	}

	.nsi-cart-drawer__item {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 18px;
		padding: 22px 24px;
	}

	.nsi-cart-drawer__item-copy h3 {
		max-width: 280px;
		color: #555555;
		font-size: 18px;
		line-height: 1.18;
	}

	.nsi-cart-drawer__item-copy strong {
		color: #285d93;
		font-size: 16px;
		line-height: 1.2;
	}

	.nsi-cart-drawer__item-copy p {
		color: #737984;
		font-size: 15px;
		line-height: 1.25;
	}

	.nsi-cart-drawer__remove {
		justify-self: end;
	}
}
