@charset "UTF-8";

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/subset-Inter-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Colour Palette
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --color-bg: #F5F5F4;
  --color-text: #1A1A1A;
  --color-formbg: #FFFFFF;
  --color-link: #777;
  --color-border: #999;
  --color-trialbutton: green;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #1A1A1A;
    --color-text: #F6F4F1;
    --color-formbg: #2A2A2A;
    --color-link: #999;
    --color-border: #666;
    --color-trialbutton: #22C55E
  }
}

/* Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, table, blockquote {
  margin-top: 0;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all rem measurements
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
  /* to prevent short pages from shifting right in absence of scroll bar */
  overflow-y: scroll;
}

:root {
  --font-size-body: 1.5rem;
}

body {
  font-size: var(--font-size-body);
  line-height: 1.35;
  font-weight: 400;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 2rem 1.5rem;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 3.6rem;
  letter-spacing: -0.015em;
  margin-bottom: 0;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

small {
  display: block; /* allows small to have independent line-height, not constrained to body's line-box */
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

sup {
    font-size: 0.7em;
    line-height: 0;
}

/* Media & Content Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  border: 2px solid var(--color-text);
  border-style: none none solid;
  clear: both;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 1.5rem auto;
}

img {
  display: block;
  margin: 3rem 0;
}

figure,
table {
  margin-bottom: 1.5rem;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul,
ol {
  list-style: "·  " outside none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

li {
  margin-bottom: 0.6rem;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a:link {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-link);
  text-decoration: underline;
}

a:visited {
  color: var(--color-link);
  text-decoration: none;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button {
  flex: 1;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  
  /* Added to neutralize native <button> chrome */
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: var(--color-bg);
}

.button-trial {
  background-color: var(--color-trialbutton);
}

.button-purchase {
  background-color: var(--color-text);
}

.button-submit {
  width: 100%;
  background-color: var(--color-text);
}

.button:hover {
  text-decoration: none;
}

.button:link,
.button:visited {
  color: var(--color-bg);
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  height: 36px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  color: var(--color-text);
  background-color: var(--color-formbg);
  border: 1px solid transparent; /* Reserve 1px for focus state */
  transition: border-color 0.15s ease;
  border-radius: 0;
  box-shadow: none;
  font-size: var(--font-size-body);
  margin: 0.5rem 0 1.5rem;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 180px;
}

input::placeholder,
textarea::placeholder {
  color: var(--color-border);
  opacity: 1; /* Firefox applies a default opacity <1 to placeholder text — this normalizes it */
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--color-text);
  outline: 0;
}

label,
legend {
  display: block;
  font-weight: 500;
}

fieldset {
  padding: 0;
  border-width: 0;
  margin-bottom: 1.5rem;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

.form-data {
}

.form-label {
}

.form-field {
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: 400;
}

input,
textarea,
select {
  margin-bottom: 1.5rem;
}

/* Components
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.buttons-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (max-width: 480px) {
  .footer-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.lead {
  font-size: 1.8rem;
  line-height: 1.45;
  margin: 3rem 0;
}

.nav-flex {
  font-size: 1.35rem;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}

.nav-flex .current {
  color: var(--color-text);
}

.page-heading-flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: -0.2rem; /* Visually centre header between horizontal rules */
}

.page-heading-flex .app-icon svg {
  width: 56px;
  height: auto;
  flex-shrink: 0;
  margin: 0;
  display: block; /* Prevent SVG from behaving like inline text hence centering properly */
}

.price-line {
    display: block;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.smallprint {
  display: list-item;
  list-style-position: outside;
  margin-bottom: 0.5rem;
}

.smallprint--1 { list-style-type: "*  "; }
.smallprint--2 { list-style-type: "†  "; }
.smallprint--3 { list-style-type: "‡  "; }
.smallprint--4 { list-style-type: "§  "; }

.tagline {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.017em;
  margin: 0;
}

.turnstile-container {
  margin-bottom: 1.5rem;
}

#nav .current {
  color: var(--color-text);
}

/* Prelaunch items, delete when live
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#prelaunch-smallprint {
  margin-top: -1rem;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
}