:root {
  --np-ink: #101f38;
  --np-muted: #687386;
  --np-bg: #fff7ef;
  --np-soft: #f7fbff;
  --np-card: #ffffff;
  --np-accent: #ff5235;
  --np-accent-2: #17afa7;
  --np-blue: #071f42;
  --np-yellow: #ffb423;
  --np-border: rgba(16, 31, 56, .12);
  --np-shadow: 0 24px 70px rgba(16, 31, 56, .13);
  --np-radius: 30px;
  --np-container: 1180px;
}

html { scroll-behavior: smooth; }
body.npstudio-page {
  margin: 0;
  color: var(--np-ink);
  background: #fff;
  font-family: Inter, Manrope, Arial, sans-serif;
  overflow-x: hidden;
}
body.npstudio-page * { box-sizing: border-box; }
body.npstudio-page a { color: inherit; }
body.npstudio-page img { max-width: 100%; }
.np-container { width: min(var(--np-container), calc(100% - 36px)); margin-inline: auto; }

body.admin-bar .np-site-head { top: 32px; }
.np-site-head {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--np-border);
}
.np-topline { background: var(--np-blue); color: #fff; font-size: 13px; }
.np-topline__inner { min-height: 38px; display: flex; align-items: center; gap: 18px; justify-content: space-between; }
.np-topline__socials { display: flex; align-items: center; gap: 10px; }
.np-topline__socials a,
.np-topline__phone { text-decoration: none; font-weight: 850; opacity: .94; }
.np-topline__hours { color: rgba(255,255,255,.84); font-weight: 750; }
.np-header { position: relative; background: #fff; }
.np-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.np-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--np-ink); min-width: max-content; }
.np-logo img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(16,31,56,.16)); }
.np-logo__text { display: flex; flex-direction: column; line-height: 1.12; }
.np-logo__text strong { font-size: 19px; font-weight: 950; letter-spacing: -.02em; }
.np-logo__text small { font-size: 12px; color: var(--np-muted); font-weight: 800; }
.np-nav { display: flex; align-items: center; gap: 22px; }
.np-nav a,
.np-mobile a { color: var(--np-ink); font-weight: 900; text-decoration: none; font-size: 15px; }
.np-nav a:hover { color: var(--np-accent); }
.np-header__actions { display: flex; align-items: center; gap: 12px; }
.np-header__phone { font-size: 15px; font-weight: 950; color: var(--np-ink); text-decoration: none; white-space: nowrap; }
.np-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 0 25px; border-radius: 999px; border: 0; background: linear-gradient(135deg, var(--np-accent), #ff8d38); color: #fff !important; font-weight: 950; text-decoration: none; box-shadow: 0 16px 36px rgba(255,82,53,.28); transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; cursor: pointer; }
.np-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(255,82,53,.35); opacity: .97; }
.np-btn--small { min-height: 46px; padding-inline: 20px; font-size: 14px; }
.np-btn--ghost { background: #fff; color: var(--np-ink) !important; border: 1px solid var(--np-border); box-shadow: 0 14px 32px rgba(16,31,56,.07); }
.np-burger { display: none; width: 48px; height: 48px; border-radius: 16px; border: 1px solid var(--np-border); background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.np-burger span { width: 23px; height: 2px; background: var(--np-ink); border-radius: 4px; transition: .2s; }
.np-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.np-burger.is-open span:nth-child(2) { opacity: 0; }
.np-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.np-mobile { position: absolute; top: 100%; left: 18px; right: 18px; background: #fff; border: 1px solid var(--np-border); border-radius: 22px; box-shadow: var(--np-shadow); padding: 12px; display: grid; gap: 6px; }
.np-mobile[hidden] { display: none !important; }
.np-mobile a { padding: 14px; border-radius: 16px; background: var(--np-bg); }

.np-hero { position: relative; padding: 60px 0 42px; overflow: hidden; background: radial-gradient(circle at 9% 6%, rgba(255,180,35,.28) 0 14%, transparent 32%), radial-gradient(circle at 91% 6%, rgba(23,175,167,.12) 0 14%, transparent 33%), linear-gradient(180deg, #fff 0%, #fff7ef 56%, #fff 100%); }
.np-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,82,53,.08), transparent 36%), linear-gradient(300deg, rgba(7,31,66,.05), transparent 44%); }
.np-hero__decor { position: absolute; border-radius: 999px; pointer-events: none; z-index: 0; }
.np-hero__decor--one { width: 210px; height: 210px; background: rgba(255,82,53,.14); left: -90px; top: 160px; }
.np-hero__decor--two { width: 320px; height: 320px; background: rgba(23,175,167,.11); right: -160px; bottom: -120px; }
.np-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr); gap: 42px; align-items: center; }
.np-eyebrow { margin: 0 0 14px; color: var(--np-accent); font-size: 13px; line-height: 1.35; font-weight: 950; text-transform: uppercase; letter-spacing: .12em; }
.np-hero h1 { margin: 0; max-width: 780px; font-size: clamp(42px, 5.4vw, 74px); line-height: .97; letter-spacing: -.055em; }
.np-hero__lead { margin: 24px 0 0; max-width: 690px; color: #4f596d; font-size: 19px; line-height: 1.62; }
.np-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.np-trustline { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.np-trustline span { padding: 10px 14px; background: #fff; border: 1px solid var(--np-border); border-radius: 999px; color: #2e384e; font-weight: 950; font-size: 13px; box-shadow: 0 12px 26px rgba(16,31,56,.05); }
.np-hero__side { position: relative; display: grid; gap: 16px; }
.np-hero__photo-card { position: relative; min-height: 286px; border-radius: 38px; overflow: hidden; box-shadow: var(--np-shadow); border: 1px solid rgba(255,255,255,.9); background: #fff; }
.np-hero__photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(7,31,66,.78)); }
.np-hero__photo-card img { width: 100%; height: 100%; min-height: 286px; display: block; object-fit: cover; }
.np-hero__badge { position: absolute; left: 18px; bottom: 18px; z-index: 2; display: inline-flex; align-items: center; min-height: 40px; padding: 0 15px; border-radius: 999px; background: rgba(255,255,255,.95); color: var(--np-blue); font-weight: 950; box-shadow: 0 14px 30px rgba(0,0,0,.14); }
.np-hero__form-card { padding: 24px; border-radius: 30px; background: rgba(255,255,255,.96); border: 1px solid rgba(16,31,56,.1); box-shadow: var(--np-shadow); }
.np-hero__form-card .npstudio-form h3 { margin: 0 0 12px; font-size: 27px; line-height: 1.1; letter-spacing: -.03em; text-align: center; }
.np-hero__form-card .npstudio-form__note { display: none; }

.np-quick-contact { padding: 22px 0; background: #fff; }
.np-quick-contact__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.np-quick-contact a { display: flex; flex-direction: column; gap: 4px; min-height: 94px; justify-content: center; padding: 18px; border-radius: 24px; background: #fff; border: 1px solid var(--np-border); box-shadow: 0 14px 36px rgba(16,31,56,.06); text-decoration: none; color: var(--np-ink); }
.np-quick-contact strong { font-size: 14px; color: var(--np-accent); }
.np-quick-contact span { font-weight: 950; font-size: 15px; }

.np-section { padding: 84px 0; }
.np-section--soft { background: linear-gradient(180deg, #fff, #fff8f1); }
.np-section__head { max-width: 740px; margin: 0 auto 36px; text-align: center; }
.np-section__head h2,
.np-split h2,
.np-project h2,
.np-lead-grid h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.04; letter-spacing: -.04em; }
.np-section__head p,
.np-split p,
.np-project p,
.np-lead-grid p { color: var(--np-muted); font-size: 18px; line-height: 1.7; }
.np-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.np-card { overflow: hidden; border-radius: var(--np-radius); background: #fff; border: 1px solid var(--np-border); box-shadow: 0 18px 52px rgba(16,31,56,.08); display: flex; flex-direction: column; }
.np-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.np-card div { padding: 22px; }
.np-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.1; letter-spacing: -.02em; }
.np-card p { margin: 0; color: var(--np-muted); line-height: 1.6; }
.np-card a { display: inline-flex; margin-top: 18px; color: var(--np-accent); font-weight: 950; text-decoration: none; }
.np-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 470px); gap: 44px; align-items: center; }
.np-split > img { width: 100%; height: 520px; object-fit: cover; border-radius: 42px; box-shadow: var(--np-shadow); }
.np-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.np-benefits div { padding: 18px; background: #fff; border: 1px solid var(--np-border); border-radius: 22px; }
.np-benefits strong { display: block; color: var(--np-accent); font-size: 13px; margin-bottom: 8px; }
.np-benefits span { font-weight: 900; line-height: 1.35; }
.np-project { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 42px; border-radius: 42px; background: linear-gradient(135deg, #071f42, #113c78 56%, #ff5235); color: #fff; box-shadow: var(--np-shadow); overflow: hidden; position: relative; }
.np-project::after { content: ""; position: absolute; right: -80px; top: -80px; width: 250px; height: 250px; background: rgba(255,255,255,.14); border-radius: 50%; }
.np-project > * { position: relative; z-index: 1; }
.np-project .np-eyebrow,
.np-project p { color: #fff; }
.np-project p { max-width: 720px; margin-bottom: 0; }
.np-project .np-btn { background: #fff; color: var(--np-ink) !important; box-shadow: none; white-space: nowrap; }
/* Beautiful cloud reviews block */
.np-reviews-scene {
  position: relative;
  overflow: hidden;
  padding: 126px 0 132px;
  background:
    radial-gradient(circle at 10% 66%, rgba(23,175,167,.13) 0 10%, transparent 25%),
    radial-gradient(circle at 90% 68%, rgba(112,199,53,.13) 0 10%, transparent 25%),
    #fff;
}
.np-reviews-scene__decor { position: absolute; pointer-events: none; z-index: 1; }
.np-reviews-scene__decor--pencil {
  left: -34px;
  top: 136px;
  width: 132px;
  height: 28px;
  background: linear-gradient(90deg, #ffb423 0 68%, #fff 68% 78%, var(--np-blue) 78%);
  border: 3px solid var(--np-blue);
  border-radius: 8px 2px 2px 8px;
  transform: rotate(-38deg);
  opacity: .92;
}
.np-reviews-scene__decor--arc-red,
.np-reviews-scene__decor--arc-teal,
.np-reviews-scene__decor--arc-green {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background: transparent;
}
.np-reviews-scene__decor--arc-red {
  left: 27%;
  top: 68px;
  border-top: 8px solid #ff5235;
  transform: rotate(-8deg);
}
.np-reviews-scene__decor--arc-teal {
  left: 8%;
  top: 340px;
  border-left: 8px solid var(--np-accent-2);
  transform: rotate(20deg);
}
.np-reviews-scene__decor--arc-green {
  right: 8%;
  bottom: 110px;
  width: 218px;
  height: 218px;
  border-bottom: 9px solid #70c735;
  transform: rotate(-12deg);
}
.np-reviews-scene__decor--flower {
  right: 23%;
  top: 266px;
  color: var(--np-yellow);
  font-size: 56px;
  font-weight: 950;
  transform: rotate(12deg);
}
.np-review-cloud {
  position: relative;
  z-index: 2;
  width: min(1080px, calc(100% - 32px));
  min-height: 430px;
  margin: 0 auto;
  padding: 78px 72px 64px;
  text-align: center;
  isolation: isolate;
  background: #fbf4f0;
  border-radius: 44% 48% 46% 42% / 30% 28% 34% 32%;
  box-shadow: 0 26px 70px rgba(16,31,56,.055);
}
.np-review-cloud::before,
.np-review-cloud::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fbf4f0;
  border-radius: 50%;
}
.np-review-cloud::before {
  width: 300px;
  height: 196px;
  left: 82px;
  top: -62px;
}
.np-review-cloud::after {
  width: 340px;
  height: 214px;
  right: 92px;
  top: -50px;
}
.np-review-cloud__head { max-width: 790px; margin: 0 auto 24px; }
.np-review-cloud__label {
  margin: 0 0 12px;
  color: #248df4;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: .02em;
  font-family: 'Comic Sans MS', 'Trebuchet MS', cursive;
}
.np-review-cloud h2 {
  margin: 0;
  color: var(--np-blue);
  font-size: clamp(32px, 3.15vw, 48px);
  line-height: 1.22;
  letter-spacing: -.025em;
  font-family: Georgia, 'Times New Roman', serif;
}
.np-review-slider {
  position: relative;
  max-width: 820px;
  min-height: 132px;
  margin: 0 auto;
}
.np-review-slide { margin: 0; animation: npReviewFade .25s ease; }
.np-review-slide[hidden] { display: none !important; }
.np-review-slide p {
  max-width: 820px;
  margin: 0 auto 24px;
  color: #7c8290;
  font-size: 17.5px;
  line-height: 1.68;
  font-weight: 700;
}
.np-review-author {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.np-review-author img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 12px 30px rgba(16,31,56,.16);
}
.np-review-author strong {
  color: var(--np-blue);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 1.9vw, 31px);
  line-height: 1.15;
  font-weight: 700;
}
.np-review-controls {
  position: static;
  transform: none;
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 24px auto 0;
  z-index: 3;
}
.np-review-arrow {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(16,31,56,.12);
  transition: transform .18s ease, box-shadow .18s ease;
}
.np-review-arrow:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(16,31,56,.16); }
.np-review-arrow--prev { background: var(--np-accent); }
.np-review-arrow--next { background: var(--np-accent-2); }
.np-review-cloud__dot,
.np-review-cloud__dash { position: absolute; z-index: 2; pointer-events: none; }
.np-review-cloud__dot { border: 3px solid #ff7b69; border-radius: 50%; background: transparent; }
.np-review-cloud__dot--one { width: 34px; height: 34px; left: 55%; top: 50%; }
.np-review-cloud__dot--two { width: 36px; height: 36px; right: 9%; top: 58%; }
.np-review-cloud__dash { width: 38px; height: 10px; border-radius: 999px; }
.np-review-cloud__dash--one { left: 17%; bottom: 31%; background: #ff5235; transform: rotate(8deg); }
.np-review-cloud__dash--two { right: 14%; top: 49%; background: #0bb231; transform: rotate(-14deg); }
@keyframes npReviewFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.np-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.np-gallery img { width: 100%; height: 230px; object-fit: cover; border-radius: 24px; box-shadow: 0 14px 34px rgba(16,31,56,.08); }
.np-gallery img:nth-child(1),
.np-gallery img:nth-child(4) { grid-column: span 2; }
.np-lead-section { background: radial-gradient(circle at 12% 20%, rgba(255,180,35,.2) 0 16%, transparent 32%), linear-gradient(180deg, #fff8f1, #fff); }
.np-lead-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 470px); gap: 44px; align-items: start; }
.np-contact-list { display: grid; gap: 12px; margin-top: 28px; }
.np-contact-list a { display: flex; padding: 15px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--np-border); color: var(--np-ink); font-weight: 900; text-decoration: none; }
.np-form-card { padding: 28px; border-radius: 32px; background: #fff; border: 1px solid var(--np-border); box-shadow: var(--np-shadow); }
.np-footer { padding: 42px 0; background: var(--np-blue); color: #fff; }
.np-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 22px; }
.np-footer p { color: rgba(255,255,255,.68); margin: .5rem 0 0; }
.np-footer span,
.np-footer strong { display: block; font-size: 18px; font-weight: 950; }
.np-footer a { display: block; margin-top: 10px; color: #fff; text-decoration: none; opacity: .82; }
.np-footer a:hover { opacity: 1; }

.npstudio-form { display: grid; gap: 13px; }
.npstudio-form__field { display: grid; gap: 7px; }
.npstudio-form label { font-size: 14px; font-weight: 950; color: var(--np-ink); }
.npstudio-form input,
.npstudio-form select,
.npstudio-form textarea { width: 100%; min-height: 54px; border: 1px solid var(--np-border); border-radius: 18px; background: #f8fafc; padding: 0 16px; color: var(--np-ink); font: inherit; font-weight: 750; outline: none; }
.npstudio-form textarea { min-height: 112px; padding-top: 14px; resize: vertical; }
.npstudio-form input:focus,
.npstudio-form select:focus,
.npstudio-form textarea:focus { border-color: var(--np-accent); box-shadow: 0 0 0 4px rgba(255,82,53,.12); background: #fff; }
.npstudio-form__status { min-height: 22px; font-weight: 800; color: var(--np-muted); }
.npstudio-form.is-loading .np-btn { opacity: .7; pointer-events: none; }
.npstudio-form__note { margin: 0; color: var(--np-muted); font-size: 13px; line-height: 1.45; }
.npstudio-form .np-btn { width: 100%; }

@media (max-width: 1120px) {
  .np-nav { display: none; }
  .np-header__actions { margin-left: auto; }
  .np-burger { display: flex; }
  .np-cards { grid-template-columns: repeat(2, 1fr); }
  .np-gallery { grid-template-columns: repeat(3, 1fr); }
  .np-gallery img:nth-child(1),
  .np-gallery img:nth-child(4) { grid-column: span 1; }
}
@media (max-width: 900px) {
  body.admin-bar .np-site-head { top: 46px; }
  .np-topline__hours { display: none; }
  .np-header__inner { min-height: 74px; }
  .np-header__actions .np-header__phone { display: none; }
  .np-hero { padding: 34px 0 30px; }
  .np-hero__grid,
  .np-split,
  .np-lead-grid { grid-template-columns: 1fr; }
  .np-hero__side { grid-template-columns: 1fr; }
  .np-hero__photo-card { min-height: 250px; }
  .np-hero__photo-card img { min-height: 250px; }
  .np-quick-contact__grid { grid-template-columns: repeat(2, 1fr); }
  .np-reviews { grid-template-columns: 1fr; }
  .np-project { display: block; }
  .np-project .np-btn { margin-top: 24px; }
  .np-footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .np-container { width: min(100% - 24px, var(--np-container)); }
  .np-topline__inner { justify-content: center; }
  .np-topline__socials { display: none; }
  .np-topline__phone { font-size: 12px; }
  .np-logo img { width: 54px; height: 54px; }
  .np-logo__text small { display: none; }
  .np-header__actions .np-btn { display: none; }
  .np-hero h1 { font-size: 39px; }
  .np-hero__lead { font-size: 16px; }
  .np-hero__cta .np-btn { width: 100%; }
  .np-hero__form-card { padding: 18px; border-radius: 24px; }
  .np-quick-contact__grid,
  .np-cards,
  .np-benefits { grid-template-columns: 1fr; }
  .np-section { padding: 58px 0; }
  .np-section__head { text-align: left; margin-bottom: 24px; }
  .np-section__head p,
  .np-split p,
  .np-project p,
  .np-lead-grid p { font-size: 16px; }
  .np-split > img { height: 330px; border-radius: 30px; }
  .np-project { padding: 28px; border-radius: 30px; }
  .np-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .np-gallery img { height: 170px; border-radius: 18px; }
  .np-form-card { padding: 20px; border-radius: 24px; }
  .np-mobile { left: 12px; right: 12px; }
  .np-footer { padding-bottom: 92px; }
}
@media (max-width: 782px) {
  body.admin-bar .np-site-head { top: 46px; }
}
@media (max-width: 600px) {
  body.admin-bar .np-site-head { top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .np-btn,
  .np-burger span { transition: none; }
}

/* Detailed course block added from the original NP Studio section */
.np-course-showcase {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 118px;
  padding-bottom: 110px;
}
.np-course-showcase__shape { position: absolute; pointer-events: none; z-index: 0; }
.np-course-showcase__shape--orange {
  right: -12vw;
  top: -190px;
  width: 56vw;
  height: 420px;
  background: #ffad20;
  border-radius: 0 0 0 85%;
  transform: rotate(-7deg);
}
.np-course-showcase__shape--cream {
  left: -160px;
  bottom: -140px;
  width: 58vw;
  height: 460px;
  background: #fbf2ee;
  border-radius: 48% 62% 42% 55%;
  opacity: .72;
}
.np-course-showcase__confetti { position: absolute; z-index: 1; pointer-events: none; }
.np-course-showcase__confetti--red { left: 16%; top: 72px; width: 32px; height: 14px; background: #ff533b; border-radius: 999px; transform: rotate(14deg); }
.np-course-showcase__confetti--blue { right: 9%; bottom: 128px; width: 34px; height: 13px; background: #238df4; border-radius: 999px; transform: rotate(-28deg); }
.np-course-showcase__confetti--green { left: 44%; top: 86px; width: 34px; height: 58px; background: #70c735; border-radius: 50%; transform: rotate(20deg); }
.np-course-showcase__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 92px);
  align-items: start;
}
.np-course-blob {
  min-height: 520px;
  padding: 28px 34px 38px;
  text-align: center;
  box-shadow: none;
  position: relative;
  isolation: isolate;
}
.np-course-blob::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 38% 31% 24% 28% / 14% 18% 15% 17%;
}
.np-course-blob--pink::before { background: #fdebe9; border-radius: 37% 31% 24% 29% / 12% 16% 15% 19%; }
.np-course-blob--green::before { background: #edf8e6; border-radius: 33% 28% 22% 29% / 11% 16% 13% 18%; }
.np-course-blob--blue::before { background: #e9f5ff; border-radius: 35% 27% 23% 29% / 13% 18% 16% 17%; }
.np-course-blob__image {
  width: min(100%, 300px);
  aspect-ratio: 1.5 / 1;
  margin: 0 auto 28px;
  overflow: hidden;
  border-radius: 38% 25% 34% 30% / 18% 22% 26% 20%;
  background: #fff;
  box-shadow: 0 22px 44px rgba(7, 31, 66, .08);
}
.np-course-blob__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.np-course-blob h3 {
  margin: 0 0 16px;
  color: var(--np-blue);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-family: Georgia, 'Times New Roman', serif;
}
.np-course-blob p {
  margin: 0 auto;
  max-width: 310px;
  color: #7e838d;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 650;
}
@media (max-width: 1120px) {
  .np-course-showcase__grid { gap: 24px; }
  .np-course-blob { min-height: 500px; padding-left: 24px; padding-right: 24px; }
  .np-course-blob p { font-size: 16px; }
}
@media (max-width: 900px) {
  .np-course-showcase { padding-top: 78px; padding-bottom: 76px; }
  .np-course-showcase__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .np-course-blob { min-height: auto; }
  .np-course-blob__image { width: min(100%, 340px); }
  .np-course-showcase__shape--orange { width: 90vw; height: 300px; right: -35vw; top: -150px; }
  .np-course-showcase__shape--cream { width: 90vw; height: 340px; left: -50vw; }
}
@media (max-width: 640px) {
  .np-course-showcase { padding-top: 54px; padding-bottom: 58px; }
  .np-course-blob { padding: 22px 18px 30px; }
  .np-course-blob h3 { font-size: 26px; }
  .np-course-blob p { font-size: 15.5px; line-height: 1.55; }
  .np-course-showcase__confetti--green { display: none; }
}

@media (max-width: 900px) {
  .np-reviews-scene { padding: 78px 0 84px; }
  .np-review-cloud {
    min-height: auto;
    padding: 68px 32px 44px;
    border-radius: 34px;
  }
  .np-review-cloud::before,
  .np-review-cloud::after { display: none; }
  .np-review-slider { min-height: 180px; }
  .np-review-controls {
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 26px;
  }
  .np-reviews-scene__decor--pencil { width: 98px; left: -40px; top: 98px; }
  .np-reviews-scene__decor--arc-red { left: 12%; top: 36px; transform: scale(.7) rotate(-8deg); }
  .np-reviews-scene__decor--arc-teal { left: -40px; top: 320px; transform: scale(.68) rotate(20deg); }
  .np-reviews-scene__decor--arc-green { right: -32px; bottom: 48px; transform: scale(.7) rotate(-12deg); }
  .np-reviews-scene__decor--flower { right: 10%; top: 205px; font-size: 44px; }
}
@media (max-width: 640px) {
  .np-reviews-scene { padding: 58px 0 64px; }
  .np-review-cloud {
    padding: 46px 18px 30px;
    border-radius: 28px;
  }
  .np-review-cloud__label { font-size: 22px; }
  .np-review-cloud h2 { font-size: 31px; }
  .np-review-slide p { font-size: 15.5px; line-height: 1.65; margin-bottom: 22px; }
  .np-review-author { gap: 10px; }
  .np-review-author img { width: 48px; height: 48px; border-width: 3px; }
  .np-review-author strong { font-size: 23px; }
  .np-review-arrow { width: 50px; height: 50px; font-size: 25px; }
  .np-reviews-scene__decor--flower,
  .np-review-cloud__dot,
  .np-review-cloud__dash { display: none; }
}


/* Review block polish v1.7 */
@media (max-width: 900px) {
  .np-reviews-scene { padding: 86px 0 92px; }
  .np-review-cloud {
    width: min(100% - 28px, 760px);
    min-height: auto;
    padding: 58px 28px 42px;
    border-radius: 36px;
  }
  .np-review-cloud::before,
  .np-review-cloud::after { display: none; }
  .np-review-cloud h2 { font-size: clamp(30px, 6vw, 42px); line-height: 1.2; }
  .np-review-slider { min-height: 0; }
  .np-review-controls {
    position: static;
    transform: none;
    justify-content: center;
    margin-top: 22px;
  }
  .np-reviews-scene__decor--pencil { width: 96px; left: -38px; top: 104px; }
  .np-reviews-scene__decor--arc-red { left: 12%; top: 42px; transform: scale(.7) rotate(-8deg); }
  .np-reviews-scene__decor--arc-teal { left: -40px; top: 315px; transform: scale(.68) rotate(20deg); }
  .np-reviews-scene__decor--arc-green { right: -32px; bottom: 50px; transform: scale(.7) rotate(-12deg); }
  .np-reviews-scene__decor--flower { right: 10%; top: 202px; font-size: 42px; }
}
@media (max-width: 640px) {
  .np-reviews-scene { padding: 58px 0 66px; }
  .np-review-cloud {
    width: calc(100% - 24px);
    padding: 40px 18px 32px;
    border-radius: 28px;
  }
  .np-review-cloud__label { font-size: 21px; }
  .np-review-cloud h2 { font-size: 28px; letter-spacing: -.02em; }
  .np-review-slide p { font-size: 15.5px; line-height: 1.62; margin-bottom: 18px; }
  .np-review-author { gap: 10px; flex-direction: column; }
  .np-review-author img { width: 48px; height: 48px; border-width: 3px; }
  .np-review-author strong { font-size: 23px; text-align: center; }
  .np-review-arrow { width: 48px; height: 48px; font-size: 24px; }
  .np-reviews-scene__decor--flower,
  .np-review-cloud__dot,
  .np-review-cloud__dash { display: none; }
}

/* v1.8: make the advantages block image wider and show the full 16:9 artwork */
#why .np-split {
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.08fr);
  gap: 54px;
}
#why .np-split > img {
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  border-radius: 34px;
  display: block;
}
@media (max-width: 1120px) {
  #why .np-split {
    grid-template-columns: minmax(0, 1fr) minmax(460px, .98fr);
    gap: 34px;
  }
}
@media (max-width: 900px) {
  #why .np-split {
    grid-template-columns: 1fr;
  }
  #why .np-split > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  #why .np-split > img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 24px;
  }
}


/* v1.9: redesign quick contact cards for a more modern UX */
.np-quick-contact {
  position: relative;
  padding: 24px 0 38px;
  background: linear-gradient(180deg, #fff 0%, #fcfaf8 100%);
}
.np-quick-contact__grid {
  gap: 18px;
}
.np-quick-contact a {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 122px;
  padding: 22px 22px 22px 92px;
  border-radius: 28px;
  border: 1px solid rgba(16, 31, 56, .09);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,241,.96));
  box-shadow: 0 20px 46px rgba(16,31,56,.07);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.np-quick-contact a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(16,31,56,.14);
}
.np-quick-contact a::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(255,255,255,.65);
}
.np-quick-contact a:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(16,31,56,.10);
  border-color: rgba(255,82,53,.20);
}
.np-quick-contact a strong {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.np-quick-contact a span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 950;
  word-break: break-word;
}
.np-quick-contact a:nth-child(1)::before {
  content: "☎";
  background: linear-gradient(135deg, #ff5235, #ff8d38);
}
.np-quick-contact a:nth-child(2)::before {
  content: "✈";
  background: linear-gradient(135deg, #248df4, #17afa7);
}
.np-quick-contact a:nth-child(3)::before {
  content: "✆";
  background: linear-gradient(135deg, #8a5cff, #5e78ff);
}
.np-quick-contact a:nth-child(4)::before {
  content: "✉";
  background: linear-gradient(135deg, #ff7b45, #ff5235);
}
.np-quick-contact a:nth-child(1) strong { color: #ff5235; }
.np-quick-contact a:nth-child(2) strong { color: #248df4; }
.np-quick-contact a:nth-child(3) strong { color: #7a57ff; }
.np-quick-contact a:nth-child(4) strong { color: #ff6a3d; }

@media (max-width: 900px) {
  .np-quick-contact {
    padding: 18px 0 30px;
  }
  .np-quick-contact__grid {
    gap: 14px;
  }
  .np-quick-contact a {
    min-height: 108px;
    padding: 18px 18px 18px 82px;
    border-radius: 24px;
  }
  .np-quick-contact a::before {
    left: 18px;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border-radius: 16px;
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .np-quick-contact a {
    min-height: 100px;
    padding: 16px 16px 16px 76px;
    border-radius: 22px;
  }
  .np-quick-contact a::before {
    left: 16px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 15px;
    font-size: 20px;
  }
  .np-quick-contact a strong {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .np-quick-contact a span {
    font-size: 15px;
  }
}


/* v2.0: stretch quick contact row and keep desktop values in one line */
@media (min-width: 901px) {
  .np-quick-contact .np-container {
    width: min(1480px, calc(100% - 56px));
  }
  .np-quick-contact__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .np-quick-contact a {
    min-height: 118px;
    padding: 22px 18px 22px 84px;
  }
  .np-quick-contact a::before {
    left: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .np-quick-contact a span {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: clamp(15px, 1.04vw, 18px);
    letter-spacing: -.02em;
  }
  .np-quick-contact a strong {
    white-space: nowrap;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .np-quick-contact .np-container {
    width: min(100% - 28px, 1120px);
  }
  .np-quick-contact__grid {
    gap: 12px;
  }
  .np-quick-contact a {
    padding-left: 72px;
    padding-right: 12px;
  }
  .np-quick-contact a::before {
    left: 14px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 15px;
  }
  .np-quick-contact a span {
    font-size: 14px;
  }
  .np-quick-contact a strong {
    font-size: 11px;
  }
}


/* v2.1: clearer contact cards in the lead section */
.np-lead-section .np-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.np-lead-section .np-contact-tile {
  position: relative;
  min-height: 116px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(16,31,56,.10);
  background: rgba(255,255,255,.94);
  color: var(--np-ink);
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(16,31,56,.065);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.np-lead-section .np-contact-tile::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(255,255,255,.70);
  pointer-events: none;
}
.np-lead-section .np-contact-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(16,31,56,.10);
  border-color: rgba(255,82,53,.20);
}
.np-lead-section .np-contact-tile__icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(16,31,56,.14);
}
.np-lead-section .np-contact-tile__body {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
}
.np-lead-section .np-contact-tile__label {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.np-lead-section .np-contact-tile strong {
  display: block;
  color: var(--np-ink);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.np-lead-section .np-contact-tile small {
  display: block;
  margin-top: 7px;
  color: #7a8494;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
}
.np-lead-section .np-contact-tile--phone {
  background: linear-gradient(180deg, #fff, #fff7f3);
}
.np-lead-section .np-contact-tile--phone .np-contact-tile__icon {
  background: linear-gradient(135deg, #ff5235, #ff8d38);
}
.np-lead-section .np-contact-tile--phone .np-contact-tile__label {
  color: #ff5235;
}
.np-lead-section .np-contact-tile--telegram {
  background: linear-gradient(180deg, #fff, #f1fbff);
}
.np-lead-section .np-contact-tile--telegram .np-contact-tile__icon {
  background: linear-gradient(135deg, #248df4, #17afa7);
}
.np-lead-section .np-contact-tile--telegram .np-contact-tile__label {
  color: #248df4;
}
.np-lead-section .np-contact-tile--viber {
  background: linear-gradient(180deg, #fff, #f7f4ff);
}
.np-lead-section .np-contact-tile--viber .np-contact-tile__icon {
  background: linear-gradient(135deg, #8a5cff, #5e78ff);
}
.np-lead-section .np-contact-tile--viber .np-contact-tile__label {
  color: #7658ff;
}
.np-lead-section .np-contact-tile--instagram {
  background: linear-gradient(180deg, #fff, #fff5fb);
}
.np-lead-section .np-contact-tile--instagram .np-contact-tile__icon {
  background: linear-gradient(135deg, #ff5235, #c13584);
}
.np-lead-section .np-contact-tile--instagram .np-contact-tile__label {
  color: #c13584;
}

@media (max-width: 1120px) {
  .np-lead-section .np-contact-list {
    grid-template-columns: 1fr;
  }
  .np-lead-section .np-contact-tile strong {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
}
@media (max-width: 640px) {
  .np-lead-section .np-contact-list {
    gap: 12px;
    margin-top: 24px;
  }
  .np-lead-section .np-contact-tile {
    min-height: 104px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }
  .np-lead-section .np-contact-tile__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 22px;
  }
  .np-lead-section .np-contact-tile strong {
    font-size: 17px;
  }
  .np-lead-section .np-contact-tile small {
    font-size: 12.5px;
  }
}


/* v2.2: clips and original song recording section */
@media (min-width: 1121px) {
  .np-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.np-clips-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,180,35,.18) 0 14%, transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(23,175,167,.11) 0 14%, transparent 36%),
    linear-gradient(180deg, #fff, #fff8f1 52%, #fff);
}
.np-clips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.np-clip-card {
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(16,31,56,.10);
  box-shadow: 0 24px 70px rgba(16,31,56,.10);
}
.np-clip-card__video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #071f42;
  overflow: hidden;
}
.np-clip-card__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.np-clip-card__content {
  padding: 24px 26px 28px;
}
.np-clip-card__content span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--np-accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.np-clip-card__content h3 {
  margin: 0 0 12px;
  color: var(--np-ink);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.np-clip-card__content p {
  margin: 0;
  color: var(--np-muted);
  font-size: 16.5px;
  line-height: 1.62;
  font-weight: 650;
}
.np-clip-card__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 19px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--np-accent), #ff8d38);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(255,82,53,.22);
}
.np-clip-card:nth-child(2) .np-clip-card__content span {
  color: var(--np-accent-2);
}
.np-clip-card:nth-child(2) .np-clip-card__content a {
  background: linear-gradient(135deg, var(--np-accent-2), #238df4);
  box-shadow: 0 14px 30px rgba(23,175,167,.22);
}

@media (max-width: 900px) {
  .np-clips {
    grid-template-columns: 1fr;
  }
  .np-clip-card {
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .np-clip-card__content {
    padding: 20px;
  }
  .np-clip-card__content a {
    width: 100%;
  }
}


/* v2.3: directions block should contain only 4 main services */
@media (min-width: 1121px) {
  .np-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/* v2.5: reviews with real author photos and longer texts */
.np-review-slide p {
  max-width: 900px;
}
.np-review-author strong {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .np-review-slide p {
    font-size: 15px;
    line-height: 1.58;
  }
}
