:root {
    --ink: #10172d;
    --muted: #697089;
    --surface: #ffffff;
    --surface-soft: #f7f8fc;
    --line: #e7e9f1;
    --brand: #6d4aff;
    --brand-dark: #5636e8;
    --brand-soft: #eeeaff;
    --coral: #ff6c78;
    --navy: #0e1630;
    --shadow-sm: 0 10px 30px rgba(26, 34, 61, .07);
    --shadow-lg: 0 24px 70px rgba(26, 34, 61, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: "DM Sans", sans-serif; background: var(--surface); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
h1, h2, h3, h4, .brand { font-family: "Manrope", sans-serif; letter-spacing: -.035em; }
h1, h2, h3 { font-weight: 800; }
p { color: var(--muted); line-height: 1.72; }
.container { max-width: 1180px; }
.section-space { padding: 104px 0; }
.section-space-sm { padding: 72px 0 100px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--brand); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.btn { border-radius: 12px; padding: .75rem 1.15rem; font-weight: 700; }
.btn-sm { border-radius: 10px; padding: .6rem .92rem; }
.btn-lg { padding: .9rem 1.35rem; font-size: 1rem; }
.btn-brand { color: #fff; border-color: var(--brand); background: var(--brand); box-shadow: 0 8px 20px rgba(109, 74, 255, .2); }
.btn-brand:hover, .btn-brand:focus { color: #fff; border-color: var(--brand-dark); background: var(--brand-dark); transform: translateY(-1px); }
.btn-outline-brand { color: var(--brand); border: 1px solid #cfc6ff; background: #fff; }
.btn-outline-brand:hover { color: #fff; border-color: var(--brand); background: var(--brand); }
.btn-quiet { color: var(--ink); background: transparent; }
.btn-quiet:hover { color: var(--brand); }
.skip-link { position: fixed; z-index: 9999; top: -60px; left: 20px; padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* Navigation */
.site-nav { min-height: 76px; background: rgba(255, 255, 255, .9); border-bottom: 1px solid rgba(227, 229, 238, .8); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 1.28rem; font-weight: 800; letter-spacing: -.055em; }
.brand > span:last-child > span { color: var(--brand); }
.brand-mark { display: inline-grid; width: 35px; height: 35px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--brand), #9d7cff); border-radius: 11px 11px 16px 11px; box-shadow: 0 8px 20px rgba(109, 74, 255, .28); transform: rotate(-4deg); }
.brand-mark i { transform: rotate(4deg); }
.site-nav .nav-link { position: relative; padding: .65rem .85rem !important; color: #535a70; font-weight: 600; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--ink); }
.site-nav .nav-link.active::after { position: absolute; bottom: 2px; left: 50%; width: 5px; height: 5px; content: ""; background: var(--brand); border-radius: 50%; transform: translateX(-50%); }
.alert-wrap { position: fixed; z-index: 1040; top: 88px; right: 0; left: 0; pointer-events: none; }
.alert-wrap .alert { max-width: 620px; margin-left: auto; pointer-events: auto; }

/* Home hero */
.hero-section { position: relative; padding: 104px 0 48px; background: linear-gradient(145deg, #faf9ff 0%, #f3f7ff 55%, #fff7f8 100%); }
.hero-section::before { position: absolute; inset: 0; content: ""; opacity: .26; background-image: radial-gradient(#9689d8 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { top: 60px; left: -120px; width: 360px; height: 360px; background: rgba(133, 104, 255, .11); }
.hero-orb-two { right: -80px; bottom: -120px; width: 300px; height: 300px; background: rgba(255, 108, 120, .09); }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 7px 12px 7px 8px; color: #4f4869; font-size: .83rem; font-weight: 600; background: rgba(255, 255, 255, .78); border: 1px solid #e7e2fb; border-radius: 999px; }
.hero-kicker span { display: grid; width: 26px; height: 26px; color: #fff; background: var(--brand); border-radius: 50%; place-items: center; }
.hero-section h1 { margin: 0; font-size: clamp(3.2rem, 6vw, 5.65rem); line-height: .99; letter-spacing: -.075em; }
.hero-section h1 span { color: transparent; background: linear-gradient(100deg, var(--brand) 12%, #9c59e8 50%, var(--coral) 92%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 660px; margin: 26px 0 30px; color: #555e76; font-size: 1.18rem; }
.hero-search, .library-search { display: flex; align-items: center; max-width: 700px; padding: 7px; background: #fff; border: 1px solid #e2e3ed; border-radius: 16px; box-shadow: var(--shadow-sm); }
.hero-search > i, .library-search > i { margin: 0 10px 0 12px; color: #8e94a7; font-size: 1.12rem; }
.hero-search input, .library-search input { flex: 1; min-width: 0; padding: 11px 4px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.hero-search input::placeholder, .library-search input::placeholder { color: #969bad; }
.popular-searches { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; color: #81879a; font-size: .82rem; }
.popular-searches a { color: #545b70; text-decoration: none; border-bottom: 1px dotted #9ba0af; }
.hero-stack { position: relative; width: 410px; height: 445px; margin-left: auto; }
.stack-card { position: absolute; width: 330px; height: 350px; padding: 28px; background: #fff; border: 1px solid rgba(222, 220, 235, .9); border-radius: 24px; box-shadow: var(--shadow-lg); }
.stack-card-back { top: 18px; left: 72px; opacity: .45; transform: rotate(10deg); }
.stack-card-mid { top: 48px; left: 10px; opacity: .68; transform: rotate(-7deg); }
.stack-card-back span, .stack-card-mid span { display: block; width: 80%; height: 10px; margin: 20px 0; background: #eff0f5; border-radius: 10px; }
.stack-card-main { top: 36px; left: 44px; background: linear-gradient(160deg, #fff, #faf9ff); transform: rotate(2deg); }
.stack-card-main h2 { margin: 58px 0 28px; font-size: 1.65rem; line-height: 1.24; }
.mini-badge { padding: 7px 11px; color: var(--brand); font-size: .75rem; font-weight: 700; background: var(--brand-soft); border-radius: 999px; }
.prompt-lines span { display: block; width: 100%; height: 8px; margin: 12px 0; background: #e9eaf0; border-radius: 20px; }
.prompt-lines span:nth-child(2) { width: 87%; }.prompt-lines span:nth-child(3) { width: 92%; }.prompt-lines span:nth-child(4) { width: 61%; }
.mini-action { display: flex; justify-content: space-between; margin-top: 30px; padding-top: 18px; color: var(--brand); font-size: .82rem; font-weight: 700; border-top: 1px solid #ececf2; }
.rain-dot { position: absolute; width: 13px; height: 20px; background: var(--brand); border-radius: 60% 45% 60% 45%; transform: rotate(35deg); }
.dot-one { top: 6px; right: 8px; opacity: .45; }.dot-two { right: 3px; bottom: 76px; width: 9px; height: 14px; background: var(--coral); }.dot-three { bottom: 14px; left: 27px; width: 8px; height: 13px; opacity: .25; }
.trust-row { position: relative; display: flex; gap: 0; margin-top: 76px; border-top: 1px solid rgba(208, 210, 224, .65); }
.trust-row > div { display: flex; align-items: baseline; gap: 8px; padding: 28px 50px 0 0; }
.trust-row strong { font-family: "Manrope"; font-size: 1.2rem; }.trust-row span { color: #757b8e; font-size: .83rem; }

/* Shared cards */
.section-heading { max-width: 710px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3rem); }.section-heading p { margin: 0; font-size: 1.02rem; }
.text-link { color: var(--ink); font-weight: 700; text-decoration: none; white-space: nowrap; }.text-link:hover { color: var(--brand); }.text-link i { margin-left: 5px; transition: margin .2s; }.text-link:hover i { margin-left: 10px; }
.category-section { background: #fff; }
.category-card { display: flex; align-items: center; min-height: 132px; padding: 24px; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: .25s ease; }
.category-card:hover { color: var(--ink); border-color: color-mix(in srgb, var(--category-color) 42%, white); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.category-icon { display: grid; flex: 0 0 50px; width: 50px; height: 50px; margin-right: 16px; color: var(--category-color); font-size: 1.3rem; background: color-mix(in srgb, var(--category-color) 11%, white); border-radius: 15px; place-items: center; }
.category-content { display: flex; flex: 1; flex-direction: column; }.category-content strong { margin-bottom: 5px; font-family: "Manrope"; font-size: 1rem; }.category-content small { color: var(--muted); line-height: 1.45; }
.category-count { display: flex; flex-direction: column; align-items: center; gap: 5px; margin-left: 12px; color: #9ca1b1; font-size: .75rem; }.category-count i { font-size: 1rem; }
.featured-section { background: var(--surface-soft); }
.prompt-card { position: relative; display: flex; min-height: 360px; padding: 25px; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 19px; transition: .25s ease; }
.prompt-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ""; opacity: 0; background: var(--accent); transition: opacity .25s; }
.prompt-card:hover { border-color: #dadce7; box-shadow: 0 18px 45px rgba(26, 34, 61, .1); transform: translateY(-5px); }.prompt-card:hover::before { opacity: 1; }
.card-link { position: absolute; z-index: 1; inset: 0; }
.prompt-icon { display: grid; width: 46px; height: 46px; color: var(--accent); font-size: 1.2rem; background: color-mix(in srgb, var(--accent) 11%, white); border-radius: 14px; place-items: center; }
.bookmark-btn { position: relative; z-index: 3; display: grid; width: 38px; height: 38px; padding: 0; color: #9298aa; background: transparent; border: 0; border-radius: 10px; place-items: center; }.bookmark-btn:hover { color: var(--accent); background: #f7f7fa; }.bookmark-btn.saved { color: var(--accent); }.bookmark-btn.saved i::before { content: "\f199"; }
.prompt-card-body { margin: 32px 0 24px; }.category-label { position: relative; z-index: 3; display: inline-block; margin-bottom: 10px; color: var(--accent, var(--brand)); font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }.prompt-card h3 { margin-bottom: 12px; font-size: 1.24rem; line-height: 1.35; }.prompt-card p { margin: 0; font-size: .92rem; line-height: 1.65; }
.prompt-card-footer { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; color: #8b91a3; font-size: .75rem; border-top: 1px solid #eff0f4; }.view-prompt { color: var(--ink); font-weight: 700; }.view-prompt i { color: var(--accent); }

/* How and guides */
.how-section { padding-bottom: 70px; }.how-panel { position: relative; overflow: hidden; padding: 70px; color: #fff; background: var(--navy); border-radius: 28px; }
.how-panel::before { position: absolute; top: -190px; right: -130px; width: 480px; height: 480px; content: ""; background: radial-gradient(circle, rgba(109, 74, 255, .42), transparent 68%); }.how-panel h2 { max-width: 430px; margin-bottom: 18px; font-size: 2.6rem; }.how-panel p { max-width: 440px; margin-bottom: 28px; color: #aeb5ca; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.step-card { position: relative; min-height: 240px; padding: 24px 20px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 17px; }.step-card > span { position: absolute; top: 15px; right: 17px; color: rgba(255, 255, 255, .18); font-family: "Manrope"; font-size: 1.6rem; font-weight: 800; }.step-card > i { display: grid; width: 42px; height: 42px; margin-bottom: 55px; color: #fff; background: var(--brand); border-radius: 12px; place-items: center; }.step-card h3 { font-size: 1rem; }.step-card p { margin: 0; font-size: .82rem; line-height: 1.5; }
.guide-preview-section { padding-top: 70px; }
.guide-card { display: flex; height: 100%; color: var(--ink); text-decoration: none; overflow: hidden; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; transition: .25s; }.guide-card:hover { color: var(--ink); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.guide-card-featured { display: grid; grid-template-columns: 44% 56%; }.guide-visual { position: relative; display: flex; min-height: 180px; align-items: center; justify-content: center; overflow: hidden; color: #fff; background: linear-gradient(135deg, #7652ff, #b26ae8); }.guide-visual::after { position: absolute; width: 130px; height: 130px; content: ""; border: 26px solid rgba(255, 255, 255, .12); border-radius: 50%; }.guide-visual > span { position: absolute; top: 15px; left: 18px; color: rgba(255, 255, 255, .55); font-family: "Manrope"; font-weight: 800; }.guide-visual > i { z-index: 1; font-size: 2.1rem; }.guide-visual-2 { background: linear-gradient(135deg, #ff6c78, #f7a45e); }.guide-visual-3 { background: linear-gradient(135deg, #13b8a6, #4e8fd8); }
.guide-card-content { display: flex; padding: 25px; flex: 1; flex-direction: column; }.guide-meta { display: block; margin-bottom: 12px; color: var(--brand); font-size: .72rem; font-weight: 700; text-transform: uppercase; }.guide-card h3 { font-size: 1.16rem; line-height: 1.35; }.guide-card p { font-size: .86rem; }.read-more { margin-top: auto; color: var(--ink); font-size: .82rem; font-weight: 700; }.read-more i { color: var(--brand); }

/* Interior headers */
.page-hero { padding: 86px 0 76px; text-align: center; background: linear-gradient(145deg, #faf9ff, #f5f7ff); }.page-hero h1 { margin: 4px 0 16px; font-size: clamp(2.6rem, 5vw, 4.4rem); }.page-hero p { max-width: 650px; margin: 0 auto; font-size: 1.1rem; }.page-hero-library { padding-bottom: 0; }.library-search { position: relative; bottom: -34px; margin-top: 32px; text-align: left; }
.filter-row { display: flex; gap: 9px; margin: 10px 0 44px; padding-bottom: 6px; overflow-x: auto; }.filter-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; color: #62697c; font-size: .84rem; font-weight: 600; text-decoration: none; white-space: nowrap; background: #fff; border: 1px solid var(--line); border-radius: 999px; }.filter-pill:hover, .filter-pill.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.results-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }.results-heading h2 { margin: 0; font-size: 1.7rem; }.results-heading p { margin: 5px 0 0; font-size: .85rem; }.saved-toggle { color: #61687b; font-size: .85rem; }.saved-toggle .form-check-input:checked { background-color: var(--brand); border-color: var(--brand); }
.empty-state { padding: 80px 20px; text-align: center; background: var(--surface-soft); border: 1px dashed #d8dae4; border-radius: 22px; }.empty-state > i { display: block; margin-bottom: 15px; color: var(--brand); font-size: 2.5rem; }.empty-state h3 { font-size: 1.4rem; }.empty-state p { margin-bottom: 25px; }
.category-hero { padding: 60px 0 72px; text-align: center; background: linear-gradient(180deg, color-mix(in srgb, var(--category-color) 8%, white), #fff); }.breadcrumb { margin-bottom: 38px; color: #8a90a2; font-size: .8rem; }.breadcrumb a { color: #697084; text-decoration: none; }.category-hero .breadcrumb { justify-content: center; }.category-hero-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 20px; color: var(--category-color); font-size: 1.8rem; background: color-mix(in srgb, var(--category-color) 12%, white); border: 1px solid color-mix(in srgb, var(--category-color) 18%, white); border-radius: 22px; place-items: center; }.category-hero h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); }.category-hero p { max-width: 550px; margin: 12px auto 20px; font-size: 1.1rem; }.result-badge { display: inline-block; padding: 7px 12px; color: var(--category-color); font-size: .76rem; font-weight: 700; background: color-mix(in srgb, var(--category-color) 9%, white); border-radius: 999px; }.browse-strip { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 64px; padding: 36px 42px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 22px; }.browse-strip h2 { margin: 0; font-size: 1.7rem; }

/* Prompt detail */
.detail-hero { padding: 40px 0 65px; background: linear-gradient(145deg, color-mix(in srgb, var(--detail-accent) 8%, white), #fff); }.detail-hero .breadcrumb { margin-bottom: 44px; }.detail-icon { display: inline-grid; width: 50px; height: 50px; margin-right: 13px; color: var(--detail-accent); font-size: 1.25rem; vertical-align: middle; background: color-mix(in srgb, var(--detail-accent) 13%, white); border-radius: 15px; place-items: center; }.detail-hero .category-label { color: var(--detail-accent); }.detail-hero h1 { max-width: 780px; margin: 17px 0 16px; font-size: clamp(2.5rem, 5vw, 4.1rem); }.detail-hero p { max-width: 760px; margin: 0; font-size: 1.08rem; }.detail-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.detail-stats > span { display: flex; min-height: 125px; padding: 18px; flex-direction: column; justify-content: end; background: rgba(255, 255, 255, .78); border: 1px solid color-mix(in srgb, var(--detail-accent) 14%, white); border-radius: 17px; }.detail-stats i { margin-bottom: auto; color: var(--detail-accent); }.detail-stats strong { font-family: "Manrope"; font-size: 1.2rem; }.detail-stats small { color: var(--muted); font-size: .72rem; }
.prompt-box { overflow: hidden; background: #10172d; border-radius: 20px; box-shadow: var(--shadow-lg); }.prompt-box-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; color: #fff; background: rgba(255, 255, 255, .05); border-bottom: 1px solid rgba(255, 255, 255, .09); }.prompt-box-head > div { display: flex; align-items: center; gap: 9px; }.prompt-box-head small { color: #8f97b1; }.status-dot { width: 8px; height: 8px; background: #66d5a6; border-radius: 50%; box-shadow: 0 0 0 5px rgba(102, 213, 166, .1); }.btn-copy { color: #fff; font-size: .8rem; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .1); }.btn-copy:hover { color: #fff; background: var(--brand); }.prompt-box pre { margin: 0; padding: 28px; color: #dce1f3; font: .9rem/1.8 "DM Sans", sans-serif; white-space: pre-wrap; }
.tip-panel { display: flex; gap: 15px; margin: 22px 0 55px; padding: 18px 20px; background: #fff9e9; border: 1px solid #f5e5b6; border-radius: 14px; }.tip-panel > i { color: #d49a19; font-size: 1.25rem; }.tip-panel strong { display: block; margin-bottom: 3px; }.tip-panel p { margin: 0; font-size: .85rem; }.tip-panel p span { color: #8d6810; font-weight: 700; }
.content-block h2 { margin-bottom: 24px; font-size: 2rem; }.instruction-list { padding: 0; list-style: none; }.instruction-list li { display: flex; gap: 18px; margin-bottom: 13px; padding: 19px; align-items: center; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 14px; }.instruction-list li span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; color: var(--brand); font-weight: 700; background: var(--brand-soft); border-radius: 10px; place-items: center; }.instruction-list p { margin: 0; }
.side-card { top: 100px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); }.side-card h2 { font-size: 1.5rem; }.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 6px; }.tag-list span { padding: 7px 10px; color: #666d81; font-size: .75rem; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 8px; }.side-card hr { margin: 24px 0; border-color: var(--line); opacity: 1; }.share-row { display: flex; align-items: center; gap: 9px; margin-top: 38px; color: var(--muted); font-size: .8rem; }.share-btn { display: grid; width: 36px; height: 36px; padding: 0; color: #62697c; text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 10px; place-items: center; }.share-btn:hover { color: #fff; background: var(--brand); border-color: var(--brand); }.related-section { padding: 90px 0; background: var(--surface-soft); }

/* Guides and articles */
.page-hero-guides, .page-hero-about, .page-hero-form { background: linear-gradient(135deg, #f7f5ff, #f5f9ff 60%, #fff7f8); }.guide-list-card { display: flex; height: 100%; min-height: 280px; padding: 42px; gap: 32px; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 22px; transition: .25s; }.guide-list-card:hover { color: var(--ink); border-color: #d8d2f5; box-shadow: var(--shadow-sm); transform: translateY(-4px); }.guide-list-featured { min-height: 350px; padding: 58px; background: linear-gradient(135deg, #111a36, #252050); border: 0; }.guide-list-featured, .guide-list-featured:hover { color: #fff; }.guide-list-featured p { max-width: 700px; color: #b7bed1; }.guide-list-featured .guide-meta, .guide-list-featured .read-more { color: #c8bbff; }.guide-number { color: #c9c1f8; font-family: "Manrope"; font-size: 2rem; font-weight: 800; opacity: .55; }.guide-list-card h2 { max-width: 700px; font-size: clamp(1.6rem, 3vw, 2.7rem); }.guide-list-card p { max-width: 720px; }
.article-hero { padding: 60px 0 78px; text-align: center; background: linear-gradient(145deg, #faf9ff, #f5f8ff); }.article-hero-inner { max-width: 880px; margin: 0 auto; }.article-hero h1 { margin: 5px 0 20px; font-size: clamp(2.7rem, 6vw, 4.8rem); }.article-hero p { max-width: 720px; margin: 0 auto; font-size: 1.12rem; }.article-meta { display: flex; justify-content: center; gap: 24px; margin-top: 28px; color: #7a8092; font-size: .82rem; }.article-meta span { display: flex; align-items: center; gap: 7px; }.article-content { padding: 78px 0 100px; }.article-prose { max-width: 760px; margin: 0 auto; }.article-prose > p { margin-bottom: 24px; color: #4f576d; font-size: 1.03rem; line-height: 1.85; }.article-prose .article-intro { padding-bottom: 30px; color: var(--ink); font-size: 1.24rem; line-height: 1.75; border-bottom: 1px solid var(--line); }.article-prose h2 { margin: 50px 0 15px; font-size: 1.85rem; }.article-callout { display: flex; gap: 18px; margin-top: 50px; padding: 28px; background: var(--brand-soft); border-radius: 18px; }.article-callout > i { color: var(--brand); font-size: 1.6rem; }.article-callout p { margin: 5px 0 8px; }.article-callout a { color: var(--brand); font-weight: 700; text-decoration: none; }

/* About, forms and legal */
.about-copy h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3.2rem); }.about-copy p { font-size: 1.05rem; }.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.value-card { min-height: 200px; padding: 25px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 18px; }.value-card i { display: grid; width: 42px; height: 42px; margin-bottom: 27px; color: var(--brand); background: var(--brand-soft); border-radius: 12px; place-items: center; }.value-card h3 { font-size: 1.1rem; }.value-card p { margin: 0; font-size: .86rem; }.manifesto-section { padding: 0 0 100px; }.manifesto { position: relative; padding: 75px; text-align: center; color: #fff; overflow: hidden; background: var(--navy); border-radius: 28px; }.manifesto > i { color: #8c72ff; font-size: 2.5rem; }.manifesto blockquote { max-width: 850px; margin: 18px auto 30px; font-family: "Manrope"; font-size: clamp(1.7rem, 4vw, 3rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.35; }
.form-card { padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }.form-label { margin-bottom: 8px; color: var(--ink); font-weight: 700; }.form-control, .form-select { min-height: 50px; padding: .75rem .9rem; border-color: #dfe1ea; border-radius: 11px; }.form-control:focus, .form-select:focus { border-color: #9d88ff; box-shadow: 0 0 0 .22rem rgba(109, 74, 255, .11); }.form-text { color: #8a90a2; font-size: .75rem; }.submission-guide, .contact-side { padding: 35px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 22px; }.submission-guide h2, .contact-side h2 { margin-bottom: 24px; font-size: 1.7rem; }.submission-guide ul { padding: 0; list-style: none; }.submission-guide li { display: flex; gap: 13px; margin-bottom: 19px; }.submission-guide li > i { display: grid; flex: 0 0 28px; width: 28px; height: 28px; color: #0e9a7c; background: #dcf7f0; border-radius: 50%; place-items: center; }.submission-guide li span { display: flex; flex-direction: column; color: var(--muted); font-size: .86rem; }.submission-guide li strong { color: var(--ink); font-size: .96rem; }.contact-side { display: grid; gap: 24px; }.contact-icon { display: grid; width: 52px; height: 52px; margin-bottom: 22px; color: var(--brand); font-size: 1.3rem; background: var(--brand-soft); border-radius: 15px; place-items: center; }.contact-side p { margin: 5px 0; }.contact-side a { color: var(--brand); font-weight: 700; text-decoration: none; }
.legal-hero { padding: 74px 0 55px; text-align: center; background: var(--surface-soft); }.legal-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); }.legal-hero p { margin: 0; }.legal-content { padding: 70px 0 100px; }.legal-prose { max-width: 780px; margin: 0 auto; }.legal-prose p { line-height: 1.85; }.legal-prose h2 { margin: 42px 0 14px; font-size: 1.45rem; }.legal-prose a { color: var(--brand); }.not-found { min-height: 67vh; padding: 100px 0; }.not-found-mark { position: relative; width: 130px; margin: 0 auto 25px; color: var(--brand); font-size: 5rem; }.not-found-mark span { position: absolute; right: -12px; bottom: 4px; padding: 4px 8px; color: #fff; font-size: .75rem; font-weight: 700; background: var(--coral); border-radius: 999px; }.not-found h1 { font-size: 3rem; }.not-found p { margin-bottom: 28px; }

/* Footer */
.site-footer { padding: 0 0 28px; color: #fff; background: var(--navy); }
.footer-cta { position: relative; top: -1px; display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 56px 0; border-bottom: 1px solid rgba(255, 255, 255, .11); }.footer-cta h2 { margin-bottom: 8px; font-size: 2.2rem; }.footer-cta p { margin: 0; color: #aeb5c9; }.newsletter-form { display: flex; flex: 0 0 430px; gap: 8px; }.newsletter-form .form-control { color: #fff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .14); }.newsletter-form .form-control::placeholder { color: #9299ad; }.footer-main { padding: 55px 0 45px; }.brand-footer { color: #fff; }.footer-note { max-width: 380px; margin-top: 20px; color: #9da4b9; }.footer-main h3 { margin-bottom: 15px; color: #8f96aa; font-family: "DM Sans"; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }.footer-main .col-6 a { display: block; margin: 10px 0; color: #d6d9e4; font-size: .87rem; text-decoration: none; }.footer-main .col-6 a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #747c94; font-size: .76rem; border-top: 1px solid rgba(255, 255, 255, .09); }.back-to-top { position: fixed; z-index: 100; right: 22px; bottom: 22px; display: grid; width: 42px; height: 42px; padding: 0; color: #fff; pointer-events: none; opacity: 0; background: var(--brand); border: 0; border-radius: 12px; box-shadow: 0 8px 25px rgba(37, 27, 83, .25); place-items: center; transition: .2s; }.back-to-top.visible { pointer-events: auto; opacity: 1; }

.captcha-field { padding: 16px 18px; background: #f8f7ff; border: 1px solid #e4dfff; border-radius: 14px; }
.captcha-field .form-label { color: #403768; }
.captcha-field .form-control { max-width: 150px; background: #fff; }

@media (max-width: 991.98px) {
    .section-space { padding: 78px 0; }.section-space-sm { padding: 62px 0 82px; }
    .site-nav .navbar-collapse { padding: 18px 0 8px; }.site-nav .nav-link.active::after { display: none; }
    .hero-section { padding-top: 75px; }.trust-row { margin-top: 58px; }.how-panel { padding: 50px 35px; }.steps-grid { margin-top: 10px; }
    .guide-card-featured { display: flex; }.guide-card-featured .guide-visual { min-height: 210px; }
    .detail-stats { margin-top: 10px; }.side-card { position: static !important; }
    .footer-cta { align-items: flex-start; flex-direction: column; }.newsletter-form { width: 100%; flex: auto; }
}

@media (max-width: 767.98px) {
    .hero-section { padding: 58px 0 35px; }.hero-section h1 { font-size: 3.25rem; }.hero-lead { font-size: 1rem; }
    .hero-search, .library-search { padding: 6px; }.hero-search button, .library-search button { padding: .72rem .85rem; font-size: .82rem; }.hero-search > i, .library-search > i { margin-left: 8px; }.hero-search input, .library-search input { width: 100px; font-size: .85rem; }
    .trust-row { flex-wrap: wrap; }.trust-row > div { width: 50%; padding-right: 20px; }.trust-row > div:last-child { width: 100%; }
    .section-heading { margin-bottom: 30px; }.section-heading h2 { font-size: 2.15rem; }
    .how-panel { padding: 40px 22px; border-radius: 21px; }.how-panel h2 { font-size: 2rem; }.steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 155px; }.step-card > i { margin-bottom: 24px; }
    .page-hero { padding: 65px 0 55px; }.page-hero-library { padding-bottom: 0; }.filter-row { margin-top: 0; }.results-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
    .detail-hero { padding-bottom: 48px; }.detail-hero .breadcrumb { margin-bottom: 30px; }.detail-hero h1 { font-size: 2.5rem; }.detail-stats > span { min-height: 110px; }.prompt-box pre { padding: 22px 18px; font-size: .82rem; }.prompt-box-head small { display: none; }.content-block h2 { font-size: 1.7rem; }
    .browse-strip { padding: 28px; align-items: flex-start; flex-direction: column; }
    .guide-list-card, .guide-list-featured { min-height: auto; padding: 28px; gap: 18px; }.guide-number { font-size: 1.4rem; }.guide-list-card h2 { font-size: 1.6rem; }
    .article-hero { padding: 45px 0 60px; }.article-meta { flex-wrap: wrap; }.article-content { padding: 60px 0 80px; }.article-prose .article-intro { font-size: 1.08rem; }.article-prose h2 { font-size: 1.55rem; }.article-callout { padding: 22px; }
    .values-grid { grid-template-columns: 1fr; }.value-card { min-height: 170px; }.manifesto { padding: 48px 24px; }.form-card { padding: 25px; }.submission-guide, .contact-side { padding: 27px; }
    .footer-cta { padding: 48px 0; }.footer-cta h2 { font-size: 1.8rem; }.newsletter-form { flex-direction: column; }.footer-bottom { gap: 8px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
