/* 
/* Legalize Price Page
*/

.lp-section *, .lp-section *::before, .lp-section *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --lp-green:       #3e980e;
  --lp-green-dark:  #2d6e0a;
  --lp-green-light: #e8f5e0;
  --lp-black:       #1a1a1a;
  --lp-gray:        #f5f5f5;
  --lp-gray-border: #e0e0e0;
  --lp-text:        #333;
  --lp-text-light:  #666;
  --lp-white:       #fff;
}

/* ── PAGE TITLE ── */
.lp-page-title { max-width: 1200px; margin: 10px auto 0; padding: 0 20px 28px; border-bottom: 2px solid var(--lp-green-light); }
.lp-page-title h1 { font-size: 32px; font-weight: 800; color: var(--lp-black); }

/* ── SECTION WRAPPER ── */
.lp-section { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

/* ── CUKR BANNER ── */
.lp-cukr-banner {
  background: linear-gradient(135deg, var(--lp-green) 0%, #2d7a0a 100%);
  border-radius: 16px; padding: 32px 40px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 32px;
  position: relative; overflow: hidden;
}
.lp-cukr-banner::before {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 200px; height: 200px; background: rgba(255,255,255,0.06); border-radius: 50%;
}
.lp-cukr-badge {
  background: rgba(255,255,255,0.15); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px; display: inline-block; margin-bottom: 8px;
}
.lp-cukr-banner h2 { color: var(--lp-white); font-size: 28px; font-weight: 800; line-height: 1.2; text-align: left; }
.lp-cukr-banner h2:after,.lp-contact-text h2:after{display: none !important;}
.lp-cukr-price-block { text-align: right; flex-shrink: 0; }
.lp-cukr-old  { color: rgba(255,255,255,0.55); font-size: 16px; text-decoration: line-through; margin-bottom: 4px; }
.lp-cukr-new  { color: var(--lp-white); font-size: 48px; font-weight: 800; line-height: 1; }
.lp-cukr-new sup { font-size: 22px; font-weight: 700; vertical-align: super; }
.lp-cukr-desc { color: rgba(255,255,255,0.8); font-size: 14px; margin-top: 4px; }
.lp-cukr-btn {
  background: var(--lp-white); color: var(--lp-green); border: none;
  padding: 0; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer;
  text-decoration: none; display: flex; align-items: center; justify-content: center;
  min-width: 160px; min-height: 54px; transition: all .2s; white-space: nowrap; flex-shrink: 0;
  z-index: 10;
}
.lp-cukr-btn:hover { background: var(--lp-green-light); transform: translateY(-1px); }

/* ── CITY TABS ── */
.lp-city-tabs { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.lp-city-tab {
  padding: 10px 22px; border: 2px solid var(--lp-gray-border);
  border-radius: 8px; background: var(--lp-white);
  font-size: 14px; font-weight: 600; color: var(--lp-text-light); cursor: pointer; transition: all .2s;
}
.lp-city-tab.active,
.lp-city-tab:hover { border-color: var(--lp-green); color: var(--lp-green); background: var(--lp-green-light); }

/* city panels */
.lp-city-panel { display: none; }
.lp-city-panel.active { display: block; }

/* ── SECTION HEADINGS ── */
.lp-section-h2 {
  font-size: 20px !important; font-weight: 800; color: var(--lp-black);
  margin: 36px 0 18px; padding-bottom: 10px;
  border-bottom: 3px solid var(--lp-green-light);
  display: flex; align-items: center; gap: 10px;
}
.lp-section-h2::before {
  content: ''; display: inline-block;
  width: 5px; height: 22px; background: var(--lp-green);
  border-radius: 3px; flex-shrink: 0;
}
.lp-section-h2 em { color: var(--lp-green); font-style: normal; }
.lp-section-h2-first { margin-top: 0; }

/* ── PRICING GRIDS ── */
.lp-pricing-grid   { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 12px; }
.lp-pricing-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 12px; }
@media(max-width: 860px) {
  .lp-pricing-grid,
  .lp-pricing-grid-2 { grid-template-columns: 1fr; }
}

/* ── PRICE CARDS ── */
.lp-price-card {
  border: 2px solid var(--lp-gray-border); border-radius: 14px;
  overflow: hidden; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column;
}
.lp-price-card:hover { box-shadow: 0 8px 32px rgba(62,152,14,0.12); transform: translateY(-3px); }
.lp-price-card.featured { border-color: var(--lp-green); box-shadow: 0 4px 24px rgba(62,152,14,0.15); }

.lp-card-header { padding: 22px 24px 16px; background: var(--lp-gray); border-bottom: 1px solid var(--lp-gray-border); }
.lp-card-header.green { background: var(--lp-green); }

.lp-fbadge {
  background: #fff; color: var(--lp-green); font-size: 10px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; padding: 3px 10px;
  border-radius: 20px; display: inline-block; margin-bottom: 8px;
}
.lp-card-name { font-size: 18px; font-weight: 700; color: var(--lp-black); }
.lp-card-header.green .lp-card-name { color: var(--lp-white); }

.lp-card-price  { margin-top: 10px; }
.lp-card-old    { font-size: 14px; color: var(--lp-text-light); text-decoration: line-through; }
.lp-card-header.green .lp-card-old { color: rgba(255,255,255,0.6); }
.lp-card-new    { font-size: 34px; font-weight: 800; color: var(--lp-green); line-height: 1.1; }
.lp-card-header.green .lp-card-new { color: var(--lp-white); }

.lp-card-body { padding: 20px 24px 24px; flex: 1; display: flex; flex-direction: column; }

/* ── CARD BODY — wysiwyg / text content ── */
.lp-card-body .lp-card-desc { flex: 1; font-size: 13.5px; color: var(--lp-text); line-height: 1.6; }
.lp-card-body .lp-card-desc ul { list-style: none; padding: 0; margin: 0; }
.lp-card-body .lp-card-desc ul li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0; font-size: 13.5px;
  border-bottom: 1px solid var(--lp-gray-border);
}
.lp-card-body .lp-card-desc ul li:last-child { border-bottom: none; }
.lp-card-body .lp-card-desc ul li::before {
  content: '✓';
  min-width: 18px; height: 18px; background: var(--lp-green);
  border-radius: 50%; color: #fff; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}

/* plain text (no list) description */
.lp-card-body .lp-card-desc p { margin-bottom: 6px; }

/* ── BUTTONS ── */
.lp-btn {
  display: block; width: 100%; margin-top: 20px; padding: 13px;
  background: var(--lp-green); color: var(--lp-white); border: none;
  border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer;
  text-align: center; text-decoration: none; transition: background .2s;
}
.lp-btn:hover { background: var(--lp-green-dark); }
.lp-btn.out { background: transparent; border: 2px solid var(--lp-green); color: var(--lp-green); }
.lp-btn.out:hover { background: var(--lp-green-light); }

/* ── FEES TABLE ── */
.lp-fees-section { background: #f5f5f5; border-radius: 14px; padding: 32px 36px; margin-top: 40px; }
.lp-fees-title { font-size: 20px; font-weight: 800; color: var(--lp-green); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 20px; }
.lp-fees-table { width: 100%; border-collapse: collapse; }
.lp-fees-table th,
.lp-fees-table td { padding: 12px 16px; text-align: left; font-size: 14.5px; border-bottom: 1px solid var(--lp-gray-border); }
.lp-fees-table th {
  font-weight: 700; color: var(--lp-text-light); font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.8px;
  background: rgba(0,0,0,0.04); border-bottom: 2px solid var(--lp-gray-border);
}
.lp-fees-table tr:last-child td { border-bottom: none; }
.lp-fees-table tr:hover td { background: rgba(62,152,14,0.04); }
.lp-fprice { font-weight: 700; color: var(--lp-green); }
.lp-fnote { font-size: 13px; color: var(--lp-text-light); margin-top: 14px; font-style: italic; }
.lp-fnote::before { content: '* '; }

/* ── CONTACT BLOCK ── */
.lp-contact-block { background: #f0f4f0; padding: 0; overflow: hidden; }
.lp-contact-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px;
  align-items: stretch; min-height: 460px;
}
@media(max-width: 768px) { .lp-contact-inner { grid-template-columns: 1fr; } }
.lp-contact-text { padding: 56px 40px; display: flex; flex-direction: column; justify-content: center; }
.lp-contact-text h2 { text-align: left;font-size: 26px; font-weight: 800; color: var(--lp-black); line-height: 1.3; margin-bottom: 14px; }
.lp-contact-text h2 em { color: var(--lp-green); font-style: normal; }
.lp-contact-text p { color: var(--lp-text-light); font-size: 15px; margin-bottom: 28px; }

.lp-channels { display: flex; flex-direction: column; gap: 10px; }
.lp-channel {
  display: flex; align-items: center; gap: 14px;
  color: var(--lp-black); text-decoration: none;
  font-size: 15px; font-weight: 600; padding: 12px 16px;
  border-radius: 10px; background: var(--lp-white);
  border: 1.5px solid var(--lp-gray-border); transition: all .2s;
}
.lp-channel:hover { border-color: var(--lp-green); background: var(--lp-green-light); color: var(--lp-green); transform: translateX(3px); }
.lp-ch-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lp-ch-icon svg { width: 22px; height: 22px; }

.lp-cform-wrap {
  padding: 40px 32px; background: var(--lp-white);
  display: flex; flex-direction: column; justify-content: center;
  border-left: 1px solid var(--lp-gray-border);
}
.lp-cform-wrap h3 { font-size: 18px; font-weight: 800; margin-bottom: 20px; color: var(--lp-black); }
/* CF7 inside form wrap */
.lp-cform-wrap .wpcf7 form { display: flex; flex-direction: column; gap: 14px; }
.lp-cform-wrap .wpcf7 .wpcf7-form-control-wrap { display: block; }
.lp-cform-wrap .wpcf7 input[type="text"],
.lp-cform-wrap .wpcf7 input[type="tel"],
.lp-cform-wrap .wpcf7 input[type="email"],
.lp-cform-wrap .wpcf7 select {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--lp-gray-border); border-radius: 7px;
  font-size: 14px; color: var(--lp-text); transition: border-color .2s; background: var(--lp-white);
}
.lp-cform-wrap .wpcf7 input:focus,
.lp-cform-wrap .wpcf7 select:focus { outline: none; border-color: var(--lp-green); }
.lp-cform-wrap .wpcf7 input[type="submit"] {
  width: 100%; background: var(--lp-green); color: var(--lp-white); border: none;
  padding: 14px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s;
}

.lp-cform-wrap .wpcf7-phonetext{padding-left: 52px !important;}

.lp-cform-wrap .wpcf7 input[type="submit"]:hover { background: var(--lp-green-dark); }

.lp-cform-wrap .ab-checkbox .wpcf7-list-item-label
{
  padding-left: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #757979;
}
/* ── RESPONSIVE ── */
@media(max-width: 600px) {
  .lp-cukr-banner { padding: 24px 22px; }
  .lp-cukr-banner h2 { font-size: 20px; }
  .lp-cukr-new { font-size: 36px; }
  .lp-fees-section { padding: 22px 16px; }
  .lp-page-title h1 { font-size: 24px; }
  .lp-contact-text { padding: 32px 20px; }
  .lp-cform-wrap { padding: 28px 20px; }
}

.fg label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-light);
    display: block;
    margin-bottom: 5px;
}

.wpcf7 form .wpcf7-response-output{
  margin-top: 0px !important;
}
.lp-fprice span{
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.dc-main-page_content{
  padding-bottom: 0px;
}