/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0; }

html {
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #f0ede6;
  background-color: #0a0a0a;
  padding-top: 30px; }

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

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 960px;
    float: none;
    border-width: 0;
    border-style: solid;
    border-color: #222222; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-top: 3px double #222222;
    padding: 30px 30px 0 30px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #f0e040;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #222222; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f0ede6;
    background-color: #111111;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #222222; }
  .menu a:hover {
    background-color: #222222; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #222222;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #222222; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: #0a0a0a;
    background-color: #0a0a0a;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0ede6;
  background-color: #111111;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #222222;
  display: none;
  background-color: #0a0a0a; }
  .menu_control:hover {
    background-color: #222222; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #222222;
  padding: 30px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #f0ede6; }
  #site_title a {
    color: #f0ede6; }
    #site_title a:hover {
      color: #f0e040; }
  #site_title + #site_tagline {
    margin-top: 7px; }

#site_tagline {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 52px; }
  .grt h1 {
    margin-bottom: 30px; }
  .grt .headline {
    color: #f0ede6;
    margin: 0; }
    .grt .headline a {
      color: #f0ede6; }
      .grt .headline a:hover {
        color: #f0e040; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #f0ede6; }
  .grt h2 {
    font-size: 26px;
    line-height: 43px;
    margin-top: 49px;
    margin-bottom: 19px; }
  .grt h3 {
    font-size: 20px;
    line-height: 35px;
    margin-top: 42px;
    margin-bottom: 12px; }
  .grt h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #666666;
    padding-left: 19px;
    border-left: 1px solid #222222; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 38px;
      padding-left: 0;
      border: 0;
      margin-bottom: 19px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #111111;
    padding: 19px 19px 19px 12px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 19px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #111111;
    border: 1px solid #222222; }
  .grt .box {
    background-color: #fefcec;
    border: 1px solid #fcf5bd; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 26px;
    padding-top: 30px;
    border-top: 1px dotted #222222; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #666666; }
  .grt fieldset {
    margin-bottom: 30px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 35px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 78px;
    height: 78px;
    float: right;
    clear: both;
    margin-left: 19px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 26px; }
  .grt .caption {
    margin-top: -19px;
    color: #666666; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #111111;
    padding: 19px;
    border: 1px solid #222222; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 26px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 19px; }
  .grt .drop_cap {
    font-size: 60px;
    line-height: 1em;
    margin-right: 12px;
    float: left; }
  .grt .author_description {
    padding-top: 30px;
    border-top: 1px dotted #222222; }
    .grt .author_description .avatar {
      width: 90px;
      height: 90px;
      float: left;
      margin-right: 19px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 30px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 30px;
    margin-left: 30px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 30px;
    margin-right: 30px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 30px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 30px 30px 0 30px;
  border-top: 1px dotted #222222; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #666666; }
  .byline a {
    color: #666666;
    border-bottom: 1px solid #222222; }
    .byline a:hover {
      color: #f0ede6; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 12px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #666666;
  text-decoration: none;
  margin-bottom: 30px; }
  .num_comments_link:hover {
    background-color: #909090; }

.num_comments {
  font-size: 30px;
  color: #f0ede6; }

.bracket {
  font-size: 30px;
  color: #222222; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #222222; }
  .archive_intro .headline {
    margin-bottom: 30px; }

.prev_next {
  clear: both;
  color: #666666;
  border-top: 1px solid #222222;
  padding: 19px 30px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 60px; }

.comments_intro {
  color: #666666;
  padding: 0 30px;
  margin-bottom: 19px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  margin: 0 30px 30px 30px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #222222;
  margin-bottom: 60px; }

.comment {
  padding: 30px;
  border-bottom: 1px dotted #222222; }
  .comment .comment_head {
    margin-bottom: 19px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 56px;
    height: 56px;
    margin-left: 19px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #666666; }
    .comment .comment_date a {
      color: #666666; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 19px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 26px;
      color: #666666;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 19px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 30px;
    border-bottom: 0;
    border-left: 1px solid #222222;
    margin-top: 30px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #f0e040; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 19px 30px;
  border-style: dotted;
  border-color: #222222; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -60px 0 60px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #f0ede6;
    background-color: #111111;
    padding: 7px;
    border: 1px solid #222222;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: #0a0a0a;
      border-color: #111111; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #f0ede6;
  background-color: #111111;
  padding: 7px;
  border: 1px solid #222222;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: #0a0a0a;
    border-color: #111111; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: #0a0a0a;
  padding: 12px;
  border: 3px double #222222; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #111111;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 30px;
  margin: 60px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 19px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 35px;
    color: #f0ede6;
    padding: 0 30px 19px 30px;
    border-bottom: 1px dotted #222222;
    margin-right: -30px;
    margin-left: -30px; }
  #commentform p {
    margin-bottom: 19px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 26px;
    color: #666666; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0e040;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #111111;
  border: 1px solid #222222; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #666666; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  text-align: right;
  padding: 19px 30px;
  border-top: 3px double #222222; }
  .footer a {
    color: #666666; }
    .footer a:hover {
      color: #f0ede6; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 960px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 960px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 959px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 960px; }

  .header {
    border-top: 1px solid #222222; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #222222; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: #0a0a0a;
    padding: 1em 30px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 30px;
      border-top: 1px solid #222222;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: #0a0a0a;
      padding: 1em 30px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #111111; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 959px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 471px) {
  .menu a,
  .menu_control {
    padding: 1em 19px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 19px;
    padding-left: 19px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 19px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 30px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 19px;
    margin-left: 19px; }

  #commentform .comment_form_title {
    margin-left: -19px;
    margin-right: -19px; }

  .comment_date {
    display: none; } }

.youtube {
  position: relative;
  background-color: black;
  padding-top: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer; }
  .youtube img,
  .youtube iframe,
  .youtube .play,
  .youtube .play:before {
    position: absolute; }
  .youtube img {
    width: 100%;
    top: -16.67%;
    left: 0;
    opacity: 0.7; }
  .youtube.custom-thumb img {
    top: 0; }
  .youtube iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .youtube .play,
  .youtube .play:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .youtube .play {
    width: 90px;
    height: 60px;
    background-color: #ff1616;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px; }
  .youtube .play:before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent white; }

/*
 * ---:[ Custom CSS ]:---
 */
#IQ-Front-Nav {
  background: #0a0a0a;
  max-height: 100px;
  width: 100%;
  border-bottom: 1px solid #222222;
  position: sticky;
  top: 0;
  z-index: 100; }

#IQ-Front-Nav-Content {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 24px 16px 24px; }

.iq-nav {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.iq-logo-badge {
  display: inline-block;
  background: #f0e040;
  color: black !important;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding: 6px 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: opacity 0.15s; }

.iq-logo-badge:hover {
  opacity: 0.85 !important;
  background: #f0e040 !important; }

.iq-nav-links {
  display: flex;
  gap: 24px; }

.iq-nav-links a {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #666666 !important;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.15s; }

.iq-nav-links a:hover {
  color: #f0e040 !important; }

/*
 * Global wrap — controls width on every section
 */
.iq-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 24px; }

/*
 * Hero section
 */
#IQ-Hero {
  background: #0a0a0a;
  width: 100%; }

/*
 * Body baseline
 */
body {
  background: #0a0a0a;
  color: #f0ede6;
  font-family: 'DM Sans', sans-serif; }

/*
 * Google Fonts
 */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;700&family=DM+Mono:wght@400;500&display=swap');
/*
 * Section backgrounds
 */
#IQ-Hero {
  background: #0a0a0a;
  width: 100%; }

#IQ-Test-Box {
  background: #0a0a0a;
  width: 100%; }

#IQ-Results-Box {
  background: #0a0a0a;
  width: 100%; }

#IQ-Footer {
  background: #111111;
  width: 100%;
  border-top: 1px solid #222222; }

/*
 * Hero content
 */
#IQ-Hero {
  text-align: center; }

.iq-badge {
  display: inline-block;
  background: #f0e040;
  color: black;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 6px 14px;
  text-transform: uppercase;
  margin-bottom: 32px; }

.iq-hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 15vw, 160px);
  line-height: 0.9;
  color: #f0ede6;
  margin-bottom: 8px; }

.iq-hero-title span {
  color: #f0e040; }

.iq-hero-sub {
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 48px; }

.iq-stats {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 48px; }

.iq-stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: #f0e040; }

.iq-stat-label {
  font-size: 11px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.iq-start-btn {
  background: #f0e040;
  color: black;
  border: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  padding: 18px 64px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s; }

.iq-start-btn:hover {
  background: #f0e040 !important;
  color: black !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(240, 224, 64, 0.3); }

.iq-disclaimer {
  margin-top: 20px;
  font-size: 11px;
  color: #666666; }

.iq-trust-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  text-align: left; }

.iq-trust-box {
  background: #161616;
  border: 1px solid #222222;
  padding: 20px; }

.iq-trust-icon {
  font-size: 24px;
  margin-bottom: 8px; }

.iq-trust-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #f0ede6;
  margin-bottom: 4px;
  font-weight: 500; }

.iq-trust-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 1.5; }

@media (max-width: 600px) {
  .iq-trust-row {
    grid-template-columns: 1fr; } }

/*
 * Test section
 */
#IQ-Test-Box {
  background: #0a0a0a;
  width: 100%;
  border-top: 1px solid #222222; }

.iq-test-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px; }

.iq-q-counter {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.1em; }

.iq-timer {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #f0e040;
  letter-spacing: 0.05em; }

.iq-progress-bar {
  width: 100%;
  height: 3px;
  background: #222222;
  margin-bottom: 32px; }

.iq-progress-fill {
  height: 100%;
  background: #f0e040;
  transition: width 0.4s ease;
  width: 0%; }

.iq-ad-slot {
  width: 100%;
  background: #161616;
  border: 1px dashed #222222;
  height: 90px;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #444444;
  letter-spacing: 0.1em;
  margin-bottom: 32px; }

.iq-q-category {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #f0e040;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px; }

.iq-q-text {
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 36px;
  color: #f0ede6; }

.iq-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px; }

.iq-option-btn {
  background: #161616;
  border: 1px solid #222222;
  color: #f0ede6;
  padding: 18px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.15s; }

.iq-option-btn:hover {
  border-color: #f0e040;
  background: #1a1a00;
  color: #f0ede6; }

.iq-option-btn.correct {
  border-color: #4ade80 !important;
  background: #0a1f0a !important; }

.iq-option-btn.wrong {
  border-color: #ff4d4d !important;
  background: #1f0a0a !important; }

.iq-opt-letter {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: #f0e040;
  min-width: 24px; }

.iq-next-btn {
  background: transparent;
  border: 1px solid #f0e040;
  color: #f0e040;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 14px 48px;
  cursor: pointer;
  transition: all 0.15s;
  display: none;
  float: right; }

.iq-next-btn:hover {
  background: #f0e040 !important;
  color: black !important; }

.iq-next-btn.visible {
  display: block; }

@keyframes iqSlideIn {
    from {
    opacity: 0;
    transform: translateX(20px); }


    to {
    opacity: 1;
    transform: translateX(0); }
 }
@media (max-width: 480px) {
  .iq-options-grid {
    grid-template-columns: 1fr; } }

/*
 * Results section
 */
#IQ-Results-Box {
  background: #0a0a0a;
  width: 100%;
  border-top: 1px solid #222222;
  display: none; }

#iq-results-inner {
  text-align: center; }

.iq-results-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 24px; }

.iq-results-title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(48px, 10vw, 80px);
  line-height: 1;
  color: #f0ede6;
  margin-bottom: 32px; }

.iq-score-box {
  background: #161616;
  border: 1px solid #222222;
  padding: 40px;
  margin-bottom: 32px; }

.iq-score-label {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 16px; }

.iq-score-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120px;
  line-height: 1;
  color: #f0e040;
  filter: blur(16px);
  user-select: none;
  transition: filter 0.8s ease;
  letter-spacing: -0.02em; }

.iq-score-number.revealed {
  filter: blur(0); }

.iq-score-blur-msg {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  font-style: italic; }

.iq-paywall-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 32px; }

.iq-paywall-text strong {
  color: #f0e040; }

.iq-pay-btn {
  background: #f0e040;
  color: black;
  border: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  padding: 18px 56px;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.15s; }

.iq-pay-btn:hover {
  opacity: 0.9 !important;
  background: #f0e040 !important;
  color: black !important; }

a.iq-pay-btn {
  display: block;
  text-align: center;
  text-decoration: none !important; }

.iq-pay-sub {
  margin-top: 12px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #666666; }

.iq-share-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #222222; }

.iq-share-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 16px; }

.iq-share-btns {
  display: flex;
  gap: 12px;
  justify-content: center; }

.iq-share-btn {
  background: #161616;
  border: 1px solid #222222;
  color: #f0ede6;
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.15s; }

.iq-share-btn:hover {
  border-color: #f0e040 !important;
  color: #f0e040 !important;
  background: #161616 !important; }

/*
 * Modal
 */
.iq-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px; }

.iq-modal-overlay.open {
  display: flex; }

.iq-modal {
  background: #111111;
  border: 1px solid #222222;
  padding: 40px;
  width: 100%;
  max-width: 440px;
  position: relative; }

.iq-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #666666;
  font-size: 28px;
  cursor: pointer;
  line-height: 1; }

.iq-modal-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: #f0ede6;
  margin-bottom: 8px; }

.iq-modal-sub {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.5; }

.iq-modal-sub strong {
  color: #f0e040; }

.iq-form-group {
  margin-bottom: 20px; }

.iq-form-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px; }

.iq-form-input {
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #f0ede6;
  font-family: 'DM Mono', monospace;
  font-size: 15px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.15s; }

.iq-form-input:focus {
  border-color: #f0e040; }

.iq-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

.iq-modal-pay-btn {
  width: 100%;
  background: #f0e040;
  color: black;
  border: none;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding: 16px;
  cursor: pointer;
  margin-top: 24px;
  transition: opacity 0.15s; }

.iq-modal-pay-btn:hover {
  opacity: 0.9 !important;
  background: #f0e040 !important; }

.iq-stripe-note {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #666666;
  text-align: center;
  margin-top: 16px; }

#IQ-Footer {
  background: #111111;
  width: 100%;
  border-top: 1px solid #222222; }

#IQ-Footer .iq-wrap {
  padding: 32px 24px; }

.iq-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px; }

.iq-footer-copy {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #444444;
  letter-spacing: 0.05em; }

.iq-footer-links {
  display: flex;
  gap: 24px; }

.iq-footer-links a {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #444444 !important;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.15s; }

.iq-footer-links a:hover {
  color: #f0e040 !important; }

/*
 * Terms and Conditions
 */
.iq-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 24px;
  color: #f0ede6; }

.iq-legal h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #f0e040;
  letter-spacing: 0.05em;
  margin: 40px 0 12px; }

.iq-legal p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #999999;
  margin-bottom: 16px; }

.iq-legal a {
  color: #f0e040 !important;
  text-decoration: none !important; }

.iq-legal a:hover {
  text-decoration: underline !important; }

.iq-legal-updated {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #444444 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px !important; }

.iq-legal-footer {
  margin-top: 48px !important;
  padding-top: 32px;
  border-top: 1px solid #222222;
  font-style: italic;
  color: #666666 !important; }