* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    line-height: 1.17;
}
html, body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
a:hover {
    opacity: .6;
}
p {
    margin: 0 0 1.5rem;
    color: #4a4a4a;
}
img {
    max-width: 100%;
    border-style: none;
}
.page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.page__wrap {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
}
.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 30px;
    margin: 0 auto;
}

/* flowing brand-purple aurora background, echoing the three-bar Hostfly mark */
.aurora {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    background: #ffffff;
}
.blob-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform .22s cubic-bezier(.22,.61,.36,1);
}
.blob {
    position: absolute;
    border-radius: 999px;
    filter: blur(100px) saturate(1.15);
    mix-blend-mode: normal;
    will-change: transform, opacity;
}
.blob_1 {
    top: -10%;
    left: -10%;
    width: 60vw;
    height: 60vw;
    background: #E9DEFB;
    opacity: .65;
    animation: floatA 24s ease-in-out infinite;
}
.blob_2 {
    top: 20%;
    right: -15%;
    width: 55vw;
    height: 55vw;
    background: #BA94FA;
    opacity: .52;
    animation: floatB 30s ease-in-out infinite;
}
.blob_3 {
    bottom: -20%;
    left: 10%;
    width: 50vw;
    height: 50vw;
    background: #9865EE;
    opacity: .42;
    animation: floatC 27s ease-in-out infinite;
}
.blob_4 {
    bottom: -10%;
    right: 5%;
    width: 42vw;
    height: 42vw;
    background: #8B30E7;
    opacity: .36;
    animation: floatA 20s ease-in-out infinite reverse;
}
@keyframes floatA {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(6%, 8%) scale(1.12); }
    100% { transform: translate(0, 0) scale(1); }
}
@keyframes floatB {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(-8%, 6%) scale(1.08); }
    100% { transform: translate(0, 0) scale(1); }
}
@keyframes floatC {
    0%   { transform: translate(0, 0) scale(1); }
    50%  { transform: translate(5%, -7%) scale(1.15); }
    100% { transform: translate(0, 0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    .blob { animation: none; }
    .blob-wrap { transition: none; }
}

.header, .main, .footer {
    padding: 0;
    margin: 0;
}
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 0;
}
.footer__wrap {
    padding: 35px 0 25px;
}
main {
    display: block;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}
.logo__mark {
    display: block;
    height: 26px;
    width: auto;
}
.header__hint {
    font-size: 1.1rem;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.banner {
    font-size: 1.6rem;
    text-align: center;
}
h1,.h1 {
    margin: 0 0 2.5rem;
    padding: 0;
    color: #000000;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -.01em;
    font-weight: 600;
}
.rotator {
    display: inline-block;
    transition: opacity .35s ease;
}
.domain {
    display: inline-block;
    margin-top: 0.3em;
    color: #8B30E7;
    animation: domainPulse 3.4s ease-in-out infinite;
}
@keyframes domainPulse {
    0%, 100% { opacity: .55; }
    50% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
    .domain { animation: none; }
}
.menu {
    display: block;
    padding: 0;
    margin: 0 -12px;
    text-align: center;
}
.menu__item {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 12px;
}
.menu__item > a,
.menu__item > span {
    display: inline-block;
    font-size: 1.2rem;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: .04rem;
}
@media (max-width: 767px) {
    .banner p br {content: "";}
    .banner p br::after {content: "\00a0";}
}
@media (min-width: 768px) {
    .footer__wrap {
        padding: 50px 0 40px;
    }
    .logo__mark {
        height: 30px;
    }
    .container {
        padding: 0 60px;
    }
    .banner {
        font-size: 2rem;
    }
    h1,.h1 {
        margin: 0 0 4.5rem;
        font-size: 5rem;
    }
    .menu {
        margin: 0 -22px;
    }
    .menu__item > a,
    .menu__item > span {
        font-size: 1.4rem;
    }
    .menu__item {
        padding: 0 22px;
    }
}
@media (min-width: 992px) {
    .container {
        padding: 0 80px;
    }
    .banner {
        padding: 0 10%;
        font-size: 2.4rem;
    }
    h1,.h1 {
        font-size: 6rem;
    }
}

@media (min-width: 1280px) {
    h1,.h1 {
        font-size: 6.4rem;
    }
}
@media (min-height: 650px) and (min-width: 768px) {
    .footer__wrap {
        padding: 86px 0 76px;
    }
}
