@charset "utf-8";

/* --------------------------------------
   custom.css
   InkColla Main Custom Styles
-------------------------------------- */

/* --------------------------------------
   InkColla Main Landing
-------------------------------------- */

.ink-home {
    position: relative;
    background: #fff;
}

.ink-home .container {
    position: relative;
    z-index: 2;
}

.ink-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 36px;
    background:
        radial-gradient(circle at top right, rgba(57, 73, 171, 0.10), transparent 28%),
        linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
    border-bottom: 1px solid #edf1f7;
}

.ink-hero-bg {
    position: absolute;
    right: -120px;
    top: -80px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(63, 70, 120, 0.08) 0%, rgba(63, 70, 120, 0) 70%);
    pointer-events: none;
}

.ink-hero-grid,
.ink-intro-grid {
    display: flex;
    align-items: center;
    gap: 44px;
}

.ink-hero-copy,
.ink-intro-copy {
    flex: 1 1 54%;
}

.ink-hero-visual,
.ink-intro-box {
    flex: 1 1 46%;
}

.ink-hero-kicker,
.ink-section-kicker {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(57, 73, 171, 0.08);
    color: #3949ab;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ink-hero-title {
    font-size: 46px;
    line-height: 1.22;
    font-weight: 800;
    color: #1e2432;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.ink-hero-desc {
    font-size: 18px;
    line-height: 1.78;
    color: #5f6677;
    max-width: 640px;
    margin-bottom: 28px;
}

.ink-hero-btns,
.ink-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ink-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 54px;
    padding: 0 22px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    transition: all .25s ease;
}

.ink-btn:hover {
    transform: translateY(-2px);
}

.ink-btn-primary {
    background: linear-gradient(135deg, #3949ab 0%, #3f4678 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(57, 73, 171, 0.18);
}

.ink-btn-primary:hover,
.ink-btn-primary:focus {
    color: #fff;
    box-shadow: 0 20px 38px rgba(57, 73, 171, 0.24);
}

.ink-btn-secondary {
    background: #fff;
    color: #2a3142;
    border: 1px solid #dce2ef;
    box-shadow: 0 10px 24px rgba(22, 29, 45, 0.05);
}

.ink-btn-secondary:hover,
.ink-btn-secondary:focus {
    color: #3949ab;
    border-color: #c9d2eb;
}

.ink-btn-sm {
    min-width: 160px;
    height: 48px;
    font-size: 15px;
    border-radius: 12px;
}

.ink-hero-note {
    margin-top: 18px;
    color: #6d7484;
    font-size: 14px;
    line-height: 1.6;
}

.ink-hero-note a {
    color: #3949ab;
    font-weight: 700;
}

.ink-note-divider {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 10px;
    background: #cfd6e4;
    vertical-align: middle;
}

.ink-mockup {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9eef8;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(31, 41, 68, 0.10);
}

.ink-mockup-head {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 0 18px;
    background: #f6f8fc;
    border-bottom: 1px solid #edf1f7;
    color: #2f3748;
    font-size: 14px;
}

.ink-mockup-head strong {
    margin-left: 6px;
    font-weight: 700;
}

.ink-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ink-dot-red {background:#ff6b6b;}
.ink-dot-yellow {background:#ffd166;}
.ink-dot-green {background:#4ecdc4;}

.ink-mockup-body {
    padding: 22px;
}

.ink-project-card {
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    border: 1px solid #e8edf6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.ink-project-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.ink-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(67, 160, 71, 0.12);
    color: #2e7d32;
    font-size: 12px;
    font-weight: 700;
}

.ink-small-text {
    color: #778096;
    font-size: 13px;
}

.ink-project-card h3 {
    font-size: 28px;
    line-height: 1.35;
    color: #1f2533;
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ink-project-card p {
    color: #677085;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 18px;
}

.ink-role-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ink-role-list li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef2fb;
    color: #3949ab;
    font-size: 13px;
    font-weight: 700;
}

.ink-mini-panels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.ink-mini-panel {
    padding: 16px 16px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #ebeff7;
}

.ink-mini-panel strong {
    display: block;
    color: #3949ab;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
}

.ink-mini-panel span {
    display: block;
    color: #2f3748;
    font-size: 14px;
    font-weight: 700;
}

.ink-section {
    padding: 82px 0;
}

.ink-section-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 42px;
}

.ink-section-head h3,
.ink-intro-copy h3,
.ink-cta-copy h3 {
    font-size: 38px;
    line-height: 1.3;
    color: #1f2533;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

.ink-section-head p,
.ink-intro-copy p,
.ink-cta-copy p {
    color: #687186;
    font-size: 17px;
    line-height: 1.85;
}

.ink-feature-section {
    background: #fff;
}

.ink-feature-grid,
.ink-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.ink-feature-card,
.ink-process-card {
    position: relative;
    padding: 28px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #edf1f7;
    box-shadow: 0 14px 32px rgba(18, 26, 42, 0.05);
}

.ink-feature-icon,
.ink-step-no {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    color: #3949ab;
    background: rgba(57, 73, 171, 0.08);
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 16px;
}

.ink-feature-card h4,
.ink-process-card h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.35;
    color: #222938;
    margin-bottom: 12px;
}

.ink-feature-card p,
.ink-process-card p {
    color: #6d7484;
    font-size: 15px;
    line-height: 1.8;
}

.ink-intro-section {
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
    border-top: 1px solid #f1f4fa;
    border-bottom: 1px solid #f1f4fa;
}

.ink-intro-copy p + p {
    margin-top: 16px;
}

.ink-intro-box {
    display: flex;
    justify-content: center;
}

.ink-intro-point {
    width: 100%;
    padding: 30px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #e8edf7;
    box-shadow: 0 18px 44px rgba(25, 33, 52, 0.06);
}

.ink-intro-point strong {
    display: block;
    font-size: 24px;
    color: #1f2533;
    font-weight: 800;
    margin-bottom: 20px;
}

.ink-intro-point ul li {
    position: relative;
    padding-left: 18px;
    color: #677085;
    font-size: 16px;
    line-height: 1.9;
}

.ink-intro-point ul li + li {
    margin-top: 10px;
}

.ink-intro-point ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3949ab;
}

.ink-process-section {
    background: #fff;
}

.ink-cta-section {
    padding-top: 0;
    background: #fff;
}

.ink-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 36px;
    border-radius: 30px;
    background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
    border: 1px solid #dde5fb;
}

.ink-cta-copy {
    max-width: 720px;
}

.ink-main-feed {
    margin-top: 22px;
}

.ink-main-feed > * + * {
    margin-top: 34px;
}

/* --------------------------------------
   InkColla Main v2
-------------------------------------- */

.ink-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 34px;
}

.ink-stat-item {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.72);
    border: 1px solid #e7edf7;
    box-shadow: 0 10px 24px rgba(18, 26, 42, 0.04);
    text-align: center;
    backdrop-filter: blur(4px);
}

.ink-stat-item strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #1f2533;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}

.ink-stat-item span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #6d7484;
}

.ink-quick-section {
    padding-top: 32px;
    padding-bottom: 20px;
    background: #fff;
}

.ink-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ink-quick-card {
    display: block;
    padding: 28px 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #ebf0f7;
    box-shadow: 0 14px 32px rgba(18, 26, 42, 0.05);
    transition: all .25s ease;
}

.ink-quick-card:hover,
.ink-quick-card:focus {
    transform: translateY(-4px);
    border-color: #d7e0f5;
    box-shadow: 0 20px 40px rgba(18, 26, 42, 0.08);
}

.ink-quick-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(57, 73, 171, 0.08);
    color: #3949ab;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 16px;
}

.ink-quick-card strong {
    display: block;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
    color: #202736;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.ink-quick-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #6c7485;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

/* --------------------------------------
   InkColla Live Project Cards
-------------------------------------- */

.ink-section-head-left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    max-width: none;
    margin-bottom: 30px;
}

.ink-head-copy {
    max-width: 760px;
}

.ink-head-link {
    flex-shrink: 0;
}

.ink-live-projects-section {
    padding-top: 36px;
    padding-bottom: 28px;
    background: #fff;
}

.ink-live-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.ink-live-project-card {
    display: block;
    height: 100%;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #e8edf7;
    box-shadow: 0 16px 34px rgba(18, 26, 42, 0.05);
    transition: all .25s ease;
    overflow: hidden;
}

.ink-live-project-card:hover,
.ink-live-project-card:focus {
    transform: translateY(-4px);
    border-color: #d9e2f5;
    box-shadow: 0 24px 44px rgba(18, 26, 42, 0.09);
}

.ink-live-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef3fb;
    border-bottom: 1px solid #e8edf7;
}

.ink-live-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ink-live-project-card:hover .ink-live-thumb img,
.ink-live-project-card:focus .ink-live-thumb img {
    transform: scale(1.05);
}

.ink-live-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at top right, rgba(57, 73, 171, 0.12), transparent 30%),
        linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
}

.ink-live-thumb-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.8);
    color: #3949ab;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 18px rgba(18, 26, 42, 0.06);
}

.ink-live-project-body {
    padding: 24px 24px 22px;
}

.ink-live-project-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.ink-live-top-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ink-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.ink-status-badge.is-open {
    background: rgba(67, 160, 71, 0.12);
    color: #2e7d32;
}

.ink-status-badge.is-urgent {
    background: rgba(255, 152, 0, 0.14);
    color: #ef6c00;
}

.ink-status-badge.is-plan {
    background: rgba(57, 73, 171, 0.10);
    color: #3949ab;
}

.ink-status-badge.is-progress {
    background: rgba(3, 155, 229, 0.12);
    color: #0277bd;
}

.ink-status-badge.is-closed {
    background: rgba(120, 130, 150, 0.14);
    color: #5f6677;
}

.ink-live-category {
    color: #8891a5;
    font-size: 13px;
    font-weight: 700;
}

.ink-live-date {
    color: #8891a5;
    font-size: 13px;
    font-weight: 600;
}

.ink-live-project-card h4 {
    min-height: 68px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    color: #1f2533;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.ink-live-project-card p {
    min-height: 80px;
    font-size: 15px;
    line-height: 1.8;
    color: #687186;
    margin-bottom: 22px;
}

.ink-live-role-wrap {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px dashed #e7edf6;
}

.ink-live-role-wrap strong {
    display: block;
    margin-bottom: 10px;
    color: #6f7788;
    font-size: 13px;
    font-weight: 700;
}

.ink-live-role-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ink-live-role-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2fb;
    color: #3949ab;
    font-size: 13px;
    font-weight: 700;
}

.ink-live-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #edf1f7;
    margin-top: 16px;
}

.ink-live-author {
    color: #5f6677;
    font-size: 14px;
    font-weight: 700;
}

.ink-live-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #3949ab;
    white-space: nowrap;
}

.ink-live-action.is-open {
    background: #2e7d32;
}

.ink-live-action.is-urgent {
    background: #ef6c00;
}

.ink-live-action.is-plan {
    background: #3949ab;
}

.ink-live-action.is-progress {
    background: #0277bd;
}

.ink-live-action.is-closed {
    background: #7b8597;
}

/* --------------------------------------
   Responsive
-------------------------------------- */

@media (max-width: 1199px) {
    .ink-hero-title {
        font-size: 40px;
    }

    .ink-section-head h3,
    .ink-intro-copy h3,
    .ink-cta-copy h3 {
        font-size: 32px;
    }

    .ink-feature-grid,
    .ink-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ink-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .ink-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ink-live-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .ink-hero {
        padding: 56px 0 26px;
    }

    .ink-hero-grid,
    .ink-intro-grid,
    .ink-cta-box {
        flex-direction: column;
    }

    .ink-hero-copy,
    .ink-hero-visual,
    .ink-intro-copy,
    .ink-intro-box,
    .ink-cta-copy {
        width: 100%;
        flex: 1 1 100%;
    }

    .ink-hero-title {
        font-size: 34px;
    }

    .ink-hero-desc {
        font-size: 16px;
    }

    .ink-section {
        padding: 64px 0;
    }

    .ink-section-head h3,
    .ink-intro-copy h3,
    .ink-cta-copy h3 {
        font-size: 30px;
    }

    .ink-cta-box {
        align-items: flex-start;
        padding: 28px 24px;
    }

    .ink-section-head-left {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .ink-hero-title {
        font-size: 28px;
    }

    .ink-project-card h3 {
        font-size: 24px;
    }

    .ink-section-head h3,
    .ink-intro-copy h3,
    .ink-cta-copy h3 {
        font-size: 26px;
    }

    .ink-feature-grid,
    .ink-process-grid,
    .ink-mini-panels,
    .ink-stats-row,
    .ink-quick-grid,
    .ink-live-project-grid {
        grid-template-columns: 1fr;
    }

    .ink-btn {
        width: 100%;
        min-width: 100%;
    }

    .ink-hero-btns,
    .ink-cta-btns {
        flex-direction: column;
    }

    .ink-hero-note {
        font-size: 13px;
    }

    .ink-note-divider {
        display: none;
    }

    .ink-section {
        padding: 54px 0;
    }

    .ink-feature-card,
    .ink-process-card,
    .ink-intro-point {
        border-radius: 22px;
    }

    .ink-stat-item strong {
        font-size: 22px;
    }

    .ink-quick-card strong {
        font-size: 22px;
    }

    .ink-live-project-card h4,
    .ink-live-project-card p {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .ink-hero {
        padding: 44px 0 20px;
    }

    .ink-hero-title {
        font-size: 24px;
    }

    .ink-hero-desc,
    .ink-section-head p,
    .ink-intro-copy p,
    .ink-cta-copy p {
        font-size: 15px;
        line-height: 1.75;
    }

    .ink-project-card,
    .ink-mockup-body {
        padding: 18px;
    }

    .ink-cta-box {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .ink-live-project-body {
        padding: 20px 18px 18px;
    }
}

/* --------------------------------------
   InkColla Project Write Extra Fields
-------------------------------------- */

.ink-write-extra {
    margin: 24px 0 30px;
    padding: 24px;
    border: 1px solid #e6ecf6;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
    box-shadow: 0 12px 28px rgba(18, 26, 42, 0.04);
}

.ink-write-extra-head {
    margin-bottom: 18px;
}

.ink-write-extra-head h4 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    color: #1f2533;
    letter-spacing: -0.02em;
}

.ink-write-extra-head p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #6d7484;
}

.ink-write-extra-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ink-write-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #2a3142;
}

.ink-write-field .form-control,
.ink-write-field .frm_input {
    width: 100%;
    height: 46px;
    border: 1px solid #d9e1ef;
    border-radius: 12px;
    padding: 0 14px;
    background: #fff;
    color: #2b3345;
    transition: all .2s ease;
}

.ink-write-field .form-control:focus,
.ink-write-field .frm_input:focus {
    border-color: #3949ab;
    box-shadow: 0 0 0 4px rgba(57, 73, 171, 0.08);
    outline: none;
}

.ink-write-help {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.6;
    color: #7b8496;
}

.ink-write-extra-tip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #dfe6f2;
}

.ink-write-extra-tip strong {
    color: #3949ab;
    font-size: 13px;
    font-weight: 800;
}

.ink-write-extra-tip span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2fb;
    color: #3949ab;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .ink-write-extra-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------
   InkColla Project View Box
-------------------------------------- */

.ink-view-project-box {
    margin: 0 0 28px;
    padding: 24px;
    border: 1px solid #e6ecf6;
    border-radius: 24px;
    background: linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
    box-shadow: 0 14px 30px rgba(18, 26, 42, 0.04);
}

.ink-view-project-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9eef7;
    margin-bottom: 18px;
}

.ink-view-project-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ink-view-project-category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2fb;
    color: #5b6478;
    font-size: 12px;
    font-weight: 700;
}

.ink-view-project-date {
    color: #8891a5;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.ink-view-project-mid {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.ink-view-project-role {
    flex: 1 1 auto;
}

.ink-view-project-role strong {
    display: block;
    margin-bottom: 10px;
    color: #2a3142;
    font-size: 15px;
    font-weight: 800;
}

.ink-view-project-cta {
    flex-shrink: 0;
}

.ink-view-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #3949ab;
    box-shadow: 0 12px 24px rgba(57, 73, 171, 0.16);
    transition: all .25s ease;
}

.ink-view-action-btn:hover,
.ink-view-action-btn:focus {
    color: #fff;
    transform: translateY(-2px);
}

.ink-view-action-btn.is-open {
    background: #2e7d32;
    box-shadow: 0 12px 24px rgba(46, 125, 50, 0.16);
}

.ink-view-action-btn.is-urgent {
    background: #ef6c00;
    box-shadow: 0 12px 24px rgba(239, 108, 0, 0.16);
}

.ink-view-action-btn.is-plan {
    background: #3949ab;
    box-shadow: 0 12px 24px rgba(57, 73, 171, 0.16);
}

.ink-view-action-btn.is-progress {
    background: #0277bd;
    box-shadow: 0 12px 24px rgba(2, 119, 189, 0.16);
}

.ink-view-action-btn.is-closed {
    background: #7b8597;
    box-shadow: 0 12px 24px rgba(123, 133, 151, 0.16);
}

.ink-view-project-note {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed #dfe6f2;
    color: #6f7788;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .ink-view-project-top,
    .ink-view-project-mid {
        flex-direction: column;
        align-items: flex-start;
    }

    .ink-view-project-cta,
    .ink-view-action-btn {
        width: 100%;
    }
}