.website-shell { max-width: 1440px; margin: 0 auto; padding: 24px; }
.website-page-head { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; margin-bottom:20px; }
.website-page-head h1,.website-section-head h2 { margin:0; color:var(--na-text,#172035); }
.website-page-head p { margin:7px 0 0; color:var(--na-muted,#65708a); }
.website-tabs { display:flex; gap:5px; overflow-x:auto; border-bottom:1px solid var(--na-border,#e4e8ef); margin-bottom:22px; }
.website-tabs a { flex:0 0 auto; padding:12px 13px; text-decoration:none; color:var(--na-muted,#65708a); font-size:14px; border-bottom:2px solid transparent; }
.website-tabs a.active { color:var(--na-primary,#2357d9); border-color:var(--na-primary,#2357d9); font-weight:700; }
.website-editor-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.72fr); gap:22px; align-items:start; }
.website-pages-layout { grid-template-columns:280px minmax(0,1fr); }
.website-list-card,.website-editor-card,.website-preview-card { padding:20px; }
.website-section-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px; }
.website-list-row { display:flex; width:100%; align-items:center; justify-content:space-between; gap:8px; padding:12px 8px; background:transparent; border:0; border-bottom:1px solid var(--na-border,#e4e8ef); text-align:left; color:var(--na-text,#172035); cursor:pointer; font:inherit; }
.website-list-row.active { background:#edf3ff; color:var(--na-primary,#2357d9); border-radius:7px; border-bottom-color:transparent; }
.website-list-row span { display:flex; align-items:center; gap:8px; font-weight:650; }.website-list-row small { color:var(--na-muted,#65708a); }
.website-editor-card .na-form-field { margin-bottom:15px; }.website-editor-card textarea { width:100%; resize:vertical; }.website-form-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:16px; }
.website-template-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }.website-template-card { position:relative; display:block; padding:0; overflow:hidden; text-align:left; border:1px solid var(--na-border,#e4e8ef); background:white; border-radius:12px; cursor:pointer; }.website-template-card.selected { border:2px solid var(--na-primary,#2357d9); }.website-template-art { height:145px; padding:20px; color:white; background:linear-gradient(135deg,#191515,#756147); }.website-template-card:nth-child(2) .website-template-art{background:linear-gradient(135deg,#3d2e24,#ba8c61)}.website-template-card:nth-child(3) .website-template-art{background:linear-gradient(135deg,#181e1a,#5d876f)}.website-template-card:nth-child(4) .website-template-art{background:linear-gradient(135deg,#0f1728,#6e4935)}.website-template-art span{font:700 25px Georgia,serif}.website-template-art small{display:block;opacity:.76;margin-top:9px}.website-template-copy{padding:14px 16px}.website-template-copy strong,.website-template-copy span{display:block}.website-template-copy span{font-size:13px;color:var(--na-muted,#65708a);margin-top:4px}.website-template-selected{position:absolute;right:12px;top:12px;padding:5px 9px;border-radius:20px;background:#fff;color:#195f34;font-size:12px;font-weight:700}
.website-preview-card { background:#101418; color:#fff; border-radius:12px; overflow:hidden; }.website-preview-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:13px;font-weight:700}.website-preview-device{color:#b5becb;font-weight:500;display:flex;align-items:center;gap:5px}.website-mini-preview{overflow:hidden;border-radius:8px;background:var(--site-bg,#f8f6f1);color:var(--site-text,#1f1c19);font-family:var(--site-font,Georgia,serif)}.website-mini-nav{display:flex;justify-content:space-between;padding:11px 14px;background:#fff;font:10px Arial,sans-serif}.website-mini-hero{min-height:190px;padding:44px 26px 20px;background:linear-gradient(120deg,#2b2822,#65553e);background-size:cover;background-position:center;color:#fff}.website-mini-hero small{font:10px Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em}.website-mini-hero h2{margin:10px 0 5px;font-size:25px}.website-mini-hero p{font-size:12px;max-width:280px;margin:0 0 13px}.website-mini-hero button{padding:8px 11px;border:0;background:var(--site-accent,#ad7c4d);color:#fff;font:bold 10px Arial,sans-serif}.website-mini-preview.delici-center .website-mini-nav{justify-content:center;gap:42px}.website-mini-preview.delici-signature .website-mini-hero{min-height:215px}.website-mini-preview.delici-video .website-mini-hero{background-color:#0b1323}
.website-checklist{display:grid;gap:10px}.website-check{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--na-border,#e4e8ef);border-radius:8px;color:var(--na-text,#172035);text-decoration:none}.website-check.done{border-color:#b7dfc2}.website-check span{flex:1}.website-switch{display:flex;align-items:center;gap:8px;margin:10px 0;font-size:14px}.website-domain-hint{padding:12px 14px;background:#f4f7fb;border-radius:8px;color:var(--na-muted,#65708a);font-size:14px}.website-empty{max-width:680px;margin:10vh auto;padding:40px;text-align:center}.website-empty h1{margin:0 0 8px}.website-empty p{color:var(--na-muted,#65708a)}
.website-not-found{max-width:680px;margin:14vh auto;padding:32px;text-align:center;font-family:Arial,sans-serif}.public-website{min-height:100vh;background:var(--website-background,#faf8f4);color:var(--website-text,#201d1a);font-family:var(--website-font,Georgia,serif)}.public-website-header{position:relative;z-index:2;display:flex;align-items:center;gap:26px;padding:20px clamp(20px,5vw,80px);background:rgba(12,12,12,.96);color:#fff}.public-website-brand{display:flex;align-items:center;min-width:130px;color:#fff;text-decoration:none;font-size:20px;font-weight:700}.public-website-brand img{max-height:42px;max-width:170px}.public-website-header nav{display:flex;gap:18px;flex:1;justify-content:flex-end}.public-website-header nav a{color:#fff;text-decoration:none;font:600 13px Arial,sans-serif}.public-website-reserve,.public-website-primary{display:inline-block;padding:13px 18px;background:var(--website-accent,#a5774e);color:#fff;text-decoration:none;font:700 12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.04em}.public-website-hero{min-height:590px;display:grid;align-items:center;padding:70px clamp(20px,12vw,210px);background-color:#30291f;background-position:center;background-size:cover;color:#fff}.public-website-hero-content{max-width:620px}.public-website-eyebrow{display:block;margin-bottom:12px;font:700 12px Arial,sans-serif;text-transform:uppercase;letter-spacing:.14em;color:var(--website-accent,#a5774e)}.public-website-hero .public-website-eyebrow{color:#f4e8d8}.public-website-hero h1,.public-website-page-heading h1{margin:0;font-size:clamp(42px,6vw,80px);line-height:1.02}.public-website-hero p{max-width:560px;margin:18px 0 26px;font-size:20px;line-height:1.55}.public-website-intro,.public-website-menu-teaser,.public-website-content,.public-website-menu,.public-website-page-heading{max-width:920px;margin:0 auto;padding:88px 24px}.public-website-intro{text-align:center}.public-website-intro h2,.public-website-menu-teaser h2{margin:0;font-size:42px}.public-website-intro p{max-width:690px;margin:20px auto 0;font-size:18px;line-height:1.7}.public-website-menu-teaser{background:#211e19;max-width:none;padding-left:max(24px,calc((100vw - 872px)/2));padding-right:max(24px,calc((100vw - 872px)/2));color:#fff}.public-website-menu-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.public-website-menu-links a{display:flex;justify-content:space-between;padding:17px;border-top:1px solid rgba(255,255,255,.32);color:#fff;text-decoration:none}.public-website-page-heading{text-align:center}.public-website-page-heading p{max-width:620px;margin:18px auto 0;font-size:18px;line-height:1.6}.public-website-content{max-width:760px;padding-top:0;font-size:18px;line-height:1.8}.public-website-menu{padding-top:0}.public-website-menu-category{margin-bottom:48px}.public-website-menu-category h2{font-size:34px;margin:0}.public-website-menu-category>p{color:#6d655d}.public-website-menu-item{display:grid;grid-template-columns:72px 1fr;gap:15px;padding:18px 0;border-bottom:1px solid #ddd4ca}.public-website-menu-item img{width:72px;height:72px;object-fit:cover}.public-website-menu-item-title{display:flex;gap:18px;justify-content:space-between}.public-website-menu-item h3{margin:0;font-size:20px}.public-website-menu-item p{margin:6px 0;color:#6d655d;font-family:Arial,sans-serif;font-size:14px}.public-website-menu-item small{font:12px Arial,sans-serif;color:#897e74}.public-website-footer{display:flex;gap:20px;flex-wrap:wrap;padding:34px clamp(20px,5vw,80px);background:#12110f;color:#eee;font:14px Arial,sans-serif}.public-website-footer strong{font-family:Georgia,serif;font-size:17px}.public-website-footer a{color:#fff}.public-website.delici-center .public-website-header{justify-content:center;flex-wrap:wrap}.public-website.delici-center .public-website-header nav{flex:initial;order:2}.public-website.delici-center .public-website-brand{justify-content:center}.public-website.delici-signature .public-website-hero{text-align:center;justify-content:center}.public-website.delici-signature .public-website-hero-content{max-width:760px}.public-website.delici-video .public-website-hero{background-color:#111b2c;min-height:680px}
@media (max-width:800px){.website-shell{padding:16px}.website-page-head{display:block}.website-page-head .na-button{margin-top:14px}.website-editor-layout,.website-pages-layout{grid-template-columns:1fr}.website-template-grid{grid-template-columns:1fr}.website-preview-card{order:-1}.public-website-header{padding:16px;flex-wrap:wrap;gap:14px}.public-website-header nav{order:3;flex-basis:100%;justify-content:flex-start;overflow-x:auto}.public-website-reserve{margin-left:auto}.public-website-hero{min-height:480px;padding:55px 24px}.public-website-menu-links{grid-template-columns:1fr}.public-website-intro,.public-website-menu-teaser,.public-website-content,.public-website-menu,.public-website-page-heading{padding-top:58px;padding-bottom:58px}.public-website-menu-item{grid-template-columns:58px 1fr}.public-website-menu-item img{width:58px;height:58px}.public-website-menu-item-title{display:block}.public-website-menu-item-title strong{display:block;margin-top:6px}}
.public-website-menu-item:not(:has(> img)) { grid-template-columns: minmax(0, 1fr); }

/* Websitebouwer: eigen, compacte paginaschil en duidelijke kaartstructuur. */
.website-builder {
    --wb-blue: #2563eb;
    --wb-blue-soft: #eff6ff;
    --wb-ink: #172033;
    --wb-muted: #64748b;
    --wb-line: #e3e9f2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4px 8px 56px;
    gap: 0;
}

.website-builder > .na-page-header {
    margin-bottom: 20px;
}

.website-builder .na-page-header-title {
    font-size: 30px;
    letter-spacing: -0.03em;
}

.website-builder .na-page-header-actions .na-btn {
    min-height: 42px;
    border-radius: 10px;
}

.website-start-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    min-height: 260px;
    margin-top: 10px;
    padding: 44px 48px;
    overflow: hidden;
    color: #fff;
    border: 1px solid #1e3f7a;
    border-radius: 20px;
    background: linear-gradient(125deg, #0f2348 0%, #173f83 58%, #2563eb 100%);
    box-shadow: 0 22px 48px rgba(22, 54, 110, .2);
}

.website-start-card::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -90px;
    top: -125px;
    border: 52px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.website-start-card > * { position: relative; z-index: 1; }
.website-start-card h2 { margin: 8px 0 12px; max-width: 660px; font-size: 34px; letter-spacing: -.03em; }
.website-start-card p { max-width: 720px; margin: 0; color: #dbeafe; font-size: 16px; line-height: 1.65; }
.website-start-card .website-eyebrow { color: #bfdbfe; }
.website-start-card .na-btn { background: #fff; border-color: #fff; color: #194a9a; box-shadow: 0 10px 24px rgba(5, 19, 48, .2); }

.website-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 24px;
    padding: 6px;
    overflow-x: auto;
    border: 1px solid var(--wb-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .045);
    scrollbar-width: thin;
}

.website-tabs a,
.website-tabs .website-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 14px;
    color: #65718a;
    border: 0;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: color .15s ease, background .15s ease, box-shadow .15s ease;
}

.website-tabs a:hover { color: var(--wb-blue); background: #f6f8fc; }
.website-tabs a.active {
    color: #fff;
    border: 0;
    background: var(--wb-blue);
    box-shadow: 0 6px 15px rgba(37, 99, 235, .24);
}

.website-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .75fr);
    gap: 20px;
    align-items: start;
}

.website-progress-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 190px;
    padding: 34px 38px;
    overflow: hidden;
    color: #fff;
    border-radius: 18px;
    background: linear-gradient(126deg, #132b58 0%, #1e57b4 62%, #2f75ed 100%);
    box-shadow: 0 18px 38px rgba(30, 74, 151, .17);
}

.website-progress-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -115px;
    width: 270px;
    height: 270px;
    border: 44px solid rgba(255, 255, 255, .075);
    border-radius: 50%;
}

.website-progress-card > * { position: relative; z-index: 1; }
.website-progress-card h2 { margin: 7px 0 10px; color: #fff; font-size: 29px; letter-spacing: -.025em; }
.website-progress-card p { max-width: 650px; margin: 0; color: #dbeafe; font-size: 15px; line-height: 1.6; }
.website-eyebrow { color: #6b7890; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.website-progress-card .website-eyebrow { color: #bfdbfe; }
.website-progress-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 112px;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .055);
    backdrop-filter: blur(6px);
}
.website-progress-count strong { display: block; font-size: 35px; line-height: 1; }
.website-progress-count span { margin-top: 7px; color: #dbeafe; font-size: 11px; font-weight: 700; }

.website-checklist {
    gap: 9px;
    padding: 18px;
    border: 1px solid var(--wb-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .055);
}

.website-check {
    min-height: 54px;
    padding: 0 13px;
    border-color: transparent;
    border-radius: 10px;
    background: #f7f9fc;
    font-size: 14px;
    font-weight: 700;
}
.website-check:hover { color: var(--wb-blue); background: var(--wb-blue-soft); transform: translateX(2px); }
.website-check.done { color: #155e3c; border-color: transparent; background: #effaf4; }
.website-check:not(.done) > :first-child { color: #94a3b8; }

.website-info-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.website-info-card {
    position: relative;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--wb-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .04);
}
.website-info-card > .na-icon { width: 36px; height: 36px; padding: 8px; color: var(--wb-blue); border-radius: 10px; background: var(--wb-blue-soft); }
.website-info-card h3 { margin: 16px 0 4px; color: var(--wb-ink); font-size: 15px; }
.website-info-card p { min-height: 38px; margin: 0 0 13px; overflow: hidden; color: var(--wb-muted); font-size: 13px; line-height: 1.45; overflow-wrap: anywhere; }
.website-info-card a { color: var(--wb-blue); font-size: 13px; font-weight: 800; text-decoration: none; }

.website-template-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.website-template-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 305px;
    padding: 0 0 18px;
    border: 1px solid var(--wb-line);
    border-radius: 17px;
    box-shadow: 0 7px 24px rgba(15, 23, 42, .055);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.website-template-card:hover { transform: translateY(-2px); border-color: #aac5f7; box-shadow: 0 15px 34px rgba(15, 23, 42, .1); }
.website-template-card.selected { border: 2px solid var(--wb-blue); box-shadow: 0 0 0 4px rgba(37, 99, 235, .09), 0 15px 34px rgba(15, 23, 42, .09); }
.website-template-card > strong { margin: 17px 20px 3px; color: var(--wb-ink); font-size: 17px; }
.website-template-card > small { margin: 0 20px; color: var(--wb-muted); font-size: 13px; line-height: 1.45; }
.website-template-preview {
    position: relative;
    display: block;
    height: 215px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(115deg, rgba(7, 10, 16, .92), rgba(7, 10, 16, .28)), linear-gradient(135deg, #6b4d36, #c7a16e);
}
.website-template-preview::after { content: "DELICI"; position: absolute; left: 9%; top: 43%; color: #fff; font: 800 27px Georgia, serif; letter-spacing: .08em; }
.website-template-preview-nav { position: absolute; left: 7%; right: 7%; top: 17px; height: 18px; border-top: 5px solid rgba(255,255,255,.95); border-bottom: 2px solid rgba(255,255,255,.22); }
.website-template-preview-title { position: absolute; left: 9%; top: 59%; width: 42%; height: 5px; background: rgba(255,255,255,.66); box-shadow: 0 11px 0 rgba(255,255,255,.3); }
.website-template-preview-button { position: absolute; left: 9%; bottom: 22px; width: 92px; height: 24px; border: 1px solid rgba(255,255,255,.75); }
.website-template-preview.delici-center::after { left: 50%; transform: translateX(-50%); }
.website-template-preview.delici-center .website-template-preview-title { left: 30%; width: 40%; }
.website-template-preview.delici-center .website-template-preview-button { left: 50%; transform: translateX(-50%); }
.website-template-preview.delici-center { background: linear-gradient(rgba(23,17,13,.46),rgba(23,17,13,.7)), linear-gradient(135deg,#a57852,#e1b784); }
.website-template-preview.delici-signature { background: linear-gradient(90deg,rgba(5,14,10,.92),rgba(5,14,10,.22)), linear-gradient(135deg,#234333,#8bb197); }
.website-template-preview.delici-signature::after { font-style: italic; }
.website-template-preview.delici-video { background: linear-gradient(90deg,rgba(6,12,26,.86),rgba(6,12,26,.25)), linear-gradient(135deg,#172d54,#a06b4c); }
.website-template-preview.delici-video::before { content: "▶"; position: absolute; right: 10%; top: 44%; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; font-size: 13px; }
.website-template-selected { display: inline-flex; align-items: center; gap: 4px; z-index: 2; color: #174da7; }

.website-editor-layout {
    grid-template-columns: minmax(520px, 1.15fr) minmax(360px, .85fr);
    gap: 20px;
}
.website-pages-layout,
.website-menus-layout { grid-template-columns: 320px minmax(0, 1fr); }
.website-builder .settings-card,
.website-list-card,
.website-editor-card,
.website-domain-card {
    margin: 0;
    padding: 24px;
    border: 1px solid var(--wb-line);
    border-radius: 17px;
    box-shadow: 0 7px 24px rgba(15, 23, 42, .05);
}
.website-builder .settings-card h2 { margin: 0 0 20px; font-size: 21px; }
.website-editor-card .na-form-field { margin-bottom: 18px; }
.website-editor-card input:not([type="checkbox"]):not([type="color"]),
.website-editor-card textarea,
.website-editor-card select,
.website-domain-card input { min-height: 44px; border-radius: 9px; }
.website-editor-card textarea { min-height: 92px; }
.website-editor-image { display: block; width: 100%; max-height: 260px; margin: -3px 0 20px; object-fit: cover; border-radius: 12px; }
.website-preview-card { position: sticky; top: 18px; padding: 14px; border: 1px solid #263241; border-radius: 17px; box-shadow: 0 18px 38px rgba(15, 23, 42, .16); }
.website-preview-card-head { padding: 2px 3px 10px; margin: 0; }
.website-mini-preview { border: 1px solid rgba(255,255,255,.12); }

.website-section-head { min-height: 38px; margin-bottom: 14px; }
.website-section-head h2 { margin: 0 !important; font-size: 19px !important; }
.website-section-head h3 { margin: 0; color: var(--wb-ink); font-size: 16px; }
.website-list-row { min-height: 52px; margin-bottom: 5px; padding: 9px 11px; border: 1px solid transparent; border-radius: 9px; }
.website-list-row:hover { background: #f7f9fc; }
.website-list-row.active { color: #174da7; border-color: #bfd4fa; background: var(--wb-blue-soft); }
.website-actions,.website-form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.website-subsection { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--wb-line); }
.website-subsection .website-section-head:not(:first-child) { margin-top: 22px; }
.website-switch { padding: 12px 14px; border: 1px solid var(--wb-line); border-radius: 9px; background: #f8fafc; }

.website-domain-card { max-width: 860px; }
.website-domain-card > p { max-width: 680px; color: var(--wb-muted); line-height: 1.6; }
.website-url { margin: 18px 0; padding: 16px 18px; overflow-wrap: anywhere; color: #174da7; border: 1px solid #bfd4fa; border-radius: 11px; background: var(--wb-blue-soft); font-weight: 800; }
.website-domain-list { display: grid; gap: 8px; margin-top: 20px; }
.website-domain-list > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border: 1px solid var(--wb-line); border-radius: 10px; }
.website-publish-checks { display: grid; gap: 8px; margin: 18px 0 24px; padding: 0; list-style: none; }
.website-publish-checks li { position: relative; padding: 13px 14px 13px 43px; border: 1px solid var(--wb-line); border-radius: 10px; background: #f8fafc; }
.website-publish-checks li::before { content: "○"; position: absolute; left: 15px; top: 10px; color: #94a3b8; font-size: 21px; }
.website-publish-checks li.done { color: #155e3c; border-color: #c9ead8; background: #effaf4; }
.website-publish-checks li.done::before { content: "✓"; color: #16804d; font-weight: 900; }

@media (max-width: 1180px) {
    .website-overview { grid-template-columns: 1fr; }
    .website-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .website-editor-layout { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); }
    .website-pages-layout,.website-menus-layout { grid-template-columns: 280px minmax(0, 1fr); }
}

@media (max-width: 800px) {
    .website-builder { padding: 0 0 40px; }
    .website-builder .na-page-header-title { font-size: 26px; }
    .website-tabs { margin-left: -2px; margin-right: -2px; border-radius: 12px; }
    .website-tabs a,.website-tabs .website-tab { min-height: 38px; padding: 0 12px; }
    .website-start-card { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 30px 24px; }
    .website-start-card h2 { font-size: 28px; }
    .website-overview,.website-editor-layout,.website-pages-layout,.website-menus-layout { grid-template-columns: 1fr; }
    .website-progress-card { align-items: flex-start; min-height: 0; padding: 27px 24px; }
    .website-progress-card h2 { font-size: 24px; }
    .website-progress-count { flex-basis: 86px; width: 86px; height: 86px; }
    .website-progress-count strong { margin-bottom: -23px; font-size: 28px; }
    .website-progress-count span { margin-top: 36px; font-size: 9px; }
    .website-info-grid,.website-template-grid { grid-template-columns: 1fr; }
    .website-preview-card { position: static; order: -1; }
    .website-builder .settings-card,.website-list-card,.website-editor-card,.website-domain-card { padding: 19px; border-radius: 14px; }
}

@media (max-width: 520px) {
    .website-progress-card { display: block; }
    .website-progress-count { margin-top: 24px; }
    .website-info-grid { gap: 10px; }
    .website-template-preview { height: 178px; }
}
