@font-face {
    font-family: 'Founders Grotesk';
    src: url('../fonts/FoundersGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('../fonts/TiemposHeadline-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* global style */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    font-family: 'Founders Grotesk', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Tiempos Headline', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
  font-size: 84px;
}
h2 {
  font-size: 48px;
  line-height: 1.1;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 20px;
}
a {
  text-decoration: navajowhite;
}
video {
    width: 100%;
    display: block;
    border-radius: 16px;
    border: 3px solid #FD5201;
}
.inner-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1270px;
}
.orange.subtitle {
    font-weight: 600;
    font-size: 18px;
    color: #FD5201;
    line-height: 19px;
    letter-spacing: 0.16px;
}
.orange-heading {
  color: #FD5201;
  font-style: italic;
  width: 100%;
  display: inline-block;
}
.orange-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    background: #FD5201;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    margin-top: 42px;
    line-height: 19px;
}
.orange-button::after {
  content: url('../media/arrow-right.png');
  margin-left: 8px;
  width: 11px;
  /*height: 4px;*/
  display: inline-flex;
}
.orange-font {
    color: #FD5201;
}
h1 span {
  width: 100%;
  display: inline-block;
}
.main-content img {
    width: 100%;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mid-paragraph {
    font-size: 20px;
    line-height: 24.8px;
    color: #404040;
}
/* global style end */

/* Header */
.mobile-hide {
    display: block;
}
.desktop-hide {
    display: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 35px 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}
header .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav ul {
  display: flex;
  align-items: center;
}
nav ul li {
  padding: 10px;
  margin-right: 34px;
}
nav ul li:last-child {
    margin-right: 0;
}
nav ul li a {
  color: #000;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 2%;
}
.orange-list-item {
  background: #FD5201;
  border-radius: 30px;
  padding: 10px 22px 10px 17px;
}
.orange-list-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.orange-list-item a::before {
    content: url('../media/border.png');
    margin-right: 10px;
}

/* MOBILE BURGER */
/* NAV CONTAINER */
.header-nav {
    position: relative;
    z-index: 2;
}
/* CLICKABLE (but invisible) checkbox */
#menuCheckbox {
    position: absolute;
    width: 40px;
    height: 30px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
/* Burger lines */
.header-nav span {
display: block;
  width: 30px;
  height: 3px;
  margin: 6px 0;
  background: #FD5201;
  transition: 0.3s;
  z-index: 4;
  position: relative;
}
/* FULLSCREEN MENU */
#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 1;
}
/* SHOW MENU */
#menuCheckbox:checked ~ #menu {
    transform: translateY(0);
}
/* Burger - X animation */
#menuCheckbox:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
#menuCheckbox:checked ~ span:nth-of-type(2) {
    opacity: 0;
}
#menuCheckbox:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
/* MOBILE BURGER END */
/* Header end */

/* first section */
.outer-container.first {
    margin-top: 110px;
    background-color: #FFF8F5;
}
.first .inner-container {
    padding: 76px 0 73px;
}
.first .inner-container .left {
  width: 49%;
}
.first .inner-container .right {
  width: 45%;
}
.first .orange.subtitle {
  margin-bottom: 18px;
}
.first h1 {
    margin-bottom: 37px;
    line-height: 90px;
}
.first p {
    font-size: 24px;
    line-height: 130%;
    color: #404040;
}
/* first section end */

/* second section */
.outer-container.second {
    background: #000;
}
.second .inner-container {
    padding: 32px 0 64px;
}
.second p {
    color: #fff;
    text-align: center;
    margin-bottom: 27px;
}
.second .logo-imgs {
    margin: 0px 8%;
}
.second .logo-imgs figure {
  width: 10%;
  display: flex;
}
.second .logo-imgs figure img {
  width: 100%;
  object-fit: scale-down;
}
/* second section end */

/* third section  */
.third .inner-container {
    padding: 130px 0 100px;
}
.third .flex {
    align-items: stretch;
}
.third .flex .left {
    width: 49%;
}
.third .flex .left .video-wrapper,
.third .flex .left .video-wrapper video {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.third h2 {
    color: #FD5201;
}
.third .flex .right {
    width: 46%;
    margin-right: 0;
}
.third .flex .right .swiper,
.third .flex .right .swiper-wrapper,
.third .flex .right .swiper-slide {
    height: 100%;
}
.slide {
    background: #FFEDE5;
    padding: 40px 44px;
    border-radius: 24px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.third .right .slide-upper {
    display: flex;
    margin-bottom: 100px;
    
}
.third .right .slide-upper img {
    width: 48px;
    height: 48px;
    margin-right: 28px;
}
.third .right .slide-upper h6 {
    font-size: 24px;
}
.slide-bottom, .user-info {
    display: flex;
    align-items: center;
}
.rate {
  font-family: Tiempos Headline;
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -1px;
  margin-right: 70px;
  display: flex;
  align-items: center;
}
.rate::before {
  content: url('../media/star.png');
  display: flex;
  margin-right: 8px;
}
.initials {
    background: linear-gradient(135deg, #FFB999, #FD5201);
    border-radius: 100px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-right: 12px;
}
.name {
  font-weight: 700;
  font-size: 20px;
}
.desc {
  font-size: 18px;
  margin-top: 4px;
}
/* third section end */

/* fourth section  */
.fourth .inner-container {
    padding: 50px 0 110px;
}
.fourth .orange.subtitle {
  margin-bottom: 12px;
}
.fourth-intro .mid-paragraph {
    margin: 10px 44% 0 0;
}
.plans {
    margin: 26px 0;
}
.plans .half {
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #D8D8D8;
    width: 49%;
}
.left-half::before {
  content: url('../media/light-icon.png');
}
.right-half::before {
  content: url('../media/dark-icon.png');
}
.half::before {
  margin-bottom: 12px;
  display: inline-block;
  width: 56px;
  height: 56px;
}
.plans h3 {
    font-weight: 500;
    line-height: 36.72px;
}
.plans .half .mid-paragraph {
    margin: 32px 0 20px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 13px;
}
.plans .half ul li {
    color: #404040;
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    border-bottom: 1px solid #EDEDED;
    padding: 16px 30px 16px 0;
    position: relative;
}
.plans .half ul li:after {
    content: url('../media/span.mark.png');
    position: absolute;
    right: 0;
}
.plans .right-half {
  background: #000;
  border: 1px solid;
}
.right-half .orange.subtitle {
    color: #FE9767;
}
.right-half h3 {
    color: #fff;
}
.plans .right-half .mid-paragraph {
    color: #FFFFFFB8;
    border-bottom: 1px solid #FFFFFF1A;
}
.plans .right-half ul li {
    color: #FFFFFFEB;
    border-bottom: 1px solid #FFFFFF1A;
}
.plans .right-half ul li:after {
    content: url('../media/span.mark-dark-bg.png');
}
.fourth .orange-button {
  margin-top: 0;
}
/* fourth section end */

/* fifth section  */
.fifth {
    background: #FAFAFA;
}
.fifth .inner-container {
    padding: 64px 0 103px;
}
.fifth .intro-section h2 {
    margin: 11px 0;
}
.fifth .mid-paragraph {
    margin-right: 44%;
}
.fifth .orange-heading {
    display: inline;
}
.footnote {
    font-size: 18px;
    color: #8A8A8A;
}

.calc-boxes.flex {
    margin-top: 72px;
    align-items: normal;
}
.calc-boxes > div {
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    padding: 46px 32px;
    border-radius: 40px;
    flex-direction: column;
}
.calc-boxes > div:nth-child(1) {
    background-color: #FFEDE5;
}
.calc-boxes > div:nth-child(2) {
    background-color: #D3DFFF;
}
.calc-boxes > div:nth-child(3) {
    background-color: #FFE78F;
}
.calc-boxes h2 {
    font-size: 55px;
    line-height: 48.61px;
    letter-spacing: -1.22px;
}
.calc-boxes h3 {
    font-size: 40px;
    line-height: 110%;
    margin: 24px 0 19px;
}
.calc-boxes h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.87px;
    margin-top: auto;
	font-family: Founders Grotesk;
}
/* fifth section end */

/* sixth section */
.sixth .inner-container {
    padding: 88px 0 52px;
}
.sixth .left {
    width: 45.3%;
}
.sixth h2 {
    margin: 14px 0;
}
.sixth ol {
  list-style: decimal-leading-zero;
  margin-left: 38px;
}
.sixth ol li {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    padding: 18px 0 18px 14px;
    border-bottom: 1px solid #EDEDED;
    color: #404040;
}
.sixth ol li::marker {
    color: #ff4500;
    font-family: Tiempos Headline;
    font-weight: 700;
    font-size: 24px;
}
.sixth .right {
    width: 44.7%;
    box-shadow: 0 20px 60px 0 hsla(0, 0%, 73.7%, 0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
}
.right.form h2 {
    font-size: 35px;
    margin-bottom: 10px;
	line-height: 1;
}
.right.form p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #8a8a8a;
	margin-bottom: 20px;
}
/* sixth section end */

/* footer section */
footer .inner-container {
    padding-top: 44px;
    border-top: 1px solid #D4D4D4;
}
.footer-top {
    display: flex;
    align-items: baseline;
}
.footer-top p {
    font-family: Tiempos Headline;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #FD5201;
    margin-left: 30px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  margin: 40px 0 30px;
}
.footer-bottom nav ul {
    margin-left: 10px;
}
.copyright, .footer-bottom nav ul li a {
    color: #404040;
}
.footer-bottom nav ul li a {
    font-size: 16px;
    letter-spacing: 0%;
}
.footer-bottom nav ul li {
  padding: 0;
  margin-right: 0;
}
.footer-bottom nav ul li::after {
  content: '|';
  margin: 0 4px;
}
.footer-bottom nav ul li:last-child::after {
  content: '';
}
/* footer section end */

/* ===== VIDEO CONTROLS ===== */
.video-wrapper {
    position: relative;
}
.video-control-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(253, 82, 1, 0.6);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}
.video-control-btn:hover {
    background: rgba(253, 82, 1, 0.8);
}
.video-control-btn.is-active {
    top: 20px;
    left: auto;
    right: 20px;
    transform: none;
    width: 48px;
    height: 48px;
}
.video-control-btn .play-icon { width: 48px; height: 48px; }
.video-control-btn.is-active .play-icon { width: 24px; height: 24px; }
/* ===== VIDEO CONTROLS END ===== */

/* ===== CALCULATOR ===== */
.calculator-paper {
    background: #fff;
    border-radius: 24px;
    margin: 24px 0;
    padding: 50px 40px 40px;
}
.calculator-paper .calculator {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.calculator-paper .form-col {
    flex: 1;
    position: relative;
    min-width: 0;
}
.calculator-paper .output-col {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Input rows — inline layout */
.input-row {
    margin-bottom: 28px;
}
.inline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.input-row .input-desc h4 {
    font-family: 'Founders Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    white-space: nowrap;
}
.input-row .input-desc h4 svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.input-hint {
    font-size: 14px;
    font-style: italic;
    color: #8a8a8a;
    margin-top: 4px;
    margin-left: 34px;
}
/* Small inline number input */
.input-item--small {
    width: 120px;
    flex-shrink: 0;
    border: 2px solid #E0E0E0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 18px;
    font-family: 'Founders Grotesk', sans-serif;
    outline: none;
    text-align: center;
    transition: border-color 0.2s;
    -moz-appearance: textfield;
}
.input-item--small::-webkit-outer-spin-button,
.input-item--small::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-item--small:focus {
    border-color: #FD5201;
}
/* Range slider */
.range-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}
.range-value {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    flex-shrink: 0;
    padding-top: 2px;
}
.range-item { width: 100%; }
.range-item input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(to right, #FD5201 40%, #E0E0E0 40%);
    outline: none;
    cursor: pointer;
}
.range-item input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 3px solid #FD5201;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.range-item input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 3px solid #FD5201;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
.range-line {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #8a8a8a;
    margin-top: 6px;
}
/* Toggle switch */
.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggle-switch { flex-shrink: 0; }
.toggle-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    position: relative;
}
.toggle-label input[type="checkbox"] { display: none; }
.toggle-slider {
    width: 52px;
    height: 28px;
    background: #ccc;
    border-radius: 14px;
    position: relative;
    transition: background 0.3s;
    flex-shrink: 0;
}
.toggle-slider::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    top: 3px;
    left: 3px;
    transition: transform 0.3s;
}
.toggle-label input:checked + .toggle-slider { background: #FD5201; }
.toggle-label input:checked + .toggle-slider::after { transform: translateX(24px); }
.toggle-text { font-size: 16px; font-weight: 600; color: #222; }
.toggle-text--off { display: none; }
/* Tooltip */
.tooltip {
    position: relative;
    display: inline-flex;
    cursor: help;
    margin-left: 4px;
}
.tooltip::before {
    content: 'i';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #E0E0E0;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    color: #666;
    font-family: serif;
}
.tooltip-paper {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    z-index: 10;
    line-height: 1.4;
    margin-bottom: 8px;
	min-width: 150px;
}
.tooltip:hover .tooltip-paper { display: block; }
/* Calculate button */
.btn.js-btn-calculate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #FD5201;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 16px;
    font-family: 'Founders Grotesk', sans-serif;
    transition: background 0.2s;
}
.btn.js-btn-calculate:hover { background: #e04a00; }
.btn-download-report {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    font-family: 'Founders Grotesk', sans-serif;
}
.btn-download-report:hover { background: #000; }
/* Animated arrow */
.calculate-arrow { display: none; position: absolute; right: -40px; top: 50%; }
.calculate-arrow.show-arrow { display: block; }
/* Output column — blue card */
.output-card {
    background: #DDE1F8;
    border-radius: 20px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
.output-card .output-row {
    padding: 12px 0;
}
.output-label {
    font-family: 'Founders Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}
.output-label--orange { color: #FD5201; }
.output-value {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    font-family: 'Tiempos Headline', sans-serif;
    line-height: 1.1;
}
.output-value--total {
    color: #FD5201;
    font-size: 40px;
}
.output-value.blur span,
.output-value-register.blur span {
    filter: blur(8px);
    user-select: none;
}
.output-value span.highlight { color: #FD5201; }
.output-row-total {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    margin-top: 8px;
}
.paper-bottom { margin-top: 16px; }
.js-input-col.hide-calculate { display: none; }
/* ===== CALCULATOR END ===== */

/* ===== GATED POPUP OVERLAY ===== */
.calc-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.calc-popup-overlay.visible {
    display: flex;
}
.calc-popup-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
}
.close-round-form {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 6;
    background: none;
    border: none;
    padding: 4px;
}
.close-round-form:hover { opacity: 0.6; }
.form-block__title.hide-calculate { display: none; }
.pdf-preview-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #FFF8F5;
    border: 1px solid #FFE0D0;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
}
.pdf-icon {
    background: #FFF3ED;
    border: 2px solid #FD5201;
    color: #FD5201;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 8px;
    border-radius: 8px;
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
}
.pdf-info strong { display: block; font-size: 16px; color: #222; margin-bottom: 2px; }
.pdf-info span { font-size: 14px; color: #8a8a8a; }
.savings-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.savings-preview span:first-child { font-size: 16px; color: #8a8a8a; }
.savings-amount {
    font-family: 'Tiempos Headline', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FD5201;
}
/* HubSpot form overrides inside calculator popup */
.calculator-hs-form-hr input[type="submit"] {
    background: #FD5201 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    margin-top: 20px;
    padding: 16px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
    font-family: 'Founders Grotesk', sans-serif !important;
}
fieldset.form-columns-1 .input { margin-right: 0!important; }
.calculator-hs-form-hr input[type="submit"]:hover { background: #e04a00 !important; }
.calculator-hs-form-hr .hs-form-field > label { display: none !important; }
.calculator-hs-form-hr input:not([type="submit"]),
.calculator-hs-form-hr textarea,
.calculator-hs-form-hr select {
    width: 100% !important;
    border: 2px solid #E0E0E0 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    font-family: 'Founders Grotesk', sans-serif !important;
    outline: none !important;
    box-sizing: border-box !important;
}
.calculator-hs-form-hr input:not([type="submit"]):focus { border-color: #FD5201 !important; }
.calculator-hs-form-hr .hs-error-msgs { color: #e04a00; font-size: 13px; margin-top: 4px; list-style: none; padding: 0; }
/* Demo form overrides in section 6 */
#demoFormContainer input[type="submit"] {
    background: #FD5201 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 16px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
    font-family: 'Founders Grotesk', sans-serif !important;
    margin-top: 10px !important;
}
#demoFormContainer .hs-form-field { margin-bottom: 10px; }
#demoFormContainer .hs_lastname .input, #demoFormContainer .hs_phone .input { margin-right: 0; }
#demoFormContainer input[type="submit"]:hover { background: #e04a00 !important; }
#demoFormContainer .hs-form-field > label { display: none !important; }
#demoFormContainer input:not([type="submit"]),
#demoFormContainer textarea,
#demoFormContainer select {
    width: 100% !important;
    border: 2px solid #E0E0E0 !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    font-family: 'Founders Grotesk', sans-serif !important;
    outline: none !important;
    box-sizing: border-box !important;
}
#demoFormContainer input:not([type="submit"]):focus { border-color: #FD5201 !important; }
/* ===== GATED POPUP END ===== */

/* ===== CUSTOM DEMO FORM (section 6) ===== */
.demo-custom-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.demo-input {
    width: 100%;
    border: 2px solid #E0E0E0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    font-family: 'Founders Grotesk', sans-serif;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.demo-input:focus {
    border-color: #FD5201;
}
.demo-input::placeholder {
    color: #000;
    opacity: 1;
}
.demo-submit {
    background: #FD5201;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    font-family: 'Founders Grotesk', sans-serif;
    transition: background 0.2s;
}
.demo-submit:hover { background: #e04a00; }
.demo-submit:disabled { background: #ccc; cursor: not-allowed; }
.demo-error {
    color: #e04a00;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.demo-success {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}
/* ===== CUSTOM DEMO FORM END ===== */

/* ===== HEADER DEMO POPUP ===== */
.header-demo-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.header-demo-popup.visible {
    display: flex;
}
.header-demo-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    max-height: 90vh;
    overflow-y: auto;
}
.header-demo-card .close-round-form {
    position: absolute;
    top: 16px;
    right: 16px;
}
/* HubSpot form overrides inside header demo popup */
.header-demo-hs-form input[type="submit"] {
    background: #FD5201 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 20px !important;
	margin-top: 20px;
    padding: 18px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    width: 100% !important;
    font-family: 'Founders Grotesk', sans-serif !important;
}
.header-demo-hs-form input[type="submit"]:hover { background: #e04a00 !important; }
.header-demo-hs-form .hs-form-field > label { display: none !important; }
.header-demo-hs-form input:not([type="submit"]),
.header-demo-hs-form textarea,
.header-demo-hs-form select {
    width: 100% !important;
    border: 2px solid #E0E0E0 !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    font-family: 'Founders Grotesk', sans-serif !important;
    outline: none !important;
    box-sizing: border-box !important;
}
.header-demo-hs-form input:not([type="submit"]):focus { border-color: #FD5201 !important; }
.header-demo-hs-form .hs-error-msgs { color: #e04a00; font-size: 13px; margin-top: 4px; list-style: none; padding: 0; }
/* ===== HEADER DEMO POPUP END ===== */


/* RESPONSIVE */
@media(max-width:1300px) {
    .outer-container .inner-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width:1200px) {
    nav ul li {
        padding: 10px 8px;
        margin-right: 24px;
    }
    .first h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .first p {
        font-size: 20px;
    }
    .orange-button {
        padding: 12px 26px;
        font-size: 18px;
        margin-top: 26px;
    }
    .plans h3 {
        font-size: 48px;
    }
    .plans .left p {
        font-size: 23px;
        line-height: 28px;
    }
    .plans .right ul li {
        font-size: 16px;
    }
    .plans h3 {
        font-size: 44px;
    }
    .calc-boxes h3 {
        font-size: 39px;
    }
    .calc-boxes h2 {
        font-size: 70px;
    }
    .calc-boxes h6 {
        font-size: 19px;
        line-height: 34px;
    }
}
@media(max-width:1000px) {
    .mobile-hide {
        display: none;
    }
    .desktop-hide {
        display: block;
    }
    .first h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .orange.subtitle {
        font-weight: 600;
        font-size: 16px;
    }
    .plans h3 {
        font-size: 36px;
    }
    .mid-paragraph {
        font-size: 18px;
    }
    .plans .half ul li {
        font-size: 18px;
    }
    .calc-boxes h2 {
        font-size: 60px;
        line-height: 40px;
    }
    .sixth h2 {
        font-size: 44px;
        line-height: 54px;
    }
    .sixth ol li {
        font-size: 19px;
    }
    .sixth ol li::marker {
        font-size: 20px;
    }
	nav ul li { margin-right: 0; }
}
@media(max-width:900px) {
    .calculator-paper .calculator {
        flex-direction: column;
    }
}
@media(max-width:768px) {
    .calculator-paper {
        padding: 24px 20px;
    }
    .calculator-paper .output-col {
        flex: auto;
    }
    .output-value { font-size: 28px; }
    .output-value--total { font-size: 32px; }
    .inline-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .input-item--small { width: auto; }
    .calc-popup-card { padding: 28px 20px; }
    .first .inner-container {
        padding: 50px 20px;
    }
    .first .inner-container .left {
        margin-bottom: 40px;
    }
    .first .inner-container .left, .first .inner-container .right {
        width: 100%;
    }
    .second .inner-container {
  padding: 32px 20px 44px;
    }
    .second .logo-imgs {
    margin: 0px;
    }
    .second .logo-imgs figure {
        width: 22%;
        display: flex;
        margin-bottom: 20px;
    }
    .third .inner-container {
        padding: 65px 20px 55px;
    }
    .third .flex .left, .third .flex .right {
        width: 100%;
    }
    .third .flex .left {
        margin-bottom: 40px;
    }
    .fourth .inner-container {
  padding-bottom: 60px;
    }
    .fourth-intro .mid-paragraph {
        margin: 10px 0 0;
    }
    .plans > div:first-child, .plans > div:nth-child(2) {
        width: 100%;
    }
    .plans .left-half {
        margin-bottom: 27px;
    }
        .fifth .inner-container {
  padding-bottom: 50px;
    }
    .fifth .mid-paragraph {
        margin-right: 0;
    }
    .calc-boxes > div {
        width: 100%;
        margin-bottom: 30px;
    }
    .footnote {
  font-size: 15px;
    }
    .calc-boxes h2 {
    font-size: 52px;
    line-height: 30px;
  }
  .calc-boxes h3 {
    font-size: 32px;
  }
   .calc-boxes h6 {
    font-size: 16px;
    line-height: 24px;
  }
    .sixth .inner-container {
        padding: 60px 20px 50px;
    }
    .sixth .left, .sixth .right {
        width: 100%;
    }
    .sixth .left {
        margin-bottom: 40px;
    }
    .sixth h2 {
        margin-bottom: 38px;
    }
     .sixth ol li {
    font-size: 17px;
  }
  .footer-top, .footer-bottom {
  flex-direction: column;
  align-items: center;
}
.footer-top .logo, .footer-bottom .copyright {
  margin-bottom: 30px;
}
.footer-top p {
  text-align: center;
  line-height: 34px;
  margin: 0;
}
#form-section fieldset { max-width: 100%; }
}
@media(max-width:580px) {
    .first p {
        font-size: 18px;
    }
    .orange-button {
        padding: 10px 22px;
        font-size: 16px;
        margin-top: 24px;
    }
    .first h1 {
        margin-bottom: 22px;
        font-size: 54px;
        line-height: 58px;
    }
    .second .logo-imgs figure {
        width: 100%;
        margin-bottom: 26px;
    }
	
	.second .logo-imgs figure img {
		width: auto;
		object-fit: scale-down;
		margin: 0 auto;
		max-width: 150px;
	}
	
    .third .inner-container {
        padding: 50px 20px;
    }
    .third .subtitle {
        margin: 22px 0;
    }
    .third .right {
        text-align: center;
    }
    .third .right .slide-upper h6 {
        font-size: 20px;
    }
    .third .right .slide-upper, .slide-bottom, .user-info {
        flex-direction: column;
        align-items: center;
    }
    .rate {
        margin-right: 0;
    }
    .third .right .slide-upper img {
        margin: 0 0 20px;
    }
    .fourth .inner-container {
        padding: 20px 20px 40px;
    }
    .initials {
        margin: 10px 0;
    }
    .plans h3 {
        font-size: 38px;
    }
    .plans .left p {
        font-size: 20px;
        line-height: 26px;
    }
    .plans .right ul li {
        font-size: 14px;
    }
    .fifth p {
        margin-top: 22px;
    }
     .sixth h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 28px;
  }
    .footer-top p {
        font-size: 22px;
    }
}
@media(max-width:420px) {
    .first h1 {
        font-size: 40px;
        line-height: 48px;
    }
    .orange-button {
    padding: 10px 18px;
    font-size: 15px;
    width: 100%;
  }
  .fourth-intro h2 {
  font-size: 34px;
  line-height: 42px;
}
.plans .half {
  padding: 20px;
}
.orange.subtitle {
    font-size: 15px;
}
 .plans h3 {
    font-size: 33px;
  }
   .mid-paragraph {
    font-size: 17px;
  }
  .plans .half ul li {
    font-size: 15px;
  }
  .fifth .inner-container {
    padding: 34px 20px 30px;
  }
   .sixth h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 22px;
  }
    .footer-top p {
        font-size: 20px;
        line-height: 28px;
    }
}
/* RESPONSIVE end */
