@font-face {
  font-family: "SCDream";
  src: url("SCDream1.otf") format("opentype");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream2.otf") format("opentype");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream3.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream4.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream5.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream6.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream7.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream8.otf") format("opentype");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "SCDream";
  src: url("SCDream9.otf") format("opentype");
  font-weight: 900;
  font-display: swap;
}


.feature-icon {
      margin: 0 auto 14px;
      display: grid;
      place-items: center;
      font-size: 40px;
     
    }
	
	
	#csformobile {  background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px !important;
    margin: -10px;    }
	
	
.crm-sub   { font-family: "SCDream", Sans-serif !important; margin-top:5px !important; }

#csformobile .crm-wrap input[type="tel"]::placeholder, 
#csformobile  .crm-wrap input[type="text"]::placeholder {color:#333}

#csform .crm-wrap input[type="tel"]::placeholder, 
#csform  .crm-wrap input[type="text"]::placeholder {color:#333;}

#cformfull .crm-wrap input[type="tel"]::placeholder, 
#cformfull  .crm-wrap input[type="text"]::placeholder {color:#333;}

#cformfull .crm-pb {  background: #e8eaf2 !important;     background: #d0d5e8;    padding: 6px 10px 6px 9px; }

.crm-pb {   background: #d0d5e8 !important ;     width: 70px;     padding: 5px 15px 5px 9px !important; }   

.crm-wrap {   background:transparent !important; border: 0px solid #ccc !important; }

#cformfull .crm-wrap {     background-color: #ffffff00;
    border: 0px; }
    
    .crm-s2 .crm-grid-r2 { margin-top:5px !important; }
    
    #cformfull .crm-sub   { font-family: "SCDream", Sans-serif !important; margin-top:0px !important; }

#cformfull .crm-ag { color:#fff !important; }



:root {
  --mint: #86e2c5;
  --mint-deep: #6fd8bb;
  --yellow: #fff06a;
  --yellow-strong: #ffe100;
  --ink: #050505;
  --muted: #4a4a4a;
  --panel: #ffffff;
  --light: #f4f6f7;
  --line: #d8dee4;
  --blue: #062b73;
  --footer: #002322;
  --danger: #ff1c1c;
  --container: 980px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--ink);
  font-family: "SCDream", "Malgun Gothic", Arial, sans-serif;
  
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.mobile-only {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background-color: var(--mint);
  background-image: url("BGforoneteamLDR-001.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.hero__container {
  position: relative;
  z-index: 2;
  min-height: 1300px;
  padding-top: 40px;
  text-align: center;
}

.logo {
  /* display: inline-block; */
  width: 170px;
  padding-bottom: 50px;
}

.hero__content {
  margin: 0 auto;
  padding-top:25px;
}

.hero__eyebrow {
	
  margin: 0;
  font-size: 85px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: 0;
}

.hero__title {
  margin: 8px 0 0;
  font-size: 85px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.hero__subtitle {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 24px;
  background: var(--yellow-strong);
  color: #111111;
  font-size: 17px;
  font-weight: 500;
   border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #c1c1c1;
    border-radius: 5px 5px 5px 5px;
}

.hero__visual {
  position: absolute;
  left: 45%;
  bottom: 0;
  width: min(670px, 56vw);
  transform: translateX(-50%);
}

.hero__visual img {
  width: 100%;
  margin: 0 auto;
}

.hero__loan-text {
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: 120%;
  transform: translateX(-50%);
  color: #55fff3;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  text-shadow: 4px 4px 0 #000000, -3px -3px 0 #ffffff, 0 5px 0 #000000;
}

.hero__confetti {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 10px;
  border-radius: 999px;
}

.hero__confetti--one {
  top: 26%;
  left: 18%;
  background: #2372ff;
  transform: rotate(30deg);
}

.hero__confetti--two {
  top: 30%;
  right: 16%;
  background: #ffd75d;
  transform: rotate(-24deg);
}

.hero__confetti--three {
  top: 42%;
  left: 12%;
  background: #ff5f98;
  transform: rotate(70deg);
}

.section-light {
  background: var(--light);
}

.features {
  padding: 30px 0 40px;
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  display: inline;
  margin: 0;
  background: linear-gradient(transparent 88%, var(--yellow) 58%);
  color: var(--ink);
  font-size: 45px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading p {
  margin: 10px 0 0;
  color: #111111;padding-bottom:10px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.feature-grid {
	height:260px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
}

.feature-card {
  min-height: 170px;
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
  background: var(--panel);
}

.feature-card:last-child {
  border-right: 0;
}

.feature-card img {
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  object-fit: contain;
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.feature-card p {
  margin: 0;
  color: #202020;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

.benefit-img {  
width: 55px;
    height: 55px;
    object-fit: cover;
    transform: none;
} 

.form-band {
  padding: 28px 0;
  background: #ffffff;
}

.form-band__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 26px;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
  background-color: var(--yellow);
  background-image: url("BGforoneteamform2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form-band__copy { margin-top:-10px ; }


.form-band__copy h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}

.form-band__copy p {
  margin: 8px 0 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.loan-form {
  margin: 0;
}

.crm-label:first-child, .crm-s1 .crm-tbl tr:first-child .crm-label { text-align:left;  }

.loan-form input,
.loan-form select {
  width: 100%;
  height: 40px;
  padding: 0 13px;
  border: 1px solid #cfd5dc;
  border-radius: 3px;
  background: #ffffff;
  color: #151515;
  font-size: 13px;
  font-weight: 600;
}

.loan-form input::placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.loan-form select {
  appearance: auto;
}

.loan-form button {
  width: 100%;
  height: 43px;
  border: 0;
  border-radius: 4px;
  background: var(--blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.loan-form--inline {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 8px;
  align-items: center;
}

.loan-form--inline .agree {
  grid-column: span 2;
}

.agree {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  color: #25304a;
  font-size: 12px;
  font-weight: 600;
}

.agree input {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  padding: 0;
  accent-color: #1d5fd0;
}

.agree a {
  color: #123d8c;
  text-decoration: underline;
}

.reviews {
  padding: 34px 0 50px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  max-width: 760px;
  margin: 36px auto 0;
}

.review-card {
  text-align: left;
}

.review-card img {
  width: 92px;
  height: 92px;
  margin: 0 auto 26px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card p {
  margin: 0;
  color: #242424;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
}

.review-card strong {
  display: inline-block;
  margin-top: 18px;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
}

.review-card span {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 500;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}

.dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #bcd1ff;
}

.dots .active {
  background: #3977ff;
}

.emergency {
  position: relative;
  overflow: hidden;

background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.emergency-bottom {padding: 46px 0 0;
background-image: url(BGforoneteamLDR-001.png); }

.emergency__inner {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 18px;
  align-items: end;
  min-height: 330px;
}

.emergency__copy {
  padding-bottom: 78px;
  text-align:right;margin:auto;
}

.emergency__copy h2 {
  margin: 0;
  font-size: 70px;
  line-height: 1.18;
  font-weight: 900;
}

.emergency__copy p {
  max-width: 530px;
  margin: 22px auto 0;
  color: #111111;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.emergency__visual img {
  width: 100%;
  margin: 0 auto;
}

.form-band--bottom {
  padding-bottom: 28px;
}

.footer {
  padding: 32px 0 36px;
  background: var(--footer);
  color: rgba(255, 255, 255, 0.9);
}

.footer__inner {
  max-width: 980px;
}

.footer p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.footer a {
  color: #4da3ff;
  text-decoration: underline;
}

.footer__warning {
  color: var(--danger);
  font-weight: 900;
}


.testimonial-section { width:100%;
  
  margin: 0 auto;
}

.testimonial-slider {
  display: flex;
  gap: 24px;width:105%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 20px 0 30px;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.testimonial-slider:active {
  cursor: grabbing;
}

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

.card {
  min-width: 380px;
  max-width: 360px;
  flex: 0 0 auto;
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  scroll-snap-align: start;
}

/* mobile */
@media (max-width: 768px) {
  .testimonial-section {
    padding: 50px 20px;
  }

  .card {
    min-width: 85%;
    max-width: 85%;
  }
}



@media (max-width: 1024px) {
	
	.footer {
        padding: 20px 5px 22px;
    }
	
	.testimonial-slider {  text-align:center;}
	
	.mobile-bottom .crm-wrap { width: 98%; padding-top:10px;margin:auto !important; background:#fff !important; padding: 15px !important; } 
	
	.crm-sub { margin-top:20px !important;        margin-bottom: 10px; }	 
	
	.container-mobile .crm-wrap { background:#fff !important; padding: 15px ; } 
	
	.container-mobile {
    width:100%;
  }
	
	/* Testimonial Slider Mobile */ 

.testimonial-slider {
  display: flex;
  gap: 20px;width:100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px;
  cursor: grab;
  scroll-behavior: smooth;
}

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

.card {
  min-width: 300px;
  flex-shrink: 0;
  background: white;
          padding: 25px 20px 10px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  scroll-snap-align: center;
}


/* Testimonial Slider Mobile */ 
	
	 .mobile_subtitle {
    margin-top: 6px;
    font-size: 50px;
    line-height: 1.18;
    font-weight: 900; color:#fff;-webkit-text-stroke-color:#000000;    stroke: #000000;
    -webkit-text-stroke-width: 2px;
        stroke-width: 2px;
  }
	
	.mobile_sub h3 {
	 display: inline;
  margin: 0;
  background: linear-gradient(transparent 98%, var(--yellow) 48%);
	} 
	
	.mobile_content h2 {
	 display: inline;
  margin: 0;
  background: linear-gradient(transparent 88%, var(--yellow) 68%);
	} 
	
	.hero__content {
  margin: 0 auto;
  padding-top:0px;
}
	
	img {
  margin:auto;
}

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .container {
    width: min(calc(100% - 16px), 360px);
  }

  .hero {
    min-height: auto;
    background-color: #0000ff;
    background-image: url("mobileBGyou&me.png");
    background-position: center top;
    background-size: 100% auto;
  }

  .hero__container {
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .logo {
	margin:auto;
    width: 170px;
	margin-top:10px;
    margin-bottom: 12px;
  }

  .hero__eyebrow {
    font-size: 30px;color:#fff;
    line-height: 1.35;
    font-weight: 400;
  }

  .hero__title {
    margin-top: 10px;
	margin-bottom:15px;
    color: #ff1414;
    font-size: 175px;
    line-height: 0.95;
	-webkit-text-stroke-color:#000000;    stroke: #000000;
    text-shadow: 10px 0px 2px #000000;-webkit-text-stroke-width: 2px;
        stroke-width: 2px;
  }

  .hero__subtitle {
    margin-top: 6px;
    font-size: 50px;
    line-height: 1.18;
    font-weight: 900; color:#333333;
  }

  .hero__badge {
    margin-top: 30px;
    padding: 17x 14px;
    font-size: 17px;
  }

  .hero__visual {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 12px auto 0;
    transform: none;
  }

  .hero__visual img {
    width: 100%;
  }

  .hero__loan-text {
    bottom: 8px;
    font-size: 34px;
  }

  .mobile-form {
    margin-top: 8px;
    padding: 12px 10px 14px;
    border: 1px solid #b8c0c8;
    background: #ffffff;
  }

  .form-panel__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    text-align: center;
    text-shadow: 3px 3px 0 #000000, -2px -2px 0 #1adbd2;
  }

  .loan-form--stacked {
    display: grid;
    gap: 8px;
  }

  .loan-form--stacked label {
    display: grid;
    gap: 5px;
  }

  .loan-form--stacked label > span {
    font-size: 11px;
    font-weight: 800;
  }

  .loan-form--stacked .agree {
    display: flex;
  }

  .features {
    padding: 34px 0 28px;
  }

  .section-heading h2 {
    font-size: 40px;
  }



  .section-heading p {
    font-size: 17px;
  }
  
  .section-heading-bottom {    text-align:center; }
  .section-heading-bottom h2 {
    display: inline;
    margin: 0 auto;
    background: linear-gradient(transparent 88%, var(--yellow) 58%);
    color: var(--ink);
    font-size: 50px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}
  
  .section-heading-bottom h2 {
    font-size: 40px;color:#fff;
  }

  .section-heading-bottom p {
    font-size: 17px;color:#fff;
  }

  .feature-grid {
	  height:1080px;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .feature-card {
    min-height: 0;
    margin-bottom: 7px;
    padding: 32px 25px;
    border: 1px solid var(--line);
    border-radius: 5px;
  }

  .feature-card:last-child {
    border-right: 1px solid var(--line);
  }

  .feature-card img {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
  }

  .feature-card h3 {
    font-size: 22px;
  }

  .feature-card p {
    font-size: 17px;
  }

  .reviews { 
  background:#fff;
    padding: 34px 0 25px;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 260px;
    margin-top: 26px;
  }

  .review-card {
    text-align: center;
  }

  .review-card:nth-child(1),
  .review-card:nth-child(2) {
    display: none;
  }

  .review-card img {
    width: 94px;
    height: 94px;
    margin-bottom: 18px;
  }

  .review-card p {
    text-align: left;
    font-size: 12px;
  }

.bottom-form { height:auto; padding-top:30px; padding-bottom:30px;
        min-height: auto;
        background-color: var(--yellow);
        background-image: url(mobileBGyou&me.png);
        background-position: center top;
        background-size: 100% auto;
    }


  .emergency {
 
    background-color: var(--yellow);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  .emergency__inner {
    display: block;
    min-height: 0;
  }

  .emergency__copy {
    padding-bottom: 10px;
  }

  .emergency__copy h2 {
    font-size: 33px;
    line-height: 1.18;
  }

  .emergency__copy p {
    font-size: 12px;
    line-height: 1.65;
  }

  .emergency__visual img {
    width: 86%;
  }

  .form-band {
    padding: 10px 0 12px;
    background: var(--yellow);
  }

  .form-band__inner {
    display: block;
    padding: 12px 10px;
    border-radius: 0;
  }

  .form-band__copy h2 {
    font-size: 24px;
  }

  .form-band__copy p {
    font-size: 11px;
  }

  .loan-form--inline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .loan-form--inline .agree {
    grid-column: auto;
  }


  .footer p {
    font-size: 15px;
    line-height: 1.65;
  }
}
