.getting-started {
    background: #f8f5ef;
    color: #171717;
}

.getting-started__hero,
.getting-started__section {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(34px, 6vw, 76px) clamp(18px, 4vw, 34px);
}

.getting-started__hero {
    align-items: stretch;
    display: grid;
    gap: clamp(18px, 4vw, 34px);
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.getting-started__hero-copy {
    align-content: center;
    background: #101010;
    color: #fff;
    display: grid;
    min-height: 330px;
    padding: clamp(28px, 5vw, 58px);
}

.getting-started__eyebrow {
    color: #cb2c30;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.getting-started__hero h1,
.getting-started__section h2,
.getting-started__card h3 {
    color: inherit;
    letter-spacing: 0;
    margin: 0;
}

.getting-started__hero h1 {
    font-size: clamp(2.9rem, 8vw, 6.1rem);
    line-height: 0.92;
}

.getting-started__hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.04rem, 2.2vw, 1.28rem);
    line-height: 1.5;
    margin: 18px 0 0;
    max-width: 640px;
}

.getting-started__hero-card,
.getting-started__card,
.getting-started__faq {
    background: #fff;
    border: 2px solid #171717;
    box-shadow: 6px 6px 0 #171717;
}

.getting-started__hero-card {
    align-self: end;
    padding: clamp(22px, 4vw, 34px);
}

.getting-started__hero-card strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.getting-started__hero-card ol,
.getting-started__card ul {
    margin: 0;
    padding-left: 1.2rem;
}

.getting-started__hero-card li,
.getting-started__card li,
.getting-started__faq p {
    color: #4c5562;
    line-height: 1.55;
}

.getting-started__section-head {
    margin-bottom: 24px;
}

.getting-started__section--steps {
    max-width: 1320px;
    padding-top: 18px;
}

.getting-started__steps {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.getting-started__step {
    background: #fff;
    border: 2px solid #171717;
    box-shadow: 6px 6px 0 #171717;
    display: grid;
    gap: 18px;
    grid-template-rows: auto auto auto;
    min-width: 0;
    padding: clamp(18px, 3vw, 24px);
}

.getting-started__step-copy span {
    color: #cb2c30;
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.getting-started__step-copy h3 {
    color: #171717;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    margin: 0;
}

.getting-started__step-copy p {
    color: #4c5562;
    line-height: 1.5;
    margin: 12px 0 0;
}

.getting-started__step-note {
    color: #4c5562;
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0;
}

.getting-started__visual {
    align-self: end;
    background: #f8f5ef;
    border: 2px solid #171717;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.getting-started__visual--screenshot {
    aspect-ratio: 1 / 1;
    background: #fff;
    justify-self: center;
    max-height: 400px;
    max-width: 400px;
    width: 100%;
}

.getting-started__visual--screenshot img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.getting-started__visual--profile-menu img {
    object-position: 84% 16%;
}

.getting-started__visual--magic-login img {
    object-position: 50% 50%;
}

.getting-started__visual--unlocked {
    aspect-ratio: 1 / 1;
}

.getting-started__shot-callout,
.getting-started__email-callout {
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 7px 10px;
    position: absolute;
    text-transform: uppercase;
}

.getting-started__shot-callout {
    bottom: 24px;
    right: 18px;
}

.getting-started__shot-callout::before {
    border-bottom: 8px solid transparent;
    border-right: 14px solid #171717;
    border-top: 8px solid transparent;
    content: "";
    left: -16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.getting-started__email-callout {
    left: 50%;
    max-width: calc(100% - 44px);
    overflow-wrap: anywhere;
    top: 48%;
    transform: translateX(-50%);
    text-transform: none;
    width: 74%;
}

.getting-started__mini-header {
    align-items: center;
    background: #cb2c30;
    color: #fff;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 14px;
}

.getting-started__mini-header strong {
    color: inherit;
    font-size: 0.9rem;
    font-weight: 900;
}

.getting-started__profile-dot {
    align-items: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #171717;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.getting-started__profile-dot--signed-in {
    background: #171717;
    color: #fff;
}

.getting-started__profile-dot svg,
.getting-started__card-icon svg,
.getting-started__menu-panel svg,
.getting-started__feature-strip svg {
    display: block;
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
}

.getting-started__menu-panel {
    background: #171717;
    color: #fff;
    display: grid;
    gap: 4px;
    margin: 14px;
    padding: 10px;
    position: relative;
}

.getting-started__menu-panel span,
.getting-started__menu-panel strong {
    align-items: center;
    border-radius: 0;
    color: inherit;
    display: flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 8px;
    min-height: 34px;
    padding: 0 10px;
}

.getting-started__menu-panel strong {
    background: #cb2c30;
}

.getting-started__arrow {
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 7px 10px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 173px;
}

.getting-started__arrow::before {
    border-bottom: 8px solid transparent;
    border-right: 14px solid #171717;
    border-top: 8px solid transparent;
    content: "";
    left: -16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.getting-started__login-card {
    background: #fff;
    border-bottom: 2px solid #171717;
    display: grid;
    gap: 10px;
    padding: 16px;
}

.getting-started__login-card span,
.getting-started__login-card label {
    color: #171717;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.getting-started__fake-input {
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    font-weight: 800;
    min-height: 42px;
    overflow-wrap: anywhere;
    padding: 10px 12px;
}

.getting-started__login-card button {
    background: #cb2c30;
    border: 0;
    color: #fff;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    min-height: 40px;
    text-transform: uppercase;
}

.getting-started__visual--login > p,
.getting-started__visual--unlocked > p {
    color: #4c5562;
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0;
    padding: 14px 16px;
}

.getting-started__feature-strip {
    display: grid;
    gap: 8px;
    padding: 16px;
}

.getting-started__feature-strip span {
    align-items: center;
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    display: flex;
    font-size: 0.82rem;
    font-weight: 900;
    gap: 10px;
    min-height: 40px;
    padding: 0 12px;
}

.getting-started__section h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
}

.getting-started__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.getting-started__card {
    background: #fff;
    border: 2px solid #171717;
    box-shadow: none;
    display: grid;
    gap: 14px;
    grid-template-rows: auto 1fr auto;
    padding: clamp(20px, 3vw, 28px);
}

.getting-started__card-icon {
    align-items: center;
    background: transparent;
    color: #171717;
    display: inline-flex;
    flex: 0 0 auto;
    height: 24px;
    justify-content: center;
    width: 24px;
}

.getting-started__card-icon svg {
    height: 21px;
    width: 21px;
}

.getting-started__card h3 {
    color: #171717;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.getting-started__feature-label {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 40px;
    padding: 0;
}

.getting-started__card p {
    color: #4c5562;
    line-height: 1.5;
    margin: 0;
}

.getting-started__card a {
    align-items: center;
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
}

.getting-started__card a:hover,
.getting-started__card a:focus {
    background: #171717;
    color: #fff;
}

.getting-started__section--faq {
    padding-top: 18px;
}

.getting-started__faq-list {
    display: grid;
    gap: 12px;
}

.getting-started__faq {
    position: relative;
    box-shadow: 4px 4px 0 #171717;
}

.getting-started__faq summary {
    cursor: pointer;
    font-weight: 900;
    list-style-position: inside;
    padding: 18px 20px;
}

.getting-started__faq p {
    border-top: 1px solid #ded8ce;
    margin: 0;
    padding: 0 20px 20px;
}

.getting-started__faq-add {
    background: #fff;
    border: 2px solid #171717;
    box-shadow: 4px 4px 0 #171717;
    margin-bottom: 18px;
}

.getting-started__faq-add > summary {
    cursor: pointer;
    font-weight: 900;
    padding: 16px 20px;
}

.getting-started__faq-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    position: absolute;
    right: 14px;
    top: 10px;
}

.getting-started__faq-actions form {
    margin: 0;
}

.getting-started__faq-edit,
.getting-started__faq-delete {
    align-items: center;
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 900;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    text-transform: uppercase;
}

.getting-started__faq-edit {
    padding: 0;
    width: 34px;
}

.getting-started__faq-edit svg {
    display: block;
    fill: none;
    height: 17px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 17px;
}

.getting-started__faq-edit:hover,
.getting-started__faq-edit:focus-visible,
.getting-started__faq-delete:hover,
.getting-started__faq-delete:focus-visible {
    background: #171717;
    color: #fff;
}

.getting-started__faq-detail summary {
    padding-right: 128px;
}

.getting-started__faq-form {
    border-top: 1px solid #ded8ce;
    display: grid;
    gap: 12px;
    padding: 18px 20px 20px;
}

.getting-started__faq-form[hidden] {
    display: none;
}

.getting-started__faq-form label {
    display: grid;
    gap: 6px;
}

.getting-started__faq-form span {
    color: #171717;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.getting-started__faq-form input,
.getting-started__faq-form textarea {
    border: 2px solid #171717;
    color: #171717;
    font: inherit;
    line-height: 1.45;
    padding: 10px 12px;
    width: 100%;
}

.getting-started__faq-form textarea {
    min-height: 118px;
    resize: vertical;
}

.getting-started__faq-form button {
    background: #cb2c30;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    min-height: 40px;
    padding: 0 16px;
    text-transform: uppercase;
    width: fit-content;
}

.getting-started__faq-form button:hover,
.getting-started__faq-form button:focus-visible {
    background: #171717;
}

.getting-started__faq-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.getting-started__faq-form-actions button[type="button"] {
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
}

.getting-started__faq-form-actions button[type="button"]:hover,
.getting-started__faq-form-actions button[type="button"]:focus-visible {
    background: #171717;
    color: #fff;
}

@media (max-width: 820px) {
    .getting-started__hero,
    .getting-started__grid,
    .getting-started__steps {
        grid-template-columns: 1fr;
    }

    .getting-started__hero-copy {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .getting-started__hero,
    .getting-started__section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .getting-started__hero-copy,
    .getting-started__hero-card,
    .getting-started__card {
        padding: 20px;
    }

    .getting-started__card a {
        width: 100%;
    }

    .getting-started__faq-actions {
        margin: -4px 16px 14px;
        position: static;
    }

    .getting-started__faq-detail summary {
        padding-right: 20px;
    }

    .getting-started__faq-form button {
        width: 100%;
    }
}
