.elementor-219 .elementor-element.elementor-element-8e3d5ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-8f2b771{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-e49370c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-ac434e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-02f85b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-219 .elementor-element.elementor-element-d4f728b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-63b24bf */.pad-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 100px;
  text-align: center;
  overflow: hidden;
  background: #1a4e87;
}

.pad-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 256px;
  opacity: .4;
}

.pad-orb1 {
  position: absolute;
  width: 650px; height: 400px;
  background: radial-gradient(ellipse, rgba(255,255,255,.06) 0%, transparent 65%);
  top: 0; left: 50%;
  transform: translateX(-50%);
  pointer-events: none; z-index: 0;
}

.pad-orb2 {
  position: absolute;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,.03) 0%, transparent 70%);
  bottom: 10%; right: 6%;
  pointer-events: none; z-index: 0;
}

/* SEISMIC */
.pad-seismic {
  position: absolute;
  bottom: 60px; left: 0; right: 0;
  height: 120px;
  opacity: .12;
  z-index: 1;
  pointer-events: none;
}

.pad-seismic svg { width: 100%; height: 100%; }

.pad-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* BREADCRUMB */
.pad-bc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-bottom: 22px;
}

.pad-bc a { color: #fde68a; text-decoration: none; }
.pad-bc span { opacity: .5; }
.pad-bc-cur { color: rgba(255,255,255,.8); opacity: 1; }

/* LAW BADGE */
.pad-law-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(192,56,43,.15);
  border: 1px solid rgba(255,180,160,.3);
  border-radius: 14px;
  padding: 12px 22px;
  margin-bottom: 32px;
  backdrop-filter: blur(8px);
}

.pad-law-ico { font-size: 22px; flex-shrink: 0; }
.pad-law-txt { text-align: left; }

.pad-law-title {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fca5a5;
  letter-spacing: .5px;
}

.pad-law-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.55);
  margin-top: 2px;
  font-weight: 300;
}

.pad-law-ref {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  color: rgba(252,165,165,.5);
  margin-top: 3px;
  letter-spacing: .4px;
  font-weight: 300;
}

/* TITLU */
.pad-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(46px, 7.5vw, 100px);
  font-weight: 900;
  line-height: .92;
  color: #ffffff;
  margin-bottom: 20px;
}

.pad-h1 em { font-style: italic; color: #bae6fd; }

.pad-stroke {
  -webkit-text-stroke: 1.5px rgba(255,255,255,.28);
  color: transparent;
}

/* PIVOT */
.pad-pivot {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
}

.pad-pivot-dash {
  width: 40px; height: 1px;
  background: rgba(255,255,255,.35);
}

.pad-pivot-txt {
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 2.5vw, 26px);
  font-style: italic;
  color: #fde68a;
}

/* SUBTITLU */
.pad-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.82;
  color: rgba(255,255,255,.65);
  max-width: 620px;
  font-weight: 300;
  margin-bottom: 28px;
}

.pad-sub strong { color: #fff; font-weight: 600; }
.pad-sub em { color: #bae6fd; font-style: normal; }

/* RISK CHIPS */
.pad-risks {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.pad-risk-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,.75);
  font-weight: 300;
  backdrop-filter: blur(6px);
}

/* ACTIONS */
.pad-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.pad-btn-main {
  background: #ffffff;
  color: #1a4e87;
  padding: 17px 42px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s, box-shadow .2s;
  cursor: none;
}

.pad-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(0,0,0,.2);
}

.pad-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: 6px;
}

.pad-note span { color: #bae6fd; font-weight: 500; }

/* IMPACT STRIP */
.pad-impact {
  display: flex;
  border: 1px solid rgba(186,230,253,.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.pad-hi {
  flex: 1;
  padding: 15px 20px;
  text-align: center;
  border-right: 1px solid rgba(186,230,253,.15);
}

.pad-hi:last-child { border-right: none; }
.pad-hi:hover { background: rgba(255,255,255,.08); }

.pad-hi-num {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #bae6fd;
  line-height: 1;
  margin-bottom: 4px;
}

.pad-hi-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  font-weight: 300;
}

/* SCROLL */
.pad-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  animation: pad-float 2.5s ease-in-out infinite;
}

.pad-scroll span {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}

.pad-scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent);
}

@keyframes pad-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(9px); }
}

/* DIAGONAL */
.pad-diag {
  height: 72px;
  background: #1a4e87;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
}

@media (max-width: 768px) {
  .pad-h1 { font-size: clamp(40px, 12vw, 68px); }
  .pad-sub { font-size: 15px; }
  .pad-impact { display: none; }
  .pad-law-badge { flex-direction: column; text-align: center; }
  .pad-btn-main { font-size: 15px; padding: 14px 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2809f8 */.pad-oblig {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.pad-oblig-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}

@media (max-width: 860px) {
  .pad-oblig { padding: 80px 24px; }
  .pad-oblig-inner { grid-template-columns: 1fr; gap: 48px; }
}

/* LABELS */
.pad-oblig-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.pad-oblig-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 24px;
}

.pad-oblig-h em { font-style: italic; color: #1a4e87; }

/* LAW CARD */
.pad-law-card {
  background: #f5f6f7;
  border: 1px solid rgba(192,56,43,.2);
  border-radius: 20px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}

.pad-law-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(192,56,43,.7), rgba(192,56,43,.2), transparent);
}

.pad-lc-hdr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pad-lc-ico {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: rgba(192,56,43,.08);
  border: 1px solid rgba(192,56,43,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  flex-shrink: 0;
}

.pad-lc-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 3px;
}

.pad-lc-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.pad-lc-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(50,56,72,.55);
  margin-bottom: 14px;
  font-weight: 300;
}

.pad-lc-txt strong { color: #323848; font-weight: 600; }

.pad-lc-ref {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(192,56,43,.07);
  border: 1px solid rgba(192,56,43,.18);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #c0382b;
  margin-bottom: 16px;
}

.pad-penalties {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pad-pen {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 13px;
  background: rgba(192,56,43,.05);
  border: 1px solid rgba(192,56,43,.12);
  border-radius: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.pad-pen strong { color: #c0382b; font-weight: 600; }

/* PIVOT CARD */
.pad-pivot-card {
  background: #f5f6f7;
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 20px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}

.pad-pivot-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a4e87, rgba(26,78,135,.3), transparent);
}

.pad-pc-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.2;
  margin-bottom: 12px;
}

.pad-pc-h em { font-style: italic; color: #1a4e87; }

.pad-pc-p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(50,56,72,.55);
  margin-bottom: 22px;
  font-weight: 300;
}

.pad-pc-p strong { color: #323848; font-weight: 600; }

/* MINI BAROMETERS */
.pad-mini-baros {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.pad-mb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pad-mb-ico { font-size: 16px; width: 24px; text-align: center; flex-shrink: 0; }

.pad-mb-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  width: 100px;
  flex-shrink: 0;
  font-weight: 300;
}

.pad-mb-track {
  flex: 1;
  height: 8px;
  background: rgba(50,56,72,.1);
  border-radius: 100px;
  overflow: hidden;
}

.pad-mb-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 2s cubic-bezier(.4,0,.2,1);
  width: 0%;
}

.pad-mb-g { background: linear-gradient(90deg, #064e2e, #1a7a4a); }
.pad-mb-a { background: linear-gradient(90deg, #78350f, #b45309); }
.pad-mb-s { background: linear-gradient(90deg, #0c2c54, #0369a1); }

.pad-mb-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #1a4e87;
  font-weight: 600;
  width: 32px;
  text-align: right;
}

/* BUTTONS */
.pad-pc-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pad-pc-btn {
  background: #1a4e87;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform .2s, box-shadow .2s;
}

.pad-pc-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(26,78,135,.22);
}

.pad-pc-btn-o {
  background: transparent;
  color: #323848;
  padding: 14px 24px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(50,56,72,.12);
  transition: all .2s;
}

.pad-pc-btn-o:hover {
  border-color: rgba(26,78,135,.2);
  background: rgba(26,78,135,.06);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .pad-oblig-h { font-size: clamp(22px, 7vw, 34px); }
  .pad-pc-h { font-size: clamp(20px, 6vw, 26px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8bdee9e */.pad-tipuri {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.pad-tipuri-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.pad-tipuri-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.pad-tipuri-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.pad-tipuri-h em {
  font-style: italic;
  color: #1a4e87;
}

.pad-tipuri-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 600px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 52px;
}

/* GRID */
.pad-tipuri-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

@media (max-width: 700px) {
  .pad-tipuri { padding: 80px 24px; }
  .pad-tipuri-grid { grid-template-columns: 1fr; }
}

/* CARD */
.pad-tip-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}

.pad-tip-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26,78,135,.22);
  box-shadow: 0 14px 36px rgba(26,78,135,.08);
}

.pad-tip-top {
  padding: 28px 28px 0;
}

/* BADGES */
.pad-tip-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  padding: 5px 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a4e87;
  font-weight: 600;
  margin-bottom: 16px;
}

.pad-tip-badge-b {
  background: rgba(180,83,9,.08);
  border-color: rgba(180,83,9,.2);
  color: #b45309;
}

.pad-tip-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 10px;
  line-height: 1.25;
}

.pad-tip-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  margin-bottom: 18px;
  font-weight: 300;
}

/* PRICE */
.pad-tip-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.pad-tip-price-num {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 900;
  color: #1a4e87;
  line-height: 1;
}

.pad-tip-price-b { color: #b45309; }

.pad-tip-price-unit {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.pad-tip-prot {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  margin-bottom: 20px;
  font-weight: 300;
}

.pad-tip-prot strong { color: #323848; font-weight: 600; }

/* INCLUDES */
.pad-tip-includes {
  padding: 18px 28px 20px;
  border-top: 1px solid rgba(50,56,72,.1);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pad-ti {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.pad-ti-dot {
  width: 17px; height: 17px;
  border-radius: 50%;
  background: rgba(26,122,74,.08);
  border: 1px solid rgba(26,122,74,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #1a7a4a;
  flex-shrink: 0;
  margin-top: 1px;
}

/* EXCLUDES */
.pad-tip-excludes {
  padding: 0 28px 22px;
}

.pad-te-title {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(50,56,72,.55);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 14px;
}

.pad-te {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  margin-bottom: 6px;
  font-weight: 300;
}

.pad-te-dot {
  width: 15px; height: 15px;
  border-radius: 50%;
  background: rgba(192,56,43,.08);
  border: 1px solid rgba(192,56,43,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: #c0382b;
  flex-shrink: 0;
  margin-top: 1px;
}

/* LEGAL NOTE */
.pad-legal-note {
  background: rgba(26,78,135,.05);
  border: 1px solid rgba(26,78,135,.18);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.pad-ln-ico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.pad-ln-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.pad-ln-txt strong { color: #1a4e87; font-weight: 600; }

@media (max-width: 768px) {
  .pad-tipuri-h { font-size: clamp(26px, 7vw, 36px); }
  .pad-tip-card h3 { font-size: 18px; }
  .pad-tip-top { padding: 22px 20px 0; }
  .pad-tip-includes { padding: 16px 20px 18px; }
  .pad-tip-excludes { padding: 0 20px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ba1470 */.pad-context {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.pad-context-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

@media (max-width: 860px) {
  .pad-context { padding: 80px 24px; }
  .pad-context-inner { grid-template-columns: 1fr; gap: 48px; }
}

/* STANGA */
.pad-context-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.pad-context-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 16px;
}

.pad-context-h em {
  font-style: italic;
  color: #1a4e87;
}

.pad-context-p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}

/* STAT CARDS */
.pad-stat-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pad-sc {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}

.pad-sc:hover {
  border-color: rgba(26,78,135,.22);
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(26,78,135,.07);
}

.pad-sc-ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.pad-sc-num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a4e87;
  line-height: 1;
  margin-bottom: 3px;
}

.pad-sc-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.5;
  font-weight: 300;
}

.pad-sc-lbl strong { color: #323848; font-weight: 600; }

/* DREAPTA: DONUT */
.pad-context-right {
  text-align: center;
}

.pad-donut-title {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(50,56,72,.55);
  margin-bottom: 20px;
  font-weight: 500;
}

.pad-donut-svg {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 0 20px rgba(192,56,43,.12));
}

.pad-donut-center {
  text-align: center;
  margin-top: 16px;
}

.pad-donut-num {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 900;
  color: #c0382b;
  line-height: 1;
}

.pad-donut-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(50,56,72,.55);
  margin-top: 4px;
  font-weight: 300;
}

.pad-donut-lbl strong { color: #c0382b; font-weight: 600; }

.pad-donut-legend {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 16px;
}

.pad-dl {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.pad-dl-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pad-dl-red { background: #f87171; }
.pad-dl-gray { background: rgba(192,56,43,.2); }

.pad-donut-note {
  margin-top: 20px;
  padding: 14px 16px;
  background: rgba(192,56,43,.06);
  border: 1px solid rgba(192,56,43,.18);
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.65;
  font-weight: 300;
  text-align: left;
}

.pad-donut-note strong { color: #c0382b; font-weight: 600; }

@media (max-width: 768px) {
  .pad-context-h { font-size: clamp(22px, 7vw, 34px); }
  .pad-donut-svg { width: 180px; height: 180px; }
  .pad-donut-num { font-size: 36px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d9ccfb */.pad-form-sec {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.pad-form-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 860px) {
  .pad-form-sec { padding: 80px 24px; }
  .pad-form-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* STANGA */
.pad-form-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.pad-form-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 14px;
}

.pad-form-h em { font-style: italic; color: #1a4e87; }

.pad-form-p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}

/* STEPS */
.pad-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.pad-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 17px;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 13px;
  transition: border-color .25s, box-shadow .25s;
}

.pad-step:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 14px rgba(26,78,135,.07);
}

.pad-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 900;
  color: #1a4e87;
  opacity: .2;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}

.pad-step-txt h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 3px;
}

.pad-step-txt p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.55;
  font-weight: 300;
  margin: 0;
}

.pad-step-arr {
  text-align: center;
  color: #1a4e87;
  opacity: .25;
  font-size: 14px;
  padding-left: 46px;
}

/* TRANSPARENTA */
.pad-transp-box {
  padding: 18px 20px;
  background: rgba(26,78,135,.07);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 14px;
}

.pad-transp-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a4e87;
  font-weight: 600;
  margin-bottom: 8px;
}

.pad-transp-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.pad-transp-txt strong { color: #323848; font-weight: 600; }

/* FORM CARD */
.pad-form-card {
  background: #f5f6f7;
  border: 1px solid rgba(26,78,135,.22);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 28px rgba(26,78,135,.08);
}

.pad-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1a4e87, rgba(26,78,135,.3), transparent);
}

.pad-form-card-hdr {
  padding: 26px 28px 22px;
  border-bottom: 1px solid rgba(50,56,72,.1);
  background: #ffffff;
}

.pad-form-card-hdr h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 6px;
}

.pad-form-card-hdr h3 em { font-style: italic; color: #1a4e87; }

.pad-form-card-hdr p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

.pad-form-body { padding: 24px 28px 28px; }

@media (max-width: 500px) {
  .pad-form-card-hdr, .pad-form-body { padding-left: 18px; padding-right: 18px; }
}

/* FIELDS */
.pad-ff { margin-bottom: 14px; }

.pad-ff-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(50,56,72,.55);
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}

.pad-ff input,
.pad-ff select {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  color: #323848;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  outline: none;
  cursor: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
}

.pad-ff input::placeholder { color: rgba(50,56,72,.25); }

.pad-ff input:focus,
.pad-ff select:focus {
  border-color: rgba(26,78,135,.35);
  box-shadow: 0 0 0 3px rgba(26,78,135,.07);
}

.pad-ff select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(50,56,72,.4)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  background-color: #ffffff;
}

.pad-ff select option { background: #fff; color: #323848; }

.pad-ff-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 500px) { .pad-ff-row { grid-template-columns: 1fr; } }

.pad-ff-div {
  height: 1px;
  background: rgba(50,56,72,.1);
  margin: 6px 0 16px;
}

/* TIP INDICATOR */
.pad-tip-ind {
  padding: 12px 16px;
  border-radius: 11px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  border: 1px solid rgba(26,78,135,.2);
  background: rgba(26,78,135,.07);
  color: rgba(50,56,72,.55);
  margin-bottom: 16px;
}

.pad-tip-ind strong { color: #1a4e87; font-weight: 600; }

/* CAUZA */
.pad-cauza-sec { margin-bottom: 18px; }

.pad-cauza-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  margin: 6px 0 12px;
  line-height: 1.6;
  font-weight: 300;
}

.pad-cauza-sub em { color: #1a4e87; font-style: normal; font-weight: 500; }

.pad-cauze {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pad-cauza {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1.5px solid rgba(50,56,72,.12);
  border-radius: 12px;
  cursor: none;
  transition: all .22s;
  position: relative;
  overflow: hidden;
}

.pad-cauza:hover {
  border-color: rgba(26,78,135,.25);
  background: rgba(26,78,135,.04);
}

.pad-cauza.pad-sel {
  border-color: #1a4e87;
  background: rgba(26,78,135,.07);
}

.pad-cauza.pad-sel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: #1a4e87;
  border-radius: 3px 0 0 3px;
}

.pad-cauza-radio {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(50,56,72,.2);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.pad-cauza.pad-sel .pad-cauza-radio {
  border-color: #1a4e87;
  background: #1a4e87;
}

.pad-cauza-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s;
}

.pad-cauza.pad-sel .pad-cauza-dot { opacity: 1; }

.pad-cauza-ico { font-size: 20px; flex-shrink: 0; }

.pad-cauza-info { flex: 1; }

.pad-cauza-name {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #323848;
  margin-bottom: 3px;
}

.pad-cauza.pad-sel .pad-cauza-name { color: #1a4e87; }

.pad-cauza-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.4;
  font-weight: 300;
}

.pad-cauza-prog {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
}

.pad-cauza-bar {
  flex: 1; height: 3px;
  background: rgba(50,56,72,.1);
  border-radius: 100px;
  overflow: hidden;
}

.pad-cbg { height: 100%; width: 71%; background: linear-gradient(90deg, #064e2e, #1a7a4a); border-radius: 100px; }
.pad-cba { height: 100%; width: 32%; background: linear-gradient(90deg, #78350f, #b45309); border-radius: 100px; }
.pad-cbs { height: 100%; width: 13%; background: linear-gradient(90deg, #0c2c54, #0369a1); border-radius: 100px; }

.pad-cauza-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.55);
  white-space: nowrap;
}

/* GDPR */
.pad-gdpr {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.pad-gdpr input[type=checkbox] {
  width: 18px; height: 18px;
  accent-color: #1a4e87;
  cursor: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.pad-gdpr label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
}

.pad-gdpr a { color: #1a4e87; text-decoration: none; }

/* SUBMIT */
.pad-submit {
  width: 100%;
  background: #1a4e87;
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: none;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.pad-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(26,78,135,.25);
}

.pad-submit:disabled { opacity: .4; transform: none; box-shadow: none; }

.pad-spin {
  width: 17px; height: 17px;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: rgba(255,255,255,.9);
  border-radius: 50%;
  animation: pad-spin .7s linear infinite;
  display: none;
}

.pad-submit.pad-loading .pad-spin { display: block; }
.pad-submit.pad-loading .pad-btn-lbl { display: none; }

@keyframes pad-spin { to { transform: rotate(360deg); } }

.pad-disc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.3);
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
}

/* SUCCESS */
.pad-success {
  display: none;
  text-align: center;
  padding: 44px 24px;
}

.pad-success-ico {
  font-size: 52px;
  display: block;
  margin-bottom: 16px;
  animation: pad-pop .5s cubic-bezier(.175,.885,.32,1.275) both;
}

@keyframes pad-pop { from{opacity:0;transform:scale(.5)} to{opacity:1;transform:scale(1)} }

.pad-success-h {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 10px;
}

.pad-success-h em { font-style: italic; color: #1a4e87; }

.pad-success-p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  margin-bottom: 5px;
  font-weight: 300;
}

.pad-success-cauza {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 18px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1a4e87;
  font-weight: 600;
}

.pad-success-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.35);
  margin-top: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.pad-success-back {
  display: inline-block;
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  cursor: none;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pad-form-h { font-size: clamp(24px, 7vw, 36px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b5b79a *//* FAQ */
.pad-faq {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.pad-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

.pad-faq-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
}

.pad-faq-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 48px;
  line-height: 1.15;
  text-align: center;
}

.pad-faq-h em {
  font-style: italic;
  color: #1a4e87;
}

.pad-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ITEM */
.pad-faq-item {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .2s;
}

.pad-faq-item.pad-open {
  border-color: rgba(26,78,135,.22);
}

.pad-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1e;
  line-height: 1.4;
  transition: color .2s;
}

.pad-faq-q:hover { color: #1a4e87; }

.pad-faq-arr {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #eeeef0;
  border: 1px solid rgba(50,56,72,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1a4e87;
  font-weight: 300;
  line-height: 1;
  transition: transform .3s, background .2s;
  flex-shrink: 0;
}

.pad-faq-item.pad-open .pad-faq-arr {
  transform: rotate(45deg);
  background: rgba(26,78,135,.08);
}

.pad-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(50,56,72,.55);
  font-weight: 300;
  padding: 0 22px;
}

.pad-faq-item.pad-open .pad-faq-a {
  max-height: 220px;
  padding: 0 22px 20px;
}

/* CTA FINAL */
.pad-cta {
  background: #1a4e87;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 130px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pad-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 50%, rgba(255,255,255,.05) 0%, transparent 70%);
  pointer-events: none;
}

.pad-cta-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #bae6fd, rgba(186,230,253,.5), #fde68a, rgba(253,230,138,.4), #bae6fd);
}

.pad-cta-inner {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.pad-cta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(186,230,253,.75);
  font-weight: 600;
  margin-bottom: 14px;
}

.pad-cta-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.1;
}

.pad-cta-h em {
  font-style: italic;
  color: #bae6fd;
}

.pad-cta-p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  margin-bottom: 44px;
  font-weight: 300;
}

.pad-cta-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.pad-cta-btn-main {
  background: #ffffff;
  color: #1a4e87;
  padding: 18px 42px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s, box-shadow .2s;
}

.pad-cta-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
}

.pad-cta-disc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.28);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
  font-weight: 300;
}

@media (max-width: 768px) {
  .pad-faq { padding: 80px 24px; }
  .pad-faq-h { font-size: clamp(24px, 7vw, 36px); }
  .pad-faq-q { font-size: 14px; padding: 16px 18px; }
  .pad-cta { padding: 90px 24px; }
  .pad-cta-h { font-size: clamp(26px, 8vw, 40px); }
  .pad-cta-btn-main { font-size: 14px; padding: 14px 24px; text-align: center; }
}/* End custom CSS */