/*--------------------------------------------------------------
# Self-hosted Outfit (SIL Open Font License 1.1)
#
# Was a render-blocking request to fonts.googleapis.com, which then chained a second
# DNS+TLS handshake to fonts.gstatic.com for the font file itself - ~750 ms on Lighthouse's
# throttled mobile profile. Serving both from our own origin removes two third-party
# handshakes from the critical path. Browsers partition the HTTP cache per-site now, so a
# shared font CDN no longer buys any cross-site cache reuse either.
#
# Google serves ONE variable woff2 per unicode range covering the whole 100-900 weight
# axis, so "four weights" is really two files. font-weight: 100 900 declares that range.
--------------------------------------------------------------*/
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./assets/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./assets/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------- */

@charset "UTF-8";
/* Variables */

:root {
  --primary: #0389ff;
  --text-secundary: #6f707b;
  /* --text-secundary: #6b7c94; */
  --text-primary: #151515;
}

/*!
Theme URI: http://underscores.me/
Description: Description
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Elements
--------------------------------------------- */

body {
  background: linear-gradient(117deg, #ffffff 0%, #eff2fa 100%);
  font-size: 16px;
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  color: var(--text-primary);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

◊ hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

/* <picture> exists only to negotiate an image format - it must stay invisible to
   layout, or wrapping an <img> in one would break rules written against that <img>
   (e.g. .try-img's `margin: 0 auto` centering, or the flex centering inside
   .result-scale__box). display:contents makes the <img> the direct child again. */
picture {
  display: contents;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #151515;
}

a:visited {
  color: #151515;
}

a:hover,
a:focus,
a:active {
  color: #151515;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

h1.display-xl {
  font-size: 64px;
  line-height: 72px;
}

h1 {
  font-size: 48px;
  line-height: 62px;
}

h2 {
  font-size: 38px;
  line-height: 50px;
}

h3 {
  font-size: 32px;
  line-height: 41px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
}

.text-lg {
  font-size: 20px;
  line-height: 28px;
}

.text-md,
.section-subhead {
  font-size: 16px;
  line-height: 20px;
}

.text-sm {
  font-size: 14px;
  line-height: 18px;
}

.is-bold {
  font-weight: 700;
}

.is-semibold,
.section-subhead {
  font-weight: 600;
}

.is-regular {
  font-weight: 400;
}

.is-italic {
  font-style: italic;
}

.is-uppercase {
  text-transform: uppercase;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

.section-subhead {
  color: #6b7c94;
}

.is-dark-2 {
  color: #6b7c94;
}

.is-dark-1 {
  color: #151515;
}

.text-primary {
  color: var(--primary);
}

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #151515;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

a.btn,
.btn {
  display: inline-block;
  background-color: #151515;
  color: #151515;
  border-radius: 4px;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
  width: 1250px;
  max-width: 95%;
  margin: 0 auto;
  padding: 0;
}

.container-wide {
  width: 1800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 64px;
}

/*-----------------------------------*\

  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="col col--1-of-2">
      A half-width column.
    </div>
    <div class="col col--1-of-4 col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>


  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*-----------------------------------*/
.row {
  list-style: none;
  margin-left: -30px;
}

.col--12-of-12 {
  width: 100%;
}

.col--6-of-12 {
  width: 50%;
}

.col--4-of-12 {
  width: 33.33333%;
}

.col--8-of-12 {
  width: 66.66667%;
}

.col--3-of-12 {
  width: 25%;
}

.col--9-of-12 {
  width: 75%;
}

.col--1-of-12 {
  width: 8.33333%;
}

.col--2-of-12 {
  width: 16.66667%;
}

.col--5-of-12 {
  width: 41.66667%;
}

.col--7-of-12 {
  width: 58.33333%;
}

.col--10-of-12 {
  width: 83.33333%;
}

.col--11-of-12 {
  width: 91.66667%;
}

.col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
}

@media (max-width: 700px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}

@media (max-width: 700px) and (min-width: 480px) {
  .col[class*="col--m-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .col.col--m-1-of-2,
  .col.col--m-2-of-4 {
    width: 50%;
  }
  .col.col--m-1-of-3 {
    width: 33.33333%;
  }
  .col.col--m-2-of-3 {
    width: 66.66667%;
  }
  .col.col--m-1-of-4 {
    width: 25%;
  }
  .col.col--m-3-of-4 {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .col[class*="col--s-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .col.col--s-1-of-2,
  .col.col--s-2-of-4 {
    width: 50%;
  }
  .col.col--s-1-of-3 {
    width: 33.33333%;
  }
  .col.col--s-2-of-3 {
    width: 66.66667%;
  }
  .col.col--s-1-of-4 {
    width: 25%;
  }
  .col.col--s-3-of-4 {
    width: 75%;
  }
}

.col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col--d-first {
  float: left;
}

.col--d-last {
  float: right;
}

.row--no-gutter {
  margin-left: 0;
  width: 100%;
}

.row--no-gutter .col {
  padding-left: 0;
}

.row--no-gutter .col--span-all {
  margin-left: 0;
  width: 100%;
}

.col--ab {
  vertical-align: bottom;
}

.col--am {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.button {
  display: inline-block;
  background: #418cfb;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 0px 24px;
  display: inline-block;
  cursor: pointer;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
  height: 42px;
}

.button.is-block {
  display: block;
  width: 100%;
}

.button.secundary {
  background-color: #6b7c94;
}

/* Hide beta badge, page title, news card, drop area and URL input when credits-exhausted card is visible */
#main-box-id:has(#loading-box-credits-exhausted.is-visible) .beta-box,
#main-box-id:has(#loading-box-credits-exhausted.is-visible) .box-title,
#main-box-id:has(#loading-box-credits-exhausted.is-visible) .news-card-link,
#main-box-id:has(#loading-box-credits-exhausted.is-visible) #drop-area,
#main-box-id:has(#loading-box-credits-exhausted.is-visible) #paste-url-input {
  display: none;
}

/* Credits exhausted card */
.credits-exhausted-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 28px 32px;
  width: 100%;
  max-width: 420px;
  text-align: center;
  box-sizing: border-box;
}

.credits-exhausted-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff3e8;
  color: #e8820c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.credits-exhausted-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2333;
  margin: 0 0 8px;
  line-height: 1.3;
}

.credits-exhausted-sub {
  font-size: 14px;
  color: #6b7c94;
  margin: 0 0 22px;
  line-height: 1.6;
}

.credits-exhausted-perks {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.credits-exhausted-perks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #3d4f63;
  line-height: 1.5;
}

.credits-exhausted-perks li svg {
  flex-shrink: 0;
  color: #418cfb;
  margin-top: 1px;
}

.credits-exhausted-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.credits-btn-primary {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #418cfb;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff !important;
  padding: 0 24px;
  cursor: pointer;
  line-height: 44px;
  text-align: center;
  letter-spacing: 1px;
  height: 44px;
  transition: background 0.15s ease;
}

.credits-btn-primary:hover {
  background: #2d7ae8;
  color: #ffffff;
}
}

.credits-btn-secondary {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 1.5px solid #d0d8e4;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #6b7c94;
  padding: 0 24px;
  cursor: pointer;
  line-height: 41px;
  text-align: center;
  letter-spacing: 1px;
  height: 44px;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.credits-btn-secondary:hover {
  border-color: #418cfb;
  color: #418cfb;
}

/*--------------------------------------------------------------
# Section
--------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin-top: 16px;
}

.header a {
  text-decoration: none;
}

.header .navigation a {
  margin-left: 32px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.header-actions {
  display: none;
  align-items: center;
}

.nav-signin-link {
  margin-left: 32px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

/* Mobile-only copy hidden on desktop */
.nav-signin-mobile {
  display: none;
}

@media (max-width: 768px) {
  .navigation {
    flex-direction: column; /* TODO: REMOVE WHEN SMARTER SOLUTION IS FOUND */
    display: flex; /* TODO: REMOVE WHEN SMARTER SOLUTION IS FOUND */
  }
}

.footer {
  margin: 80px auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .footer {
    margin: 32px auto;
  }
}

.footer p {
  margin: 0 16px;
}

.footer p:first-child {
  margin: 0;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p,
.footer a {
  margin-bottom: 16px;
  color: #6b7c94;
}

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
  .footer p,
  .footer a {
    margin-bottom: 8px;
  }
}

.main-box-wrap {
  position: relative;
  min-height: 560px;
}
.main-box-wrap .img-main-box-blur {
  position: absolute;
  top: 70%;
  left: 60%;
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
}
.try-img {
  max-width: 200px;
  margin: 0 auto 8px;
  display: block;
}
.main-box {
  max-width: 550px;
  background: #fff;
  padding: 32px;
  border-radius: 34px;
  box-shadow: 0px 25px 40px -15px rgba(149, 164, 187, 0.5);
  position: relative;
  margin: 0 0 0 auto;
  min-height: 25rem;
}

@media (max-width: 768px) {
  .main-box {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .main-box {
    padding: 16px;
  }
}

.main-box .box-title {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0;
}

/* Blog post news card */
.news-card-link {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
}

.news-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #166534;
  transition: background 0.15s, border-color 0.15s;
}

.news-card:hover {
  background: #dcfce7;
  border-color: #86efac;
}

.news-card-badge {
  flex-shrink: 0;
  background: #16a34a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 20px;
}

.news-card-text {
  flex: 1;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}

.news-card:hover .news-card-text {
  text-decoration-style: solid;
}

.news-card-arrow {
  flex-shrink: 0;
  opacity: 0.6;
  font-size: 15px;
}

.main-box .or {
  background: #6b7c94;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 200px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  margin-top: -36px;
  /* box-shadow: 0px 2px 20px 0px #6b7c94cc; */
}

.form-url {
  border-radius: 100px;
  border: 1px solid #cddbef;
  padding: 4px;
  min-height: 42px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.form-url .input-url {
  background: none;
  border: none;
  padding: 0 16px;
  flex: 1;
  border-radius: 100px 0 0 100px;
  outline: none;
}

@media (max-width: 480px) {
  .form-url .input-url {
    padding-right: 0;
    font-size: 12px;
  }
}

.form-url .input-url-button {
  background: #418cfb;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 480px) {
  .form-url .input-url-button {
    padding: 10px 10px;
  }
}

.results {
  margin: 32px auto;
  display: flex;
  align-items: center;
}

.results .result-img {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.results .result-right {
  flex: 1;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin-left: 5px;
}

.results .result-right p {
  margin: 0;
}

.results .result-right .symbol {
  font-size: 40px;
}

.results .result-right .result-text {
  display: none;
}

.results .result-right .result-text.is-showing {
  display: block;
}

.results-wrap {
  display: none;
}

.results-wrap.is-showing {
  display: block;
}

@media (max-width: 768px) {
  .results {
    flex-direction: column;
  }
  .results .result-img {
    margin-bottom: 32px;
  }
}

@media (max-width: 700px) {
  .results-wrap .row .col:first-child .button {
    margin-bottom: 16px;
  }
}

.loader-lines,
.loader-lines:before,
.loader-lines:after {
  background: white;
  -webkit-animation: load1 1.5s infinite ease-in-out;
  animation: load1 1.5s infinite ease-in-out;
  width: 3px;
  height: 20px;
}

.loader-lines {
  color: white;
  margin: 88px auto;
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-lines:before,
.loader-lines:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader-lines:before {
  left: -6px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-lines:after {
  left: 6px;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 8px;
  }
  40% {
    box-shadow: 0 -8px;
    height: 20px;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 8px;
  }
  40% {
    box-shadow: 0 -8px;
    height: 20px;
  }
}

.loader-spin,
.loader-spin:after {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.loader-spin {
  margin: 60px auto;
  position: relative;
  border-top: 4px solid rgba(65, 140, 251, 0.2);
  border-right: 4px solid rgba(65, 140, 251, 0.2);
  border-bottom: 4px solid rgba(65, 140, 251, 0.2);
  border-left: 4px solid #418cfb;
  transform: translateZ(0);
  -webkit-animation: load8 2s infinite linear;
  animation: load8 2s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-box {
  background: #fbfcff;
  border-radius: 24px;
  text-align: center;
  min-height: 230px;
  margin-bottom: 32px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-box.is-visible {
  display: flex;
}

.loading-box .loaders-wrap {
  position: relative;
}

.loading-box .loaders-wrap .line-loader-wrap {
  height: 56px;
  width: 56px;
  border-radius: 200px;
  background: #418cfb;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-box .loaders-wrap .loader-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.loading-box .caption,
.loading-box .drop-area .caption-small,
.drop-area .loading-box .caption-small {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
}

.status-wrap .error,
.status-wrap .warning,
.status-wrap .success {
  min-height: 230px;
  margin-bottom: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.status-wrap .error .status-text,
.status-wrap .warning .status-text,
.status-wrap .success .status-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.status-wrap .error {
  color: #fb4c41;
}

.status-wrap .warning {
  color: #fb9a41;
}

.status-wrap .success {
  color: #00be76;
}

.beta-box {
  margin-bottom: 10px;
}

/* Hide the logo by default */
.logo-box {
  display: none;
}

@media screen and (min-width: 768px) {
  .logo-box {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 80px;  /* Optional: prevents logo from getting too large */
  min-width: 40px;  /* Optional: prevents logo from getting too small */
  }
}

@media screen and (min-width: 768px) {
  .logo-box.is-visible {
    display: flex;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
#fileElem {
  display: none;
}

.drop-area {
  width: 100%;
  min-height: 230px;
  border: 2px dashed #cddbef;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  text-align: center;
}

.drop-area.is-hidden {
  display: none;
}

.drop-area.highlight {
  border-color: #80a3d6;
  background: #fbfcff;
}

.drop-area .add-img-icon {
  margin-bottom: 24px;
}

.drop-area .caption,
.drop-area .caption-small {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.drop-area .caption label,
.drop-area .caption-small label {
  cursor: pointer;
  color: #418cfb;
}

.drop-area .caption-small {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7c94;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.background-details {
  height: 100%;
}

.texture {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /* 128x128 tileable grain (~10 KB). Replaces the old 1,440x1,440 / 1,001 KB
     noise-texture.png, which was the single heaviest asset on the page. */
  background-image: url(./assets/img/noise-texture-tile.png);
  background-repeat: repeat;
  background-size: 128px 128px;
}

.blur {
  position: fixed;
  z-index: -2;
}

.blur.top-left {
  top: 0;
  left: 0;
}

.blur.bottom-right {
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Result Scale - 05.09.2024
--------------------------------------------------------------*/

.container-result-scale {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  justify-content: center;
  align-items: center;
}

.container-result-scale .result-scale__box {
  width: 56px;
  height: 56px;
  background-color: green;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.container-result-scale .result-scale__box img {
  display: none;
  width: 56px;
}
.container-result-scale .result-scale__box .result-arrow {
  display: none;
}
.container-result-scale .result-scale__box.is-active .result-arrow {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
}

.container-result-scale .result-scale__box:nth-child(1) {
  background: #ff6961;
  border-radius: 4px 0 0 4px;
}
.container-result-scale .result-scale__box:nth-child(2) {
  background: #ff8c47;
}
.container-result-scale .result-scale__box:nth-child(3) {
  background: #ffb347;
}
.container-result-scale .result-scale__box:nth-child(4) {
  background: #bddd77;
}
.container-result-scale .result-scale__box:nth-child(5) {
  background: #77dd77;
  border-radius: 0 4px 4px 0;
}

.container-result-scale .result-scale__box.is-active {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.container-result-scale .result-scale__box.is-active img {
  display: block;
}

/*--------------------------------------------------------------
# Landing Page - 25.09.2024
--------------------------------------------------------------*/

.header {
}
.header a.logo {
  display: block;
  width: 150px;
}
.header a.logo img {
}

.subtitle {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-secundary);
  line-height: 140%;
}
.subtitle.is-centered {
  text-align: center;
}
.subtitle .accent {
  color: var(--text-primary);
  font-weight: 600;
}

.section-hero {
  margin-top: 50px;
}
.section-hero .hero-title {
  font-size: 64px;
  font-weight: bold;
}
.section-hero .hero-subtitle {
  margin: 64px 0;
}

.section-hero .hero-features {
}
.section-hero .hero-features .feature-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.section-hero .hero-features .feature-description {
}

.lp-section {
  margin: 250px auto;
}
.lp-section-headig-wrap {
  max-width: 700px;
  margin: 0 auto 100px;
}

.section-title {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.section-title.is-center {
  text-align: center;
}

.steps-row {
}
.steps-row .lp-step {
  text-align: center;
}
.steps-row .step-img {
  box-shadow: 3px 8px 30px 0px rgba(149, 164, 187, 0.35);
  border-radius: 16px;
}
.steps-row .step-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 32px 0 16px;
}
.steps-row .step-desc {
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.order-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.feature-item .feature-item-heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.feature-item .feature-item-img {
  border-radius: 16px;
}
.feature-item .feature-item-desc {
}

.section-faq {
  max-width: 800px;
  margin: 0 auto;
}

.faq-list {
}
.faq-list .faq-item {
  background: #fff;
  padding: 0 24px;
  border-radius: 16px;
  cursor: pointer;
  box-shadow: 3px 6px 10px 0px rgba(149, 164, 187, 0.15);
  margin-bottom: 16px;
  padding-bottom: 0px;
  transition: all 0.4s ease-out;
}
.faq-list .faq-item .faq-item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.faq-list .faq-item .faq-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.faq-list .faq-item .faq-item-icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid var(--primary);
  background: #e7f1ff;
  color: var(--primary);
}
.faq-list .faq-item .faq-item-content-wrap {
  /* padding-bottom: 0px; */
  font-size: 16px;
  line-height: 1.3;
  opacity: 0;
  max-height: 0px;
  transition: all 0.4s ease-out;
  pointer-events: none;
  visibility: hidden;
}

/* is-open class */
.faq-list .faq-item.is-open {
  padding-bottom: 24px;
}
.faq-list .faq-item.is-open .faq-item-icon {
  background-color: var(--primary);
  color: #fff;
}
.faq-list .faq-item.is-open .faq-item-content-wrap {
  max-height: 600px;
  opacity: 0.8;
  pointer-events: auto;
  /* padding-bottom: 24px; */
  visibility: visible;
}

.circle-lines {
  position: relative;
}
.circle-lines::before {
  content: url("./assets/img/line-circle.svg");
  display: inline-block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

.bg-blur-parent {
  position: relative;
}
.bg-blur-1 {
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  pointer-events: none;
}
.bg-blur-2 {
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  pointer-events: none;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .main-box-wrap .img-main-box-blur {
    display: none;
  }
  .section-hero .order-parent {
    display: block;
  }
  .section-hero .order-1,
  .section-hero .order-2 {
    width: 100%;
  }
  .hero-right .main-box-wrap {
    margin-bottom: 100px;
  }
  .hero-right .main-box {
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  .header {
    height: 80px;
  }
  .feature-item,
  .steps-row {
    display: block;
  }
  .feature-item .order-1,
  .feature-item .order-2,
  .steps-row .lp-step {
    width: 100%;
  }
  .steps-row .lp-step {
    margin-bottom: 64px;
  }
  .lp-section {
    margin: 150px auto;
  }
  .lp-section-headig-wrap {
    /* margin: 0 auto 100px; */
  }
  .circle-lines::before {
    display: none;
  }
  .hero-feature-col {
    margin-bottom: 32px;
  }
  .section-title,
  .feature-item .feature-item-heading {
    font-size: 32px;
  }
}

@media (max-width: 425px) {
  .subtitle {
    font-size: 18px;
  }
  .section-hero .hero-title {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 32px;
  }
  .faq-list .faq-item {
    padding: 0 16px;
  }
  .faq-list .faq-item .faq-item-title {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# END OF Landing Page
--------------------------------------------------------------*/

/* "Hide" checkbox -- moves it off screen*/
#menu-btn {
  position: absolute;
  top: -100%;
  left: -100%;
}
/* Hide hamburger for bigger screens */
.menu-icon {
  visibility: hidden;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  margin-right: 2rem;
}

.menu-btn,
.menu-icon {
  display: none;
}

/* Set width for mobile/smaller screen size. */
/* I set it big here so I don't have to shrink the screen so much */
/* for testing purposes */
@media screen and (max-width: 768px) {
  .section-hero {
    margin-top: 0;
  }
  .try-img {
    max-width: 150px;
    margin-bottom: 0;
  }
  .menu-icon {
    display: block;
  }
  .header-actions {
    display: flex;
    align-items: center;
  }
  .nav-signin-desktop {
    display: none;
  }
  .nav-signin-mobile {
    display: block;
    margin-left: 0;
    margin-right: 12px;
  }
  .navigation {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transition: all 0.16s ease-out;
    background-color: white;
    padding: 16px 0;
    box-shadow: 0px 25px 40px -15px rgba(149, 164, 187, 0.5);
  }
  .navigation.is-open {
    top: 96px;
    opacity: 1;
    pointer-events: auto;
  }
  .navigation a {
    margin: 0 !important;
    padding: 16px 0;
  }
  .menu-icon {
    grid-area: hamburger;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 30px 20px 30px 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: visible;
  }
  .navicon {
    background: #333;
    display: block;
    height: 2px;
    width: 18px;
    position: relative;
  }
  .navicon:before {
    top: 5px;
  }
  .navicon:after {
    top: -5px;
  }
  .navicon:before,
  .navicon:after {
    background: #333;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.2s ease-out;
  }
  .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .menu-btn:checked ~ .menu-icon .navicon:before,
  .menu-btn:checked ~ .menu-icon .navicon:after {
    top: 0;
  }
}

/* main-box ANIMAITON */

/* @property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
:root {
  --clr-1: #fff;
  --clr-2: #fff;
}

.main-box {
  border-radius: 34px;
  position: relative;
}

.main-box::before,
.main-box::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from var(--gradient-angle), var(--clr-1), var(--clr-2), var(--primary), var(--clr-2), var(--clr-1));
  border-radius: 36px;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

.main-box::after {
  -webkit-filter: blur(3.5rem);
          filter: blur(3.5rem);
}

@-webkit-keyframes rotation {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}

@keyframes rotation {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
} */

/* Pulse animation */
.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(3, 137, 255, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 137, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(3, 137, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 137, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(3, 137, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(3, 137, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(3, 137, 255, 0);
    box-shadow: 0 0 0 10px rgba(3, 137, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(3, 137, 255, 0);
    box-shadow: 0 0 0 0 rgba(3, 137, 255, 0);
  }
}


/* Browser extension section
--------------------------------------------- */
.section-extension {
  scroll-margin-top: 24px;
}
/* "Browser Extension" is wider than the 359px line-circle.svg that the other sections
   circle, so the loop is scaled up to sit around the phrase the way it does elsewhere. */
.section-extension .circle-lines::before {
  transform: translate(-50%, -50%) scale(1.18);
}
.extension-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.extension-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 3px 6px 10px 0px rgba(149, 164, 187, 0.15);
}
.extension-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #e7f1ff;
  color: var(--primary);
  margin-bottom: 20px;
}
.extension-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
}
.extension-card-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.extension-cta {
  text-align: center;
}
.extension-store-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.extension-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 28px;
  border-radius: 100px;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.extension-store-btn:hover {
  background: #026fd1;
  color: #fff;
  transform: translateY(-2px);
}
.extension-store-btn.is-soon {
  background: #fff;
  color: var(--text-secundary);
  border: 1px solid #d7dde7;
  cursor: default;
}
.extension-store-btn.is-soon:hover {
  background: #fff;
  color: var(--text-secundary);
  transform: none;
}
.extension-store-btn .soon-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 20px;
  background: #eef1f6;
  color: #6b7c94;
}
.extension-note {
  margin: 24px 0 0;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .extension-cards {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .extension-store-links {
    flex-direction: column;
    align-items: stretch;
  }
  .extension-store-btn {
    justify-content: center;
  }
}
