body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.shiba-hero {
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
  background: linear-gradient(90deg, #f3914b, #df4c39);
  overflow: hidden;
}

.shiba-hero.store-icons {
  max-height: 10vh !important;
  min-height: 10vh;
  background: #fff;  
  padding: 62px 0px;
  margin-bottom: 65px;
}
/* Steeper angled shapes */
.bottom-angle {  
  position: absolute;
  bottom: -108px;
  width: 100%;
  height: 285px;
  background: #fff;
  z-index: 0;
}

.left-angle {
  left: -50px;
  transform: skewY(12deg);
}

.right-angle {  right: 0px;
  transform: skewY(-6deg);
}

/* White frame */
.left-frame {
  width: 48%;
  border: 14px solid #fff;
  border-radius: 25px;
  padding: 72px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  max-width: 520px;
}

/* Left text */
.left {
  color: #fff;
}

.top-text {
  font-size: 32px;
  font-family: 'Pacifico', cursive;
}

.main-title {
  font-size: 62px;
  font-weight: 800;
  margin: 10px 0 30px;
}

.left p {
  font-size: 17px;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 20px;
}

.cta-btn {
  background: #b7362a;
  border: 4px solid orange;
  color: #fff;
  padding: 16px 30px;
  font-size: 20px;
  border-radius: 14px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(40, 40, 40, 0.9);

}

/* Right section */
.right {
  width: 40%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.store-icons .right {
  width: 100% !important;
}
.phone-img {
  width: 350px;
}

.store-row {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.store-row img {
  width: 240px;
}

/* -------------------------------
   RESPONSIVE DESIGN
-------------------------------- */

/* Tablets */
@media (max-width: 992px) {
  .shiba-hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }

  .left-frame {
    width: 90%;
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 48px;
  }

  .phone-img {
    width: 280px;
  }

  .store-row img {
    width: 150px;
  }

  .bottom-angle {
    width: 90%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .left-frame {
    width: 100%;
    padding: 25px;
  }

  .top-text {
    font-size: 24px;
  }

  .main-title {
    font-size: 38px;
  }

  .left p {
    font-size: 15px;
  }

  .cta-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 18px;
  }

  .right {
    width: 100%;
  }

  .phone-img {
    width: 240px;
  }

  .store-row img {
    width: 130px;
  }

  .bottom-angle {
    height: 140px;
    width: 120%;
    bottom: -70px;
  }
}




.launch-section {
  width: 100%;
  background: #373e47;
  padding: 14px 40px;
  position: relative;
  color: #fff;
}

.launch-inner {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.launch-title {
  font-size: 48px;
  font-family: 'Pacifico', cursive;
  margin-bottom: 30px;
  color:#fff;
}

.countdown {
  gap: 0px;
}
.digit{
  padding: 10px !important;
  background: #fff;
  color: #2c2c2c;
}
.colon{
  margin: 0;
}

.right-side {
  text-align: center;
  max-width: 550px;
}

.join-text {
  font-size: 36px;
  line-height: 1.4;
  color: #fff !important;
}

.join-text strong {
  font-size: 46px;
  font-weight: 900;
}

.sub-text {
  margin-top: 15px;
  opacity: 0.8;
  color: #fff !important;
}

.bottom-notch {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 30px;
  background: #373e47;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .launch-inner {
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .launch-title {
    font-size: 40px;
    margin-bottom: 0;
  }
  .countdown{
    padding: 0;
  }
  .join-text {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .launch-title {
    font-size: 32px;
  }

  .time-box span {
    font-size: 32px;
  }

  .join-text {
    font-size: 26px;
  }

  .join-text strong {
    font-size: 32px;
  }
}

.register-section {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.register-container {
  max-width: 1150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thinking .register-btn{
  min-height: 58px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.48)
}

/* LEFT IMAGE */
.shiba-img img {
  width: 530px;
}

/* FORM CARD */
.form-card {
  width: 490px;
  padding: 70px 64px;
  border-radius: 25px;
  background: linear-gradient(180deg, #ff8c45, #dc4036);
  color: #fff;
}

.form-card h2 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 900;
  font-size: 35px;
}

/* Input Styles */
.form-card input,
.form-card select {
  width: 100%;
  padding: 13px 16px;
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
}

.input-icon {
  position: relative;
}

.input-icon img {
  position: absolute;
  width: 22px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.input-icon input {
  padding-left: 45px;
}

/* Two inputs side-by-side */
.input-row {
  display: flex;
  gap: 10px;
}

.input-row select,
.input-row input {
  flex: 1;
}

/* Submit Button */
.btn-submit {
  width: 100%;
  padding: 14px 0;
  border-radius: 13px;
  background: none;
  border: 2px solid #ffe0b2;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: #b7362a;
  border: 4px solid orange;
}

.btn-submit:hover {
  background: rgba(255,255,255,0.18);
}

/* Note text */
.form-note {
  font-size: 12px;
  text-align: center;
  opacity: 0.9;
  margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .register-container {
    flex-direction: column;
    gap: 40px;
  }

  .shiba-img img {
    width: 330px;
  }
}


.why-section {
  width: 100%;
  padding: 0px 20px;
  text-align: center;
}

/* Titles */
.handwritten {
  font-family: 'Pacifico', cursive;
  font-size: 40px; 
  margin-bottom: 10px;
}

.main-title {
  font-size: 72px;
  font-weight: 800;
  margin: 0;
  /*color: #2c2c2c;*/
}

.desc {
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
  color: #444;
  margin-bottom: 60px;
}

/* Phones container */
.phones-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.phones-box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  padding: 40px 30px;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
}

/* Phones */
.phone-img {
  width: 310px;
  height: auto;
}

.center-phone {
  width: 260px; 
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .main-title {
    font-size: 46px;
  }

  .desc {    
    font-size: 15px;
  }

  .phones-box {
    flex-direction: column;
    align-items: center;
  }

  .phone-img,
  .center-phone {
    width: 260px;
  }
}

.app-section {
  max-width: 1300px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* HEADINGS */
.handwritten {
  font-family: "Pacifico", cursive;
  font-size: 38px;
  margin-bottom: 10px;
}

.big-title {
  font-size: 72px;
  font-weight: 800;
  margin: 0;
  color: #2c2c2c;
}

.subtitle {
  font-style: italic;
  color: #707070;
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.6;
}

/* GRID LAYOUT */
.app-features-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 450px 1fr;
  gap: 30px;
  align-items: start;
}

/* PHONE */
.phone-center img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: auto;
}

/* FEATURE BOXES */
.feature {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  text-align: left;
}

.feature .icon {
  width: 24px;
  height: 24px;
  background: #f7a623;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.feature h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 5px;
}

.feature p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  max-width: 320px;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .app-features-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature {
    justify-content: center;
    text-align: left;
  }

  .phone-center img {
    max-width: 320px;
  }
}

@media (max-width: 600px) {
  .big-title {
    font-size: 45px;
  }

  .handwritten {
    font-size: 28px;
  }

  .subtitle {
    font-size: 15px;
  }
}

#video-widget-1759799736602 {
  width: 100% !important;   /* increase this number */
  max-width: 100% !important;
  margin: 0 auto;
}

/* Force internal Simvoly ratio container to match */
#video-widget-1759799736602 .widget-preserving-ratio-outer {
  width: 100% !important;
  height: auto !important;
}

/* Video must stretch to fill the wrapper */
#video-widget-1759799736602 .full-size video,
#video-widget-1759799736602 .plyr__video-wrapper,
#video-widget-1759799736602 .plyr {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}


.features-left,.features-right{
  margin-top:80px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;800&family=Pacifico&display=swap');

.opportunity-section {
  width: 100%;
  background: linear-gradient(135deg, #ee6f47 0%, #f08532 50%, #de4b2f 100%);
  padding: 48px 20px 90px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.opportunity-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* white framed card */
.op-frame {
  width: 100%;
  border: 14px solid #fff; 
  box-sizing: border-box;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  padding: 72px 40px; 
  position: relative;
  z-index: 2;
  max-width: 705px;
}

/* small rule and intro text */
.op-rule {
  width: 260px;
  height: 2px;
  background: rgba(255,210,120,0.95);
  margin: 0 auto 18px;
  border-radius: 2px;
}
.op-desc {
/*  font-weight:300;
  font-size:33px;
  color: rgba(255,255,255,0.96);
  max-width:780px;
  line-height:1.6;*/
  margin: 6px auto 34px;
  line-height: 1.7;
  font-size: 15px;
}

/* bottom row: countdown + CTA aligned center */
.op-bottom-row {
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 48px;
  flex-wrap:nowrap;
}

/* countdown */
.op-countdown {
  display:flex;
  align-items:flex-end;
  gap: 18px;
}

/* colon separators */
.op-countdown .colon {
  font-size:46px;
  font-weight:800;
  color: rgba(255,255,255,0.95);
  line-height:1;
  margin-bottom:45px;
}

@media (max-width: 980px) {
  /* make the framed card a bit taller/roomier on mobile */
  .op-frame {
    padding: 40px 28px 56px;   /* reduce padding so content fits */
  }

  /* allow countdown + CTA to wrap and remain centered */
  .op-bottom-row {
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
  }

  /* reduce gap between group units */
  .op-countdown {
    gap: 10px;
    align-items: center;
  }

  /* smaller boxes for mobile */
  .box {
    width: 52px;
    height: 58px;
    font-size: 30px;
  }

  /* smaller colon */
  .op-countdown .colon {
    font-size: 34px;
    margin-bottom: 6px;
  }

  /* bring label spacing in */
  .label {
    margin-top: 6px;
    font-size: 12px;
  }

  .op-cta {
    font-size: 20px;
    padding: 12px 36px;
  }

  .count-unit { margin-bottom: 6px; }
}

@media (max-width: 480px) { 
  .box {
    width: 44px;
    height: 48px;
    font-size: 24px;
  }

  .op-countdown .colon { display: none; }  

  .op-countdown {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }

  .label { font-size: 11px; }

  .cta-column {
    width: 100%;
    display:flex;
    justify-content:center;
    margin-top: 6px;
  }
  .op-cta { width: 82%; max-width: 360px; }

  .op-frame { padding: 28px 18px 40px; border-width: 12px; }
  .register-section .form-card{
    width: 100%;    
    padding: 36px 20px;
  }
  .register-section {
    padding: 43px 0px 0px;
  }
  .why-section .video-responsive{
    width: 90%;
    margin: 54px auto;    
    padding: 93px;
  }
}

@media (max-width: 360px) {
  .op-countdown {
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .op-countdown::-webkit-scrollbar { height: 6px; }
  .op-countdown::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.12); border-radius: 4px; }
}

.count-unit {
  display:flex;
  flex-direction:column;
  align-items:center;
} 
.boxes { display:flex; gap:10px; align-items:center; }

.box {
  width:68px;
  height:76px;
  background:#fff;
  color:#222;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 10px 0 rgba(0,0,0,0.06);
  font-weight:800;
  font-size:42px;
  font-family: 'Montserrat', sans-serif;
}

.label { margin-top:10px; font-size:14px; font-weight:700; color: rgba(255,255,255,0.95); }

.cta-column {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 20px;
}

.op-cta {
  display:inline-flex;
  align-items:center;
  gap: 18px;
  background: linear-gradient(180deg,#ffb86b,#f79b3b);
  color:#fff;
  font-family: "Pacifico", cursive;
  font-size:30px;
  padding: 18px 64px;
  border-radius: 30px;
  border:none;
  box-shadow: 0 20px 32px rgba(0,0,0,0.18);
  cursor:pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.op-cta .check {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  background: rgba(255,255,255,0.22);
  border-radius:50%;
  font-weight:700;
  font-size:20px;
}

.op-small-title {
  font-family: 'Pacifico', cursive;
  font-size: 58px;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  letter-spacing: 1px;
}

.op-main-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 88px;
  font-weight: 800;
  margin: 25px 0 10px;
  color: #ffffff;
}

.op-cta:hover { transform: translateY(-6px); box-shadow: 0 26px 44px rgba(0,0,0,0.25); }

@media (max-width: 980px) {
  .op-frame { padding: 42px 28px 56px; }
  .box { width:58px; height:64px; font-size:36px; }
  .op-bottom-row { flex-wrap:wrap; gap:24px; }
  .op-countdown { gap:12px; }
}
@media (max-width: 600px) {
  .op-cta { font-size:22px; padding:14px 40px; }
  .op-countdown .colon { display:none; } /* small screens: hide colons */
}

@media (max-width: 480px) { 

  .op-main-title{
    font-size: 45px;
  }
  .op-small-title{    
    font-size: 24px;
  }
  .op-frame{
    padding: 42px 3px 56px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;800&family=Pacifico&display=swap');

.faq-section { max-width: 100%; background: #eaeaea; padding: 72px 18px 110px; font-family: 'Montserrat', sans-serif; color:#333; margin: 0px auto; }
.faq-inner { max-width:1200px; margin:0 auto; }
.faq-head { text-align:center; margin-bottom:44px; }
.faq-small { font-family:'Pacifico', cursive; font-size:36px; color:#555; margin:0 0 6px; }
.faq-title { font-size:86px; font-weight:800; margin:0; line-height:0.95; color:#333; }

/* grid columns */
.faq-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px 44px; align-items:start; }
.faq-col { display:flex; flex-direction:column; gap:18px; }

/* clickable header row */
.faq-item { background:transparent; }
.faq-btn {
  width:100%;
  display:flex; align-items:center; gap:18px;
  padding:18px 26px;
  background:#fff;
  border-radius:6px;
  border:1px solid rgba(0,0,0,0.04);
  box-shadow: 0 22px 40px rgba(0,0,0,0.04);
  cursor:pointer; text-align:left; outline:none;
  transition: box-shadow .18s ease, transform .12s ease;
  font-size: 20px;
}

.faq-icon {
  width:34px; height:34px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:50%;
  color:#444; font-weight:700; font-size:20px;
  background:transparent; border:1px solid rgba(0,0,0,0.06);
  flex-shrink:0;
}

.faq-question { font-size:17px; font-weight:500; color:#444; flex:1; }

.faq-btn:hover { box-shadow: 0 26px 50px rgba(0,0,0,0.06); transform: translateY(-2px); }
.faq-btn[aria-expanded="true"] { box-shadow: 0 30px 60px rgba(0,0,0,0.08); transform: translateY(-2px); }
.faq-btn[aria-expanded="true"] .faq-icon { transform: rotate(45deg); transition: transform .18s ease; }

.faq-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 360ms cubic-bezier(.2,.9,.2,1), opacity 260ms ease, padding 260ms ease;
  padding: 0 26px;
  border-left: none;
  color: #060606;
  background-color: white;
}

.faq-panel.open {
  opacity: 1;
  padding: 14px 26px 18px 26px;
}

.faq-panel p { margin:0; font-size:15px; line-height:1.7; }

@media (max-width: 992px) {
  .faq-title { font-size:52px; }
}
@media (max-width: 768px) {
  .faq-grid { grid-template-columns: 1fr; gap:20px; }
  .faq-title { font-size:40px; }
  .faq-btn { padding:14px 18px; }
  .faq-panel { padding:0 18px; }
}




.error-text {
  color: #fff;
  font-size: 15px;
  margin-top: -9px;
  display: block;
  margin-left: -15px;
  margin-bottom: 10px;
}
