:root {
  --nords-deep: #09141d;
  --nords-deep-2: #0d202a;
  --nords-ink: #e9f2f1;
  --nords-muted: #98aaa9;
  --nords-card: rgba(18, 43, 53, .72);
  --nords-card-solid: #102831;
  --nords-line: rgba(206, 242, 229, .16);
  --nords-accent: #8af7c4;
  --nords-accent-dark: #1d604a;
  --nords-sun: #ffd493;
  --nords-shadow: 0 22px 60px rgba(0, 0, 0, .26);
  --nords-radius: 26px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nords-site { margin: 0; background: var(--nords-deep); color: var(--nords-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.nords-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.nords-narrow { width: min(790px, 100%); }
.nords-skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--nords-accent); color: #06130e; font-weight: 800; border-radius: 10px; transition: top .2s ease; }
.nords-skip-link:focus { top: 16px; }

.nords-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(9, 20, 29, .7); backdrop-filter: blur(18px); transition: border-color .25s ease, background .25s ease; }
.nords-header.is-scrolled { border-bottom-color: var(--nords-line); background: rgba(7, 16, 23, .92); }
.nords-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.nords-brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.nords-brand-mark { position: relative; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; border: 1px solid rgba(138, 247, 196, .46); background: linear-gradient(150deg, rgba(138, 247, 196, .26), rgba(85, 149, 207, .08)); overflow: hidden; }
.nords-brand-mark::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(138, 247, 196, .65); transform: rotate(45deg); border-radius: 4px; }
.nords-brand-mark i { position: absolute; width: 5px; height: 5px; background: var(--nords-accent); border-radius: 999px; box-shadow: 0 0 11px var(--nords-accent); }
.nords-brand-mark i:nth-child(1) { transform: translate(-8px, 7px); }.nords-brand-mark i:nth-child(2) { transform: translate(0, -7px); }.nords-brand-mark i:nth-child(3) { transform: translate(8px, 7px); }
.nords-brand-copy { display: grid; line-height: 1.1; }.nords-brand-copy strong { color: #f5fffb; font-size: 16px; letter-spacing: -.02em; }.nords-brand-copy small { color: #8ea6a0; font-size: 10px; letter-spacing: .07em; margin-top: 4px; text-transform: uppercase; }
.nords-nav { margin-left: auto; }.nords-nav .nords-menu, .nords-nav .menu, .nords-nav .page_item { display: flex; align-items: center; list-style: none; gap: 23px; padding: 0; margin: 0; }.nords-nav .menu-item a, .nords-nav .page_item a { color: #b7c6c3; font-size: 13px; font-weight: 670; transition: color .2s ease; white-space: nowrap; }.nords-nav .menu-item a:hover, .nords-nav .menu-item.current-menu-item a, .nords-nav .page_item a:hover { color: var(--nords-accent); }
.nords-header-actions { display: flex; align-items: center; gap: 12px; }
.nords-menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border-radius: 12px; border: 1px solid var(--nords-line); background: transparent; }.nords-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; width: 100%; margin: 4px 0; background: var(--nords-accent); border-radius: 999px; transition: transform .25s ease, opacity .25s ease; }

.nords-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 760; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }.nords-button:hover { transform: translateY(-2px); }.nords-button .nords-icon { width: 17px; height: 17px; }.nords-button .nords-icon-arrow svg { transform: none; transition: transform .2s ease; }.nords-button:hover .nords-icon-arrow svg { transform: translateX(3px); }
.button-primary { color: #06130e; background: var(--nords-accent); box-shadow: 0 10px 24px rgba(138, 247, 196, .15); }.button-primary:hover { background: #b0ffda; box-shadow: 0 14px 32px rgba(138, 247, 196, .23); }.button-outline { color: var(--nords-ink); background: rgba(255,255,255,.02); border-color: var(--nords-line); }.button-outline:hover { border-color: rgba(138,247,196,.7); background: rgba(138,247,196,.07); }.button-quiet { color: #d5e0de; background: transparent; border-color: transparent; }.button-quiet:hover { color: var(--nords-accent); }.button-header { min-height: 40px; padding: 0 15px; color: #07130e; background: var(--nords-accent); border-radius: 11px; font-size: 13px; }

.nords-icon { display: inline-grid; place-items: center; width: 21px; height: 21px; flex: none; }.nords-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.nords-icon-play svg { fill: currentColor; stroke: none; }
.nords-eyebrow { margin: 0 0 13px; color: var(--nords-accent); font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }.nords-lead { max-width: 640px; margin: 16px 0 0; color: var(--nords-muted); font-size: 17px; }.nords-section-heading h2 { max-width: 780px; margin: 0; color: #f1f8f6; font-size: clamp(30px, 4vw, 49px); line-height: 1.08; letter-spacing: -.05em; }.nords-section-heading.is-centered { text-align: center; }.nords-section-heading.is-centered .nords-lead { margin-left: auto; margin-right: auto; }

.nords-hero { position: relative; min-height: 650px; overflow: hidden; background: radial-gradient(circle at 75% 15%, rgba(74, 147, 126, .18), transparent 31%), linear-gradient(145deg, #0a1822 0%, #09131d 60%, #0b2428 100%); }.nords-hero::before { content: ""; position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }.nords-aurora { position: absolute; width: 57vw; height: 57vw; max-width: 880px; max-height: 880px; filter: blur(40px); border-radius: 50%; opacity: .25; pointer-events: none; }.nords-aurora-one { right: -20vw; top: -24vw; background: #39edaa; }.nords-aurora-two { left: -28vw; bottom: -38vw; background: #317dbe; }
.nords-slider { position: relative; min-height: 650px; }.nords-slider-track { position: relative; min-height: 650px; }.nords-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr); align-items: center; gap: 34px; visibility: hidden; opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease, visibility .55s ease; }.nords-slide.is-active { position: relative; visibility: visible; opacity: 1; transform: none; }.nords-slide-copy { position: relative; z-index: 2; padding: 58px 0 91px; }.nords-slide h1 { max-width: 640px; margin: 0; color: #f5fcfa; font-size: clamp(47px, 5.2vw, 79px); letter-spacing: -.072em; line-height: .98; }.nords-slide-copy > p:not(.nords-eyebrow) { max-width: 560px; margin: 25px 0 0; color: #b3c4c1; font-size: 18px; line-height: 1.65; }.nords-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 32px; }.nords-trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: #a9beba; font-size: 12px; font-weight: 650; }.nords-trust-row span { display: inline-flex; align-items: center; gap: 7px; }.nords-trust-row .nords-icon { width: 16px; height: 16px; color: var(--nords-accent); }
.nords-slide-art { position: relative; display: grid; place-items: center; min-height: 440px; }.nords-slide-art::after { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border: 1px solid rgba(138,247,196,.13); border-radius: 50%; transform: rotate(17deg); }.nords-slide-art img { position: relative; z-index: 1; width: min(610px, 100%); filter: drop-shadow(0 30px 50px rgba(0,0,0,.36)); animation: nords-float 6s ease-in-out infinite; }.nords-slide-art::before { content: ""; position: absolute; width: 55%; height: 55%; border-radius: 50%; background: rgba(138,247,196,.15); filter: blur(60px); }.nords-slider-controls { position: absolute; z-index: 4; right: 0; bottom: 29px; display: flex; align-items: center; gap: 18px; }.nords-arrow { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: #d7e5e2; border: 1px solid var(--nords-line); background: transparent; border-radius: 50%; transition: background .2s ease, color .2s ease; }.nords-arrow:hover { color: #07130e; background: var(--nords-accent); }.nords-arrow .nords-icon { width: 16px; height: 16px; }.nords-arrow-next .nords-icon { transform: rotate(180deg); }.nords-dots { display: flex; align-items: center; gap: 8px; }.nords-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(238,248,245,.35); transition: width .2s ease, background .2s ease; }.nords-dots button.is-active { width: 28px; border-radius: 8px; background: var(--nords-accent); }
@keyframes nords-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

.nords-stat-band { position: relative; z-index: 5; border-top: 1px solid var(--nords-line); border-bottom: 1px solid var(--nords-line); background: #0c1e27; }.nords-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.nords-stat { min-height: 124px; padding: 28px 26px; border-right: 1px solid var(--nords-line); display: grid; align-content: center; gap: 2px; }.nords-stat:last-child { border-right: 0; }.nords-stat strong { color: var(--nords-accent); font-size: clamp(24px, 3vw, 37px); letter-spacing: -.05em; line-height: 1; }.nords-stat span { color: #b5c5c1; font-size: 12px; font-weight: 650; }

.nords-quick-choice { position: relative; overflow: hidden; padding: 53px 0; background: #0b1a23; border-bottom: 1px solid var(--nords-line); }.nords-quick-choice::before { content: ""; position: absolute; width: 35%; height: 150%; left: -14%; top: -28%; border-radius: 50%; background: rgba(138,247,196,.08); filter: blur(22px); }.nords-quick-choice-grid { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 55px; }.nords-quick-choice h2 { max-width: 540px; margin: 0; color: #effaf6; font-size: clamp(27px, 3.5vw, 43px); line-height: 1.05; letter-spacing: -.055em; }.nords-quick-choice p:not(.nords-eyebrow) { max-width: 560px; margin: 15px 0 0; color: var(--nords-muted); font-size: 14px; }.nords-quick-choice .nords-hero-actions { margin-top: 24px; }.nords-choice-stack { display: grid; gap: 9px; }.nords-choice-stack > div { display: grid; grid-template-columns: 39px 1fr; column-gap: 13px; align-items: center; min-height: 69px; padding: 12px 16px; background: rgba(255,255,255,.025); border: 1px solid var(--nords-line); border-radius: 13px; }.nords-choice-stack span { grid-row: span 2; display: grid; place-items: center; width: 34px; height: 34px; color: #07150f; background: var(--nords-accent); border-radius: 9px; font-size: 10px; font-weight: 850; }.nords-choice-stack strong { color: #edf8f5; font-size: 13px; }.nords-choice-stack small { color: var(--nords-muted); font-size: 11px; }

.nords-section { padding: 112px 0; }.nords-section-soft { background: #0e222b; border-block: 1px solid var(--nords-line); }.nords-intro-section { position: relative; overflow: hidden; }.nords-intro-section::before { content: ""; position: absolute; width: 45vw; aspect-ratio: 1; right: -20vw; top: 5%; border-radius: 50%; background: rgba(138,247,196,.06); filter: blur(15px); }.nords-intro-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 84px; }.nords-mini-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; color: #c1d2ce; font-size: 13px; font-weight: 650; }.nords-mini-proof span { display: inline-flex; align-items: center; gap: 8px; }.nords-mini-proof .nords-icon { color: var(--nords-accent); }.nords-intro-art { position: relative; min-height: 340px; display: grid; place-items: center; }.nords-intro-art::before { content: ""; position: absolute; width: 72%; height: 72%; border: 1px solid rgba(138,247,196,.16); border-radius: 48% 52% 42% 58%; transform: rotate(-18deg); }.nords-intro-art img { position: relative; z-index: 1; width: min(540px, 100%); filter: drop-shadow(0 22px 34px rgba(0,0,0,.25)); }.nords-floating-note { position: absolute; z-index: 2; left: 4%; bottom: 15%; display: flex; gap: 12px; align-items: center; max-width: 180px; padding: 13px 15px; color: #dcebe7; background: rgba(10,30,37,.89); border: 1px solid rgba(138,247,196,.25); border-radius: 14px; backdrop-filter: blur(15px); font-size: 12px; line-height: 1.25; box-shadow: var(--nords-shadow); }.nords-floating-note span { color: var(--nords-accent); font-weight: 850; }

.nords-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 48px; }.nords-feature-card { min-height: 238px; padding: 27px; background: linear-gradient(145deg, rgba(23,55,65,.8), rgba(12,32,40,.68)); border: 1px solid var(--nords-line); border-radius: 20px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }.nords-feature-card:hover { transform: translateY(-5px); border-color: rgba(138,247,196,.5); background: linear-gradient(145deg, rgba(27,66,74,.9), rgba(14,39,46,.78)); }.nords-feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 31px; color: var(--nords-accent); background: rgba(138,247,196,.09); border-radius: 12px; }.nords-feature-card h3 { margin: 0; color: #f0f9f6; font-size: 17px; letter-spacing: -.035em; }.nords-feature-card p { margin: 10px 0 0; color: var(--nords-muted); font-size: 13px; line-height: 1.65; }
.nords-image-block-spacing { margin-top: 58px; }.nords-image-block-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.nords-image-block { overflow: hidden; background: #0c222b; border: 1px solid var(--nords-line); border-radius: 19px; }.nords-image-block-art { height: 175px; overflow: hidden; background: linear-gradient(145deg,#153c46,#091925); }.nords-image-block-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.nords-image-block:hover .nords-image-block-art img { transform: scale(1.06); }.nords-image-block > div:last-child { padding: 22px; }.nords-image-block > div:last-child > span { color: var(--nords-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.nords-image-block h3 { margin: 7px 0 0; color: #f1f9f6; font-size: 19px; letter-spacing: -.04em; }.nords-image-block p { margin: 9px 0 0; color: var(--nords-muted); font-size: 12.5px; line-height: 1.6; }

.nords-heading-with-action { display: flex; justify-content: space-between; align-items: end; gap: 26px; }.nords-heading-with-action .nords-button { margin-bottom: 5px; white-space: nowrap; }.nords-pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 49px; }.nords-pricing-grid:not(.nords-pricing-grid-featured) { grid-template-columns: repeat(4, 1fr); }.nords-price-card { position: relative; min-height: 415px; padding: 28px; overflow: hidden; background: linear-gradient(155deg, rgba(16,43,51,.95), rgba(11,30,38,.95)); border: 1px solid var(--nords-line); border-radius: 20px; transition: transform .25s ease, border-color .25s ease; }.nords-price-card:hover { transform: translateY(-6px); border-color: rgba(138,247,196,.5); }.nords-price-card.has-badge { border-color: rgba(138,247,196,.42); }.nords-card-badge { position: absolute; right: -25px; top: 17px; min-width: 118px; padding: 5px 13px; color: #06130e; background: var(--nords-accent); text-align: center; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transform: rotate(37deg); }.nords-plan-name { margin: 0; color: var(--nords-accent); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.nords-price-card h3 { margin: 5px 0 0; color: #eff9f5; font-size: 25px; letter-spacing: -.055em; }.nords-price { margin: 16px 0 7px; color: #f8fffd; font-size: 33px; font-weight: 780; letter-spacing: -.07em; }.nords-price-card > p { min-height: 42px; margin: 0; color: var(--nords-muted); font-size: 12.5px; }.nords-price-card ul { display: grid; gap: 9px; padding: 0; margin: 20px 0 25px; list-style: none; color: #c7d5d2; font-size: 12px; }.nords-price-card li { display: flex; align-items: center; gap: 7px; }.nords-price-card li .nords-icon { width: 15px; height: 15px; color: var(--nords-accent); }.nords-price-card .nords-button { width: 100%; min-height: 44px; padding: 0 12px; font-size: 12px; }.nords-pricing-note { margin: 23px auto 0; color: var(--nords-muted); font-size: 12px; text-align: center; }

.nords-category-section { background: linear-gradient(180deg, #09161f, #0b1d25); }.nords-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 48px; }.nords-category-card { min-height: 207px; padding: 20px; background: rgba(255,255,255,.025); border: 1px solid var(--nords-line); border-radius: 18px; }.nords-category-card > div { display: grid; place-items: center; width: 35px; height: 35px; color: #07130e; background: var(--nords-sun); border-radius: 11px; }.nords-category-card > div .nords-icon { width: 18px; height: 18px; }.nords-category-card h3 { margin: 27px 0 0; color: #e9f6f2; font-size: 15px; letter-spacing: -.03em; }.nords-category-card p { margin: 8px 0 0; color: var(--nords-muted); font-size: 12px; line-height: 1.5; }

.nords-editorial-card { position: relative; overflow: hidden; padding: 89px 0; background: linear-gradient(135deg,#1a4850,#102934); }.nords-editorial-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: 6%; top: -166px; border-radius: 50%; border: 1px solid rgba(138,247,196,.24); box-shadow: 0 0 0 38px rgba(138,247,196,.025), 0 0 0 76px rgba(138,247,196,.018); }.nords-editorial-glow { position: absolute; right: 11%; bottom: -200px; width: 370px; height: 370px; border-radius: 50%; background: rgba(138,247,196,.15); filter: blur(38px); }.nords-editorial-card .nords-container { position: relative; z-index: 1; }.nords-editorial-card .nords-container > div { max-width: 700px; }.nords-editorial-card h2 { margin: 0; color: #f3fdf8; font-size: clamp(33px, 4.1vw, 56px); line-height: 1.05; letter-spacing: -.06em; }.nords-editorial-card p:not(.nords-eyebrow) { max-width: 650px; margin: 17px 0 0; color: #bfd2cd; font-size: 16px; }.nords-editorial-dark { background: linear-gradient(135deg,#102930,#09202a); }.nords-editorial-seo { background: linear-gradient(135deg,#0d242e,#153d3d); }

.nords-coverage-section { position: relative; overflow: hidden; padding: 112px 0; background: #0f2930; }.nords-coverage-section::after { content: ""; position: absolute; width: 45%; height: 90%; right: -13%; top: -14%; border-radius: 50%; background: rgba(138,247,196,.1); filter: blur(45px); }.nords-coverage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 52px; }.nords-coverage-grid .nords-button { margin-top: 28px; }.nords-coverage-visual { position: relative; min-height: 386px; display: grid; place-items: center; }.nords-coverage-visual img { width: min(520px, 100%); filter: drop-shadow(0 28px 40px rgba(0,0,0,.3)); }.nords-country-cloud { position: absolute; inset: 12% 3%; pointer-events: none; }.nords-country-cloud span { position: absolute; display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; color: #e0f6ed; background: rgba(10,31,36,.85); border: 1px solid rgba(138,247,196,.31); border-radius: 999px; box-shadow: 0 10px 22px rgba(0,0,0,.2); font-size: 11px; font-weight: 700; }.nords-country-cloud i { color: var(--nords-accent); font-size: 9px; font-style: normal; }.nords-country-cloud span:nth-child(1) { top: 8%; left: 4%; }.nords-country-cloud span:nth-child(2) { top: 23%; right: 0; }.nords-country-cloud span:nth-child(3) { bottom: 37%; left: 0; }.nords-country-cloud span:nth-child(4) { bottom: 18%; right: 6%; }.nords-country-cloud span:nth-child(5) { top: 53%; right: 16%; }.nords-country-cloud span:nth-child(6) { bottom: 4%; left: 24%; }.nords-country-cloud span:nth-child(7) { top: 43%; left: 28%; }

.nords-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 47px; }.nords-step { display: grid; gap: 27px; min-height: 244px; padding: 25px; border-top: 1px solid rgba(138,247,196,.7); background: linear-gradient(180deg, rgba(20,52,61,.48), rgba(10,27,35,.15)); }.nords-step-count { color: rgba(138,247,196,.45); font-size: 14px; font-weight: 800; letter-spacing: .1em; }.nords-step h3 { margin: 0; color: #eaf6f2; font-size: 19px; letter-spacing: -.04em; }.nords-step p { margin: 10px 0 0; color: var(--nords-muted); font-size: 13px; line-height: 1.6; }

.nords-device-showcase { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 75px; }.nords-device-showcase h2 { margin: 0; color: #eff9f5; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.06em; }.nords-device-showcase p:not(.nords-eyebrow) { max-width: 490px; margin: 18px 0 28px; color: var(--nords-muted); }.nords-chip-cloud { display: flex; flex-wrap: wrap; gap: 11px; }.nords-chip-cloud span { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 11px 13px; color: #d8e7e3; background: rgba(11,31,39,.65); border: 1px solid var(--nords-line); border-radius: 12px; font-size: 13px; font-weight: 640; }.nords-chip-cloud span .nords-icon { width: 18px; height: 18px; color: var(--nords-accent); }.nords-device-cloud-large { margin-top: 48px; }.nords-device-cloud-large span { min-height: 65px; padding: 15px 19px; font-size: 15px; }.nords-app-panel { margin-top: 60px; padding: 38px; background: rgba(138,247,196,.06); border: 1px solid rgba(138,247,196,.18); border-radius: var(--nords-radius); }.nords-app-panel h2 { max-width: 610px; margin: 0 0 25px; color: #f0faf6; font-size: clamp(25px, 3vw, 39px); line-height: 1.1; letter-spacing: -.055em; }

.nords-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 48px; }.nords-review { margin: 0; padding: 29px; background: linear-gradient(155deg, rgba(13,34,43,.82), rgba(21,54,60,.64)); border: 1px solid var(--nords-line); border-radius: 20px; }.nords-stars { color: var(--nords-sun); font-size: 12px; letter-spacing: .15em; }.nords-review blockquote { margin: 24px 0; color: #dceae6; font-size: 17px; line-height: 1.6; letter-spacing: -.025em; }.nords-review figcaption { color: var(--nords-accent); font-size: 12px; font-weight: 750; }

.nords-section-faq { background: #0d2029; border-block: 1px solid var(--nords-line); }.nords-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 84px; }.nords-faq-layout .nords-button { margin-top: 28px; }.nords-faq-list { display: grid; gap: 10px; }.nords-faq { border: 1px solid var(--nords-line); border-radius: 14px; background: rgba(255,255,255,.02); overflow: hidden; }.nords-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: #e7f3f0; cursor: pointer; font-size: 14px; font-weight: 720; list-style: none; }.nords-faq summary::-webkit-details-marker { display: none; }.nords-faq summary .nords-icon { width: 16px; height: 16px; color: var(--nords-accent); transform: rotate(90deg); transition: transform .2s ease; }.nords-faq[open] summary .nords-icon { transform: rotate(-90deg); }.nords-faq > div { padding: 0 20px 19px; }.nords-faq p { margin: 0; color: var(--nords-muted); font-size: 13px; }

.nords-contact-panel { position: relative; overflow: hidden; padding: 110px 0; background: linear-gradient(125deg, #173f3d, #0b2029 66%); }.nords-contact-orb { position: absolute; width: 700px; height: 700px; left: -330px; bottom: -420px; border-radius: 50%; background: rgba(138,247,196,.22); filter: blur(34px); }.nords-contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }.nords-contact-panel h2 { max-width: 560px; margin: 0; color: #f6fffb; font-size: clamp(33px, 4.3vw, 57px); line-height: 1.04; letter-spacing: -.06em; }.nords-contact-panel p:not(.nords-eyebrow) { max-width: 570px; color: #b2c9c4; }.nords-contact-list { display: grid; gap: 10px; margin-top: 28px; color: #e4f5f0; font-size: 13px; font-weight: 650; }.nords-contact-list span { display: flex; align-items: center; gap: 9px; }.nords-contact-list .nords-icon { color: var(--nords-accent); }.nords-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 27px; background: rgba(7,23,30,.66); border: 1px solid rgba(176,255,218,.2); border-radius: 20px; backdrop-filter: blur(14px); box-shadow: var(--nords-shadow); }.nords-contact-form label { display: grid; gap: 6px; color: #cde0db; font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }.nords-contact-form label:nth-of-type(4) { grid-column: 1 / -1; }.nords-contact-form input, .nords-contact-form select, .nords-contact-form textarea { width: 100%; border: 1px solid rgba(206,242,229,.14); background: rgba(255,255,255,.045); color: #eaf6f2; outline: none; border-radius: 10px; padding: 12px; font-size: 13px; line-height: 1.35; text-transform: none; transition: border-color .2s ease, background .2s ease; }.nords-contact-form select option { color: #102831; }.nords-contact-form input:focus, .nords-contact-form select:focus, .nords-contact-form textarea:focus { background: rgba(255,255,255,.08); border-color: var(--nords-accent); }.nords-contact-form .nords-button { grid-column: 1 / -1; border: 0; }.nords-form-note { grid-column: 1 / -1; margin: 0; color: #94aba6; font-size: 11px; line-height: 1.45; }

.nords-inner-hero { position: relative; overflow: hidden; padding: 115px 0 96px; background: radial-gradient(circle at 88% 0%, rgba(138,247,196,.16), transparent 34%), #0d2029; border-bottom: 1px solid var(--nords-line); }.nords-inner-hero::before { content: ""; position: absolute; width: 500px; height: 500px; right: -230px; top: -260px; border-radius: 50%; border: 1px solid rgba(138,247,196,.18); box-shadow: 0 0 0 65px rgba(138,247,196,.025), 0 0 0 130px rgba(138,247,196,.018); }.nords-inner-hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }.nords-inner-hero h1 { max-width: 730px; margin: 0; color: #f4fcf9; font-size: clamp(45px, 6vw, 75px); letter-spacing: -.075em; line-height: .99; }.nords-inner-hero p:not(.nords-eyebrow) { max-width: 630px; margin: 22px 0 0; color: #b1c4c0; font-size: 17px; }.nords-inner-hero-art { display: grid; place-items: center; }.nords-inner-hero-art img { width: min(520px,100%); filter: drop-shadow(0 25px 35px rgba(0,0,0,.26)); }.nords-two-col { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; }.nords-two-col .nords-country-cloud { position: relative; min-height: 250px; inset: unset; }.nords-two-col .nords-country-cloud span { position: relative; display: inline-flex; margin: 6px; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; }

.nords-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.nords-post-card { overflow: hidden; background: #102831; border: 1px solid var(--nords-line); border-radius: 18px; }.nords-post-image { display: block; aspect-ratio: 16/8; background: #0e222b; overflow: hidden; }.nords-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }.nords-post-card:hover .nords-post-image img { transform: scale(1.04); }.nords-post-card > div { padding: 22px; }.nords-post-card p { color: var(--nords-muted); font-size: 12px; }.nords-post-card h2 { margin: 7px 0 10px; color: #eff9f6; font-size: 22px; line-height: 1.16; letter-spacing: -.045em; }.nords-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--nords-accent); font-size: 13px; font-weight: 750; }.nords-text-link .nords-icon { width: 15px; height: 15px; }.nords-entry-content { color: #c5d6d2; font-size: 17px; }.nords-entry-content > *:first-child { margin-top: 0; }.nords-entry-content h2, .nords-entry-content h3 { color: #eff9f6; letter-spacing: -.04em; }.nords-entry-content a { color: var(--nords-accent); text-decoration: underline; text-underline-offset: 3px; }.nords-entry-content img { border-radius: 18px; }.nords-article-image { margin: 0 0 36px; }.nords-article-image img { width: 100%; border-radius: 20px; }.nords-404 .nords-button { margin-top: 28px; }

.nords-footer { padding: 66px 0 26px; color: #9eb2ad; background: #071119; }.nords-footer-top { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 54px; padding-bottom: 54px; }.nords-footer .nords-brand { color: #ecf8f4; }.nords-footer-brand > p { max-width: 350px; margin: 18px 0 0; font-size: 13px; }.nords-footer-top > div > p { margin: 0 0 14px; color: #e7f4ef; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }.nords-footer-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 17px; padding: 0; margin: 0; list-style: none; }.nords-footer-menu a { color: #98aaa6; font-size: 13px; }.nords-footer-menu a:hover, .nords-footer-contact a:hover { color: var(--nords-accent); }.nords-footer-contact { display: grid; align-content: start; gap: 9px; }.nords-footer-contact a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }.nords-footer-contact .nords-icon { color: var(--nords-accent); }.nords-footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(206,242,229,.1); font-size: 11px; }.nords-footer-bottom p { margin: 0; }.nords-footer-bottom p:last-child { max-width: 530px; text-align: right; }

@media (max-width: 1030px) { .nords-nav .nords-menu, .nords-nav .menu { gap: 14px; }.nords-nav .menu-item a { font-size: 12px; }.nords-slide { grid-template-columns: 1fr 1fr; }.nords-feature-grid { grid-template-columns: repeat(2, 1fr); }.nords-category-grid { grid-template-columns: repeat(3, 1fr); }.nords-pricing-grid, .nords-pricing-grid:not(.nords-pricing-grid-featured) { grid-template-columns: repeat(2, 1fr); }.nords-coverage-grid, .nords-contact-grid { gap: 40px; }.nords-footer-top { gap: 30px; } }
@media (max-width: 820px) { .nords-container { width: min(100% - 34px, 680px); }.nords-header-inner { min-height: 71px; }.nords-nav { position: fixed; z-index: 49; inset: 71px 17px auto; display: none; padding: 18px; background: #102831; border: 1px solid var(--nords-line); border-radius: 15px; box-shadow: var(--nords-shadow); }.nords-nav.is-open { display: block; }.nords-nav .nords-menu, .nords-nav .menu, .nords-nav .page_item { display: grid; gap: 0; }.nords-nav .menu-item a, .nords-nav .page_item a { display: block; padding: 13px 5px; border-bottom: 1px solid rgba(206,242,229,.08); font-size: 14px; }.nords-nav .menu-item:last-child a, .nords-nav .page_item:last-child a { border-bottom: 0; }.nords-menu-toggle { display: block; }.nords-header-actions .button-header { display: none; }.nords-slide, .nords-intro-grid, .nords-quick-choice-grid, .nords-coverage-grid, .nords-device-showcase, .nords-contact-grid, .nords-inner-hero-grid, .nords-faq-layout { grid-template-columns: 1fr; }.nords-slide-copy { padding: 75px 0 14px; }.nords-slide-art { min-height: 270px; }.nords-slide-art img { width: min(410px, 86%); }.nords-slider, .nords-slider-track, .nords-hero { min-height: 725px; }.nords-slider-controls { right: auto; left: 0; bottom: 20px; }.nords-stat-grid { grid-template-columns: repeat(2, 1fr); }.nords-stat:nth-child(2) { border-right: 0; }.nords-stat:nth-child(-n+2) { border-bottom: 1px solid var(--nords-line); }.nords-section, .nords-coverage-section, .nords-contact-panel, .nords-editorial-card { padding: 78px 0; }.nords-intro-grid { gap: 37px; }.nords-intro-art { min-height: 260px; order: -1; }.nords-heading-with-action { align-items: start; flex-direction: column; }.nords-pricing-grid { margin-top: 34px; }.nords-coverage-visual { min-height: 320px; }.nords-steps-grid { grid-template-columns: repeat(2,1fr); }.nords-review-grid { grid-template-columns: 1fr; }.nords-footer-top { grid-template-columns: 1fr 1fr; }.nords-footer-brand { grid-column: 1 / -1; } }
@media (max-width: 530px) { .nords-container { width: min(100% - 28px, 500px); }.nords-brand-copy small { display: none; }.nords-brand-copy strong { font-size: 15px; }.nords-slide h1 { font-size: 46px; }.nords-slide-copy > p:not(.nords-eyebrow), .nords-inner-hero p:not(.nords-eyebrow) { font-size: 15px; }.nords-trust-row { gap: 9px; }.nords-trust-row span { font-size: 11px; }.nords-slider, .nords-slider-track, .nords-hero { min-height: 702px; }.nords-hero-actions .nords-button { width: 100%; }.button-quiet { justify-content: flex-start; }.nords-stat { min-height: 105px; padding: 20px 15px; }.nords-stat strong { font-size: 27px; }.nords-section-heading h2 { font-size: 34px; }.nords-feature-grid, .nords-pricing-grid, .nords-pricing-grid:not(.nords-pricing-grid-featured), .nords-category-grid, .nords-steps-grid, .nords-image-block-grid { grid-template-columns: 1fr; }.nords-feature-card { min-height: 0; }.nords-category-card { min-height: 170px; }.nords-price-card { min-height: 0; }.nords-coverage-visual { min-height: 270px; }.nords-country-cloud { inset: 5% 0; }.nords-country-cloud span { font-size: 9px; padding: 5px 7px; }.nords-contact-form { grid-template-columns: 1fr; padding: 18px; }.nords-contact-form label:nth-of-type(4) { grid-column: auto; }.nords-inner-hero { padding: 81px 0 65px; }.nords-inner-hero-art { display: none; }.nords-inner-hero h1 { font-size: 48px; }.nords-app-panel { padding: 25px; }.nords-footer-top { grid-template-columns: 1fr; }.nords-footer-brand { grid-column: auto; }.nords-footer-bottom { display: grid; }.nords-footer-bottom p:last-child { text-align: left; }.nords-post-grid { grid-template-columns: 1fr; } }

/* Light IPTV Nords refresh: white canvas, sky-blue typography and large full-width photography. */
:root { --nords-deep: #ffffff; --nords-deep-2: #f3faff; --nords-ink: #0d3e66; --nords-muted: #5c748b; --nords-card: #ffffff; --nords-card-solid: #ffffff; --nords-line: rgba(17, 132, 210, .16); --nords-accent: #1594e2; --nords-accent-dark: #0d6baa; --nords-sun: #ff8c32; --nords-shadow: 0 20px 55px rgba(18, 105, 163, .12); }
body.nords-site { background: #ffffff; color: #0d3e66; }
.nords-header { border-bottom-color: rgba(17,132,210,.1); background: rgba(255,255,255,.88); box-shadow: 0 5px 24px rgba(13,62,102,.05); }.nords-header.is-scrolled { border-bottom-color: rgba(17,132,210,.18); background: rgba(255,255,255,.96); }.nords-header-inner { min-height: 86px; }.nords-brand { gap: 0; }.nords-logo-image { display: block; width: 202px; height: auto; max-height: 50px; object-fit: contain; }.nords-nav .menu-item a, .nords-nav .page_item a { color: #315d7d; }.nords-nav .menu-item a:hover, .nords-nav .menu-item.current-menu-item a, .nords-nav .page_item a:hover { color: #1594e2; }.nords-menu-toggle { border-color: rgba(17,132,210,.24); background: #f4fbff; }.nords-menu-toggle span:not(.screen-reader-text) { background: #1594e2; }
.button-primary, .button-header { color: #ffffff; background: linear-gradient(135deg,#1594e2,#0d76c7); box-shadow: 0 12px 26px rgba(21,148,226,.22); }.button-primary:hover, .button-header:hover { background: linear-gradient(135deg,#0da3f4,#0a6eb7); box-shadow: 0 15px 30px rgba(21,148,226,.28); }.button-outline { color: #0d6fb2; background: #ffffff; border-color: rgba(17,132,210,.3); }.button-outline:hover { color: #ffffff; background: #1594e2; border-color: #1594e2; }.button-quiet { color: #0d6fb2; }.button-quiet:hover { color: #ff8c32; }.nords-eyebrow { color: #1594e2; }.nords-section-heading h2, .nords-device-showcase h2, .nords-app-panel h2 { color: #0d3e66; }.nords-lead, .nords-section-heading .nords-lead { color: #5c748b; }

.nords-hero { min-height: 700px; background: #eaf7ff; }.nords-hero::before, .nords-aurora { display: none; }.nords-slider, .nords-slider-track { min-height: 700px; }.nords-slide, .nords-slide.is-active { position: absolute; inset: 0; display: block; grid-template-columns: none; overflow: hidden; }.nords-slide::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 32%, rgba(255,255,255,.58) 52%, rgba(255,255,255,.13) 76%, rgba(255,255,255,.02) 100%); }.nords-slide-copy { position: relative; z-index: 2; width: min(660px, 61%); padding: 147px 0 118px; }.nords-slide h1 { max-width: 660px; color: #0d5d9a; font-size: clamp(49px,5.6vw,82px); text-shadow: 0 2px 0 rgba(255,255,255,.6); }.nords-slide-copy > p:not(.nords-eyebrow) { color: #426681; font-size: 18px; }.nords-slide-art { position: absolute; z-index: 0; inset: 0; display: block; min-height: 0; }.nords-slide-art::before, .nords-slide-art::after { display: none; }.nords-slide-art img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; filter: none; animation: none; }.nords-trust-row { color: #3c6685; }.nords-trust-row .nords-icon { color: #1594e2; }.nords-slider-controls { right: auto; left: 0; bottom: 34px; }.nords-arrow { color: #0d6fae; border-color: rgba(17,132,210,.28); background: rgba(255,255,255,.9); box-shadow: 0 7px 16px rgba(13,98,155,.1); }.nords-arrow:hover { color: #ffffff; background: #1594e2; }.nords-dots button { background: rgba(13,62,102,.28); }.nords-dots button.is-active { background: #ff8c32; }

.nords-stat-band { background: #ffffff; border-color: rgba(17,132,210,.14); }.nords-stat { border-color: rgba(17,132,210,.14); }.nords-stat strong { color: #1594e2; }.nords-stat span { color: #5d778d; }.nords-quick-choice { background: linear-gradient(100deg,#f4fbff,#ffffff); border-bottom-color: rgba(17,132,210,.14); }.nords-quick-choice::before { background: rgba(21,148,226,.09); }.nords-quick-choice h2 { color: #0d3e66; }.nords-quick-choice p:not(.nords-eyebrow) { color: #5c748b; }.nords-choice-stack > div { background: #ffffff; border-color: rgba(17,132,210,.17); box-shadow: 0 9px 20px rgba(22,108,168,.07); }.nords-choice-stack span { color: #ffffff; background: #1594e2; }.nords-choice-stack strong { color: #0d3e66; }.nords-choice-stack small { color: #668096; }

.nords-section { background: #ffffff; }.nords-section-soft { background: #f5fbff; border-color: rgba(17,132,210,.12); }.nords-intro-section::before { background: rgba(21,148,226,.08); }.nords-mini-proof { color: #466a84; }.nords-mini-proof .nords-icon { color: #1594e2; }.nords-intro-art::before { border-color: rgba(21,148,226,.22); }.nords-intro-art img { border-radius: 23px; box-shadow: var(--nords-shadow); }.nords-floating-note { color: #0d3e66; background: rgba(255,255,255,.95); border-color: rgba(21,148,226,.28); }.nords-floating-note span { color: #ff8c32; }
.nords-feature-card { background: #ffffff; border-color: rgba(17,132,210,.16); box-shadow: 0 12px 28px rgba(17,100,160,.07); }.nords-feature-card:hover { border-color: rgba(21,148,226,.52); background: #ffffff; box-shadow: 0 17px 34px rgba(17,100,160,.12); }.nords-feature-icon { color: #1594e2; background: #e9f7ff; }.nords-feature-card h3 { color: #0d3e66; }.nords-feature-card p { color: #5c748b; }.nords-image-block { background: #ffffff; border-color: rgba(17,132,210,.16); box-shadow: 0 12px 28px rgba(17,100,160,.07); }.nords-image-block-art { background: #eaf7ff; }.nords-image-block > div:last-child > span { color: #ff8c32; }.nords-image-block h3 { color: #0d3e66; }.nords-image-block p { color: #5c748b; }

.nords-pricing-grid, .nords-pricing-grid:not(.nords-pricing-grid-featured) { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 900px; margin-left: auto; margin-right: auto; }.nords-price-card { min-height: 454px; padding: 35px; background: #ffffff; border: 1px solid rgba(17,132,210,.22); box-shadow: 0 15px 34px rgba(17,100,160,.1); }.nords-price-card:hover { border-color: #1594e2; box-shadow: 0 23px 44px rgba(17,100,160,.15); }.nords-price-card:nth-child(2) { border-color: rgba(255,140,50,.58); background: linear-gradient(155deg,#ffffff,#fff9f4); }.nords-price-card.has-badge { border-color: rgba(255,140,50,.62); }.nords-card-badge { color: #ffffff; background: #ff8c32; }.nords-plan-name { color: #1594e2; }.nords-price-card:nth-child(2) .nords-plan-name { color: #e46f16; }.nords-price-card h3 { color: #0d3e66; font-size: 29px; }.nords-price { color: #0d6fb2; font-size: 46px; }.nords-price-card:nth-child(2) .nords-price { color: #e46f16; }.nords-price-card > p { color: #5c748b; }.nords-price-card ul { color: #3d6683; }.nords-price-card li .nords-icon { color: #1594e2; }.nords-price-card:nth-child(2) li .nords-icon { color: #ff8c32; }.nords-price-card .button-outline { background: #f2faff; }.nords-price-card:nth-child(2) .button-outline { color: #ffffff; background: #ff8c32; border-color: #ff8c32; }.nords-price-card:nth-child(2) .button-outline:hover { background: #e86f13; border-color: #e86f13; }.nords-pricing-note { color: #5d778d; }

.nords-category-section { background: #f4fbff; }.nords-category-card { background: #ffffff; border-color: rgba(17,132,210,.15); box-shadow: 0 10px 23px rgba(17,100,160,.06); }.nords-category-card > div { color: #ffffff; background: #1594e2; }.nords-category-card:nth-child(2n) > div { background: #ff8c32; }.nords-category-card h3 { color: #0d3e66; }.nords-category-card p { color: #5c748b; }.nords-editorial-card, .nords-editorial-dark, .nords-editorial-seo { background: linear-gradient(120deg,#eaf7ff,#ffffff 70%); border-block: 1px solid rgba(17,132,210,.12); }.nords-editorial-card::after { border-color: rgba(21,148,226,.22); box-shadow: 0 0 0 38px rgba(21,148,226,.035), 0 0 0 76px rgba(21,148,226,.02); }.nords-editorial-glow { background: rgba(21,148,226,.13); }.nords-editorial-card h2 { color: #0d3e66; }.nords-editorial-card p:not(.nords-eyebrow) { color: #5c748b; }

.nords-coverage-section { background: #f5fbff; }.nords-coverage-section::after { background: rgba(21,148,226,.08); }.nords-coverage-visual img { border-radius: 26px; box-shadow: var(--nords-shadow); }.nords-country-cloud span { color: #0d5d96; background: rgba(255,255,255,.96); border-color: rgba(21,148,226,.32); box-shadow: 0 10px 22px rgba(13,98,155,.12); }.nords-country-cloud i { color: #ff8c32; }.nords-step { background: #ffffff; border-top-color: #1594e2; box-shadow: 0 12px 26px rgba(17,100,160,.08); }.nords-step-count { color: #ff8c32; }.nords-step h3 { color: #0d3e66; }.nords-step p { color: #5c748b; }.nords-chip-cloud span { color: #0d5d96; background: #ffffff; border-color: rgba(17,132,210,.22); box-shadow: 0 8px 18px rgba(17,100,160,.06); }.nords-chip-cloud span .nords-icon { color: #1594e2; }.nords-app-panel { background: #eef9ff; border-color: rgba(17,132,210,.2); }

.nords-review { background: #ffffff; border-color: rgba(17,132,210,.16); box-shadow: 0 12px 27px rgba(17,100,160,.08); }.nords-stars { color: #ff8c32; }.nords-review blockquote { color: #315d7d; }.nords-review figcaption { color: #1594e2; }.nords-section-faq { background: #f5fbff; border-color: rgba(17,132,210,.12); }.nords-faq { background: #ffffff; border-color: rgba(17,132,210,.18); }.nords-faq summary { color: #0d3e66; }.nords-faq summary .nords-icon { color: #1594e2; }.nords-faq p { color: #5c748b; }

.nords-contact-panel { background: linear-gradient(125deg,#eef9ff,#ffffff); }.nords-contact-orb { background: rgba(21,148,226,.14); }.nords-contact-panel h2 { color: #0d3e66; }.nords-contact-panel p:not(.nords-eyebrow) { color: #5c748b; }.nords-contact-list { color: #315d7d; }.nords-contact-list .nords-icon { color: #1594e2; }.nords-contact-form { background: #ffffff; border-color: rgba(17,132,210,.23); box-shadow: 0 17px 35px rgba(17,100,160,.13); }.nords-contact-form label { color: #315d7d; }.nords-contact-form input, .nords-contact-form select, .nords-contact-form textarea { color: #0d3e66; background: #f7fcff; border-color: rgba(17,132,210,.2); }.nords-contact-form select option { color: #0d3e66; }.nords-contact-form input:focus, .nords-contact-form select:focus, .nords-contact-form textarea:focus { background: #ffffff; border-color: #1594e2; }.nords-form-note { color: #6d8395; }

.nords-inner-hero { background: linear-gradient(115deg,#eaf7ff,#ffffff 71%); border-bottom-color: rgba(17,132,210,.14); }.nords-inner-hero::before { border-color: rgba(21,148,226,.2); box-shadow: 0 0 0 65px rgba(21,148,226,.025),0 0 0 130px rgba(21,148,226,.017); }.nords-inner-hero h1 { color: #0d5d9a; }.nords-inner-hero p:not(.nords-eyebrow) { color: #5c748b; }.nords-inner-hero-art img { border-radius: 24px; box-shadow: var(--nords-shadow); }.nords-two-col .nords-country-cloud span { background: #ffffff; }.nords-post-card { background: #ffffff; border-color: rgba(17,132,210,.18); box-shadow: 0 12px 28px rgba(17,100,160,.08); }.nords-post-image { background: #eaf7ff; }.nords-post-card p { color: #6a8296; }.nords-post-card h2 { color: #0d3e66; }.nords-text-link { color: #1594e2; }.nords-entry-content { color: #315d7d; }.nords-entry-content h2, .nords-entry-content h3 { color: #0d3e66; }.nords-entry-content a { color: #1594e2; }

.nords-footer { color: #5c748b; background: #f4fbff; border-top: 1px solid rgba(17,132,210,.14); }.nords-footer .nords-brand { color: #0d3e66; }.nords-footer-top > div > p { color: #0d3e66; }.nords-footer-menu a { color: #55718a; }.nords-footer-menu a:hover, .nords-footer-contact a:hover { color: #1594e2; }.nords-footer-contact .nords-icon { color: #1594e2; }.nords-footer-bottom { border-top-color: rgba(17,132,210,.14); }

@media (max-width: 820px) { .nords-header { background: rgba(255,255,255,.96); }.nords-nav { background: #ffffff; border-color: rgba(17,132,210,.18); box-shadow: 0 16px 34px rgba(13,98,155,.15); }.nords-nav .menu-item a, .nords-nav .page_item a { border-bottom-color: rgba(17,132,210,.12); }.nords-slide-copy { width: min(620px,100%); padding: 90px 0 110px; }.nords-slide::before { background: linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.74) 57%,rgba(255,255,255,.2)); }.nords-slide h1 { font-size: clamp(43px,8.5vw,67px); }.nords-slider, .nords-slider-track, .nords-hero { min-height: 640px; }.nords-slider-controls { bottom: 25px; } }
@media (max-width: 530px) { .nords-logo-image { width: 166px; }.nords-header-inner { min-height: 72px; }.nords-slider, .nords-slider-track, .nords-hero { min-height: 610px; }.nords-slide-copy { width: 100%; padding: 78px 0 102px; }.nords-slide::before { background: linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.74) 72%,rgba(255,255,255,.28)); }.nords-slide h1 { font-size: 44px; }.nords-slide-copy > p:not(.nords-eyebrow) { font-size: 15px; max-width: 86%; }.nords-pricing-grid, .nords-pricing-grid:not(.nords-pricing-grid-featured) { grid-template-columns: 1fr; }.nords-price-card { min-height: 0; padding: 28px; } }

/* v1.2: full-width image slider, cleaner plan comparison and native Nordic language switcher. */
.nords-header-inner { gap: 18px; }
.nords-logo-image { width: 216px; max-height: 54px; }
.nords-language-switcher { position: relative; z-index: 8; flex: none; }
.nords-language-switcher summary { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 58px; height: 40px; padding: 0 10px; color: #0d609f; background: #f4fbff; border: 1px solid rgba(21,148,226,.22); border-radius: 12px; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .08em; list-style: none; }
.nords-language-switcher summary::-webkit-details-marker { display: none; }
.nords-language-switcher summary .nords-icon { width: 15px; height: 15px; color: #1594e2; }
.nords-language-switcher[open] summary { color: #fff; background: #1594e2; border-color: #1594e2; }
.nords-language-switcher[open] summary .nords-icon { color: #fff; }
.nords-language-list { position: absolute; right: 0; top: calc(100% + 9px); display: grid; width: 174px; padding: 7px; background: #fff; border: 1px solid rgba(17,132,210,.18); border-radius: 14px; box-shadow: 0 18px 36px rgba(13,70,112,.16); }
.nords-language-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px; color: #446d8c; border-radius: 9px; font-size: 12px; }
.nords-language-list a span { color: #1594e2; font-size: 10px; font-weight: 850; letter-spacing: .07em; }
.nords-language-list a strong { font-weight: 750; }
.nords-language-list a:hover, .nords-language-list a.is-active { color: #0d3e66; background: #eaf7ff; }

.nords-hero, .nords-slider, .nords-slider-track { min-height: clamp(620px, 72vh, 742px); }
.nords-hero { isolation: isolate; background: #dff3ff; }
.nords-slider { position: relative; width: 100%; }
.nords-slider-track { position: relative; overflow: hidden; }
.nords-slide, .nords-slide.is-active { position: absolute; inset: 0; display: block; overflow: hidden; visibility: hidden; opacity: 0; transform: scale(1.022); transition: visibility .55s ease, opacity .55s ease, transform 1.1s ease; }
.nords-slide.is-active { z-index: 1; visibility: visible; opacity: 1; transform: none; }
.nords-slide::before { z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 32%, rgba(245,252,255,.76) 52%, rgba(237,249,255,.31) 72%, rgba(237,249,255,.04) 100%); }
.nords-slide-art { position: absolute; z-index: 0; inset: 0; display: block; min-height: 0; }
.nords-slide-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center center; filter: none; animation: none; }
.nords-slide-layout { position: relative; z-index: 2; display: flex; align-items: center; min-height: clamp(620px, 72vh, 742px); }
.nords-slide-copy { width: min(628px, 57%); padding: 0 0 62px; }
.nords-slide h1 { max-width: 610px; color: #0c548a; font-size: clamp(46px, 5.2vw, 77px); line-height: .98; text-shadow: 0 2px 0 rgba(255,255,255,.76); }
.nords-slide-copy > p:not(.nords-eyebrow) { max-width: 545px; color: #426c8d; font-size: 17px; line-height: 1.65; }
.nords-hero-actions { margin-top: 29px; }
.nords-trust-row { margin-top: 27px; color: #3f6784; }
.nords-slider-control-wrap { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.nords-slider-controls { right: auto; bottom: 31px; left: 0; pointer-events: auto; }
.nords-arrow { color: #0d609f; border-color: rgba(17,132,210,.28); background: rgba(255,255,255,.93); box-shadow: 0 7px 18px rgba(13,84,138,.12); }
.nords-arrow:hover { color: #fff; background: #1594e2; }
.nords-dots button { background: rgba(13,62,102,.3); }
.nords-dots button.is-active { background: #ff8c32; }

.nords-feature-card { min-height: 254px; padding: 29px; border-radius: 22px; }
.nords-feature-icon { width: 54px; height: 54px; margin-bottom: 27px; color: #0a7fc9; background: linear-gradient(145deg,#eaf8ff,#d3efff); border: 1px solid rgba(21,148,226,.14); border-radius: 17px; }
.nords-feature-card:nth-child(2n) .nords-feature-icon { color: #e8751a; background: linear-gradient(145deg,#fff6ed,#ffe3c8); border-color: rgba(255,140,50,.18); }
.nords-feature-card:nth-child(3n) .nords-feature-icon { color: #0d3e66; background: linear-gradient(145deg,#edf5fb,#dceaf5); border-color: rgba(13,62,102,.12); }

.nords-pricing-grid, .nords-pricing-grid:not(.nords-pricing-grid-featured) { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 1040px; gap: 22px; margin-top: 42px; }
.nords-price-card { display: flex; flex-direction: column; min-height: 574px; padding: 30px; border: 1px solid rgba(21,148,226,.2); border-radius: 26px; box-shadow: 0 17px 40px rgba(13,90,145,.1); }
.nords-price-card.is-premium { background: linear-gradient(155deg,#fff 0%,#f5fbff 100%); }
.nords-price-card.is-vip { background: linear-gradient(145deg,#0d4e7b 0%,#0d3e66 58%,#092f50 100%); border-color: #0d4e7b; box-shadow: 0 21px 46px rgba(13,62,102,.2); }
.nords-price-card:hover { transform: translateY(-7px); border-color: #1594e2; box-shadow: 0 25px 52px rgba(13,90,145,.16); }
.nords-price-card.is-vip:hover { border-color: #ff9b4b; box-shadow: 0 25px 52px rgba(13,62,102,.25); }
.nords-plan-top { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 13px; min-height: 63px; }
.nords-plan-emblem { display: grid; place-items: center; width: 52px; height: 52px; color: #1594e2; background: #e7f6ff; border-radius: 17px; }
.nords-plan-emblem .nords-icon { width: 25px; height: 25px; }
.is-vip .nords-plan-emblem { color: #f0781e; background: #fff4e9; }
.nords-plan-name { margin: 0; color: #1594e2; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.nords-price-card h3 { margin: 2px 0 0; color: #0d3e66; font-size: 27px; line-height: 1.05; }
.nords-card-badge { position: static; min-width: auto; padding: 6px 10px; color: #fff; background: #ff8c32; border-radius: 999px; font-size: 9px; letter-spacing: .06em; transform: none; }
.nords-price-line { display: flex; align-items: end; gap: 11px; margin: 29px 0 13px; padding-bottom: 19px; border-bottom: 1px solid rgba(21,148,226,.16); }
.nords-price { margin: 0; color: #0b74bb; font-size: clamp(42px,5vw,55px); font-weight: 830; letter-spacing: -.075em; line-height: .92; }
.nords-price-line > span { padding-bottom: 4px; color: #6e8ba1; font-size: 11px; font-weight: 700; }
.nords-plan-summary { min-height: 49px !important; margin: 0 !important; color: #52758e !important; font-size: 14px !important; line-height: 1.55; }
.nords-plan-connection { display: flex; align-items: center; gap: 12px; margin-top: 23px; padding: 14px; background: rgba(21,148,226,.08); border-radius: 15px; }
.nords-plan-connection > .nords-icon { width: 24px; height: 24px; color: #1594e2; }
.nords-plan-connection > div { display: grid; gap: 1px; }
.nords-plan-connection strong { color: #164e76; font-size: 13px; }
.nords-plan-connection span { color: #67869d; font-size: 11px; }
.nords-plan-features { display: grid; gap: 11px; padding: 0 !important; margin: 23px 0 26px !important; color: #426b88 !important; font-size: 12.5px !important; }
.nords-plan-features li { gap: 9px; }
.nords-plan-features li .nords-icon { width: 17px; height: 17px; color: #1594e2 !important; }
.button-plan, .button-vip { width: 100%; min-height: 51px !important; margin-top: auto; border: 0; }
.button-plan { color: #fff; background: linear-gradient(135deg,#1594e2,#0c75bf); box-shadow: 0 12px 22px rgba(21,148,226,.2); }
.button-plan:hover { color: #fff; background: linear-gradient(135deg,#0da5f5,#0b66aa); }
.nords-plan-assurance { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: auto !important; margin: 14px 0 0 !important; color: #6d899e !important; font-size: 11px !important; }
.nords-plan-assurance .nords-icon { width: 15px; height: 15px; color: #1594e2; }
.is-vip .nords-plan-name, .is-vip .nords-price, .is-vip .nords-price-card h3 { color: #fff; }
.nords-price-card.is-vip .nords-plan-name, .nords-price-card.is-vip .nords-price { color: #fff; }
.is-vip h3, .is-vip .nords-plan-name { color: #fff; }
.is-vip .nords-price-line { border-bottom-color: rgba(255,255,255,.18); }
.is-vip .nords-price-line > span, .is-vip .nords-plan-summary, .is-vip .nords-plan-assurance { color: #c7deef !important; }
.is-vip .nords-plan-connection { background: rgba(255,255,255,.11); }
.is-vip .nords-plan-connection > .nords-icon { color: #86d4ff; }
.is-vip .nords-plan-connection strong { color: #fff; }
.is-vip .nords-plan-connection span { color: #c7deef; }
.is-vip .nords-plan-features { color: #e3f1fb !important; }
.is-vip .nords-plan-features li .nords-icon, .is-vip .nords-plan-assurance .nords-icon { color: #8cdaff !important; }
.button-vip { color: #0d3e66; background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.16); }
.button-vip:hover { color: #0d3e66; background: #eaf7ff; }

.nords-coverage-visual { overflow: hidden; min-height: 414px; padding: 24px; border: 1px solid rgba(21,148,226,.18); border-radius: 28px; background: #dff3ff; box-shadow: var(--nords-shadow); }
.nords-coverage-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(145deg,rgba(7,56,93,.18),rgba(255,255,255,.06) 55%,rgba(7,56,93,.33)); }
.nords-coverage-visual img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; border-radius: 0; object-fit: cover; object-position: center; box-shadow: none; }
.nords-country-cloud, .nords-two-col .nords-country-cloud { position: relative; z-index: 2; inset: auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; width: min(100%,500px); min-height: 0; }
.nords-country-cloud .nords-country-card { position: relative; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important; display: flex !important; align-items: center; gap: 10px; min-height: 64px; margin: 0 !important; padding: 10px 12px; color: #0e527f; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; box-shadow: 0 8px 18px rgba(8,68,110,.14); }
.nords-country-flag { display: grid; place-items: center; width: 34px; height: 34px; font-size: 25px; font-weight: 400; line-height: 1; }
.nords-country-card > span { position: static !important; display: grid; gap: 1px; min-width: 0; margin: 0 !important; padding: 0 !important; color: inherit !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.nords-country-card strong { color: #0d4f7e; font-size: 12px; line-height: 1.15; }
.nords-country-card small { overflow: hidden; color: #6a869c; font-size: 9px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.nords-two-col .nords-country-cloud { width: 100%; padding: 17px; background: #eaf7ff; border-radius: 22px; }
.nords-two-col .nords-country-cloud .nords-country-card { background: #fff; }

@media (max-width: 1080px) { .nords-header-inner { gap: 12px; }.nords-nav .nords-menu, .nords-nav .menu { gap: 13px; }.nords-nav .menu-item a { font-size: 11px; }.nords-logo-image { width: 196px; }.nords-slide-copy { width: min(590px,60%); } }
@media (max-width: 1010px) { .nords-header-actions .button-header { display: none; }.nords-nav .nords-menu, .nords-nav .menu { gap: 10px; } }
@media (max-width: 820px) { .nords-language-switcher { display: block; }.nords-header-actions .button-header { display: none; }.nords-hero, .nords-slider, .nords-slider-track, .nords-slide-layout { min-height: 650px; }.nords-slide-copy { width: min(610px,100%); padding: 0 0 72px; }.nords-slide::before { background: linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.84) 58%,rgba(255,255,255,.34)); }.nords-slider-controls { bottom: 25px; }.nords-price-card { min-height: 555px; padding: 26px; }.nords-coverage-grid { gap: 34px; }.nords-coverage-visual { min-height: 360px; }.nords-country-cloud, .nords-two-col .nords-country-cloud { max-width: 500px; } }
@media (max-width: 530px) { .nords-logo-image { width: 175px; }.nords-language-switcher summary { min-width: 48px; height: 38px; padding: 0 7px; }.nords-language-switcher summary .nords-icon { display: none; }.nords-language-list { right: -5px; }.nords-hero, .nords-slider, .nords-slider-track, .nords-slide-layout { min-height: 630px; }.nords-slide-copy { width: 100%; padding: 0 0 85px; }.nords-slide::before { background: linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.84) 75%,rgba(255,255,255,.45)); }.nords-slide h1 { max-width: 380px; font-size: clamp(40px,11vw,54px); }.nords-slide-copy > p:not(.nords-eyebrow) { max-width: 92%; margin-top: 18px; }.nords-trust-row { gap: 11px; margin-top: 21px; }.nords-hero-actions { margin-top: 23px; }.nords-hero-actions .nords-button { width: auto; }.nords-slider-controls { bottom: 21px; }.nords-pricing-grid, .nords-pricing-grid:not(.nords-pricing-grid-featured) { gap: 17px; }.nords-price-card { min-height: 0; padding: 23px; border-radius: 22px; }.nords-price-line { margin-top: 23px; }.nords-plan-summary { min-height: auto !important; }.nords-coverage-visual { min-height: 390px; padding: 15px; }.nords-country-cloud, .nords-two-col .nords-country-cloud { grid-template-columns: 1fr; gap: 7px; }.nords-country-cloud .nords-country-card { min-height: 51px; padding: 7px 10px; }.nords-country-flag { width: 30px; height: 30px; font-size: 22px; } }
@media (prefers-reduced-motion: reduce) { .nords-slide, .nords-slide.is-active, .nords-price-card, .nords-feature-card, .nords-button { transition: none; }.nords-slide-art img { animation: none; } }
