/* ===================================
   GET STARTED – split som Framer (form venstre, visual højre)
   =================================== */
.get-started-page {
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
    background: #F8F6F4;
    overflow-x: hidden;
    text-rendering: geometricPrecision;
}

.get-started-split .get-started-layout {
    display: flex;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
}

.get-started-form-col {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    background: #F8F6F4;
    overflow-y: auto;
}

.get-started-visual-col {
    flex: 0 0 50%;
    width: 50%;
    min-width: 0;
    position: relative;
    background: #0a0a0a;
    overflow: hidden;
}

.get-started-visual-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get-started-header {
    padding: 1.5rem 2rem;
    flex-shrink: 0;
}

.get-started-logo {
    display: inline-block;
}

.get-started-logo img {
    height: 28px;
    width: auto;
}

.get-started-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2.5rem 3rem;
}

.get-started-card {
    width: 100%;
    max-width: 420px;
    background: var(--color-white, #fff);
    border-radius: 50px;
    padding: 3rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Preview step: forsideskits – blokke som mini wireframe */
.get-started-blocks-loading {
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.get-started-blocks-loading[aria-hidden="true"] {
    display: none;
}

.get-started-blocks {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Loader i blok-containeren mens AI-forslag hentes */
.get-started-blocks--loading {
    min-height: 140px;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.get-started-blocks-spinner {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    animation: get-started-spin 0.7s linear infinite;
}

@keyframes get-started-spin {
    to { transform: rotate(360deg); }
}

.get-started-block {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    min-height: 2.75rem;
    cursor: grab;
    user-select: none;
    transition: opacity 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.get-started-block:active {
    cursor: grabbing;
}
.get-started-block.get-started-block--dragging {
    opacity: 0.85;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}
.get-started-block.get-started-block--drag-over {
    border-color: rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.04);
    transform: scale(1.01);
}
.get-started-blocks {
    transition: gap 0.2s ease;
}

.get-started-block-drag-handle {
    flex-shrink: 0;
    position: relative;
    width: 14px;
    height: 18px;
    opacity: 0.4;
}
.get-started-block-drag-handle::before,
.get-started-block-drag-handle::after {
    content: '';
    position: absolute;
    top: 2px;
    width: 3px;
    height: 14px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 25%, transparent 25%, transparent 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 75%, transparent 75%, transparent 100%);
    border-radius: 1px;
}
.get-started-block-drag-handle::before { left: 0; }
.get-started-block-drag-handle::after { left: 6px; }

.get-started-blocks-hint {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.45);
    margin: -0.25rem 0 1rem 0;
}
.get-started-blocks--loading + .get-started-blocks-hint {
    display: none;
}

/* Fælles ikon-container – wireframe-illustrationer */
.get-started-block-icon {
    flex-shrink: 0;
    position: relative;
    width: 52px;
    height: 32px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.get-started-block-icon::before,
.get-started-block-icon::after {
    content: '';
    position: absolute;
    border-radius: 3px;
}

/* Hero: bred sektion + headline-linje + CTA-pill */
.get-started-block-icon-hero::before {
    top: 6px;
    left: 6px;
    right: 6px;
    height: 3px;
    background: rgba(0, 0, 0, 0.2);
}
.get-started-block-icon-hero::after {
    bottom: 5px;
    right: 8px;
    width: 14px;
    height: 6px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

/* Text block: 4 tekstlinjer */
.get-started-block-icon-text {
    background: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 4px,
        rgba(0, 0, 0, 0.12) 4px,
        rgba(0, 0, 0, 0.12) 6px
    );
    background-size: 80% 100%;
    background-position: 6px 0;
    background-repeat: no-repeat;
}
.get-started-block-icon-text::before {
    display: none;
}
.get-started-block-icon-text::after {
    display: none;
}

/* Text + image: to kolonner, venstre med linjer */
.get-started-block-icon-textimage {
    background: linear-gradient(90deg, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0.04) 45%);
}
.get-started-block-icon-textimage::before {
    top: 6px;
    left: 4px;
    width: 14px;
    height: 2px;
    background: rgba(0, 0, 0, 0.15);
}
.get-started-block-icon-textimage::after {
    top: 11px;
    left: 4px;
    width: 10px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

/* Features grid: 3 kolonner med ikon + linje */
.get-started-block-icon-features {
    background: linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.08) 30%, transparent 30%, transparent 35%, rgba(0,0,0,0.06) 35%, rgba(0,0,0,0.06) 65%, transparent 65%, transparent 70%, rgba(0,0,0,0.08) 70%);
}
.get-started-block-icon-features::before {
    top: 5px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.get-started-block-icon-features::after {
    top: 14px;
    left: 6px;
    width: 8px;
    height: 2px;
    background: rgba(0, 0, 0, 0.12);
}

/* Product slider: 3 produkter i række (samme 52×32 wrapper som øvrige) */
.get-started-block-icon-slider {
    background-image:
        linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12)),
        linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
        linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12));
    background-size: 12px 14px, 12px 18px, 12px 14px;
    background-position: 8px 8px, 24px 6px, 40px 8px;
    background-repeat: no-repeat;
}
.get-started-block-icon-slider::before,
.get-started-block-icon-slider::after {
    display: none;
}

/* Fullwidth video: én bred flad bjælke */
.get-started-block-icon-video {
    height: 12px;
    background: rgba(0, 0, 0, 0.15);
}
.get-started-block-icon-video::before,
.get-started-block-icon-video::after {
    display: none;
}

/* Testimonial: avatar-cirkel + citatlinje */
.get-started-block-icon-testimonial::before {
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
}
.get-started-block-icon-testimonial::after {
    left: 24px;
    top: 8px;
    right: 6px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

/* Text block (reversed): to kolonner, højre med linjer */
.get-started-block-icon-textreverse {
    background: linear-gradient(90deg, rgba(0,0,0,0.04) 55%, rgba(0,0,0,0.08) 55%);
}
.get-started-block-icon-textreverse::before {
    top: 6px;
    right: 4px;
    left: auto;
    width: 14px;
    height: 2px;
    background: rgba(0, 0, 0, 0.15);
}
.get-started-block-icon-textreverse::after {
    top: 11px;
    right: 4px;
    left: auto;
    width: 10px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
}

/* Logo strip: række af cirkler (logoer) */
/* Logo strip: række af cirkler (samme 52×32 wrapper som øvrige) */
.get-started-block-icon-logostrip {
    background-image:
        radial-gradient(circle, rgba(0,0,0,0.12) 50%, transparent 50%),
        radial-gradient(circle, rgba(0,0,0,0.1) 50%, transparent 50%),
        radial-gradient(circle, rgba(0,0,0,0.08) 50%, transparent 50%),
        radial-gradient(circle, rgba(0,0,0,0.1) 50%, transparent 50%);
    background-size: 8px 8px, 8px 8px, 8px 8px, 8px 8px;
    background-position: 10px 12px, 20px 12px, 30px 12px, 40px 12px;
    background-repeat: no-repeat;
}
.get-started-block-icon-logostrip::before,
.get-started-block-icon-logostrip::after {
    display: none;
}

/* Accordion: 4 foldbare linjer */
.get-started-block-icon-accordion {
    background: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 5px,
        rgba(0,0,0,0.1) 5px,
        rgba(0,0,0,0.1) 7px
    );
}

/* Gallery: 2×2 grid af billeder */
.get-started-block-icon-gallery {
    background-image:
        linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12)),
        linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.08)),
        linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0.08)),
        linear-gradient(rgba(0,0,0,0.12), rgba(0,0,0,0.12));
    background-size: 46% 46%;
    background-position: 2% 2%, 52% 2%, 2% 52%, 52% 52%;
    background-repeat: no-repeat;
}
.get-started-block-icon-gallery::before,
.get-started-block-icon-gallery::after {
    display: none;
}

/* CTA banner: bred bjælke + knap */
.get-started-block-icon-cta {
    background: rgba(0, 0, 0, 0.12);
}
.get-started-block-icon-cta::before {
    display: none;
}
.get-started-block-icon-cta::after {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    width: 16px;
    height: 8px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

/* Newsletter: input-linje + knap */
.get-started-block-icon-newsletter::before {
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    height: 6px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.get-started-block-icon-newsletter::after {
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    width: 18px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Footer: tynd bred bjælke */
.get-started-block-icon-footer {
    height: 10px;
    background: rgba(0, 0, 0, 0.15);
}
.get-started-block-icon-footer::before,
.get-started-block-icon-footer::after {
    display: none;
}

.get-started-block-label {
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.85);
}

#stepPreview .btn {
    margin-top: 0.5rem;
}

#stepPreview .form-back {
    margin-top: 1rem;
}

/* Uden split: kun form, fuld bredde */
.get-started-page:not(.get-started-split) {
    display: flex;
    flex-direction: column;
}

.get-started-page:not(.get-started-split) .get-started-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.get-started-page:not(.get-started-split) .get-started-form-col {
    width: 100%;
    flex: 1 1 auto;
}

.get-started-page:not(.get-started-split) .get-started-main {
    padding: 2rem 1.5rem;
}

/* Mobil: form ovenpå, visual nedenunder */
@media (max-width: 900px) {
    .get-started-split .get-started-layout {
        flex-direction: column;
    }

    .get-started-form-col,
    .get-started-visual-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .get-started-visual-col {
        min-height: 40vh;
    }

}

.get-started-step {
    transition: opacity 0.3s ease;
}

.get-started-step-hidden {
    display: none;
}

.get-started-step-active {
    display: block;
}

.get-started-title {
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
    margin: 0 0 0.5rem;
    color: var(--color-black, #000);
}

.get-started-subtitle {
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 1.75rem;
}

/* Prompt input – AI-style */
.form-group-prompt {
    margin-bottom: 1.5rem;
}

.input-prompt {
    width: 100%;
    min-height: 140px;
    padding: 1rem 1.25rem;
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.80rem;
    line-height: 1.5;
    letter-spacing: 0em;
    color: var(--color-black, #000);
    background: var(--color-bg, #F5F4F2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    resize: vertical;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.input-prompt::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.input-prompt:focus {
    outline: none;
    border-color: var(--color-black, #000);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/* Standard inputs */
.form-group {
    margin-bottom: 1.25rem;
}

.form-group label {
    display: block;
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0.4rem;
}

.input {
    width: 100%;
    padding: 0.9rem 1.25rem;
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0;
    color: var(--color-black, #000);
    background: var(--color-bg, #F5F4F2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.input:focus {
    outline: none;
    border-color: var(--color-black, #000);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/* Google Sign-In – standard Google-knap uden custom wrapper */
#googleSignInContainer {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25rem;
    overflow: visible;
    box-sizing: border-box;
}
#googleSignInContainer > div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
#googleSignInContainer iframe {
    min-width: 0 !important;
    box-sizing: border-box;
}

/* Google-knap fallback (samme styling som .btn .btn-primary) */
.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 1.3rem 2rem;
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.02em;
    color: var(--color-black, #000);
    background: var(--color-white, #fff);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: var(--border-radius-sm, 12px);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    text-decoration: none;
    margin-bottom: 1.25rem;
}

.btn-google:hover {
    background: var(--color-bg, #F5F4F2);
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google-icon {
    flex-shrink: 0;
}

.form-divider {
    text-align: center;
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.45);
    margin: 0 0 1.25rem;
    padding-top: 20px;
}

.btn-block {
    width: 100%;
    margin-top: 0.25rem;
}

/* Success state */
.get-started-success {
    text-align: center;
}

.success-icon {
    display: block;
    width: 56px;
    height: auto;
    margin: 0 auto 1.25rem;
}

.get-started-success .get-started-subtitle {
    margin-bottom: 1.5rem;
}

.get-started-success .btn {
    margin-top: 0;
}

.form-back {
    margin-top: 1.25rem;
    text-align: center;
}

.form-back a {
    font-family: var(--font-primary, 'Helvetica Now Display', sans-serif);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.form-back a:hover {
    color: var(--color-black, #000);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

