[data-theme=light],
:root:not([data-theme=dark]),
:host:not([data-theme=dark]) {
    --pico-typography-spacing-vertical: 1.5rem;
    --pico-primary: #00a4dd;
    --pico-primary-background: #00a4dd;
    --pico-primary-hover: #0086b5;
    --pico-primary-hover-background: #0086b5;
    --pico-primary-hover-border: #0086b5;
    --pico-primary-hover-underline: #0086b5;
    --pico-secondary-background: #f5f6fa;
    --pico-secondary: #7c7c7c;
    --hexonet-ink: #0b1830;
    --hexonet-muted: #5b6b8c;
}

h1 {
    --pico-font-weight: 400;
}

h2 {
    color: var(--pico-secondary);
    font-size: .8rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

header {
    margin-bottom: 0;
    border-bottom: 1px solid var(--pico-secondary-background);
}

header nav {
    padding-block: .6rem;
}

@media (max-width: 480px) {
    header nav {
        flex-wrap: wrap;
        row-gap: .6rem;
    }
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--hexonet-ink);
    text-decoration: none;
}

main {
    --pico-block-spacing-vertical: 0;
}

body section {
    margin: 0;
    padding: 4rem 0;
}

section {
    padding-bottom: 30px;
}

/* Hero */

.headline {
    background: var(--pico-secondary-background);
}

.headline .content {
    max-width: 740px;
}

.headline h1 {
    color: var(--hexonet-ink);
}

.actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.actions [role=button] {
    width: auto;
    margin-bottom: 0;
}

/* Where to go now */

.feature-card {
    margin: 0;
    padding: 1.75rem;
    border: 1px solid var(--pico-secondary-background);
    border-top: 3px solid var(--pico-primary);
    border-radius: var(--pico-border-radius);
    box-shadow: none;
}

.feature-card .icon {
    display: block;
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: .5rem;
    font-size: 1.05rem;
    color: var(--hexonet-ink);
}

.feature-card p {
    color: var(--hexonet-muted);
    margin-bottom: 1rem;
}

.feature-card a {
    text-decoration: none;
}

/* FAQ */

.faq {
    background: var(--pico-secondary-background);
}

.faq h2 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .faq .grid {
        grid-template-columns: 1fr 2fr;
        align-items: start;
    }
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.faq-item {
    background: var(--pico-background-color, #fff);
    border: 1px solid #e7e9f2;
    border-left: 3px solid var(--pico-primary);
    border-radius: var(--pico-border-radius);
    padding: 1.5rem 1.75rem;
    box-shadow: 0 1px 2px rgba(11, 24, 48, .04);
}

.faq-item h3 {
    color: var(--hexonet-ink);
    font-size: 1.05rem;
    margin-bottom: .5rem;
}

.faq-item p {
    color: var(--hexonet-muted);
    margin-bottom: 0;
}

/* Footer */

footer {
    background: var(--hexonet-ink);
    color: #b7c0d6;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

footer nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
    margin: 0;
}

footer a.secondary {
    color: #b7c0d6;
}

.connected-by {
    align-self: flex-end;
    line-height: 0;
}
