:root {
    --bg: #090f17;
    --paper: rgba(20, 29, 41, 0.84);
    --paper-strong: #141f2d;
    --ink: #e6edf8;
    --muted: #a3b0c3;
    --line: rgba(228, 236, 250, 0.14);
    --accent: #d08a3e;
    --accent-deep: #f0b571;
    --navy: #d9e4f8;
    --glow: rgba(208, 138, 62, 0.24);
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 0% 0%, rgba(208, 138, 62, 0.22), transparent 30%),
        radial-gradient(circle at 100% 8%, rgba(44, 88, 142, 0.18), transparent 34%),
        linear-gradient(180deg, #060b12 0%, #0a1119 42%, #101925 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(7, 11, 17, 0.82);
    border-bottom: 1px solid rgba(230, 237, 248, 0.12);
    backdrop-filter: blur(18px);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 1px solid rgba(230, 237, 248, 0.16);
    object-fit: cover;
    background: #0a1119;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}
.brand__text { display: flex; flex-direction: column; gap: 3px; }
.brand__name { font-size: 1.35rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.brand__tag { font-size: 0.92rem; color: var(--muted); }

.nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; }
.nav a:hover { color: var(--ink); }
.nav__cta { padding: 12px 18px; border-radius: 999px; background: linear-gradient(135deg, #f6c77d, #f0a24f); color: #07111b; box-shadow: 0 14px 26px rgba(208, 138, 62, 0.28); }

.hero { padding: 44px 0 36px; }
.hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 28px; align-items: stretch; }
.hero__content, .hero__panel { border-radius: var(--radius-xl); box-shadow: var(--shadow); }

.hero__content {
    padding: 54px;
    background: linear-gradient(145deg, rgba(17, 25, 36, 0.95), rgba(13, 20, 30, 0.84));
    border: 1px solid rgba(228, 236, 250, 0.12);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(199, 119, 43, 0.12);
    color: var(--accent-deep);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1, .section__head h2, .founder__content h2, .contact__box h2, .highlight__panel h2 {
    font-family: "Playfair Display", serif;
}

.hero h1 {
    margin: 20px 0 18px;
    max-width: 10.5ch;
    font-size: clamp(2.9rem, 6vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.hero__lead { margin: 0; max-width: 58ch; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }
.hero__mini { margin-top: 16px; max-width: 54ch; color: var(--ink); font-size: 1rem; line-height: 1.8; font-weight: 600; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover { transform: translateY(-2px); }
.button--primary { color: #07111b; background: linear-gradient(135deg, #f6c77d, #f0a24f); box-shadow: 0 18px 30px var(--glow); }
.button--secondary { background: rgba(228, 236, 250, 0.1); color: var(--ink); border: 1px solid rgba(228, 236, 250, 0.24); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02); }

.hero__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.stat { padding: 16px 18px; border-radius: var(--radius-md); background: rgba(228, 236, 250, 0.07); }
.stat strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 1.25rem; }
.stat span { color: var(--muted); font-size: 0.92rem; line-height: 1.6; }

.hero__stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.identity-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(17, 25, 36, 0.95), rgba(13, 20, 30, 0.84));
    border: 1px solid rgba(228, 236, 250, 0.13);
    box-shadow: var(--shadow);
}

.identity-card__media {
    height: 380px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(20, 36, 58, 0.98), rgba(17, 32, 51, 0.96));
    border-bottom: 1px solid rgba(228, 236, 250, 0.12);
}

.identity-card__media--photo img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    border-radius: 24px;
    box-shadow: 0 20px 34px rgba(0,0,0,0.26);
}

.identity-card__media--logo {
    padding: 5px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(255,255,255,0.13), rgba(255,255,255,0.03) 66%),
        linear-gradient(180deg, rgba(20, 36, 58, 0.98), rgba(17, 32, 51, 0.96));
}

.identity-card__media--logo img {
    position: absolute;
    inset: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    max-height: none;
    object-fit: contain;
    border-radius: 24px;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.identity-card__copy {
    padding: 30px;
    display: grid;
    align-content: start;
    gap: 14px;
}

.identity-card h1,
.identity-card h2 {
    margin: 0;
    max-width: none;
    font-family: "Playfair Display", serif;
    font-size: 2.55rem;
    line-height: 1.04;
    letter-spacing: 0;
}

.identity-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.82;
    font-size: 1rem;
}

.identity-card__role {
    color: var(--accent-deep) !important;
    font-weight: 800;
}

.identity-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.hero__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.hero__panel {
    position: relative;
    overflow: hidden;
    padding: 26px;
    color: #fff;
    background: linear-gradient(180deg, rgba(20, 36, 58, 0.98), rgba(17, 32, 51, 0.96));
}

.hero__panel::before {
    content: "";
    position: absolute;
    inset: auto -12% -18% auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(199,119,43,0.46), transparent 70%);
}

.dashboard { position: relative; z-index: 1; display: grid; gap: 16px; }
.dashboard__top { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 16px; align-items: stretch; }
.hero-founder-card {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-founder-card__photo {
    width: min(100%, 210px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 20px 34px rgba(0,0,0,0.28);
}
.hero-founder-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-founder-card h3 { margin: 0; font-size: 1.45rem; line-height: 1.12; }
.hero-founder-card p { margin: 0; color: rgba(255,255,255,0.78); line-height: 1.65; font-size: 0.94rem; }
.hero-founder-card__role { color: var(--accent-deep) !important; font-weight: 800; }
.dashboard__logo-card, .dashboard__list, .dashboard__quote {
    padding: 20px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08);
}
.dashboard__logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 28px;
    background: radial-gradient(circle at 50% 35%, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
}
.dashboard__logo-card img {
    width: min(100%, 420px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
}
.dashboard__label { color: rgba(255,255,255,0.7); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.dashboard__list ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.dashboard__list li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.88); }
.dashboard__quote { color: rgba(255,255,255,0.84); line-height: 1.8; }
.dashboard__quote p { margin: 0; }
.dashboard__quote p + p { margin-top: 10px; }

.section { padding: 36px 0; }
.section__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.section__head h2 { margin: 0; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.02; letter-spacing: -0.04em; }
.section__head p { margin: 0; max-width: 60ch; color: var(--muted); line-height: 1.85; }
.proof { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 18px; }
.proof__card, .proof__grid article, .feature, .workflow__item, .highlight__quote, .founder__content, .contact__box {
    border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}
.proof__card { padding: 30px; }
.proof__card h3 { margin: 14px 0 12px; font-size: 1.55rem; line-height: 1.25; }
.proof__card p { margin: 0; color: var(--muted); line-height: 1.8; }
.proof__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.proof__grid article { padding: 24px; }
.proof__grid strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: 1.05rem; }
.proof__grid p { margin: 0; color: var(--muted); line-height: 1.75; }

.features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature { padding: 28px; }
.feature--wide { grid-column: 1 / -1; }
.feature__icon {
    width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(199,119,43,0.18), rgba(23,48,76,0.12)); color: var(--navy); font-weight: 800;
}
.feature h3 { margin: 0 0 10px; font-size: 1.16rem; line-height: 1.45; }
.feature p { margin: 0; color: var(--muted); line-height: 1.78; }
.feature p + p { margin-top: 12px; }
.feature ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; color: var(--muted); font-size: 0.94rem; line-height: 1.55; }
.feature li { position: relative; padding-left: 18px; }
.feature li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

.module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.module-card {
    padding: 26px;
    border-radius: var(--radius-lg);
    background: var(--paper-strong);
    border: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}
.module-card h3 { margin: 0 0 10px; font-size: 1.22rem; }
.module-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.module-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.module-card__tags span { padding: 8px 10px; border-radius: 999px; background: rgba(199,119,43,0.1); color: var(--accent-deep); font-size: 0.82rem; font-weight: 800; }
.module-card--wide { grid-column: 1 / -1; }
.kkd-system {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: 34px;
    background:
        radial-gradient(circle at 10% 10%, rgba(240, 181, 113, 0.18), transparent 30%),
        linear-gradient(145deg, rgba(18, 30, 44, 0.98), rgba(9, 15, 23, 0.94));
    border: 1px solid rgba(240, 181, 113, 0.2);
    box-shadow: var(--shadow);
}
.kkd-system__lead { margin: 14px 0 0; max-width: 76ch; color: var(--muted); line-height: 1.85; }
.kkd-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin: 26px 0; }
.kkd-flow__step { padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); }
.kkd-flow__step strong { display: block; color: var(--accent-deep); font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase; }
.kkd-flow__step span { display: block; margin-top: 8px; color: var(--ink); font-weight: 800; line-height: 1.35; }
.kkd-system__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kkd-system__mini { padding: 18px; border-radius: 18px; background: rgba(10,16,24,0.66); border: 1px solid rgba(228,236,250,0.12); }
.kkd-system__mini h3 { margin: 0 0 8px; font-size: 1.02rem; }
.kkd-system__mini p { margin: 0; color: var(--muted); line-height: 1.75; }

.workflow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.workflow__item { position: relative; overflow: hidden; padding: 24px; background: var(--paper-strong); }
.workflow__item::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 6px;
    background: linear-gradient(90deg, var(--accent), rgba(23,48,76,0.9));
}
.workflow__step { color: var(--accent-deep); font-size: 0.9rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.workflow__item h3 { margin: 14px 0 10px; font-size: 1.12rem; }
.workflow__item p { margin: 0; color: var(--muted); line-height: 1.72; }

.highlight { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 20px; align-items: stretch; }
.highlight__panel {
    padding: 34px; border-radius: var(--radius-xl); color: #fff;
    background: linear-gradient(180deg, rgba(20,36,58,0.98), rgba(28,50,78,0.95)); box-shadow: var(--shadow);
}
.highlight__panel h2 { margin: 18px 0 16px; font-size: clamp(1.9rem, 4vw, 2.8rem); line-height: 1.02; letter-spacing: -0.04em; }
.highlight__panel p { margin: 0; color: rgba(255,255,255,0.78); line-height: 1.85; }
.highlight__panel ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.highlight__panel li { padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.88); }
.highlight__quote { padding: 24px; }
.quote-card { padding: 20px; border-radius: 18px; background: rgba(10, 16, 24, 0.72); border: 1px solid rgba(228, 236, 250, 0.14); }
.quote-card + .quote-card { margin-top: 14px; }
.quote-card strong { display: block; margin-bottom: 8px; font-size: 1.02rem; }
.quote-card p { margin: 0; color: var(--muted); line-height: 1.8; }

.founder { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: 22px; align-items: stretch; }
.founder--detail { grid-template-columns: 1fr; }
.founder__visual, .founder__content { border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.founder__visual {
    padding: 24px; display: grid; gap: 18px; align-content: start;
    background: linear-gradient(180deg, rgba(20,36,58,0.98), rgba(28,50,78,0.95)); color: #fff;
}
.founder__badge {
    display: inline-flex; justify-self: start; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px;
    background: rgba(255,255,255,0.1); color: rgba(255,248,239,0.94); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
}
.founder__photo {
    width: min(100%, 320px); aspect-ratio: 1/1; margin: 0 auto; overflow: hidden; border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 22px 34px rgba(0,0,0,0.22);
}
.founder__photo img { width: 100%; height: 100%; object-fit: cover; }
.founder__visual h3 { margin: 0; font-size: 1.7rem; line-height: 1.15; }
.founder__visual p { margin: 0; color: rgba(255,255,255,0.78); line-height: 1.8; }
.founder__logo-wrap {
    display: grid;
    place-items: center;
    width: min(100%, 360px);
    margin: 0 auto;
    padding: 20px;
    border-radius: 28px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 20px 34px rgba(0,0,0,0.22);
}
.founder__logo-wrap img {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
}
.founder__content { padding: 34px; }
.founder__content h2 { margin: 18px 0 16px; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.04; letter-spacing: -0.04em; }
.founder__content p { margin: 0 0 16px; color: var(--muted); line-height: 1.85; font-size: 1.02rem; }
.founder__content p:last-of-type { margin-bottom: 0; }

.contact { padding-bottom: 60px; }
.contact__box {
    display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 36px;
    background: linear-gradient(135deg, #111a26, #152234); border-color: rgba(208, 138, 62, 0.26); box-shadow: var(--shadow);
}
.contact__box h2 { margin: 14px 0 12px; font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.04; letter-spacing: -0.04em; }
.contact__box p { margin: 0; max-width: 60ch; color: var(--muted); line-height: 1.85; }
.contact__actions { display: flex; flex-direction: column; gap: 12px; min-width: 250px; }
.contact__links { display: grid; gap: 10px; }
.contact__note { margin: 4px 0 0; text-align: center; color: var(--muted); font-size: 0.92rem; line-height: 1.6; }
.site-footer { padding: 18px 0 34px; color: var(--muted); text-align: center; font-size: 0.95rem; }

@media (max-width: 980px) {
    .hero__grid, .proof, .highlight, .founder, .contact__box, .section__head { grid-template-columns: 1fr; display: grid; }
    .hero__stage { grid-template-columns: 1fr; }
    .dashboard__top { grid-template-columns: 1fr; }
    .dashboard__row, .workflow, .hero__stats, .hero__summary, .proof__grid, .module-grid, .kkd-flow, .kkd-system__grid { grid-template-columns: 1fr 1fr; }
    .hero__content { padding: 36px 26px; }
}

@media (max-width: 720px) {
    .nav { display: none; }
    .hero { padding-top: 26px; }
    .hero h1 { max-width: none; }
    .identity-card__media { height: 280px; }
    .identity-card__media--logo { padding: 5px; }
    .identity-card__copy { padding: 24px; }
    .identity-card h1, .identity-card h2 { font-size: 2.1rem; }
    .identity-card__actions { flex-direction: column; }
    .brand__mark { width: 44px; height: 44px; border-radius: 10px; }
    .brand__name { font-size: 1.08rem; }
    .brand__tag { font-size: 0.84rem; }
    .dashboard__row, .features, .workflow, .hero__stats, .hero__summary, .proof__grid, .module-grid, .kkd-flow, .kkd-system__grid { grid-template-columns: 1fr; }
    .hero__actions { flex-direction: column; }
    .button, .contact__actions { width: 100%; }
    .contact__actions { min-width: 0; }
}
