.elementor-27007 .elementor-element.elementor-element-53b2f9f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS */#content-wrap { width: 100% !important; max-width: 100% !important; }

.nvk, .nvk *, .nvk *::before, .nvk *::after { box-sizing: border-box; margin: 0; padding: 0; }

.nvk {
  --coral: #FF7A59;
  --coral-dark: #E85A3B;
  --coral-pale: #FFE4D6;
  --peach-bg: #FFF8F3;
  --mint: #7AB69B;
  --mint-dark: #4F8F73;
  --mint-pale: #EAF2EE;
  --navy: #2E2A4D;
  --text-mid: #5B5770;
  --text-light: #8C88A0;
  --white: #FFFFFF;
  --border: #F1E4DC;
  --shadow: 0 10px 30px rgba(46, 42, 77, 0.08);
  --shadow-lg: 0 22px 54px rgba(46, 42, 77, 0.16);
  --radius: 20px;
  font-family: 'Inter', sans-serif;
  color: var(--text-mid);
  background: var(--peach-bg);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
}

.nvk h1, .nvk h2, .nvk h3 { font-family: 'Playfair Display', serif; color: var(--navy); line-height: 1.22; }
.nvk em { font-style: italic; color: var(--coral-dark); }
.nvk a { color: inherit; }
.nvk img { display: block; max-width: 100%; height: auto; }
.nvk-img-link { display: block; cursor: pointer; }
.nvk-img-link:hover img { transform: scale(1.04); }

.nvk-urgency { position: sticky; top: 0; z-index: 40; background: var(--coral); color: #fff; text-align: center; padding: 10px 6vw; font-size: 0.92rem; font-weight: 600; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px; }
.nvk-urgency b { font-weight: 800; letter-spacing: 0.03em; }
.nvk-urgency #nvk-countdown { background: rgba(255,255,255,0.18); border-radius: 8px; padding: 2px 10px; font-variant-numeric: tabular-nums; }

.nvk-hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 40px; padding: 36px 6vw 56px; background: var(--peach-bg); overflow: hidden; }
.nvk-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: #fff; padding: 10px 22px; border-radius: 50px; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.01em; margin-bottom: 18px; box-shadow: 0 10px 24px rgba(255, 122, 89, 0.38); text-decoration: none; border: none; cursor: pointer; transition: background .2s, transform .2s; }
.nvk-badge:hover { background: var(--coral-dark); transform: translateY(-1px); }
.nvk-badge strong { font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; font-size: 1.02rem; }
.nvk-hero h1 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 14px; }
.nvk-hero__lead { font-size: 1.04rem; color: var(--text-mid); max-width: 480px; margin-bottom: 16px; }
.nvk-hero__meta { display: inline-block; background: var(--mint-pale); color: var(--mint-dark); font-size: 0.88rem; padding: 8px 16px; border-radius: 12px; margin-bottom: 20px; }
.nvk-hero__meta strong { color: var(--mint-dark); }
.nvk-hero__media { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 3/2; }
.nvk-hero__media img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; transition: transform .35s; filter: saturate(0.58) contrast(0.9) brightness(1.06) sepia(0.12); }

.nvk-btn { display: inline-block; background: var(--coral); color: #fff !important; padding: 16px 38px; border-radius: 50px; font-size: 1rem; font-weight: 700; text-decoration: none; border: none; cursor: pointer; box-shadow: 0 10px 26px rgba(255, 122, 89, 0.38); transition: background .2s, transform .2s; }
.nvk-btn:hover { background: var(--coral-dark); transform: translateY(-2px); }
.nvk-btn--block { display: block; width: 100%; text-align: center; }

.nvk-section { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; padding: 70px 6vw; background: var(--white); }
.nvk-section--alt { background: var(--mint-pale); }
.nvk-section--reverse { grid-template-columns: 1.05fr 1fr; }
.nvk-section--reverse .nvk-media { order: 2; }
.nvk-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.nvk-media img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; transition: transform .35s; filter: saturate(0.58) contrast(0.9) brightness(1.06) sepia(0.12); }
.nvk-content h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 24px; }
.nvk-content > p { margin-bottom: 18px; }
.nvk-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.nvk-list li { position: relative; padding-left: 30px; font-size: 1rem; color: var(--text-mid); }
.nvk-list li::before { content: '✓'; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; border-radius: 50%; background: var(--mint); color: #fff; font-size: 0.7rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.nvk-section--alt .nvk-list li::before { background: var(--coral); }

.nvk-pain { position: relative; z-index: 1; padding: 70px 6vw; background: var(--peach-bg); text-align: center; }
.nvk-pain h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 12px; }
.nvk-pain > p { max-width: 620px; margin: 0 auto 34px; }
.nvk-pain__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; text-align: left; }
.nvk-pain__card { background: var(--white); border-left: 4px solid var(--coral); border-radius: 14px; padding: 20px 22px; font-size: 0.98rem; color: var(--text-mid); box-shadow: var(--shadow); }

.nvk-days { position: relative; z-index: 1; padding: 70px 6vw; background: var(--white); }
.nvk-days h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); text-align: center; margin-bottom: 12px; }
.nvk-days > p { text-align: center; max-width: 620px; margin: 0 auto 36px; }
.nvk-days__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; max-width: 1040px; margin: 0 auto; }
.nvk-day { background: var(--peach-bg); border: 1px solid var(--border); border-radius: 16px; padding: 22px 22px 24px; }
.nvk-day__num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--coral); color: #fff; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; }
.nvk-day h3 { font-size: 1.08rem; margin-bottom: 6px; }
.nvk-day p { font-size: 0.92rem; color: var(--text-light); line-height: 1.55; }

.nvk-infobar { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 44px 6vw; background: var(--mint-pale); }
.nvk-infobar__item { border: 1.5px dashed var(--border); border-radius: 16px; padding: 22px 18px; text-align: center; font-size: 0.95rem; color: var(--navy); background: var(--white); }
.nvk-infobar__item strong { color: var(--coral-dark); }

.nvk-cta { position: relative; z-index: 1; padding: 76px 6vw 90px; background: linear-gradient(160deg, var(--mint-pale) 0%, var(--peach-bg) 100%); text-align: center; }
.nvk-cta__title { font-size: clamp(1.5rem, 3vw, 2.1rem); max-width: 760px; margin: 0 auto 40px; }
.nvk-formcard { max-width: 680px; margin: 0 auto; background: var(--white); border-radius: 24px; box-shadow: var(--shadow-lg); padding: 44px 40px; text-align: left; }
.nvk-formcard h3 { font-size: 1.5rem; margin-bottom: 8px; text-align: center; }
.nvk-formcard__sub { font-style: italic; font-size: 0.95rem; color: var(--text-light); margin-bottom: 30px; text-align: center; }

.nvk-faq { position: relative; z-index: 1; padding: 70px 6vw 80px; background: var(--white); }
.nvk-faq h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); text-align: center; margin-bottom: 36px; }
.nvk-faq__wrap { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.nvk-faq__item { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: var(--peach-bg); }
.nvk-faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; font-family: 'Playfair Display', serif; font-size: 1.02rem; font-weight: 600; color: var(--navy); background: none; border: none; text-align: left; cursor: pointer; }
.nvk-faq__q span { color: var(--coral); font-size: 1.3rem; line-height: 1; flex-shrink: 0; transition: transform .2s; }
.nvk-faq__item.is-open .nvk-faq__q span { transform: rotate(45deg); }
.nvk-faq__a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.nvk-faq__a p { padding: 0 22px 20px; font-size: 0.96rem; color: var(--text-mid); }

.nvk-footer { position: relative; z-index: 1; background: var(--navy); color: rgba(255,255,255,0.65); text-align: center; padding: 36px 6vw; font-size: 0.85rem; }
.nvk-footer a { text-decoration: underline; }

@media (max-width: 860px) {
  .nvk-hero { grid-template-columns: 1fr; padding-top: 28px; }
  .nvk-hero__media { order: -1; aspect-ratio: 16/10; }
  .nvk-section, .nvk-section--reverse { grid-template-columns: 1fr; gap: 32px; }
  .nvk-section--reverse .nvk-media { order: -1; }
  .nvk-media { aspect-ratio: 16/10; }
  .nvk-pain__grid { grid-template-columns: 1fr; }
  .nvk-infobar { grid-template-columns: 1fr; }
  .nvk-formcard { padding: 32px 24px; max-width: 100%; overflow-x: auto; }
}/* End custom CSS */