@charset "utf-8";
/* CSS Document */

@media (min-width: 859px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
}


@media (max-width: 860px) {

	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}
/* ===== header  ===== */

.lp-root .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.lp-root .site-header-inner {
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 16px;
}

.lp-root .site-brand {
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.lp-root .site-brand-logo {
  height: 34px;
  width: auto;
  display: block;
}

.lp-root .site-brand-text {
  line-height: 1.4;
}

.lp-root .site-brand-sub {
  font-size: 11px;
  color: var(--sub);
  font-weight: 500;
}

.lp-root .site-brand-name {
  font-size: 13px;
  color: var(--ink);
  font-weight: 700;
}

.lp-root .desktop-nav {
  gap: 20px;
  align-items: center;
}

.lp-root .desktop-nav a {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  white-space: nowrap;
}

.lp-root .site-header-actions {
  gap: 10px;
  align-items: center;
}

.lp-root .header-cta {
  padding: 12px 22px;
  font-size: 14px;
  white-space: nowrap;
}

.lp-root .mobile-nav-contact {
  color: var(--red);
}

/* ===== header end ===== */

  /*  ===== HERO ===== */
.lp-root .hero-section {
  padding-top: 28px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, var(--mint) 0%, var(--white) 100%);
}

.lp-root .hero-grid {
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.lp-root .hero-eyebrow-list {
  gap: 8px;
  flex-wrap: wrap;
}

.lp-root .hero-eyebrow {
  background: var(--white);
}

.lp-root .hero-title {
  margin-top: 10px;
  font-size: clamp(33px, 4.4vw, 65px);
  font-weight: 900;
}

.lp-root .hero-title-mark {
  color: var(--accent);
}

.lp-root .hero-lead {
  margin-top: 20px;
  font-size: 18px;
  color: var(--sub);
  font-weight: 700;
}

.lp-root .hero-results {
  gap: 14px;
  margin-top: 32px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.lp-root .hero-result-item {
  text-align: center;
  width: 160px;
}

.lp-root .hero-result-icon {
  justify-content: center;
}

.lp-root .hero-result-label {
  font-size: 15px;
  color: var(--ink);
  font-weight: 700;
  margin-top: 5px;
  white-space: nowrap;
}

.lp-root .hero-result-number {
  font-size: 42px;
  font-weight: 900;
  color: var(--red);
  line-height: 1.1;
}

.lp-root .hero-result-unit {
  font-size: 19px;
}

.lp-root .hero-buttons {
  gap: 16px;
  margin-top: 32px;
}

.lp-root .hero-photo-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
  aspect-ratio: 4 / 3.2;
  border-radius: 24px;
  overflow: hidden;
}

.lp-root .hero-photo-item {
  position: relative;
}

.lp-root .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-root .hero-photo-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  background: rgba(31, 42, 51, .72);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}

.lp-root .hero-description {
  margin-top: 16px;
  position: relative;
  padding: 20px 24px;
}

.lp-root .hero-description-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 860px) {
.lp-root .hero-description-text {
	font-size: 14px;
	}
.lp-root .hero-results {
    gap: 14px;
    margin-top: 32px;
    justify-content: center;
    flex-wrap: wrap;
}
}

  /* ===== LOGOS ===== */

.lp-root .logo-section {
  padding: 0px 0 24px;
  border-bottom: 1px solid var(--line);
}

.lp-root .logo-item {
  width: 200px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.lp-root .logo-item-img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
}

  /* ===== PROBLEM / EMPATHY ===== */
.lp-root .problem-section {
  background: var(--mint);
}

.lp-root .problem-title-accent {
  color: var(--accent);
}

.lp-root .problem-card {
  margin-top: 40px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 32px;
  align-items: center;
}

.problem-section .sec-title{
	    font-size: clamp(15px, 3.4vw, 36px);
    font-weight: 900;
    text-align: center;
}

.lp-root .problem-red-text {
  font-weight: 700;
  color: var(--red);
  font-size: 18px;
}

.lp-root .problem-lead {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
}

.lp-root .problem-description {
  margin-top: 14px;
  color: var(--sub);
  font-weight: 700;
}

.lp-root .problem-partner {
  margin-top: 14px;
  font-weight: 700;
}

.lp-root .problem-result {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
}

.lp-root .problem-image {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
}

.lp-root .problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 860px) {
	.problem-section .sec-title{
    line-height: 33px;
	}
.lp-root .problem-lead {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent);
}
}



  /* ===== APPROACH OVERVIEW (big picture) ===== */


.lp-root .overview-eyebrow {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.lp-root .overview-title {
  margin-top: 16px;
}

.lp-root .overview-accent {
  color: var(--accent);
}

.lp-root .overview-lead {
  text-align: center;
  margin-top: 14px;
  color: var(--sub);
  font-weight: 700;
  font-size: 19px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.lp-root .overview-flow {
  margin-top: 44px;
  justify-content: center;
}

.lp-root .overview-step {
  flex: 1 1 0;
  min-width: 0;
  padding: 9px 18px;
  text-align: center;
}

.lp-root .overview-step-number {
  font-size: 30px;
  font-weight: 900;
  color: var(--line);
}

.lp-root .overview-step-title {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
}

.lp-root .overview-arrow {
  flex: 0 0 auto;
  color: var(--accent);
  padding: 0 2px;
}

.lp-root .overview-goal {
  flex: 1 1 0;
  min-width: 0;
  padding: 9px 18px;
  text-align: center;
  background: var(--red);
  border-radius: 20px;
  box-shadow: 0 6px 0 var(--red-dark);
}

.lp-root .overview-goal-title {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  color: var(--white);
}
@media (min-width: 859px) {

.lp-root .overview-flow {
  margin-top: 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

}
@media (max-width: 860px) {

	.lp-root .problem-card{
		    grid-template-columns: auto;
	}
	.lp-root .overview-lead{
		    text-align: left;
	}
}


  /* ===== SERVICE FEATURES ===== */
.lp-root .features-section {
  background: var(--mint);
}

.lp-root .features-eyebrow {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.lp-root .features-title {
  margin-top: 16px;
}

.lp-root .features-title-accent {
  color: var(--accent);
}

.lp-root .features-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
}

.lp-root .feature-card {
  padding: 30px 24px;
  text-align: center;
}

.lp-root .feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--accent);
}

.lp-root .feature-title {
  margin-top: 16px;
  font-size: 17px;
  font-weight: 900;
}

.lp-root .feature-text {
  margin-top: 8px;
  color: var(--sub);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 860px) {

.lp-root .feature-card {
    padding: 20px 15px;
    text-align: center;
}

}

  /* ===== SERVICE CONTENT ===== */

.lp-root .service-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.lp-root .service-card {
  padding: 30px;
}

.lp-root .service-card-title {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.lp-root .service-image {
  margin-top: 16px;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
}

.lp-root .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-root .service-list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-root .service-list-item {
  gap: 8px;
  align-items: flex-start;
}

.lp-root .service-check {
  color: var(--accent);
  flex: 0 0 auto;
  margin-top: 2px;
}

.lp-root .service-list-text {
  font-size: 17px;
  font-weight: 700;
  color: var(--sub);
}

.lp-root .service-bottom-text {
  text-align: center;
  margin-top: 30px;
  color: var(--sub);
  font-size: clamp(20px, 3.4vw, 36px);
  font-weight: 900;
}

.lp-root .service-bottom-accent {
  color: var(--accent);
}
@media (max-width: 860px) {

.lp-root .service-list-text {
    font-size: 15px;
}
	.lp-root .service-card-title{
		    font-size: 21px;
	}
.lp-root .service-grid {
        grid-template-columns: 1fr;
    }
	.lp-root .service-list{
		    gap: 5px;
	}
}

  /* ===== CASE STUDIES ===== */

.lp-root .cases-section {
  background: #F5F5F5;
}

.lp-root .cases-title-accent {
  color: var(--accent);
}

.lp-root .cases-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.lp-root .case-card {
  overflow: hidden;
}

.lp-root .case-image-wrap {
  aspect-ratio: 16 / 9;
  position: relative;
}

.lp-root .case-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-root .case-image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  padding: 8px 16px;
  background: rgba(31, 42, 51, .72);
}

.lp-root .case-image-caption-text {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.lp-root .case-text {
  padding: 18px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 38px;
}

.lp-root .case-nowrap {
  white-space: nowrap;
}

  /* ===== REASONS (numbered features) ===== */
.lp-root .reasons-section {
  background: var(--mint);
}

.lp-root .reasons-logo {
  height: 1.05em;
  width: auto;
  vertical-align: -0.18em;
  margin-right: 4px;
}

.lp-root .reasons-accent {
  color: var(--accent);
}

.lp-root .reasons-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.lp-root .reason-card {
  padding: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.lp-root .reason-card-reverse {
  flex-direction: row-reverse;
}

.lp-root .reason-number-wrap {
  flex: 0 0 auto;
}

.lp-root .reason-number {
  font-size: 56px;
  font-weight: 900;
  color: var(--line);
}

.lp-root .reason-image-wrap {
  flex: 0 0 220px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
}

.lp-root .reason-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-root .reason-content {
  flex: 1 1 auto;
}

.lp-root .reason-title {
  font-size: 24px;
  font-weight: 900;
}

.lp-root .reason-text {
  margin-top: 12px;
  color: var(--sub);
  font-weight: 700;
}
@media (max-width: 860px) {

.lp-root .reason-card {
    padding: 10px 30px 40px;
    display: flex;
    gap: 6px;
    align-items: center;
}
	.lp-root .reason-title{
		    font-size: 22px;
	}
	.lp-root .reason-text{
		    margin-top: 18px;
		    font-size: 14px;
	}
	.lp-root .cases-grid {
        grid-template-columns: 1fr;
    }
}


  /* ===== TARGET / TAGS ===== */
.lp-root .tools-section {
  background: var(--white);
}

.lp-root .tools-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 36px;
}

.lp-root .tool-card {
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.lp-root .tool-image-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.lp-root .tool-image-wrap-white {
  background: var(--white);
}

.lp-root .tool-image-wrap-padding {
  padding: 14px;
}

.lp-root .tool-image {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-root .tool-image-cover {
  object-fit: cover;
}

.lp-root .tool-image-contain {
  object-fit: contain;
}

.lp-root .tool-card-title {
  padding: 16px;
  font-weight: 700;
}

.lp-root .tools-note {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--sub);
}

/*FLOW*/
.lp-root .flow-section {
  background: #F5F5F5;
}

.lp-root .flow-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.lp-root .flow-step-label-wrap {
  position: relative;
  display: inline-block;
}

.lp-root .flow-step-label {
  background: var(--accent);
  color: var(--white);
  border: none;
  font-size: 14px;
}

.lp-root .flow-step-triangle {
  position: absolute;
  left: 22px;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--accent);
}

.lp-root .flow-card {
  margin-top: 14px;
  display: flex;
  overflow: hidden;
}

.lp-root .flow-image-wrap {
  flex: 0 0 45%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.lp-root .flow-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-root .flow-content {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.lp-root .flow-title {
  font-weight: 900;
  font-size: clamp(17px, 1.8vw, 25px);
}

.lp-root .flow-text {
  font-size: 17px;
  color: var(--sub);
  font-weight: 700;
}
@media (max-width: 860px) {
	.lp-root .flow-image-wrap{
		aspect-ratio: 5 / 3;
	}
	.lp-root .flow-text {
		font-size: 14px;
	}
	.lp-root .tools-section .tools-grid
	{
		grid-template-columns: repeat(2, 1fr);
		    display: grid;
    gap: 10px;
		
	}
	.lp-root .tool-card-title {
    padding: 8px;
    font-weight: 700;
		    font-size: 13px;
}
}

/* PRICING */

.lp-root .pricing-section {
  background: var(--white);
}

.lp-root .pricing-container {
  text-align: center;
}

.lp-root .pricing-plans {
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.lp-root .pricing-plan {
  display: inline-flex;
  align-items: center;
  background: var(--accent);
  color: var(--white);
  font-weight: 900;
  font-size: 18px;
  border-radius: 999px;
  padding: 14px 32px;
}

.lp-root .pricing-title {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}

.lp-root .pricing-note {
  margin-top: 10px;
  font-size: 15px;
  color: var(--sub);
  font-weight: 700;
}

.lp-root .pricing-detail {
  margin-top: 20px;
  background: var(--white);
  border: 2px solid var(--accent);
  border-radius: 14px;
  padding: 18px 24px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(15,60,55,.08);
}

.lp-root .pricing-accent {
  color: var(--accent);
}
@media (max-width: 860px) {
	.lp-root .pricing-plans {
		gap: 10px;
	}
.lp-root .pricing-plan {
    display: inline-flex;
    align-items: center;
    background: var(--accent);
    color: var(--white);
    font-weight: 900;
    font-size: 14px;
    border-radius: 999px;
    padding: 14px 24px;
}
}


/* MID CTA */
.lp-root .cta-section {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  position: relative;
  overflow: hidden;
  padding: 45px 0;
}

.lp-root .cta-pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    120deg,
    rgba(255,255,255,.05) 0 24px,
    transparent 24px 60px
  );
  pointer-events: none;
}

.lp-root .cta-photo-wrap {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 40%;
  max-width: 770px;
  pointer-events: none;
}

.lp-root .cta-photo {
  width: 100%;
  height: auto;
  display: block;
}

.lp-root .cta-container {
  position: relative;
}

.lp-root .cta-grid {
  grid-template-columns: 1.4fr .9fr;
  gap: 32px;
  align-items: center;
}

.lp-root .cta-content {
  text-align: center;
}

.lp-root .cta-title {
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 900;
  color: var(--white);
}

.lp-root .cta-card {
  margin-top: 20px;
  background: var(--white);
  padding: 26px 28px;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,.14);
}

.lp-root .cta-card-text {
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 900;
  color: var(--ink);
  line-height: 1.6;
}

.lp-root .cta-accent {
  color: var(--accent);
}

.lp-root .cta-button-wrap {
  margin-top: 28px;
}

.lp-root .cta-button {
  font-size: 20px;
}
@media (max-width: 860px) {

.lp-root .cta-button {
    font-size: 14px;
}
}

/* CONTACT */
.lp-root .contact-section {
  background: var(--white);
  padding-top: 56px;
  padding-bottom: 56px;
}

.lp-root .contact-card {
  background: var(--white);
  padding: 36px;
  border-radius: 20px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.lp-root .contact-tel {
  text-align: center;
}

.lp-root .contact-tel-label {
  font-size: 17px;
  font-weight: 700;
  color: var(--sub);
}

.lp-root .contact-tel-number {
  margin-top: 6px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  color: var(--accent);
}

.lp-root .contact-tel-team {
  margin-top: 2px;
  font-size: 17px;
  font-weight: 700;
  color: var(--sub);
}

.lp-root .contact-tel-hours {
  margin-top: 8px;
  font-size: 17px;
  color: var(--sub);
  font-weight: 700;
}

.lp-root .contact-tel-note {
  margin-top: 4px;
  font-size: 17px;
  color: var(--sub);
  font-weight: 700;
}

.lp-root .contact-form-area {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.lp-root .contact-form-title {
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: var(--ink);
}

.lp-root .contact-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp-root .contact-field {
  display: block;
}

.lp-root .contact-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.lp-root .contact-required {
  color: var(--red);
  font-size: 11px;
  margin-left: 6px;
}

.lp-root .contact-input {
  margin-top: 6px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
}

.lp-root .contact-textarea {
  resize: vertical;
}

.lp-root .contact-checkbox-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 22px;
}

.lp-root .contact-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
}

.lp-root .contact-recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.lp-root .contact-submit {
  width: 100%;
  justify-content: center;
  font-size: 17px;
  margin-top: 4px;
}

.lp-root .privacy-box {
  max-height: 160px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 16px 18px;
  background: var(--mint);
  font-size: 13px;
  color: var(--sub);
  line-height: 1.8;
  text-align: left;
}

.lp-root .privacy-title {
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 8px;
}

.lp-root .privacy-text {
  margin-top: 10px;
}

.lp-root .privacy-agree {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: var(--sub);
  justify-content: center;
}

.lp-root .privacy-agree-checkbox {
  margin-top: 3px;
}
@media (max-width: 860px) {

.lp-root .contact-tel-note{
    font-size: 16px;
	}
	.lp-root .contact-card{
		    padding: 23px;
	}
}


/*footer*/
.site-footer {
  padding: 64px 0 32px;
  background: var(--white);
}

.site-footer-inner {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer-copyright {
  font-size: 12px;
  color: var(--sub);
}

.site-footer-company {
  margin-top: 6px;
  font-size: 12px;
  color: var(--sub);
}

 .site-footer-link {
  font-weight: 700;
}
