@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box; /* Add this to include padding in element width calculations */
}

body, td, th {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	background-color: #001113;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
}
.header-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(33,37,36,1.00);
    z-index: 100;
    border-bottom: 1px solid rgba(50,50,50,1.00);
}
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 100px;
    z-index: 101;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.logo img {
    float: left;
    margin-top: 7px;
    margin-left: 0px;
    width: 411px;
    max-width: 100%;
    height: auto;
}
nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}
nav ul li a {
    background-color: rgba(255,245,60,1.00);
    color: rgba(0,0,0,1.00);
    margin-top: 6px;
    margin-right: 65px;
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    border-radius: 18px;
    display: inline-block;
}
nav ul li a:hover  {
    background-color: rgba(23,140,222,1.00);
    color: rgba(255,255,255,1.00);
    margin-right: 52px;
}
main {
    width: 100%;
    max-width: 1200px;
    margin: 117px auto 0;
}

#Hero {
    display: flex;                /* Add Flex for inner vertical alignment */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 800px;
    background-image: url(../images/plugin6.png);
    background-size: cover;
    background-position: center;
    background-color: #001113;
    position: relative;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;   /* Scoot text/buttons down as a block */
}

.hero-title {
    color: rgba(255,255,255,1.00);
    font-style: normal;
    font-size: 81px;
    line-height: 71px;
    font-weight: bolder;
    text-align: center;
    margin-top: -422px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px; /* Remove top margin, only space below */
}

.hero-title2 {
    margin-top: 33px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 7px;
    color: rgba(218,187,255,1.00);
    font-weight: bolder;
    font-size: 30px;
    font-style: normal;
}

.hero-title3 {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: rgba(255,255,255,1.00);
    font-weight: normal;
    font-size: 18px;
}
.button {
    background-color: rgba(255,245,60,1.00);
    color: rgba(0,0,0,1.00);
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    border-radius: 18px;
    display: inline-block;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.button:hover {
  background: #fff;
  color: #333;
/*
    padding-left: 25px;
    padding-right: 25px;
*/
}

.button .hover-text { display: none; }
.button:hover .default-text { display: none; }
.button:hover .hover-text { display: inline; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px; /* controls space between button and price */
}

.button2 {
  background-color: rgba(255,245,60,1.00);
  color: rgba(0,0,0,1.00);
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 20px;
  border-radius: 18px;
  display: inline-block;
  /* Remove the margin-right, margin-left, and margin-bottom */
  margin-top: 0;
}
.button2:hover {
  background: #fff;
  color: #333;
}
.button-row {
  display: flex;
  flex-direction: row;
  gap: 18px; /* Space between buttons */
  justify-content: center;
  align-items: center;
  margin-bottom: 8px; /* Add space below the button row if needed */
}

.trial-button {
  background-color: rgba(23,140,222,1.00);
  color: rgba(255,255,255,1.00);
  border: 2px solid rgba(23,140,222,1.00);
  transition: background 0.2s, color 0.2s;
}
.trial-button:hover {
  background: #fff;
  color: #333;
}
.buy-button {
	background-color: rgba(255,245,60,1.00);
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 12px 20px;
	border-radius: 18px;
	display: inline-block;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	border: 2px solid rgba(255,245,60,1.00);
}


.price {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.1em;
  display: inline-block;
}

/*manual*/
.manual-wrap { max-width: 980px; margin: 0 auto; padding: 24px; }
.manual-header { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }
.manual-title { color: rgba(218,187,255,1); font-weight:700; font-size:1.25rem; }
.manual-actions { display:flex; gap:8px; }
.btn { background: rgba(218,187,255,1); color:#000; padding:8px 12px; border-radius:8px; text-decoration:none; font-weight:700; }
.viewer { width:100%; height:72vh; min-height:480px; border:1px solid rgba(218,187,255,0.12); border-radius:8px; overflow:hidden; background:#fff; }
.viewer iframe { width:100%; height:100%; border:0; display:block; }


/* DEMO1 SECTION STYLES */
#demo1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 1850px;
    background-color: rgba(26,29,29,1.00);
    overflow: hidden;
    z-index: 1;
    padding-bottom: 60px;
}

#demo1 > * {
    position: relative;
    z-index: 2;
}
.demo1-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

#demo1 .demo-intro {
  margin: 20px auto 48px;         /* vertical margins, horizontally centered */
  width: min(420px, 90%);         /* fixed-ish column that shrinks on small screens */
  max-width: 420px;               /* ensure it doesn't grow too wide on large screens */
  font-size: 1rem;
  text-align: left;               /* keep text left-justified */
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 25px;
  display: block;                 /* ensures margin:auto works reliably */
}
#demo1 .demo-intro .color-two em {
    font-style: italic;
    font-weight: inherit;
}
#demo1 .spec-indent { 
	display: inline-block; padding-left: 0.6rem; /* adjust: 0.6rem ≈ 9.6px / / or use px: padding-left: 12px; */
}

#demo1 .specs-rect .spec-indent {
  display: inline-block;
  padding-left: 0.6rem; /* adjust indent: e.g., 0.6rem ≈ 9.6px */
}

/* ---- DEMO STEP & CAPTION STYLES ---- */
#demo1 .demo-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
}

/* Scoped spec rectangle (place after existing #demo1 rules) */
#demo1 .specs-rect {
  width: min(420px, 100%);              /* column width, responsive */
  margin: 30px auto 48px;               /* center box horizontally */
  padding: 10px 14px;                   /* inner spacing */
  border: 1px solid rgba(218,187,255,1);/* thin border matching color */
  border-radius: 6px;                   /* subtle rounded corners */
  box-sizing: border-box;
  color: #E3E3E3;           /* text & border color */
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;                     /* keep text left-justified */
  display: block;
}

/* Individual rows inside the box */
#demo1 .specs-rect .spec-item {
  margin: 6px 0;
  font-weight: normal;
}

/* Bold label inside each row */
#demo1 .specs-rect .spec-item strong {
  font-weight: 700;
  margin-right: 6px;
}

#demo1 .demo-caption {
    margin-top: 18px;
    font-size: 33px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 33px;
    text-align: left;
    word-break: break-word;
    font-weight: bolder;
}

#demo1 .color-one {
    color: rgba(218,187,255,1.00);
    font-weight: bold;
}

#demo1 .color-two {
    color: #E3E3E3;
}

#demo1 .caption1 {
    margin-top: 114px;
    margin-left: -397px;
    text-align: left;
}
#demo1 .caption2 {
    margin-top: 95px;
    margin-left: 443px;
    margin-bottom: -114px;
    text-align: left;
}
#demo1 .caption3 {
    margin-top: 62px;
    margin-left: -397px;
    text-align: left;
}
#demo1 .caption4 {
    margin-top: 57px;
    margin-left: 300px;
    text-align: left;
}
#demo1 .desc1 {
    color: #E3E3E3;      /* Or use .color-two for consistency */
    font-size: 1.5rem;
    margin-top: 11px;
    margin-bottom: 30px;  /* Move it more down or up with margin or padding */
    margin-left: -448px;
    text-align: left;
}

#demo1 .desc2 {
    color: #E3E3E3;
    font-size: 1.5rem;
    margin-top: 128px;
    margin-bottom: 20px;  /* Custom positioning as needed */
    margin-left: 398px;
    text-align: left;
}

#demo1 .desc3 {
    color: #E3E3E3;
    font-size: 1.5rem;
    margin-top: 19px;
    margin-bottom: 22px;
    margin-left: -394px;
    text-align: left;
}

#demo1 .desc4 {
    color: #E3E3E3;
    font-size: 1.5rem;
    margin-top: 18px;
    margin-bottom: 25px;  /* Customize individually */
    margin-left: 302px;
    text-align: left;
}
.demo-gif {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 24px auto 0 auto;
}

/* INDIVIDUAL GIF POSITIONING EXAMPLES */
.gif1 {
    margin-top: -266px;
    margin-left: 436px;  /* You could also use position:relative/top/left if needed */
}
.gif2 {
    margin-top: -219px;
    margin-left: 60px;  /* Custom positioning for gif2 */
}
.gif3 {
    margin-top: -262px;
    margin-right: 40px;  /* Custom positioning for gif3 */
}
.gif4 {
    margin-top: -200px;
    margin-left: 59px;  /* Custom positioning for gif4 */
}

.footer-bg {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(33,37,36,1.00);
    z-index: 100;
    border-top: 1px solid rgba(50,50,50,1.00);
}

footer {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 50px;
  z-index: 101;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  height: 100%;
}

.footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 2px;
}

.footer-links a {
  color: #6866FF;
  text-decoration: underline;
}

.footer-link-divider {
  margin: 0 4px;
  color: #888;
}


.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.footer-content1 {
    color: #C9C9C9;
    font-size: 14px;
    line-height: 17px;
}

.footer-content1 a {
    color: #6866FF;
    text-decoration: underline;
}

.footer-content2 {
    color: #C9C9C9;
    font-size: 8px;
    margin-top: 3px;
	left: 50%;
	right: 50%;
	text-align: center;
}

.footer-link-divider {
  margin: 0 4px;
  color: #888;
}

.youtube-link {
    color: #6866FF;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.youtube-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
}

/* --- Add these styles: --- */
.youtube-link-wrapper {
    position: relative;
    display: inline-block;
}

.youtube-thumbnail {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-33%);
    margin-left: 0;
    margin-bottom: 12px; /* space above the link */
    z-index: 10;
    background: #111;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    padding: 4px;
}

.youtube-thumbnail img {
    display: block;
    width: 360px;
    height: auto;
	max-width: 90vw; 
    border-radius: 4px;
}

.youtube-link-wrapper:hover .youtube-thumbnail,
.youtube-link:focus + .youtube-thumbnail {
    display: block;
}

.buy-now-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.privacy-policy {
    color: #fff;
    margin-top: 304px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.privacy-box {
    max-width: 800px;
    height: 800px;
    margin-top: 112px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 0; /* Remove padding from parent */
    background: #f9f9f6;
    color: #222;
    border-radius: 12px;
    overflow: hidden; /* hides scrollbar overflow */
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    font-size: 1rem;
    border: 1px solid #eee;
}

.privacy-content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 32px; /* Padding now goes here */
  box-sizing: border-box;
}
.privacy-content a { color: #0056b3; }
.privacy-content a:visited { color: #444; }
.privacy-content a:hover, .privacy-content a:focus { color: #007fa3; }

.trial-container {
  max-width: 420px;
  margin: 180px auto 0 auto;
  padding: 36px 32px 32px 32px;
  background: rgba(26,29,29,0.95);
  border-radius: 24px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.18);
  text-align: center;
  color: #fff;
}
.trial-container h1 {
  font-size: 2.1rem;
  margin-bottom: 16px;
  color: #ffe36b;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.trial-container p {
  font-size: 1.15rem;
  margin-bottom: 26px;
  line-height: 1.5;
}
.download-btn {
  margin: 12px 0 18px 0;
  font-size: 1.15rem;
  font-weight: bold;
  padding-left: 36px;
  padding-right: 36px;
}
.divider {
  margin: 24px 0 20px 0;
  color: #A5A5A5;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.75;
}
.email-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
.email-form input[type="email"] {
  width: 100%;
  max-width: 310px;
  padding: 12px 16px;
  border: 1.5px solid #6866FF;
  border-radius: 12px;
  font-size: 1rem;
  font-family: inherit;
  margin-bottom: 6px;
  outline: none;
}
.email-form input[type="email"]:focus {
  border-color: #178cde;
  box-shadow: 0 0 0 2px #178cde33;
}
.trial-email-btn {
  background-color: #6866FF;
  color: #fff;
  border: 2px solid #6866FF;
  padding: 12px 24px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 1.05rem;
  transition: background 0.2s, color 0.2s;
}
.trial-email-btn:hover {
  background: #fff;
  color: #6866FF;
}
.note {
  margin-top: 13px;
  font-size: 0.9rem;
  color: #ccc;
  opacity: 0.78;
}
.check-spam-note {
  margin-top: 12px;
  font-size: 1rem;         /* smaller than h1 */
  color: #ccc;             /* lighter color for subtlety */
  opacity: 0.9;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 1000px) {
  /* Header */
  .header-bg,
  header {
    height: 64px;
    padding: 0 8px;
  }
  .logo img {
    width: 250px;
    margin-top: 2px;
  }
  .header-actions .button2 {
    display: none !important;
  }
  .header-actions .price {
    color: rgba(255,245,60,1.00);
  }	
  nav ul {
    gap: 0;
  }
  nav ul li a {
    margin-right: 12px;
    padding: 10px 12px;
    font-size: 14px;
  }
  nav ul li a:hover {
    margin-right: 8px;
  }

  /* Hero */
  #Hero {
    height: 600px;
    background-position: center top;
  }
  .hero-content {
    margin-top: 64px;
  }
  .hero-title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-top: -280px;
    margin-bottom: 10px;
  }
  .hero-title2 {
    font-size: 1.1rem;
    margin-top: 14px;
    margin-bottom: 3px;
  }
  .hero-title3 {
    font-size: 1rem;
    margin-top: 10px;
  }
  .button, .button2 {
    font-size: 1rem;
    padding: 10px 16px;
    border-radius: 14px;
  }
  .button-row {
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.trial-button, .buy-button {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

  /* Main content */
  main {
    max-width: 98vw;
    margin-top: 70px;
    padding: 0 2vw;
  }

  /* DEMO1 Section */
  #demo1 {
    min-height: unset;
    padding-bottom: 30px;
  }
  .demo1-content {
    max-width: 98vw;
    padding: 0 2vw;
  }
  #demo1 .demo-intro {
    font-size: 0.95rem;                /* a little smaller on phones */
    line-height: 1.45rem;              /* comfortable reading line-height */
    width: min(360px, 94%);            /* keep centered column that shrinks */
    max-width: 360px;
    margin: 16px auto 20px;            /* centered horizontally, smaller vertical gaps */
    padding: 0 6px;                    /* prevents text touching edges on very small screens */
    text-align: left;                  /* keep lines left-justified inside the centered box */
  }

  /* make the specs rectangle slightly more compact on phones */
  #demo1 .specs-rect {
    width: 95%;
    max-width: 360px;
    padding: 8px 10px;
    font-size: 0.95rem;
    line-height: 1.45rem;
    margin: 18px auto 24px;
    box-sizing: border-box;
  }

  #demo1 .specs-rect .spec-item {
    margin: 4px 0;                      /* tighten row spacing */
  }
  #demo1 .demo-caption,
  #demo1 .desc1,
  #demo1 .desc2,
  #demo1 .desc3,
  #demo1 .desc4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    font-size: 1.1rem !important;
    line-height: 1.4rem !important;
  }
  #demo1 .demo-caption {
    font-size: 1.3rem !important;
  }
  #demo1 .caption1, #demo1 .caption2, #demo1 .caption3, #demo1 .caption4 {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
  }
  #demo1 .desc1, #demo1 .desc2, #demo1 .desc3, #demo1 .desc4 {
    font-size: .9rem !important;
    line-height: 1.1rem !important;
    margin-top: 10px !important;
    margin-bottom: 18px !important;
  }
  .demo-gif {
    width: 85%;
    margin: 12px auto 0 auto !important;
  }
  .gif1, .gif2, .gif3, .gif4 {
    margin: 0 auto 12px auto !important;
  }
  
    .trial-container {
    max-width: 98vw;
    padding: 18px 4vw 18px 4vw;
    margin-top: 100px;
  }	

  /* Footer */
  .footer-bg {
    display: none;
  }
  footer {
	min-height: unset;
    height: auto;  
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    background: rgba(33,37,36,1.00);
    border-top: 1px solid rgba(50,50,50,1.00);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 4vw 8px 4vw;
    box-sizing: border-box;
    gap: 10px;
  }
  .footer-left,
  .footer-right,
  .footer-center {
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 8px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
  }
  .footer-links {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 4px 0;
  }
  .footer-link-divider {
    color: #888;
    margin: 0 4px;
  }
  .footer-content2 {
    font-size: 8px;
    color: #C9C9C9;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-content1 {
    font-size: 12px;
    line-height: 15px;
    color: #C9C9C9;
  }
  .footer-content1 a {
    color: #6866FF;
    text-decoration: underline;
  }
  .youtube-link {
    font-size: .9rem;
    gap: 6px;
  }
  .youtube-icon {
    width: 22px;
    height: 22px;
  }
  .youtube-thumbnail {
    left: 50%;
    bottom: 110%;
    transform: translateX(-50%);
    margin-bottom: 6px;
    padding: 2px;
  }
  .youtube-thumbnail img {
    width: 120px;
    max-width: 80vw;
  }
	
  .button,
	.button2,
	.trial-button,
	.buy-button,
	.download-btn {
  font-size: 0.92rem;
  padding: 8px 10px;
  border-radius: 10px;
  max-width: 220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}	
}
@media (max-width: 600px) {
  .button,
  .button2,
  .trial-button,
  .buy-button,
  .download-btn {
    font-size: 0.85rem;
    padding: 7px 6px;
    border-radius: 9px;
    max-width: 150px;
  }
}
