﻿/* Startup Kit main portal layout */

.startupkit-portal {
    --sk-bg: #f6f8fc;
    --sk-paper: rgba(255, 255, 255, 0.94);
    --sk-paper-strong: #ffffff;
    --sk-ink: #111827;
    --sk-muted: #4b5563;
    --sk-line: #e5e7eb;
    --sk-green: #2f6bff;
    --sk-green-deep: #2456d6;
    --sk-lemon: #dbeafe;
    --sk-navy: #162033;
    --sk-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 42px 0 90px;
    color: var(--sk-ink);
    overflow: hidden;
}

.startupkit-portal::before,
.startupkit-portal::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.startupkit-portal::before {
    background:
        linear-gradient(180deg, rgba(246, 248, 252, 0.98) 0%, rgba(255, 255, 255, 0.99) 100%);
}

.startupkit-portal::after {
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: min(1720px, calc(100vw - 40px));
    transform: translateX(-50%);
    border: 1px solid rgba(229, 231, 235, 0.85);
    border-radius: 24px;
}

.startupkit-portal * {
    box-sizing: border-box;
    word-break: keep-all;
}

.startupkit-portal a {
    color: inherit;
    text-decoration: none;
}

body:has(.startupkit-naver-home) #header {
    background: #f6f8fc !important;
    box-shadow: none !important;
}

body:has(.startupkit-naver-home) #header .gnb_wrap {
    background: #f6f8fc !important;
}

body:has(.startupkit-naver-home) #contents_wrap {
    background: #f6f8fc;
}

body:has(.startupkit-naver-home) #header .gnb_wrap .inner {
    background: #f6f8fc !important;
    padding-bottom: 0 !important;
}

body:has(.startupkit-naver-home) #header .logo_wrap {
    display: none !important;
}

body:has(.startupkit-naver-home) #header .rows_gnb_wrap {
    margin-top: 0;
    padding: 10px 0 12px;
    border-top: 0;
    border-bottom: 0;
    background: #f6f8fc;
}

body:has(.startupkit-naver-home) #header .row_gnbs .cbp-hrmenu > ul {
    display: flex;
    justify-content: center;
    gap: 8px 28px;
}

body:has(.startupkit-naver-home) #header .row_gnbs .cbp-hrmenu > ul > li {
    padding-right: 0;
}

body:has(.startupkit-naver-home) .startupkit-portal {
    margin-top: -1px;
    padding-top: 0;
}

body:has(.startupkit-naver-home) .startupkit-portal::before {
    background:
        linear-gradient(180deg, rgba(246, 248, 252, 1) 0%, rgba(246, 248, 252, 0.98) 18%, rgba(255, 255, 255, 0.99) 100%);
}

body:has(.startupkit-naver-home) .startupkit-portal::after {
    top: 0;
    border-top: 0;
}

.rb-startupkit-module-zone:not(:empty) {
    margin-top: 36px;
}

.startupkit-portal > section {
    position: relative;
    z-index: 1;
    width: min(1660px, calc(100vw - 72px));
    margin-left: auto;
    margin-right: auto;
}

.startupkit-naver-home {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.startupkit-naver-search {
    display: grid;
    grid-template-columns: auto minmax(0, 680px);
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 2px 0 0;
}

.startupkit-naver-logo {
    color: #2f6bff !important;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.startupkit-naver-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    align-items: center;
    min-height: 54px;
    padding: 5px;
    border: 2px solid #2f6bff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(47, 107, 255, 0.12);
}

.startupkit-naver-search-form input[type="text"] {
    width: 100%;
    height: 42px;
    padding: 0 16px;
    border: 0;
    background: #fff;
    color: #111827;
    font-size: 15px;
}

.startupkit-naver-search-form input[type="text"]::placeholder {
    color: #8a94a6;
}

.startupkit-naver-search-form button {
    height: 42px;
    border: 0;
    border-radius: 8px;
    background: #2f6bff;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-portal-quick {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid #e6eaf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.startupkit-portal-quick a {
    display: grid;
    justify-items: center;
    gap: 6px;
    min-height: 68px;
    padding: 8px 5px;
    border-radius: 10px;
    color: #1f2937;
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.startupkit-portal-quick a:hover {
    transform: translateY(-2px);
    background: #f5f8ff;
}

.startupkit-portal-quick span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: #eef4ff;
    color: #2f6bff;
    font-size: 10px;
    font-weight: 900;
}

.startupkit-portal-quick strong {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.startupkit-connect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.startupkit-connect-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 172px;
    gap: 18px 20px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid #dbe5f3;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 52%, #eef4ff 100%);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.startupkit-connect-banner-npay {
    border-color: #d7e6d8;
    background: linear-gradient(135deg, #ffffff 0%, #f6fcf7 48%, #effaf1 100%);
}

.startupkit-connect-banner-toss {
    border-color: #dbe5f3;
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 52%, #eef4ff 100%);
}

.startupkit-connect-banner-copy span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #2f6bff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.startupkit-connect-banner-copy strong {
    display: block;
    color: #111827;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
}

.startupkit-connect-banner-copy p {
    max-width: 780px;
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.startupkit-connect-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.startupkit-connect-points b {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dfe7f5;
    color: #2456d6;
    font-size: 12px;
    font-weight: 800;
}

.startupkit-connect-banner-visual {
    grid-row: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.startupkit-connect-banner-visual img {
    display: block;
    width: 100%;
    max-width: 172px;
    height: auto;
}

.startupkit-connect-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.startupkit-connect-banner-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
}

.startupkit-connect-banner-actions a:first-child {
    border: 1px solid #cfe0ff;
    background: #fff;
    color: #2456d6;
}

.startupkit-connect-banner-actions a:last-child {
    background: #2f6bff;
    color: #fff;
}

.startupkit-connect-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 340px;
    gap: 22px;
    align-items: center;
    padding: 26px;
    border: 1px solid #e4ebf5;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 55%, #f2f7ff 100%);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}

.startupkit-connect-detail-hero-npay {
    background: linear-gradient(135deg, #ffffff 0%, #f7fcf8 52%, #f0faf3 100%);
    border-color: #dcecdf;
}

.startupkit-connect-detail-copy span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2f6bff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.startupkit-connect-detail-copy strong {
    display: block;
    color: #111827;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.startupkit-connect-detail-copy p {
    margin: 12px 0 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.startupkit-connect-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.startupkit-connect-detail-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    background: #2f6bff;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.startupkit-connect-detail-actions a:last-child {
    background: #fff;
    color: #2456d6;
    border: 1px solid #d9e5fb;
}

.startupkit-connect-detail-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.startupkit-connect-detail-visual img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    border-radius: 18px;
}

.startupkit-connect-detail-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.startupkit-connect-detail-list li {
    position: relative;
    padding-left: 20px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.startupkit-connect-detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f6bff, #8bb6ff);
}

.startupkit-connect-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.startupkit-connect-flow div {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e5eaf3;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
}

.startupkit-connect-flow b {
    display: block;
    margin-bottom: 8px;
    color: #2456d6;
    font-size: 13px;
    font-weight: 900;
}

.startupkit-connect-flow span {
    display: block;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
}

.startupkit-portal-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 14px;
    align-items: stretch;
}

.startupkit-portal-main {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 14px;
}

.startupkit-portal-card,
.startupkit-portal-news {
    border: 1px solid #e6eaf2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.startupkit-portal-card {
    padding: 20px;
}

.startupkit-portal-card-primary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 246px;
    background:
        linear-gradient(135deg, rgba(47, 107, 255, 0.94) 0%, rgba(29, 78, 216, 0.94) 100%),
        #2f6bff;
    color: #fff;
}

.startupkit-portal-card-primary span,
.startupkit-my-store span {
    display: inline-flex;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.startupkit-portal-card-primary h2 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.22;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.startupkit-portal-card-primary p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
}

.startupkit-portal-card-primary > a,
.startupkit-my-store > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 8px;
    background: #fff;
    color: #2456d6;
    font-size: 14px;
    font-weight: 900;
}

.startupkit-portal-news {
    padding: 16px;
}

.startupkit-portal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.startupkit-portal-head h3 {
    margin: 0;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.startupkit-portal-head a {
    color: #2f6bff;
    font-size: 13px;
    font-weight: 800;
}

.startupkit-portal-news > a {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    padding: 11px 0;
    border-top: 1px solid #edf0f5;
}

.startupkit-portal-news > a:first-of-type {
    border-top: 0;
}

.startupkit-portal-news b {
    color: #2f6bff;
    font-size: 13px;
    font-weight: 900;
}

.startupkit-portal-news span,
.startupkit-my-store p,
.startupkit-portal-rank a {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.startupkit-portal-side {
    display: grid;
    gap: 14px;
}

.startupkit-my-store {
    min-height: 142px;
    background: linear-gradient(135deg, #162033 0%, #26364f 100%);
    color: #fff;
}

.startupkit-my-store h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
}

.startupkit-my-store p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.72);
}

.startupkit-portal-rank {
    padding-bottom: 12px;
}

.startupkit-portal-rank ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: startupkit-rank;
}

.startupkit-portal-rank li {
    counter-increment: startupkit-rank;
    border-top: 1px solid #edf0f5;
}

.startupkit-portal-rank li:first-child {
    border-top: 0;
}

.startupkit-portal-rank a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 36px;
    font-weight: 800;
}

.startupkit-portal-rank a::before {
    content: counter(startupkit-rank);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #eef4ff;
    color: #2f6bff;
    font-size: 12px;
    font-weight: 900;
}

.startupkit-animate {
    animation: startupkit-rise 0.7s ease both;
}

.startupkit-hero,
.startupkit-briefing,
.startupkit-community {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 24px;
    margin-bottom: 24px;
}

.startupkit-hero-main,
.startupkit-panel,
.startupkit-service-card,
.startupkit-brief-card,
.startupkit-tool-card,
.startupkit-question-card,
.startupkit-live-card,
.startupkit-notice-card,
.startupkit-metric-card,
.startupkit-case-card,
.startupkit-cta {
    border: 1px solid var(--sk-line);
    box-shadow: var(--sk-shadow);
}

.startupkit-service-card,
.startupkit-brief-card,
.startupkit-tool-card,
.startupkit-metric-card,
.startupkit-notice-card,
.startupkit-question-card,
.startupkit-live-card,
.startupkit-case-card,
.startupkit-checklist-link,
.startupkit-mini-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.startupkit-hero-main {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 46px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f5f8ff 48%, #eef4ff 100%);
}

.startupkit-hero-main::before,
.startupkit-hero-main::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    opacity: 0.7;
}

.startupkit-hero-main::before {
    width: 240px;
    height: 240px;
    right: -50px;
    bottom: 56px;
    background: radial-gradient(circle, rgba(47, 107, 255, 0.16), rgba(47, 107, 255, 0));
}

.startupkit-hero-main::after {
    width: 160px;
    height: 160px;
    right: 190px;
    top: -30px;
    background: radial-gradient(circle, rgba(16, 38, 58, 0.12), rgba(16, 38, 58, 0));
}

.startupkit-eyebrow,
.startupkit-section-title p,
.startupkit-panel-head span,
.startupkit-cta p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--sk-green-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.startupkit-eyebrow::before,
.startupkit-section-title p::before,
.startupkit-panel-head span::before,
.startupkit-cta p::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sk-green), #7aa2ff);
    box-shadow: 0 0 0 6px rgba(47, 107, 255, 0.1);
}

.startupkit-hero-title {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
    font-size: clamp(50px, 6vw, 92px);
    line-height: 0.96;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.startupkit-hero-title span {
    max-width: 700px;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.28;
    letter-spacing: -0.04em;
    color: rgba(17, 24, 39, 0.92);
    font-weight: 700;
}

.startupkit-hero-desc {
    max-width: 680px;
    margin-bottom: 30px;
    color: var(--sk-muted);
    font-size: 18px;
    line-height: 1.8;
}

.startupkit-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 14px;
    margin-bottom: 18px;
    border-radius: 24px;
    border: 1px solid rgba(47, 107, 255, 0.16);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
}

.startupkit-search input[type="text"] {
    width: 100%;
    height: 58px;
    padding: 0 22px;
    border: 0;
    border-radius: 18px;
    background: #f6f8fc;
    color: var(--sk-ink);
    font-size: 16px;
}

.startupkit-search input[type="text"]::placeholder {
    color: #799082;
}

.startupkit-search button {
    min-width: 146px;
    height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--sk-green) 0%, var(--sk-green-deep) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.startupkit-search button:hover,
.startupkit-btn:hover,
.startupkit-service-card:hover,
.startupkit-brief-card:hover,
.startupkit-tool-card:hover,
.startupkit-question-card:hover,
.startupkit-live-card:hover,
.startupkit-notice-card:hover,
.startupkit-metric-card:hover,
.startupkit-case-card:hover {
    transform: translateY(-4px);
}

.startupkit-search button:hover {
    box-shadow: 0 18px 32px rgba(15, 140, 83, 0.22);
}

.startupkit-keywords,
.startupkit-hero-actions,
.startupkit-mini-list,
.startupkit-case-list,
.startupkit-question-list,
.startupkit-checklist,
.startupkit-schedule {
    margin: 0;
    padding: 0;
    list-style: none;
}

.startupkit-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.startupkit-keywords a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(229, 231, 235, 0.9);
    color: #31443a;
    font-size: 14px;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.startupkit-keywords a:hover {
    transform: translateY(-2px);
    background: #fff;
    border-color: rgba(47, 107, 255, 0.25);
}

.startupkit-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.startupkit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.startupkit-btn-primary {
    background: var(--sk-navy);
    color: #fff;
}

.startupkit-btn-secondary {
    background: rgba(255, 255, 255, 0.72);
    color: var(--sk-navy);
}

.startupkit-hero-side {
    display: grid;
    gap: 24px;
}

.startupkit-hero-visual {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    border: 1px solid var(--sk-line);
    border-radius: 30px;
    box-shadow: var(--sk-shadow);
    background: linear-gradient(135deg, #dff3e7 0%, #f2f8ff 100%);
}

.startupkit-hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.startupkit-hero-visual-copy {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(16, 38, 58, 0.18) 0%, rgba(16, 38, 58, 0.86) 100%);
    color: #fff;
    backdrop-filter: blur(12px);
}

.startupkit-hero-visual-copy strong {
    font-size: 24px;
    line-height: 1.1;
}

.startupkit-hero-visual-copy span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
}

.startupkit-panel {
    padding: 28px;
    border-radius: 28px;
    background: var(--sk-paper);
    backdrop-filter: blur(14px);
}

.startupkit-panel-strong {
    background: linear-gradient(180deg, #162033 0%, #243858 100%);
    color: #fff;
}

.startupkit-panel-strong .startupkit-panel-head p,
.startupkit-panel-dark .startupkit-panel-head p {
    color: #fff;
}

.startupkit-panel-strong .startupkit-panel-head span,
.startupkit-panel-dark .startupkit-panel-head span {
    color: rgba(255, 255, 255, 0.65);
}

.startupkit-panel-strong .startupkit-panel-head span::before,
.startupkit-panel-dark .startupkit-panel-head span::before {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.startupkit-panel-mint {
    background: linear-gradient(180deg, rgba(245, 248, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.startupkit-panel-dark {
    background: linear-gradient(180deg, #162033 0%, #243858 100%);
    color: rgba(255, 255, 255, 0.88);
}

.startupkit-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
}

.startupkit-panel-head p {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.startupkit-panel-head span {
    margin: 0;
    white-space: nowrap;
}

.startupkit-metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.startupkit-metric-card {
    min-height: 132px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-metric-grid strong {
    display: block;
    margin-bottom: 10px;
    color: var(--sk-lemon);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.startupkit-metric-grid span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.6;
}

.startupkit-checklist li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 0;
    border-top: 1px solid rgba(229, 231, 235, 0.95);
}

.startupkit-checklist-link:hover {
    color: inherit;
}

.startupkit-checklist li:first-child {
    padding-top: 0;
    border-top: 0;
}

.startupkit-checklist span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sk-green) 0%, var(--sk-green-deep) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.startupkit-checklist strong,
.startupkit-brief-card strong,
.startupkit-tool-card strong,
.startupkit-service-card strong,
.startupkit-question-list strong,
.startupkit-case-list strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.startupkit-checklist p,
.startupkit-brief-card p,
.startupkit-tool-card p,
.startupkit-service-card p,
.startupkit-case-list p,
.startupkit-question-list span,
.startupkit-notice-strip p,
.startupkit-schedule span,
.startupkit-mini-list li {
    color: var(--sk-muted);
    font-size: 15px;
    line-height: 1.75;
}

.startupkit-notice-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.startupkit-notice-card {
    padding: 24px 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.76);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-notice-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(47, 107, 255, 0.1);
    color: var(--sk-green-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.startupkit-notice-strip strong {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

.startupkit-section-title {
    margin-bottom: 20px;
}

.startupkit-admin-shortcut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-top: 12px;
    padding: 0 14px;
    border-radius: 9px;
    background: #162033;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}

.startupkit-section-title h2,
.startupkit-cta h2 {
    margin: 0;
    font-size: clamp(30px, 3.3vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.startupkit-services,
.startupkit-toolkit,
.startupkit-growth {
    margin-bottom: 24px;
}

.startupkit-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.startupkit-service-card {
    position: relative;
    display: block;
    min-height: 220px;
    padding: 24px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 252, 248, 0.95) 100%);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-service-card:hover {
    border-color: rgba(47, 107, 255, 0.24);
}

.startupkit-service-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 32px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(16, 38, 58, 0.08);
    color: var(--sk-navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.startupkit-briefing-main,
.startupkit-community-main {
    min-width: 0;
}

.startupkit-briefing-main > .startupkit-section-title,
.startupkit-community-main > .startupkit-section-title {
    margin-bottom: 18px;
}

.startupkit-briefing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.startupkit-brief-card {
    min-height: 260px;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-brief-card span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(47, 107, 255, 0.1);
    color: #2456d6;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.startupkit-briefing-side {
    display: grid;
    gap: 24px;
}

.startupkit-schedule li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #e5e7eb;
}

.startupkit-schedule li:first-child {
    padding-top: 0;
    border-top: 0;
}

.startupkit-schedule strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 16px;
    background: rgba(16, 38, 58, 0.08);
    color: var(--sk-navy);
    font-size: 15px;
    font-weight: 800;
}

.startupkit-mini-list li {
    position: relative;
    padding: 14px 0 14px 22px;
    border-top: 1px solid #e5e7eb;
}

.startupkit-mini-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.startupkit-mini-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sk-green), #7aa2ff);
}

.startupkit-mini-list li:first-child::before {
    top: 10px;
}

.startupkit-toolkit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.startupkit-tool-card {
    min-height: 210px;
    padding: 28px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 248, 252, 0.96) 100%);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-tool-badge {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(47, 107, 255, 0.16), rgba(122, 162, 255, 0.24)),
        #fff;
    border: 1px solid rgba(47, 107, 255, 0.14);
}

.startupkit-growth {
    padding: 34px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(47, 107, 255, 0.06), rgba(255, 255, 255, 0.92)),
        rgba(255, 255, 255, 0.78);
    border: 1px solid #e5e7eb;
    box-shadow: var(--sk-shadow);
}

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

.startupkit-growth-tabs {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 8px;
    margin-bottom: 18px;
    padding: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(229, 231, 235, 0.95);
}

.startupkit-growth-tabs button {
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--sk-muted);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-growth-tabs button.is-active {
    background: #162033;
    color: #fff;
}

.startupkit-growth-grid[data-growth-panel] {
    display: none;
}

.startupkit-growth-grid[data-growth-panel].is-active {
    display: grid;
}

.startupkit-growth-card {
    min-width: 0;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(229, 231, 235, 0.95);
}

.startupkit-growth-card-wide {
    grid-column: span 2;
}

.startupkit-growth-card-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.startupkit-growth-card-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 18px;
    background: #162033;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.startupkit-growth-card-head strong,
.startupkit-result-box strong,
.startupkit-seo-output strong {
    display: block;
    color: var(--sk-ink);
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: 0;
    font-weight: 800;
}

.startupkit-growth-card-head p,
.startupkit-result-box p,
.startupkit-seo-output p {
    margin-top: 7px;
    color: var(--sk-muted);
    font-size: 15px;
    line-height: 1.65;
}

.startupkit-stage-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.startupkit-stage-tabs button {
    min-height: 48px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f6f8fc;
    color: var(--sk-muted);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-stage-tabs button.is-active {
    border-color: rgba(47, 107, 255, 0.34);
    background: linear-gradient(135deg, var(--sk-green), var(--sk-green-deep));
    color: #fff;
}

.startupkit-stage-result,
.startupkit-result-box,
.startupkit-seo-output {
    padding: 20px;
    border-radius: 22px;
    background: #f6f8fc;
    border: 1px solid #e5e7eb;
}

.startupkit-stage-result > strong,
.startupkit-result-box span,
.startupkit-seo-output span {
    display: block;
    margin-bottom: 10px;
    color: var(--sk-green-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.startupkit-stage-result ul,
.startupkit-seo-checks {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.startupkit-stage-result li,
.startupkit-seo-checks li {
    position: relative;
    padding-left: 22px;
    color: var(--sk-muted);
    font-size: 15px;
    line-height: 1.55;
}

.startupkit-stage-result li::before,
.startupkit-seo-checks li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(47, 107, 255, 0.18);
}

.startupkit-stage-result li::before,
.startupkit-seo-checks li.is-pass::before {
    background: linear-gradient(135deg, var(--sk-green), var(--sk-lemon));
}

.startupkit-calc-grid,
.startupkit-seo-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.startupkit-calc-grid label,
.startupkit-seo-form label {
    display: grid;
    gap: 8px;
    color: var(--sk-muted);
    font-size: 13px;
    font-weight: 800;
}

.startupkit-calc-grid input,
.startupkit-seo-form input,
.startupkit-seo-form select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 14px;
    background: #fff;
    color: var(--sk-ink);
    font-size: 15px;
    font-weight: 700;
}

.startupkit-result-box strong {
    color: var(--sk-green-deep);
    font-size: 34px;
}

.startupkit-estimate-box {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
}

.startupkit-estimate-box span {
    margin-bottom: 0;
}

.startupkit-estimate-box strong {
    color: #111827;
    font-size: 20px;
    line-height: 1.35;
}

.startupkit-estimate-box p {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.55;
}

.startupkit-seo-output {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 14px;
}

.startupkit-seo-score {
    display: grid;
    place-items: center;
    min-height: 128px;
    border-radius: 18px;
    background: #162033;
    color: #fff;
}

.startupkit-seo-score span {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.startupkit-seo-score strong {
    color: #fff;
    font-size: 42px;
}

.startupkit-copy-panel {
    margin-top: 16px;
    padding: 18px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.95);
}

.startupkit-copy-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.startupkit-copy-head strong {
    color: var(--sk-ink);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.startupkit-copy-head button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: #162033;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-copy-actions a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 14px;
    background: #2f6bff;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}

.startupkit-copy-actions,
.startupkit-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.startupkit-copy-actions a,
.startupkit-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.startupkit-copy-panel textarea {
    width: 100%;
    resize: vertical;
    min-height: 156px;
    padding: 16px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 16px;
    background: #f6f8fc;
    color: var(--sk-ink);
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
}

.startupkit-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 18px;
    align-items: stretch;
}

.startupkit-map-frame {
    overflow: hidden;
    min-height: 390px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 22px;
    background: #edf3e8;
}

.startupkit-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 390px;
    border: 0;
}

.startupkit-market-summary,
.startupkit-market-bars {
    display: grid;
    gap: 12px;
}

.startupkit-market-stat {
    padding: 18px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}

.startupkit-market-stat span,
.startupkit-market-bar-head span,
.startupkit-market-note {
    color: var(--sk-muted);
    font-size: 13px;
}

.startupkit-market-stat strong {
    display: block;
    margin-top: 8px;
    color: var(--sk-ink);
    font-size: 24px;
}

.startupkit-market-result {
    margin-top: 0;
}

.startupkit-market-bar {
    display: grid;
    gap: 9px;
}

.startupkit-market-bar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.startupkit-market-bar-head strong {
    color: var(--sk-ink);
    font-size: 15px;
}

.startupkit-market-bar-track {
    overflow: hidden;
    height: 14px;
    border-radius: 999px;
    background: rgba(229, 231, 235, 0.95);
}

.startupkit-market-bar-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--sk-green);
}

.startupkit-market-bar.is-nearby .startupkit-market-bar-track i {
    background: #316c8f;
}

.startupkit-market-bar.is-target .startupkit-market-bar-track i {
    background: var(--sk-lemon);
}

.startupkit-market-note {
    margin-top: 16px;
    line-height: 1.7;
}

.startupkit-market-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin: -4px 0 18px;
    padding: 14px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.startupkit-market-search input {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 14px;
    color: var(--sk-ink);
}

.startupkit-market-search button,
.startupkit-admin-actions button,
.startupkit-admin-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: #162033;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-market-search p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--sk-muted);
    font-size: 13px;
    line-height: 1.55;
}

.startupkit-market-submit {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: -4px 0 18px;
    padding: 14px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
}

.startupkit-market-submit button {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: #162033;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-market-submit button:disabled {
    cursor: wait;
    opacity: 0.64;
}

.startupkit-market-submit p {
    margin: 0;
    color: var(--sk-muted);
    font-size: 13px;
    line-height: 1.55;
}

.startupkit-market-proof {
    display: grid;
    gap: 8px;
    margin: -6px 0 18px;
    padding: 14px;
    border: 1px dashed rgba(47, 107, 255, 0.18);
    border-radius: 18px;
    background: #f6f8fc;
}

.startupkit-market-proof label {
    display: grid;
    gap: 8px;
    color: var(--sk-ink);
    font-size: 13px;
    font-weight: 800;
}

.startupkit-market-proof input {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 14px;
    background: #fff;
    color: var(--sk-muted);
    font-size: 13px;
}

.startupkit-market-proof p {
    margin: 0;
    color: var(--sk-muted);
    font-size: 13px;
    line-height: 1.55;
}

.startupkit-market-insights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.startupkit-market-insights div {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
}

.startupkit-market-insights span {
    display: block;
    margin-bottom: 8px;
    color: var(--sk-muted);
    font-size: 12px;
}

.startupkit-market-insights strong {
    display: block;
    color: var(--sk-ink);
    font-size: 16px;
    line-height: 1.35;
}

.startupkit-admin-list {
    display: grid;
    gap: 14px;
}

.startupkit-admin-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.startupkit-admin-row span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--sk-green-deep);
    font-size: 13px;
    font-weight: 800;
}

.startupkit-admin-row p {
    margin-top: 8px;
    color: var(--sk-muted);
    font-size: 14px;
}

.startupkit-admin-actions,
.startupkit-admin-actions form {
    display: flex;
    align-items: center;
    gap: 8px;
}

.startupkit-admin-price-form {
    align-items: stretch;
}

.startupkit-admin-price-actions {
    justify-content: flex-end;
}

.startupkit-consult-form {
    display: grid;
    gap: 14px;
}

.startupkit-consult-form label:has(select) {
    padding: 12px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.startupkit-consult-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-height: 46px;
    padding-right: 42px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: rgba(229, 231, 235, 0.95);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%232456d6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 14px;
    color: #162033;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.startupkit-consult-form select:hover {
    border-color: rgba(209, 213, 219, 0.95);
    background-color: #fff;
}

.startupkit-consult-form select:focus {
    outline: 0;
    border-color: rgba(47, 107, 255, 0.72);
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.1);
}

.startupkit-consult-interests,
.startupkit-consult-memo {
    display: grid;
    gap: 8px;
}

.startupkit-consult-interests > span {
    color: var(--sk-ink);
    font-size: 14px;
    font-weight: 800;
}

.startupkit-consult-memo textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 14px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 10px;
    background: #fff;
    color: var(--sk-ink);
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
}

.startupkit-consult-admin-form {
    margin-top: 14px;
}

.startupkit-admin-actions a {
    background: #316c8f;
}

.startupkit-admin-actions button[value="reject"] {
    background: #7b3d3d;
}

.startupkit-advanced-report {
    display: grid;
    gap: 14px;
}

.startupkit-advanced-locked {
    padding: 20px;
    border: 1px dashed rgba(47, 107, 255, 0.18);
    border-radius: 18px;
    background: #f6f8fc;
}

.startupkit-advanced-locked strong,
.startupkit-advanced-plan strong {
    display: block;
    color: var(--sk-ink);
    font-size: 20px;
    line-height: 1.4;
}

.startupkit-advanced-locked p,
.startupkit-advanced-grid p {
    margin-top: 8px;
    color: var(--sk-muted);
    font-size: 14px;
    line-height: 1.65;
}

.startupkit-advanced-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.startupkit-advanced-grid div,
.startupkit-advanced-plan {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(229, 231, 235, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}

.startupkit-advanced-grid span {
    display: block;
    margin-bottom: 9px;
    color: var(--sk-green-deep);
    font-size: 12px;
    font-weight: 800;
}

.startupkit-advanced-grid strong {
    display: block;
    color: var(--sk-ink);
    font-size: 22px;
    line-height: 1.3;
}

.startupkit-advanced-plan ul {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.startupkit-advanced-plan li {
    color: var(--sk-muted);
    font-size: 15px;
    line-height: 1.65;
}

.startupkit-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.startupkit-product-card {
    display: grid;
    gap: 10px;
    min-height: 152px;
    padding: 18px;
    border-radius: 20px;
    background: #f6f8fc;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

.startupkit-product-card input {
    width: 18px;
    height: 18px;
    accent-color: var(--sk-green);
}

.startupkit-product-card strong {
    color: var(--sk-ink);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.startupkit-product-card span {
    color: var(--sk-muted);
    font-size: 14px;
    line-height: 1.55;
}

.startupkit-product-card:has(input:checked) {
    border-color: rgba(47, 107, 255, 0.42);
    background: #eef4ff;
}

.startupkit-product-grid-categories {
    align-items: stretch;
}

.startupkit-product-flow {
    display: grid;
    gap: 14px;
}

.startupkit-product-situations,
.startupkit-product-recipe-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.startupkit-product-situations .startupkit-product-card {
    min-height: 112px;
}

.startupkit-product-recipe {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
}

.startupkit-product-recipe span {
    color: #2f6bff;
    font-size: 11px;
    font-weight: 900;
}

.startupkit-product-recipe strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.startupkit-product-recipe p {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.55;
}

.startupkit-product-category-card {
    align-content: start;
    min-height: 0;
}

.startupkit-product-category-head {
    display: grid;
    gap: 6px;
}

.startupkit-product-vendors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
}

.startupkit-product-vendors label {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.startupkit-product-vendors input {
    flex: 0 0 auto;
}

.startupkit-product-vendors label:has(input:checked) {
    border-color: rgba(47, 107, 255, 0.42);
    background: #eef4ff;
    color: #2456d6;
}

.startupkit-question-list {
    display: grid;
    gap: 16px;
}

.startupkit-question-card {
    padding: 24px 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-question-list strong {
    font-size: 22px;
}

.startupkit-question-list span {
    display: block;
}

.startupkit-community-side {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.startupkit-live-panel {
    border-color: rgba(47, 107, 255, 0.14);
}

.startupkit-live-list {
    display: grid;
    gap: 14px;
}

.startupkit-live-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #e5e7eb;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-live-card:hover {
    border-color: rgba(47, 107, 255, 0.24);
}

.startupkit-live-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.startupkit-live-card span {
    display: block;
    color: var(--sk-muted);
    font-size: 14px;
    line-height: 1.65;
}

.startupkit-case-list {
    display: grid;
    gap: 18px;
}

.startupkit-case-card {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.startupkit-case-list strong {
    color: #fff;
    font-size: 22px;
}

.startupkit-case-list p {
    color: rgba(255, 255, 255, 0.72);
}

.startupkit-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 32px 34px;
    border-radius: 30px;
    background: linear-gradient(135deg, #162033 0%, #2456d6 100%);
    color: #fff;
}

.startupkit-cta p {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.72);
}

.startupkit-cta h2 {
    max-width: 860px;
    color: #fff;
    font-size: clamp(26px, 3vw, 40px);
}

.startupkit-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    background: var(--sk-lemon);
    color: #162033;
    font-size: 15px;
    font-weight: 800;
}

#startupkit-services,
#startupkit-briefing {
    scroll-margin-top: 120px;
}

@keyframes startupkit-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media all and (max-width: 1280px) {
    .startupkit-portal > section {
        width: calc(100vw - 36px);
    }

    .startupkit-portal::after {
        width: calc(100vw - 24px);
    }

    .startupkit-service-grid,
    .startupkit-briefing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .startupkit-portal-quick {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .startupkit-portal-board,
    .startupkit-portal-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-connect-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-connect-detail-hero,
    .startupkit-connect-flow {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-connect-banner {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-connect-banner-visual {
        grid-row: auto;
        justify-content: flex-start;
    }

    .startupkit-connect-banner-visual img {
        max-width: 156px;
    }

    .startupkit-connect-banner-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 1024px) {
    .startupkit-portal {
        padding-top: 24px;
        padding-bottom: 64px;
    }

    .startupkit-hero,
    .startupkit-briefing,
    .startupkit-community,
    .startupkit-notice-strip,
    .startupkit-service-grid,
    .startupkit-toolkit-grid,
    .startupkit-briefing-grid,
    .startupkit-growth-grid,
    .startupkit-map-layout,
    .startupkit-seo-output,
    .startupkit-partner-hero,
    .startupkit-partner-compare {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-partner-hero {
        align-items: start;
    }

    .startupkit-partner-hero nav {
        justify-content: flex-start;
    }

    .startupkit-growth-card-wide {
        grid-column: auto;
    }

    .startupkit-hero-main {
        min-height: auto;
        padding: 34px 28px;
    }

    .startupkit-panel,
    .startupkit-service-card,
    .startupkit-brief-card,
    .startupkit-tool-card,
    .startupkit-growth-card,
    .startupkit-question-card,
    .startupkit-live-card,
    .startupkit-notice-card,
    .startupkit-metric-card,
    .startupkit-case-card,
    .startupkit-cta {
        border-radius: 24px;
    }

    .startupkit-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .startupkit-hero-title {
        font-size: clamp(42px, 10vw, 68px);
    }

    .startupkit-section-title h2,
    .startupkit-cta h2 {
        font-size: clamp(28px, 6vw, 40px);
    }

    .startupkit-naver-search {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
    }

    .startupkit-naver-search-form {
        width: min(680px, 100%);
    }

    body:has(.startupkit-naver-home) .startupkit-portal {
        padding-top: 0;
    }
}

@media all and (max-width: 767px) {
    .startupkit-portal {
        padding-top: 16px;
        padding-bottom: 48px;
    }

    .startupkit-portal::after {
        top: 10px;
        bottom: 10px;
        width: calc(100vw - 16px);
        border-radius: 20px;
    }

    .startupkit-portal > section {
        width: calc(100vw - 16px);
    }

    .startupkit-hero-main,
    .startupkit-panel,
    .startupkit-service-card,
    .startupkit-brief-card,
    .startupkit-tool-card,
    .startupkit-growth,
    .startupkit-growth-card,
    .startupkit-question-card,
    .startupkit-live-card,
    .startupkit-notice-card,
    .startupkit-metric-card,
    .startupkit-case-card,
    .startupkit-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .startupkit-search {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-naver-logo {
        font-size: 28px;
    }

    .startupkit-naver-search-form {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        padding: 7px;
    }

    .startupkit-naver-search-form button {
        width: 100%;
    }

    .startupkit-portal-quick {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 8px;
    }

    .startupkit-portal-quick a {
        min-height: 64px;
        padding: 7px 2px;
    }

    .startupkit-portal-quick span {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        font-size: 10px;
    }

    .startupkit-portal-quick strong {
        font-size: 11px;
    }

    .startupkit-connect-banner {
        padding: 18px 16px;
        gap: 14px;
    }

    .startupkit-connect-detail-hero {
        padding: 20px;
    }

    .startupkit-connect-detail-copy strong {
        font-size: 24px;
    }

    .startupkit-connect-detail-copy p,
    .startupkit-connect-detail-list li {
        font-size: 14px;
    }

    .startupkit-connect-detail-visual img {
        max-width: 260px;
    }

    .startupkit-connect-banner-copy strong {
        font-size: 19px;
    }

    .startupkit-connect-banner-copy p {
        font-size: 13px;
    }

    .startupkit-connect-banner-visual img {
        max-width: 132px;
    }

    .startupkit-connect-banner-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-connect-banner-actions a {
        width: 100%;
    }

    .startupkit-portal-card,
    .startupkit-portal-news {
        border-radius: 12px;
    }

    .startupkit-portal-card-primary {
        min-height: auto;
        gap: 24px;
    }

    .startupkit-portal-card-primary h2 {
        font-size: 22px;
    }

    .startupkit-partner-hero strong {
        font-size: 24px;
    }

    .startupkit-partner-hero nav a {
        flex: 1 1 calc(50% - 8px);
    }

    .startupkit-portal-news > a {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .startupkit-search button,
    .startupkit-btn,
    .startupkit-cta a {
        width: 100%;
    }

    .startupkit-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-metric-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-stage-tabs,
    .startupkit-growth-tabs,
    .startupkit-product-grid,
    .startupkit-calc-grid,
    .startupkit-advanced-grid,
    .startupkit-market-insights,
    .startupkit-seo-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-copy-head {
        align-items: stretch;
        flex-direction: column;
    }

    .startupkit-copy-head button {
        width: 100%;
    }

    .startupkit-panel-head {
        flex-direction: column;
    }

    .startupkit-market-submit {
        align-items: stretch;
        flex-direction: column;
    }

    .startupkit-market-submit button {
        width: 100%;
    }

    .startupkit-market-search,
    .startupkit-admin-row,
    .startupkit-admin-actions,
    .startupkit-admin-actions form {
        align-items: stretch;
        flex-direction: column;
    }

    .startupkit-market-search {
        display: flex;
    }

    .startupkit-checklist strong,
    .startupkit-brief-card strong,
    .startupkit-tool-card strong,
    .startupkit-growth-card-head strong,
    .startupkit-service-card strong,
    .startupkit-question-list strong,
    .startupkit-live-card strong,
    .startupkit-case-list strong {
        font-size: 18px;
    }

    .startupkit-question-list strong,
    .startupkit-notice-strip strong {
        font-size: 20px;
    }
}
.startupkit-btn-primary,
.startupkit-btn-primary:hover,
.startupkit-btn-primary:focus,
.startupkit-btn-primary:visited {
    color: #fff;
}

.startupkit-blogkit,
.startupkit-storekit,
.startupkit-mykit,
.startupkit-fundkit,
.startupkit-taxkit,
.startupkit-customerkit,
.startupkit-productkit,
.startupkit-partnerkit,
.startupkit-infokit,
.startupkit-marketmap {
    background: #f6f8fc;
}

.startupkit-blogkit .startupkit-growth,
.startupkit-storekit .startupkit-growth,
.startupkit-mykit .startupkit-growth,
.startupkit-fundkit .startupkit-growth,
.startupkit-taxkit .startupkit-growth,
.startupkit-customerkit .startupkit-growth,
.startupkit-productkit .startupkit-growth,
.startupkit-partnerkit .startupkit-growth,
.startupkit-infokit .startupkit-growth {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.startupkit-blogkit .startupkit-growth-card,
.startupkit-storekit .startupkit-growth-card,
.startupkit-mykit .startupkit-growth-card,
.startupkit-fundkit .startupkit-growth-card,
.startupkit-taxkit .startupkit-growth-card,
.startupkit-customerkit .startupkit-growth-card,
.startupkit-productkit .startupkit-growth-card,
.startupkit-partnerkit .startupkit-growth-card,
.startupkit-infokit .startupkit-growth-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.startupkit-blogkit .startupkit-section-title p,
.startupkit-storekit .startupkit-section-title p,
.startupkit-mykit .startupkit-section-title p,
.startupkit-fundkit .startupkit-section-title p,
.startupkit-taxkit .startupkit-section-title p,
.startupkit-customerkit .startupkit-section-title p,
.startupkit-productkit .startupkit-section-title p,
.startupkit-partnerkit .startupkit-section-title p,
.startupkit-infokit .startupkit-section-title p,
.startupkit-blogkit .startupkit-growth-card-head > span,
.startupkit-storekit .startupkit-growth-card-head > span,
.startupkit-mykit .startupkit-growth-card-head > span,
.startupkit-fundkit .startupkit-growth-card-head > span,
.startupkit-taxkit .startupkit-growth-card-head > span,
.startupkit-customerkit .startupkit-growth-card-head > span,
.startupkit-productkit .startupkit-growth-card-head > span,
.startupkit-partnerkit .startupkit-growth-card-head > span,
.startupkit-infokit .startupkit-growth-card-head > span {
    color: #2f6bff;
}

.startupkit-blogkit .startupkit-growth-card-head > span,
.startupkit-storekit .startupkit-growth-card-head > span,
.startupkit-mykit .startupkit-growth-card-head > span,
.startupkit-fundkit .startupkit-growth-card-head > span,
.startupkit-taxkit .startupkit-growth-card-head > span,
.startupkit-customerkit .startupkit-growth-card-head > span,
.startupkit-productkit .startupkit-growth-card-head > span,
.startupkit-partnerkit .startupkit-growth-card-head > span,
.startupkit-infokit .startupkit-growth-card-head > span {
    background: #eef4ff;
}

.startupkit-blogkit .startupkit-stage-tabs button.is-active,
.startupkit-storekit .startupkit-stage-tabs button.is-active,
.startupkit-mykit .startupkit-stage-tabs button.is-active,
.startupkit-fundkit .startupkit-stage-tabs button.is-active,
.startupkit-taxkit .startupkit-stage-tabs button.is-active,
.startupkit-customerkit .startupkit-stage-tabs button.is-active,
.startupkit-productkit .startupkit-stage-tabs button.is-active,
.startupkit-partnerkit .startupkit-stage-tabs button.is-active,
.startupkit-blogkit .startupkit-growth-tabs button.is-active,
.startupkit-storekit .startupkit-growth-tabs button.is-active,
.startupkit-mykit .startupkit-growth-tabs button.is-active,
.startupkit-fundkit .startupkit-growth-tabs button.is-active,
.startupkit-taxkit .startupkit-growth-tabs button.is-active,
.startupkit-customerkit .startupkit-growth-tabs button.is-active,
.startupkit-productkit .startupkit-growth-tabs button.is-active,
.startupkit-partnerkit .startupkit-growth-tabs button.is-active {
    background: #2f6bff;
    color: #fff;
}

.startupkit-blogkit .startupkit-seo-score,
.startupkit-storekit .startupkit-seo-score,
.startupkit-mykit .startupkit-seo-score,
.startupkit-fundkit .startupkit-seo-score,
.startupkit-taxkit .startupkit-seo-score,
.startupkit-customerkit .startupkit-seo-score,
.startupkit-productkit .startupkit-seo-score,
.startupkit-partnerkit .startupkit-seo-score {
    background: #162033;
}

.startupkit-blogkit .startupkit-seo-form input,
.startupkit-blogkit .startupkit-seo-form select,
.startupkit-storekit .startupkit-seo-form input,
.startupkit-storekit .startupkit-seo-form select,
.startupkit-mykit .startupkit-seo-form input,
.startupkit-mykit .startupkit-seo-form select,
.startupkit-fundkit .startupkit-seo-form input,
.startupkit-fundkit .startupkit-seo-form select,
.startupkit-taxkit .startupkit-seo-form input,
.startupkit-taxkit .startupkit-seo-form select,
.startupkit-customerkit .startupkit-seo-form input,
.startupkit-customerkit .startupkit-seo-form select,
.startupkit-productkit .startupkit-seo-form input,
.startupkit-productkit .startupkit-seo-form select,
.startupkit-partnerkit .startupkit-seo-form input,
.startupkit-partnerkit .startupkit-seo-form select,
.startupkit-infokit .startupkit-seo-form input,
.startupkit-infokit .startupkit-seo-form select,
.startupkit-blogkit .startupkit-calc-grid input,
.startupkit-storekit .startupkit-calc-grid input,
.startupkit-mykit .startupkit-calc-grid input,
.startupkit-fundkit .startupkit-calc-grid input,
.startupkit-taxkit .startupkit-calc-grid input,
.startupkit-customerkit .startupkit-calc-grid input,
.startupkit-productkit .startupkit-calc-grid input {
    border-color: #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.startupkit-blogkit .startupkit-result-box,
.startupkit-blogkit .startupkit-seo-output,
.startupkit-blogkit .startupkit-stage-result,
.startupkit-blogkit .startupkit-copy-panel,
.startupkit-storekit .startupkit-result-box,
.startupkit-storekit .startupkit-seo-output,
.startupkit-storekit .startupkit-stage-result,
.startupkit-storekit .startupkit-copy-panel,
.startupkit-mykit .startupkit-result-box,
.startupkit-mykit .startupkit-seo-output,
.startupkit-mykit .startupkit-stage-result,
.startupkit-mykit .startupkit-copy-panel,
.startupkit-fundkit .startupkit-result-box,
.startupkit-fundkit .startupkit-seo-output,
.startupkit-fundkit .startupkit-stage-result,
.startupkit-fundkit .startupkit-copy-panel,
.startupkit-taxkit .startupkit-result-box,
.startupkit-taxkit .startupkit-seo-output,
.startupkit-taxkit .startupkit-stage-result,
.startupkit-taxkit .startupkit-copy-panel,
.startupkit-customerkit .startupkit-result-box,
.startupkit-customerkit .startupkit-seo-output,
.startupkit-customerkit .startupkit-stage-result,
.startupkit-customerkit .startupkit-copy-panel,
.startupkit-productkit .startupkit-result-box,
.startupkit-productkit .startupkit-seo-output,
.startupkit-productkit .startupkit-stage-result,
.startupkit-productkit .startupkit-copy-panel,
.startupkit-partnerkit .startupkit-result-box,
.startupkit-partnerkit .startupkit-seo-output,
.startupkit-partnerkit .startupkit-stage-result,
.startupkit-partnerkit .startupkit-copy-panel,
.startupkit-infokit .startupkit-result-box,
.startupkit-infokit .startupkit-seo-output,
.startupkit-infokit .startupkit-stage-result,
.startupkit-infokit .startupkit-copy-panel {
    border-color: #e5e7eb;
    border-radius: 16px;
    background: #f6f8fc;
}

.startupkit-blogkit .startupkit-copy-head button,
.startupkit-storekit .startupkit-copy-head button,
.startupkit-mykit .startupkit-copy-head button,
.startupkit-fundkit .startupkit-copy-head button,
.startupkit-taxkit .startupkit-copy-head button,
.startupkit-customerkit .startupkit-copy-head button,
.startupkit-productkit .startupkit-copy-head button,
.startupkit-partnerkit .startupkit-copy-head button,
.startupkit-infokit .startupkit-copy-head button {
    border-radius: 14px;
    background: #2f6bff;
    color: #fff;
}

.startupkit-partner-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.startupkit-partner-hero span,
.startupkit-partner-compare span {
    display: block;
    margin-bottom: 10px;
    color: #2f6bff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.startupkit-partner-hero strong {
    display: block;
    max-width: 780px;
    color: #111827;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
}

.startupkit-partner-hero p {
    max-width: 820px;
    margin-top: 10px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.startupkit-partner-hero nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.startupkit-partner-hero nav a,
.startupkit-partner-lane button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #eef4ff;
    color: #2456d6;
    font-size: 13px;
    font-weight: 900;
}

.startupkit-partner-tabs {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
}

.startupkit-partner-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.startupkit-partner-compare article {
    min-height: 100%;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #f8fafc;
    opacity: 0.64;
}

.startupkit-partner-compare article.is-active {
    border-color: rgba(47, 107, 255, 0.38);
    background: #fff;
    opacity: 1;
    box-shadow: 0 14px 28px rgba(47, 107, 255, 0.12);
}

.startupkit-partner-compare strong {
    display: block;
    color: #111827;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
}

.startupkit-partner-compare p {
    margin-top: 10px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.startupkit-partner-compare ul,
.startupkit-partner-lane ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.startupkit-partner-compare li,
.startupkit-partner-lane li {
    position: relative;
    padding-left: 22px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.startupkit-partner-compare li::before,
.startupkit-partner-lane li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2f6bff;
}

.startupkit-partner-lane {
    display: grid;
    gap: 8px;
}

.startupkit-partner-lane button {
    justify-self: start;
    border: 0;
    background: #2f6bff;
    color: #fff;
    cursor: default;
}

@media all and (max-width: 1024px) {
    .startupkit-partner-hero,
    .startupkit-partner-compare {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-partner-hero {
        align-items: start;
    }

    .startupkit-partner-hero nav {
        justify-content: flex-start;
    }
}

@media all and (max-width: 767px) {
    .startupkit-partner-hero strong {
        font-size: 24px;
    }

    .startupkit-partner-hero nav a {
        flex: 1 1 calc(50% - 8px);
    }
}

.startupkit-info-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
    margin-bottom: 18px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.startupkit-info-hero span,
.startupkit-info-source b {
    display: block;
    margin-bottom: 10px;
    color: #2f6bff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.startupkit-info-hero strong {
    display: block;
    max-width: 820px;
    color: #111827;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
}

.startupkit-info-hero p {
    max-width: 860px;
    margin-top: 10px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.startupkit-info-source {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
    border-radius: 16px;
    background: #f6f8fc;
    border: 1px solid #e5e7eb;
}

.startupkit-info-source a {
    display: block;
    padding: 11px 12px;
    border-radius: 12px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.startupkit-info-filter {
    margin-bottom: 18px;
}

.startupkit-info-priority {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.startupkit-info-priority article {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f6f8fc;
}

.startupkit-info-priority strong {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.startupkit-info-priority p {
    margin-top: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

@media all and (max-width: 1024px) {
    .startupkit-info-hero,
    .startupkit-info-priority {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media all and (max-width: 767px) {
    .startupkit-info-hero strong {
        font-size: 24px;
    }
}

.startupkit-marketmap {
    background: #f6f8fc;
}

.startupkit-marketmap .startupkit-growth {
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.startupkit-marketmap .startupkit-section-title p,
.startupkit-marketmap .startupkit-growth-card-head > span,
.startupkit-marketmap .startupkit-market-insights span,
.startupkit-marketmap .startupkit-advanced-grid span {
    color: #2f6bff;
}

.startupkit-marketmap .startupkit-growth-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
}

.startupkit-marketmap .startupkit-growth-card-head > span {
    background: #eef4ff;
}

.startupkit-marketmap .startupkit-seo-form input,
.startupkit-marketmap .startupkit-seo-form select,
.startupkit-marketmap .startupkit-market-search input,
.startupkit-marketmap .startupkit-market-proof input {
    border-color: #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.startupkit-marketmap .startupkit-market-search,
.startupkit-marketmap .startupkit-market-submit,
.startupkit-marketmap .startupkit-market-proof,
.startupkit-marketmap .startupkit-market-stat,
.startupkit-marketmap .startupkit-market-insights div,
.startupkit-marketmap .startupkit-advanced-grid div,
.startupkit-marketmap .startupkit-advanced-plan,
.startupkit-marketmap .startupkit-result-box,
.startupkit-marketmap .startupkit-copy-panel {
    border-color: #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.startupkit-marketmap .startupkit-market-search button,
.startupkit-marketmap .startupkit-market-submit button,
.startupkit-marketmap .startupkit-copy-head button,
.startupkit-marketmap .startupkit-admin-actions button,
.startupkit-marketmap .startupkit-admin-actions a {
    border-radius: 14px;
    background: #2f6bff;
    color: #fff;
}

.startupkit-marketmap .startupkit-market-bar-track i,
.startupkit-marketmap .startupkit-market-bar.is-nearby .startupkit-market-bar-track i {
    background: #2f6bff;
}

.startupkit-marketmap .startupkit-market-bar.is-target .startupkit-market-bar-track i {
    background: #16a34a;
}

.startupkit-marketmap .startupkit-map-frame {
    border-color: #e5e7eb;
    border-radius: 20px;
    background: #111827;
}

/* Startup Kit compact service tone */
.startupkit-portal {
    --sk-shadow: 0 8px 22px rgba(17, 24, 39, 0.055);
}

.startupkit-portal * {
    letter-spacing: 0;
}

.startupkit-hero,
.startupkit-briefing,
.startupkit-community {
    gap: 16px;
    margin-bottom: 18px;
}

.startupkit-hero-main {
    min-height: 390px;
    padding: 28px;
    border-radius: 18px;
}

.startupkit-hero-main::before,
.startupkit-hero-main::after {
    display: none;
}

.startupkit-hero-title {
    gap: 8px;
    margin-bottom: 14px;
    font-size: clamp(34px, 3.8vw, 54px);
    line-height: 1.08;
    font-weight: 800;
}

.startupkit-hero-title span {
    max-width: 620px;
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.38;
}

.startupkit-hero-desc {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.65;
}

.startupkit-eyebrow,
.startupkit-section-title p,
.startupkit-panel-head span,
.startupkit-cta p {
    gap: 6px;
    margin-bottom: 9px;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
}

.startupkit-eyebrow::before,
.startupkit-section-title p::before,
.startupkit-panel-head span::before,
.startupkit-cta p::before {
    width: 7px;
    height: 7px;
    box-shadow: none;
}

.startupkit-search {
    gap: 9px;
    padding: 9px;
    margin-bottom: 12px;
    border-radius: 14px;
}

.startupkit-search input[type="text"] {
    height: 44px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
}

.startupkit-search button {
    min-width: 112px;
    height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
}

.startupkit-keywords {
    gap: 7px;
    margin-bottom: 16px;
}

.startupkit-keywords a {
    min-height: 30px;
    padding: 0 11px;
    font-size: 13px;
}

.startupkit-btn {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 14px;
}

.startupkit-hero-side,
.startupkit-community-side {
    gap: 16px;
}

.startupkit-hero-visual {
    min-height: 176px;
    border-radius: 16px;
}

.startupkit-hero-visual-copy {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 13px 14px;
    border-radius: 14px;
}

.startupkit-hero-visual-copy strong {
    font-size: 18px;
}

.startupkit-panel,
.startupkit-service-card,
.startupkit-brief-card,
.startupkit-tool-card,
.startupkit-question-card,
.startupkit-live-card,
.startupkit-notice-card,
.startupkit-metric-card,
.startupkit-case-card,
.startupkit-cta,
.startupkit-growth,
.startupkit-growth-card,
.startupkit-product-card,
.startupkit-partner-hero,
.startupkit-partner-compare article,
.startupkit-info-hero,
.startupkit-info-source,
.startupkit-info-priority article {
    border-radius: 14px;
}

.startupkit-panel {
    padding: 20px;
}

.startupkit-panel-head {
    margin-bottom: 14px;
}

.startupkit-panel-head p {
    font-size: 19px;
    line-height: 1.35;
}

.startupkit-metric-grid {
    gap: 10px;
}

.startupkit-metric-card {
    min-height: 104px;
    padding: 15px;
}

.startupkit-metric-grid strong {
    margin-bottom: 7px;
    font-size: clamp(22px, 2.2vw, 32px);
}

.startupkit-checklist li {
    gap: 10px;
    padding: 11px 0;
}

.startupkit-checklist span {
    flex-basis: 28px;
    height: 28px;
    font-size: 12px;
}

.startupkit-checklist strong,
.startupkit-brief-card strong,
.startupkit-tool-card strong,
.startupkit-service-card strong,
.startupkit-question-list strong,
.startupkit-case-list strong {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.35;
}

.startupkit-checklist p,
.startupkit-brief-card p,
.startupkit-tool-card p,
.startupkit-service-card p,
.startupkit-case-list p,
.startupkit-question-list span,
.startupkit-notice-strip p,
.startupkit-schedule span,
.startupkit-mini-list li {
    font-size: 14px;
    line-height: 1.6;
}

.startupkit-notice-strip,
.startupkit-service-grid,
.startupkit-briefing-grid,
.startupkit-toolkit-grid,
.startupkit-growth-grid,
    .startupkit-product-grid,
    .startupkit-product-situations,
    .startupkit-product-recipe-grid,
    .startupkit-info-priority,
    .startupkit-partner-compare,
    .startupkit-market-insights,
    .startupkit-advanced-grid {
    gap: 12px;
}

.startupkit-notice-strip {
    margin-bottom: 18px;
}

.startupkit-notice-card {
    padding: 18px;
}

.startupkit-notice-strip span {
    height: 24px;
    margin-bottom: 9px;
    font-size: 10px;
}

.startupkit-notice-strip strong {
    font-size: 18px;
}

.startupkit-section-title {
    margin-bottom: 14px;
}

.startupkit-section-title h2,
.startupkit-cta h2 {
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.22;
}

.startupkit-services,
.startupkit-toolkit,
.startupkit-growth {
    margin-bottom: 18px;
}

.startupkit-growth {
    padding: 22px;
}

.startupkit-growth-tabs {
    gap: 6px;
    margin-bottom: 14px;
    padding: 6px;
    border-radius: 12px;
}

.startupkit-growth-tabs button,
.startupkit-stage-tabs button {
    min-height: 38px;
    border-radius: 9px;
    font-size: 13px;
}

.startupkit-growth-card {
    padding: 18px;
}

.startupkit-growth-card-head {
    gap: 12px;
    margin-bottom: 14px;
}

.startupkit-growth-card-head > span {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 11px;
}

.startupkit-growth-card-head strong,
.startupkit-result-box strong,
.startupkit-seo-output strong {
    font-size: 19px;
    line-height: 1.35;
}

.startupkit-growth-card-head p,
.startupkit-result-box p,
.startupkit-seo-output p {
    font-size: 14px;
    line-height: 1.55;
}

.startupkit-stage-tabs,
.startupkit-calc-grid,
.startupkit-seo-form {
    gap: 8px;
    margin-bottom: 12px;
}

.startupkit-stage-result,
.startupkit-result-box,
.startupkit-seo-output,
.startupkit-copy-panel {
    padding: 15px;
    border-radius: 12px;
}

.startupkit-stage-result li,
.startupkit-seo-checks li {
    font-size: 14px;
    line-height: 1.5;
}

.startupkit-calc-grid input,
.startupkit-seo-form input,
.startupkit-seo-form select {
    min-height: 40px;
    border-radius: 9px;
    font-size: 14px;
}

.startupkit-seo-output {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
}

.startupkit-seo-score {
    min-height: 104px;
    border-radius: 12px;
}

.startupkit-seo-score strong {
    font-size: 32px;
}

.startupkit-copy-head strong {
    font-size: 16px;
}

.startupkit-copy-head button,
.startupkit-market-search button,
.startupkit-market-submit button,
.startupkit-admin-actions button,
.startupkit-admin-actions a,
.startupkit-partner-hero nav a,
.startupkit-partner-lane button {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 9px;
    font-size: 12px;
}

.startupkit-copy-panel textarea {
    min-height: 122px;
    padding: 12px;
    border-radius: 10px;
    font-size: 13px;
}

.startupkit-map-layout {
    gap: 12px;
}

.startupkit-map-frame,
.startupkit-map-frame iframe {
    min-height: 320px;
}

.startupkit-market-search,
.startupkit-market-submit,
.startupkit-market-proof {
    margin-bottom: 12px;
    padding: 11px;
    border-radius: 12px;
}

.startupkit-market-stat,
.startupkit-market-insights div,
.startupkit-advanced-grid div,
.startupkit-advanced-plan,
.startupkit-advanced-locked,
.startupkit-product-card {
    padding: 14px;
    border-radius: 12px;
}

.startupkit-market-stat strong,
.startupkit-advanced-grid strong {
    font-size: 19px;
}

.startupkit-product-card {
    min-height: 126px;
    gap: 8px;
}

.startupkit-product-card strong,
.startupkit-advanced-locked strong,
.startupkit-advanced-plan strong {
    font-size: 17px;
}

.startupkit-question-list,
.startupkit-live-list,
.startupkit-case-list {
    gap: 12px;
}

.startupkit-question-card,
.startupkit-live-card,
.startupkit-case-card {
    padding: 16px;
}

.startupkit-live-card strong,
.startupkit-question-list strong,
.startupkit-case-list strong {
    font-size: 17px;
}

.startupkit-cta {
    gap: 14px;
    padding: 22px;
}

.startupkit-cta p {
    margin-bottom: 8px;
}

.startupkit-cta a {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 14px;
}

.startupkit-blogkit .startupkit-growth,
.startupkit-storekit .startupkit-growth,
.startupkit-mykit .startupkit-growth,
.startupkit-fundkit .startupkit-growth,
.startupkit-taxkit .startupkit-growth,
.startupkit-customerkit .startupkit-growth,
.startupkit-productkit .startupkit-growth,
.startupkit-partnerkit .startupkit-growth,
.startupkit-infokit .startupkit-growth,
.startupkit-marketmap .startupkit-growth,
.startupkit-blogkit .startupkit-growth-card,
.startupkit-storekit .startupkit-growth-card,
.startupkit-mykit .startupkit-growth-card,
.startupkit-fundkit .startupkit-growth-card,
.startupkit-taxkit .startupkit-growth-card,
.startupkit-customerkit .startupkit-growth-card,
.startupkit-productkit .startupkit-growth-card,
.startupkit-partnerkit .startupkit-growth-card,
.startupkit-infokit .startupkit-growth-card,
.startupkit-marketmap .startupkit-growth-card {
    border-radius: 14px;
    box-shadow: var(--sk-shadow);
}

.startupkit-partner-hero,
.startupkit-info-hero {
    gap: 14px;
    margin-bottom: 14px;
    padding: 18px;
    box-shadow: var(--sk-shadow);
}

.startupkit-partner-hero span,
.startupkit-partner-compare span,
.startupkit-info-hero span,
.startupkit-info-source b {
    margin-bottom: 7px;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
}

.startupkit-partner-hero strong,
.startupkit-info-hero strong {
    max-width: 720px;
    font-size: 24px;
    line-height: 1.35;
}

.startupkit-partner-hero p,
.startupkit-info-hero p,
.startupkit-partner-compare p,
.startupkit-partner-compare li,
.startupkit-partner-lane li,
.startupkit-info-priority p {
    font-size: 14px;
    line-height: 1.55;
}

.startupkit-partner-compare article,
.startupkit-info-source,
.startupkit-info-priority article {
    padding: 15px;
}

.startupkit-partner-compare strong,
.startupkit-info-priority strong {
    font-size: 18px;
}

.startupkit-info-source a {
    padding: 9px 10px;
    border-radius: 9px;
    font-size: 13px;
}

@media all and (max-width: 1024px) {
    .startupkit-hero-main {
        padding: 24px;
    }

    .startupkit-hero-title {
        font-size: clamp(30px, 6vw, 42px);
    }

    .startupkit-section-title h2,
    .startupkit-cta h2 {
        font-size: clamp(22px, 5vw, 30px);
    }
}

@media all and (max-width: 767px) {
    .startupkit-hero-main,
    .startupkit-panel,
    .startupkit-service-card,
    .startupkit-brief-card,
    .startupkit-tool-card,
    .startupkit-growth,
    .startupkit-growth-card,
    .startupkit-question-card,
    .startupkit-live-card,
    .startupkit-notice-card,
    .startupkit-metric-card,
    .startupkit-case-card,
    .startupkit-cta,
    .startupkit-partner-hero,
    .startupkit-info-hero {
        padding: 16px;
        border-radius: 12px;
    }

    .startupkit-search {
        gap: 7px;
        padding: 7px;
    }

    .startupkit-search button {
        width: 100%;
    }

    .startupkit-product-vendors {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-seo-output {
        grid-template-columns: minmax(0, 1fr);
    }

    .startupkit-map-frame,
    .startupkit-map-frame iframe {
        min-height: 260px;
    }
}

/* Startup Kit header and page scale */
body:has(.startupkit-portal) #header {
    padding-top: 10px;
    padding-bottom: 0;
    background: #f6f8fc !important;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.045);
}

body:has(.startupkit-portal) #header .gnb_wrap {
    background: #f6f8fc !important;
}

body:has(.startupkit-portal) #header .gnb_wrap ul,
body:has(.startupkit-portal) #header .gnb_wrap nav {
    line-height: 34px;
}

body:has(.startupkit-portal) #header .gnb_wrap nav a {
    font-size: 14px;
    line-height: 34px;
}

body:has(.startupkit-portal) #header .gnb_wrap #logo_img .responsive-image {
    height: 32px;
}

body:has(.startupkit-portal) #header .gnb_wrap .logo_wrap {
    margin-right: 34px;
}

body:has(.startupkit-portal) #header .gnb_wrap .tog_wrap {
    margin-right: 18px;
}

body:has(.startupkit-portal) #header .gnb_wrap .snb_wrap .member_info_wrap {
    margin-left: 18px;
    font-size: 13px;
}

body:has(.startupkit-portal) #header .gnb_wrap .snb_wrap .my_btn_wrap {
    margin-left: 22px;
}

body:has(.startupkit-portal) #header .btn_round {
    height: 34px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
}

body:has(.startupkit-portal) #header .arr_bg {
    padding-right: 32px;
    background-position: center right 14px;
}

body:has(.startupkit-portal) #header .search_top_wrap {
    width: 220px;
}

body:has(.startupkit-portal) #header .search_top_wrap input {
    height: 34px;
    font-size: 13px;
}

body:has(.startupkit-portal) #header .search_top_wrap button {
    top: 8px;
    right: 12px;
}

body:has(.startupkit-portal) #header .rows_gnb_wrap {
    margin-top: 6px;
    padding: 6px 0 8px;
    border-top: 0;
    background: #f6f8fc;
}

body:has(.startupkit-portal) #header .row_gnbs .cbp-hrmenu > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 18px;
}

body:has(.startupkit-portal) #header .row_gnbs .cbp-hrmenu > ul > li {
    padding-left: 0;
    padding-right: 0;
}

body:has(.startupkit-portal) #header .cbp-hrmenu .cbp-hrsub {
    top: 34px;
    margin-left: -18px;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

body:has(.startupkit-portal) #header #cbp-hrmenu .cbp-hropen .cbp-hrsub {
    padding: 16px 20px;
}

body:has(.startupkit-portal) #header .cbp-hrmenu .cbp-hrsub-inner > div {
    min-width: 124px;
}

body:has(.startupkit-portal) #header .cbp-hrmenu .cbp-hrsub-inner > div a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 1.35;
}

body:has(.startupkit-portal) #header .cbp-hrsub h4 {
    padding-bottom: 10px;
    font-size: 15px;
}

body:has(.startupkit-portal) .startupkit-portal {
    padding-top: 18px;
}

body:has(.startupkit-portal) .startupkit-portal > section {
    width: min(1320px, calc(100vw - 48px));
}

body:has(.startupkit-portal) .startupkit-portal::after {
    width: min(1360px, calc(100vw - 32px));
}

body:has(.startupkit-naver-home) #header .logo_wrap {
    display: none !important;
}

body:has(.startupkit-naver-home) .startupkit-portal {
    padding-top: 0;
}

@media all and (max-width: 1024px) {
    body:has(.startupkit-portal) #header {
        padding-top: 8px;
    }

    body:has(.startupkit-portal) #header .search_top_wrap {
        width: 100%;
    }

    body:has(.startupkit-portal) .startupkit-portal > section {
        width: calc(100vw - 28px);
    }
}

@media all and (max-width: 767px) {
    body:has(.startupkit-portal) .startupkit-portal {
        padding-top: 12px;
    }

    body:has(.startupkit-naver-home) .startupkit-portal {
        padding-top: 0;
    }

    body:has(.startupkit-portal) .startupkit-portal > section {
        width: calc(100vw - 16px);
    }
}


