/* Tier One Gravity Form Button Override */

.tierone-form input[type="submit"],
.tierone-form .gform_footer input.button,
.tierone-form .gform_footer input[type="submit"] {

    background-color: #7A1C1C !important;
    color: #F5E6C8 !important;
    border: 1px solid #C6A75E !important;
    padding: 14px 28px !important;
    font-family: "Playfair Display", serif !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.tierone-form input[type="submit"]:hover {
    background-color: #5E1414 !important;
    color: #ffffff !important;
    border-color: #D4B46A !important;
}
/* Step 2 – Center and scale founder video */
.t1-step2-video {
  max-width: 880px;
  margin: 18px auto 50px auto;
}

.t1-step2-video__frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(0,0,0,0.28);
  border: 1px solid rgba(212,175,55,0.25);
}

.t1-step2-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* Step 1 – Form spacing polish (scoped to tierone-form only) */
.tierone-form .gform_wrapper{
  margin-top: 10px;
}

.tierone-form .gform_wrapper .gfield{
  margin-bottom: 18px;
}

.tierone-form .gform_wrapper .gform_footer{
  margin-top: 22px;
  padding-top: 0;
}
.t1-card{
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Tier One – File upload buttons (single + multi uploader) */

/* Modern browsers: style the native "Choose File" button */
.tierone-form input[type="file"]::file-selector-button{
  background-color: #7A1C1C !important;
  color: #F5E6C8 !important;
  border: 1px solid #C6A75E !important;
  padding: 10px 18px !important;
  font-family: "Playfair Display", serif !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  margin-right: 12px !important;
}

/* Safari/older Chrome fallback */
.tierone-form input[type="file"]::-webkit-file-upload-button{
  background-color: #7A1C1C !important;
  color: #F5E6C8 !important;
  border: 1px solid #C6A75E !important;
  padding: 10px 18px !important;
  font-family: "Playfair Display", serif !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  margin-right: 12px !important;
}

.tierone-form input[type="file"]::file-selector-button:hover,
.tierone-form input[type="file"]::-webkit-file-upload-button:hover{
  background-color: #5E1414 !important;
  color: #ffffff !important;
  border-color: #D4B46A !important;
}

/* Gravity multi-file uploader: "Select files" button */
.tierone-form .gform_drop_area .gform_button_select_files{
  background-color: #7A1C1C !important;
  color: #F5E6C8 !important;
  border: 1px solid #C6A75E !important;
  padding: 12px 20px !important;
  font-family: "Playfair Display", serif !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

.tierone-form .gform_drop_area .gform_button_select_files:hover{
  background-color: #5E1414 !important;
  color: #ffffff !important;
  border-color: #D4B46A !important;
}

/* Optional: make the drag/drop area feel on-brand */
.tierone-form .gform_drop_area{
  border: 1px dashed rgba(122, 28, 28, 0.35) !important;
  background: rgba(245, 230, 200, 0.18) !important;
  border-radius: 12px !important;
}
/* Tier One – Premium Card Container */
.t1-card{
  max-width: 920px;
  margin: 48px auto;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
}
@media (max-width: 768px){
  .t1-card{
    margin: 28px 16px;
  }
}
/* Tier One – Elementor-style hero module wrapper */
.t1-hero-wrap{
  margin: 36px auto 26px;
  padding: 0 16px;
}
/* Tier One – Hero Card (premium panel) */
.t1-hero-card{
  max-width: 1040px;
  margin: 0 auto;
  background: #F7F2EA;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  border: 1px solid rgba(90, 60, 45, 0.08);
  overflow: hidden;
}

/* Crest band inside the card */
.t1-hero-crest{
  padding: 22px 18px 16px;
  text-align: center;
}

.t1-hero-crest img{
  width: 90px;
  height: auto;
  display: inline-block;
  opacity: .95;
}
/* Hero interior spacing refinement */
.t1-hero-card h1,
.t1-hero-card h2{
  margin-top: 8px;
  margin-bottom: 18px;
  text-align: center;
}

.t1-hero-card p{
  max-width: 640px;
  margin: 0 auto 18px;
  text-align: center;
}

.t1-hero-card > *:last-child{
  margin-bottom: 40px;
}
/* Tier One subtle divider */
.t1-divider{
  border-color: rgba(140, 95, 75, 0.35);
  margin: 26px auto 34px;
}
/* Step 2 – Professional Review background */
.page-id-3555{
  background-color: #F3EEE6;
}
/* Increase hero card interior spacing */
.t1-hero-card{
  padding: 48px 64px;
}

@media (max-width: 768px){
  .t1-hero-card{
    padding: 32px 22px;
  }
}
/* Crest band proportions to match Elementor */
.t1-hero-crest{
  padding: 28px 18px 18px; /* taller band */
}

.t1-hero-crest img{
  width: 110px; /* slightly larger crest */
}
/* Crest band – clean, Elementor-style */
.t1-hero-crest{
  padding: 34px 18px 10px; /* roomy top, tight bottom */
  text-align: center;
}

.t1-hero-crest img{
  width: 110px;
  height: auto;
  display: inline-block;
  opacity: .95;
}
/* Crest band = white strip (like Step 1) */
.t1-hero-crest{
  background: #FFFFFF;
  border-radius: 10px 10px 0 0; /* matches card corners */
  padding: 26px 18px 18px;      /* keeps band elegant */
}

/* Slight separation from cream area below (very subtle) */
.t1-hero-crest{
  box-shadow: inset 0 -1px 0 rgba(90, 60, 45, 0.08);
}
/* Crest band: prevent the image block from creating a big white slab */
.t1-hero-crest{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 18px 14px;  /* reduces band height */
}

.t1-hero-crest img{
  width: 92px !important;   /* closer to Step 1 proportion */
  max-width: 92px !important;
}
/* Crest band elevated card effect */
.t1-hero-crest{
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  margin-bottom: 18px; /* creates breathing space above hero card */
}
/* Step 2 Completed – Video Card */
.t1-video-card{
  background: #F9F8F6;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  margin: 32px auto;
  max-width: 920px;
}

/* Make sure the iframe fills nicely */
.t1-video-card iframe{
  width: 100%;
  border-radius: 10px;
}
.t1-video-card + .wp-block-buttons{
  margin-top: 18px;
}
.page-id-3441{
  background-color: #F9F8F6 !important;
  background-image: none !important;
}
/* Step 2 Completed – layout wrap */
.page-id-3441 .t1-hero-wrap{
  max-width: 980px;
  margin: 46px auto 0;
  padding: 0 16px;
}

/* Crest banner */
.page-id-3441 .t1-crest-card{
  background: #ffffff;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 20px 55px rgba(0,0,0,.15);
  border: 1px solid rgba(90,60,45,.08);
  margin: 0 auto 18px;
}

.page-id-3441 .t1-crest-card img{
  width: 92px;
  height: auto;
}

/* Main content card */
.page-id-3441 .t1-body-card{
  background: #F7F2EA;
  border-radius: 10px;
  padding: 44px 56px;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  border: 1px solid rgba(90,60,45,.08);
}

@media (max-width: 768px){
  .page-id-3441 .t1-body-card{
    padding: 30px 20px;
  }
}
/* Step 2 Completed (page-id-3441) – Crest banner spacing fix */
.page-id-3441 .t1-crest-banner{
  max-width: 1200px;
  margin: 70px auto -22px auto;  /* DOWN from top, and tighter to the panel */
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 30px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
  border: 1px solid rgba(90, 60, 45, 0.10);
  position: relative;
  z-index: 3;
}

.page-id-3441 .t1-crest-banner img{
  width: 110px;
  height: auto;
  display: inline-block;
}

/* Pull the first content block up slightly so it visually “connects” */
.page-id-3441 main{
  position: relative;
  z-index: 1;
}
/* UT – Founding Candidate (page-id-3684) */

/* Outer wrapper */
.page-id-3684 .t1-hero-wrap{
  max-width: 1100px;
  margin: 70px auto 0 auto;
  padding: 0 16px;
}

/* Crest banner card */
.page-id-3684 .t1-crest-banner{
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 30px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
  border: 1px solid rgba(90, 60, 45, 0.10);
  margin: 0 auto 26px auto;
}

/* Crest image sizing */
.page-id-3684 .t1-crest-banner img{
  width: 110px;
  height: auto;
  display: inline-block;
}
/* Wasatch divider */
.page-id-3684 .t1-wasatch-divider{
  border: none !important;
  height: 22px;
  width: 58%;
  margin: 18px auto 22px auto;
  opacity: 0.55;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}
/* UT hero image strip — subtle, premium */
.page-id-3684 .t1-utah-strip img{
  width: 520px;
  max-width: 70%;
  height: 40px;
  object-fit: cover;
  object-position: center;
  
  opacity: 0.28;
  filter: grayscale(100%) contrast(105%);
  margin: 6px auto 10px auto;
  display: block;
}
/* UT Page background canvas */
.page-id-3684 {
  background-color: #F3EFE8;
}