/*
	About
*/

.about-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	width: 100%;
	margin-bottom: 1.5rem;
}

.about-stat-card {
	background: var(--white);
	border: 1px solid var(--greenalpha2);
	border-top: 3px solid var(--green);
	border-radius: var(--border-radius);
	padding: 1.1rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.about-stat-num {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--green);
	line-height: 1;
}

.about-stat-label {
	font-size: 0.85rem;
	color: var(--gray);
	line-height: 1.4;
}

dfn {
	color: var(--green);
	font-style: normal;
	font-weight: bold;
}

.faq {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.accordion-item {
	background: var(--white);
	border: 1px solid var(--greenalpha2);
	border-left: 4px solid var(--green);
	border-radius: var(--border-radius);
	margin: 6px 0 0 0;
	overflow: hidden;
	transition: border-color 0.25s;
}

.accordion-item.active {
	border-left-color: var(--accent);
}

.accordion-item:hover {
	background: var(--greenalpha2);
	border-color: var(--green);
}

.accordion-item.active:hover {
	border-left-color: var(--accent);
}

.accordion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--white);
	border: none;
	color: var(--black);
	cursor: pointer;
	padding: 14px 16px;
	width: 100%;
	text-align: left;
	outline: none;
	gap: 12px;
	transition: background 0.2s;
	font-size: 1.1rem;
	border-radius: 0;
}

.accordion:hover,
.accordion:focus-visible {
	background: var(--greenalpha2);
}

.accordion.active {
	background: var(--greenalpha2);
}

.accordion-content {
	flex: 1;
}

.accordion-chevron {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: none;
	stroke: var(--gray);
	stroke-width: 50;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.25s ease, stroke 0.25s;
}

.accordion.active .accordion-chevron {
	transform: rotate(180deg);
	stroke: var(--green);
}

.panel {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
	background-color: var(--white);
}

.panel-inner {
	padding: 0 20px 20px;
	padding-top: 14px;
}

.panel li {
	font-size: 1.1rem;
	list-style-position: outside;
}

.panel ul, .panel ol {
  margin: 0;
  padding-left: 2rem;
}

.panel-peb {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.panel-peb-column {
  flex: 1;
}

.panel-peb-column img {
  width: 100%;
  height: auto;
}

#pricing {
	max-width: 1100px;
	margin: auto;
	padding: 50px 20px;
}

.pricing-slider {
	display: flex;
	gap: 15px;
	width: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
}

.pricing-slider::-webkit-scrollbar{
	display: none;
}

.price-card {
	flex: 0 0 70%;
	-webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
	max-width: 70%;
	background: var(--white);
	border: 1px solid var(--lightgray);
	border-radius: var(--border-radius);
	padding: 28px;
	scroll-snap-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease;
	opacity: 0.6;
}

.price-card.active{
	opacity: 1;
}

.price-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.price-icon {
	fill: var(--black);
	width: 28px;
	height: 28px;
}

.price-card:hover .price-icon {
	fill: var(--green);
}

.price-title {
	font-family: 'Gabarito', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: var(--black);
	margin:0;
}

.price-card:hover .price-title {
	color: var(--green);
}

.price-row {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid var(--lightgray);
	align-items: center;
}

.price-row span{
	font-size: 1rem;
}

.price-row strong{
	font-size: 1.1rem;
}

.price-row small{
	font-size: 0.8rem;
	color: var(--gray);
}

.price-btn{
	margin-top: 25px;
	background: var(--green);
	color: var(--white);
	text-align: center;
	padding: 12px;
	border-radius: var(--border-radius);
	text-decoration: none;
	font-weight: 600;
}

.price-btn:hover{
	background: var(--accent);
}

.pricing-note{
	margin-top: 25px;
	font-size: 0.8rem;
	color: var(--black);
	line-height: 1.6;
}

/*
	Get Ready
*/

.visit-steps {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}

.visit-step {
  display: flex;
  gap: 1.25rem;
  align-items: stretch;
}

.visit-spine {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
}

.visit-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
  font-family: 'Gabarito', sans-serif;
  background-color: var(--greenalpha2);
  color: var(--green);
}

.visit-num--cta {
  background-color: var(--accentalpha2);
  color: var(--accent);
}

.visit-line {
  width: 2px;
  flex: 1;
  min-height: 16px;
  margin: 4px 0;
  background-color: var(--greenalpha);
}

.visit-line--cta {
  background-color: var(--accentalpha);
}

.visit-card {
  flex: 1;
  margin-bottom: 16px;
  border-radius: var(--border-radius);
  border: 1px solid var(--greenalpha2);
  background: var(--white);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--black);
  transition: border-color 0.2s, background 0.2s;
}

.visit-card:hover {
  border-color: var(--green);
  background: var(--greenalpha2);
}

.visit-card--plain {
  cursor: default;
}

.visit-card--plain:hover {
  border-color: var(--greenalpha2);
  background: var(--white);
}

.visit-card--cta {
  border: 1px solid var(--accentalpha2);
}

.visit-card--cta:hover {
  background: var(--accentalpha2);
  border-color: var(--accent);
}

.visit-icon {
  width: 24px;
  height: 24px;
  fill: var(--green);
  flex-shrink: 0;
  stroke: none;
}

.visit-icon--cta {
  fill: var(--accent);
}

.visit-body {
  flex: 1;
}

.visit-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1.4;
  margin: 0 0 3px;
  padding: 0;
}

.visit-title--cta {
  color: var(--accent);
}

.visit-sub {
  font-size: 0.95rem;
  color: var(--gray);
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.visit-arrow {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--gray);
  stroke-width: 50;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.visit-arrow--cta {
  stroke: var(--accent);
}

/*
	Contact
*/

.contact-steps {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact-step {
	display: flex;
	gap: 1.25rem;
	align-items: stretch;
}

.contact-spine {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	width: 40px;
}

.contact-num {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: var(--lightgray);
}

.contact-num-icon {
	width: 25px;
	height: 25px;
	fill: var(--gray);
	opacity: 0.85;
}

.contact-vline {
	width: 2px;
	flex: 1;
	min-height: 16px;
	margin: 4px 0;
	background: var(--accentalpha2);
}

.contact-card {
	flex: 1;
	margin-bottom: 10px;
	border-radius: var(--border-radius);
	border: 1px solid var(--lightgrayalpha2);
	background: var(--white);
	padding: 1rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	color: var(--black);
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
}

.contact-card:hover {
	background: var(--lightgrayalpha);
	border-color: var(--white);
}

.contact-card-icon {
	width: 40px;
	height: 40px;
	fill: var(--gray);
	opacity: 0.8;
	flex-shrink: 0;
}

.contact-card-body {
	flex: 1;
}

.contact-card-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--black);
	line-height: 1.4;
	margin: 0 0 2px;
	padding: 0;
}

.contact-card-sub {
	font-size: 0.9rem;
	color: var(--gray);
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

.contact-card-arrow {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: var(--lightgrayalpha2);
	stroke-width: 50;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex-shrink: 0;
}

.contact-form-block {
	flex: 1;
	margin-bottom: 10px;
	border-radius: var(--border-radius);
	border: 1px solid var(--lightgrayalpha2);
	background: var(--white);
	overflow: hidden;
}

.contact-form-header {
	padding: 1rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	border-bottom: 1px solid var(--lightgrayalpha2);
}

.contact-form-header-icon {
	width: 40px;
	height: 40px;
	fill: var(--gray);
	flex-shrink: 0;
}

.contact-form-header-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--black);
	margin: 0 0 2px;
	padding: 0;
}

.contact-form-header-sub {
	font-size: 0.9rem;
	color: var(--gray);
	margin: 0;
	padding: 0;
}

.form-section {
	border: 1.5px solid var(--green);
	border-radius: var(--border-radius);
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: var(--lightgray);
	min-width: 0;
}

.form-section legend {
	padding: 3px 10px;
	font-size: 1rem;
	font-weight: 600;
	color: var(--white);
	font-family: 'Ibarra Real Nova', sans-serif;
	background: var(--green);
	border-radius: var(--border-radius);
}

#contact-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 1.25rem;
	width: 100%;
	margin: 0;
	background: transparent;
}

#form-quote-fields {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form button {
	width: 100%;
	padding: 10px 14px;
	font-size: 1rem;
	border: 1px solid var(--white);
	border-radius: var(--border-radius);
	background: var(--white);
	color: var(--black);
	transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
	font-family: 'Ibarra Real Nova', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
	color: var(--gray);
}

#contact-form select option {
	color: var(--white);
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 2px var(--accentalpha2);
	outline: none;
	background: var(--lightgray);
}

.custom-select select {
	appearance: none;
	background-size: 12px;
	cursor: pointer;
}

.form-name,
.form-contact,
.form-city {
	display: flex;
	gap: 15px;
	width: 100%;
}

.form-name,
.form-contact,
.form-city > * {
	flex: 1;
}

.form-city > input[name="city"] {
	flex: 4;
}

.form-address {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.form-address > * {
	flex: 1;
}

.form-address > input[name="street"] {
	flex: 4;
}

#contact-form label {
	font-size: 1rem;
	color: var(--lightgray);
	display: flex;
	align-items: center;
	gap: 10px;
}

#contact-form textarea {
	resize: vertical;
	min-height: 120px;
}

#contact-form button {
	background: var(--green);
	color: var(--white);
	font-weight: bold;
	font-size: 1.2em;
	border: none;
	cursor: pointer;
	transition: opacity 0.2s;
}

#contact-form button:hover {
	background: var(--accent);
}

.form-output {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid var(--green);
	width: 100%;
	background-color: var(--lightgray);
	border-radius: var(--border-radius);
	opacity: 1;
	animation: hideAfter10s 10s forwards;
}

@keyframes hideAfter10s {
	0% { opacity: 1; }
	90% { opacity: 1; }
	100% { opacity: 0; visibility: hidden; }
}

.g-recaptcha {
	display: block;
	margin: 0 auto;
}

/*
	Footer
*/

footer {
	background: var(--black);
	color: var(--lightgray);
}

.footer-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 3rem 5vw 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	flex-wrap: wrap;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.footer-name {
	font-family: 'Gabarito', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--lightgray);
	padding: 0;
}

.footer-tagline {
	font-size: 0.85rem;
	color: var(--gray);
	padding: 0;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: flex-end;
	align-items: center;
}

.footer-links a {
	padding: 5px 12px;
	color: var(--gray);
	text-decoration: none;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: var(--border-radius);
	transition: background 0.15s, color 0.15s;
}

.footer-links a:hover {
	background: var(--greenalpha2);
	color: var(--lightgray);
}

.footer-divider {
	height: 1px;
	background: var(--gray);
	opacity: 0.2;
}

.footer-bottom {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: center;
}

.footer-bottom p {
	font-size: 0.78rem;
	color: var(--gray);
	padding: 0;
}

.footer-bottom a {
	color: var(--gray);
	text-decoration: none;
	transition: color 0.15s;
}

.footer-bottom a:hover {
	color: var(--lightgray);
}

.footer-legal {
	margin-top: 4px;
}

/*
	Media
*/

@media (min-width:1000px) {
	.pricing-slider {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		overflow: visible;
	}

	.price-card {
		min-height: 360px;
		max-width: 100%;
		overflow: visible;
		opacity: 1.0;
	}
}

@media (max-width:1000px) {
	.pricing-slider::before,
	.pricing-slider::after {
		content: "";
		flex: 0 0 70%;
		max-width: 70%;
	}
	
	.price-card {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	#contact-form {
		padding: 10px;
	}

	.contact-step--form {
		flex-direction: column;
	}

	.contact-step--form .contact-spine {
		display: none;
	}
	
	.about-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.panel-peb {
		display: flex;
		flex-direction: column;
	}

	.visit-card {
		padding: 0.75rem 1rem;
		gap: 0.75rem;
	}

	.visit-title {
		font-size: 1rem;
	}

	.contact-card {
		padding: 0.75rem 1rem;
		gap: 0.75rem;
	}

	.contact-card-title {
		font-size: 1rem;
	}

	#contact-form {
		padding: 10px;
	}

	.form-name,
	.form-contact {
		flex-direction: column;
	}

	.form-city > input[name="city"] {
		flex: 3;
	}

	.form-address > input[name="street"] {
		flex: 1 0 100%;
	}
}
