/* Extracted verbatim from show-me-in-30-seconds/index.html so all seven language copies share one file. */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    padding: 20px;
}
.container {
    max-width: 860px;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero {
    width: 100%;
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-bottom: 1.5rem;
}
h1 {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
}
.subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 1.25rem;
}
.cta-row {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.cta-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.1rem;
    border-radius: 10px;
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}
.cta-btn {
    background: #fbbf24;
    color: #1f2937;
}
.cta-btn:hover {
    background: #f59e0b;
}
.secondary-btn {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}
.secondary-btn:hover,
.cta-btn:hover {
    transform: translateY(-1px);
}
.steps {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.step-card {
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    text-align: left;
}
.step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}
.step-card h2 {
    font-size: 1.15rem;
    margin-bottom: 0.55rem;
}
.step-card p {
    font-size: 0.96rem;
    line-height: 1.5;
    opacity: 0.92;
    margin-bottom: 1rem;
}
.mockup {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 35%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 14px 28px rgba(34, 17, 73, 0.18);
}
.mockup__window {
    position: absolute;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 10px 18px rgba(27, 20, 74, 0.18);
}
.mockup__window-bar {
    height: 18px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 6px;
    background: rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mockup__dot {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
}
.mockup__address {
    height: 6px;
    margin-left: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}
.mockup__window-body {
    position: relative;
    height: calc(100% - 18px);
    padding: 9px;
}
.mockup__block {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}
.mockup__block--hero {
    height: 30px;
    margin-bottom: 8px;
}
.mockup__line {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    margin-bottom: 6px;
}
.mockup__line--w90 { width: 90%; }
.mockup__line--w76 { width: 76%; }
.mockup__line--w68 { width: 68%; }
.mockup__line--w62 { width: 62%; }
.mockup__line--w54 { width: 54%; }
.mockup__line:last-child {
    margin-bottom: 0;
}
.mockup__site-pill {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    z-index: 3;
}
.mockup__app-grid {
    position: absolute;
    inset: 12px;
}
.mockup__panel {
    position: absolute;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.mockup__panel--left {
    left: 0;
    top: 0;
    width: 58%;
    height: 82%;
}
.mockup__panel--right {
    right: 0;
    bottom: 0;
    width: 44%;
    height: 68%;
}
.mockup__panel-header {
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mockup__panel-body {
    padding: 8px;
}
.note-mini {
    position: absolute;
    width: 82px;
    min-height: 68px;
    padding: 8px;
    border-radius: 11px;
    color: #1f2937;
    box-shadow: 0 12px 24px rgba(31, 41, 55, 0.24);
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.note-mini--page {
    right: 12px;
    bottom: 12px;
    background: linear-gradient(180deg, #fff6b5 0%, #f4d96c 100%);
}
.note-mini--site {
    right: 10px;
    bottom: 10px;
    width: 68px;
    min-height: 56px;
    padding: 7px;
    background: linear-gradient(180deg, #d8efff 0%, #8fc7ff 100%);
}
.note-mini--site-left {
    transform: rotate(-2deg);
}
.note-mini--site-right {
    transform: rotate(2deg);
}
.note-mini--desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -46%);
    width: 96px;
    min-height: 78px;
    background: linear-gradient(180deg, #eedcff 0%, #cb9eff 100%);
    z-index: 3;
}
.note-mini__chip {
    align-self: flex-start;
    padding: 3px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}
.note-mini__text {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
}
.note-mini__text--small {
    font-size: 10px;
}
.mockup--page .mockup__window {
    inset: 12px;
}
.mockup--site .mockup__window--left {
    left: 10px;
    top: 22px;
    width: 54%;
    height: 64%;
    transform: rotate(-3deg);
}
.mockup--site .mockup__window--right {
    right: 10px;
    top: 12px;
    width: 54%;
    height: 64%;
    transform: rotate(3deg);
}
.mockup--desktop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 96px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(33, 22, 66, 0.22);
}
.switcher-section {
    width: 100%;
    margin-top: 1.25rem;
    padding: 1.5rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}
.switcher-section h2 {
    font-size: 1.32rem;
    margin-bottom: 0.45rem;
}
.switcher-section p {
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.92;
    max-width: 620px;
    margin: 0 auto 1rem;
}
.switcher-shot {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 18px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 18px 36px rgba(39, 23, 87, 0.16);
}
.switcher-shot__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 16px 30px rgba(31, 41, 55, 0.16);
}
.switcher-shot__fallback {
    display: none;
}
.note-crop {
    position: relative;
    margin: 0 auto;
    width: min(100%, 520px);
    min-height: 232px;
    padding: 16px 16px 64px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbf0b8 0%, #f3e5a0 100%);
    box-shadow: 0 18px 34px rgba(31, 41, 55, 0.18);
    color: #1f2937;
    overflow: visible;
}
.note-crop__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.note-crop__toolbar-left,
.note-crop__toolbar-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.note-crop__icon {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid rgba(31, 41, 55, 0.18);
    background: rgba(255, 255, 255, 0.32);
}
.note-crop__line {
    height: 8px;
    border-radius: 999px;
    background: rgba(31, 41, 55, 0.16);
}
.note-crop__line--title {
    width: 52%;
    height: 12px;
    margin-bottom: 12px;
}
.note-crop__line--body {
    width: 76%;
    margin-bottom: 10px;
}
.note-crop__line--body-short {
    width: 58%;
    margin-bottom: 0;
}
.note-crop__footer {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.note-crop__footer-left,
.note-crop__footer-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.note-crop__button {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    border: 1px solid rgba(31, 41, 55, 0.18);
    background: rgba(255, 255, 255, 0.34);
}
.mode-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(31, 41, 55, 0.14);
    background: rgba(255, 255, 255, 0.52);
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
    position: relative;
}
.mode-chip__dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #f0d75b;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}
.mode-chip__caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgba(31, 41, 55, 0.64);
    margin-left: 2px;
}
.mode-menu {
    position: absolute;
    left: 52px;
    bottom: 44px;
    width: 220px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(31, 41, 55, 0.12);
    box-shadow: 0 18px 30px rgba(31, 41, 55, 0.18);
}
.mode-menu__option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 10px;
    color: #1f2937;
    text-align: left;
}
.mode-menu__option.is-active {
    background: #f8f1bd;
}
.mode-menu__swatch {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    flex: 0 0 auto;
}
.mode-menu__swatch--page { background: #f0d75b; }
.mode-menu__swatch--site { background: #87c5ff; }
.mode-menu__swatch--desktop { background: #c89bf7; }
.mode-menu__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.mode-menu__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}
.mode-menu__desc {
    font-size: 11px;
    line-height: 1.2;
    color: #6b7280;
}
.switcher-caption {
    margin-top: 0.9rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 860px) {
    .steps {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
}
@media (prefers-color-scheme: dark) {
    body {
        background: linear-gradient(135deg, #3730a3 0%, #4c1d95 100%);
    }
    .hero,
    .step-card,
    .switcher-section {
        background: rgba(0, 0, 0, 0.3);
    }
    .step-badge,
    .secondary-btn {
        background: rgba(255, 255, 255, 0.08);
    }
}
