/* ===================================
    Crafto - Recruitment
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100..900&display=swap');
/* variable */
:root {      
    --alt-font: "Inter Tight", sans-serif; 
    --primary-font: "Inter Tight", sans-serif;
    --base-color:#343CD9;
    --dark-gray: #1C1C1C;
    --medium-gray:#69666e;
}
/* reset */
body { 
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}
h1, .h1 {
    font-size: 6.25rem;
    line-height: 5.75rem;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 500;
    letter-spacing:0.5px;
    text-transform: none;
}
.btn.btn-extra-large,
.btn.btn-rounded.btn-extra-large {
    padding: 24px 49px;
}
.btn.btn-large,
.btn.btn-rounded.btn-small {
    padding: 9px 20px;
}

.btn.btn-large,
.btn.btn-rounded.btn-large {
    font-size: 17px;
    padding: 16px 32px;
}
.btn.btn-medium,
.btn.btn-rounded.btn-medium {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-medium i {
    font-size: 16px;
}
.btn.btn-small i {
    font-size: 15px;
}
.btn.btn-very-small i {
    font-size: 14px;
}
.btn.btn-very-small,
.btn.btn-rounded.btn-very-small {
    font-size: 12px;
    padding: 7px 18px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* border color */
.border-color-transparent-dark-very-light {
  border-color: rgba(21, 21, 21, 0.1) !important;
}
/* border radius */
.border-radius-top-left-top-right {
    border-radius: 20px 20px 0 0 !important;
}
/* text color */
.text-dark-gray-light-transparent {
  color: rgba(28, 28, 28, 0.15);
}
/* gradient background color */
.bg-gradient-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(90.85deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.bg-gradient-right-white-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(87.96deg, rgba(255, 255, 255, 0.15) 0.25%, rgba(255, 255, 255, 0) 100.25%);
}
.bg-gradient-very-light-gray-transparent {
    background: rgba(52, 60, 217, 1);
    background: linear-gradient(87.96deg, rgba(52, 60, 217, 0.10) 0.25%, rgba(52, 60, 217, 0) 100.25%);
}
.bg-gradient-to-top-solitude-blue-transparent {
    background: #F3F3FF;
    background: linear-gradient(180deg, #F3F3FF 0%, rgba(243, 243, 255, 0) 100%);
}
/* background */
.bg-wisp-pink {
    background-color: #faebe7;
}
.bg-pattens-blue {
    background-color: #d7ebf7;
}
.bg-humming-bird {
    background-color: #dbf2eb;
}
.bg-ghost-white {
  background-color: #f3f3ff;
}
.bg-base-color-transparent {
    background-color: rgba(52, 60, 217, 0.1);
}
.bg-dark-gray-transparent-medium {
    background-color: rgba(28, 28, 28, 0.4);
}
.bg-dark-gray-transparent-extra-medium {
    background-color: rgba(6, 18, 42, 0.4);
}
.blur-box {
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}
/* bg sliding line */ 
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}
/* Padding */
.pt-100px {
    padding-top: 100px;
}
.pb-100px {
    padding-bottom: 100px;
}
/* bottom */
.bottom-180px {
    bottom: 180px;
}
/* newsletter style 02 */
.newsletter-style-02 input {
    font-size: 20px;
    border-radius: 0;
    padding-right: 60px !important;
    padding-bottom: 16px;
}
/* box shadow */
.box-shadow-medium-bottom, 
.box-shadow-medium-bottom-hover:hover {
  -webkit-box-shadow: 0 20px 34px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 25px;
}
header .navbar-brand {
    padding: 24px 0;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    flex: 0% 1 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
/* footer */
footer .footer-logo img {
    max-height: 44px;
}
.footer-dark, .footer-dark a, .footer-dark p {
    color: rgba(255, 255, 255, 0.40);
    font-weight: 300;
}
.footer-dark a:hover, 
.footer-light a:hover, 
.footer-navbar li a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}

.home-luxe-page {
    background: #ffffff;
}

.home-luxe-page .main-content {
    overflow: hidden;
}

.home-luxe-page .navbar .navbar-nav .nav-link {
    font-weight: 600;
    color: #24323d;
}

.home-luxe-page .header-light.header-transparent .navbar-nav .nav-link:hover,
.home-luxe-page .header-light.header-transparent .navbar-nav .nav-link.active {
    color: #2946f3;
}

.home-hero {
    overflow: hidden;
}

.home-hero .container {
    padding-top: 30px;
}

.home-pricing-banner-section {
    position: relative;
}

.home-pricing-banner {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-pricing-banner__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 6, 23, 0.42) 0%, rgba(2, 6, 23, 0.5) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.home-pricing-banner .container {
    z-index: 1;
}

.home-pricing-banner__kicker {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    background: rgba(0, 0, 0, 0.78);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-pricing-banner__title {
    color: #ffffff;
    font-size: clamp(2.2rem, 4.8vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 800;
    margin-bottom: 14px;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

.home-pricing-banner__price {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
}

.home-pricing-banner__copy {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: clamp(1rem, 1.45vw, 1.32rem);
    font-weight: 700;
    line-height: 1.62;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.38);
}

.home-startup-budget-section {
    position: relative;
}

.home-startup-budget-card {
    padding: 44px 42px;
    border: 1px solid #e6eaf2;
    border-radius: 28px;
    background:
        radial-gradient(circle at top center, rgba(41, 70, 243, 0.1), rgba(41, 70, 243, 0) 48%),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.1);
}

.home-startup-budget__kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #dfe6ff;
    background: #eef2ff;
    color: #2946f3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-startup-budget__title {
    color: #0f172a;
    font-size: clamp(1.95rem, 3.4vw, 2.85rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.home-startup-budget__copy {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #334155;
    font-size: 1.1rem;
    line-height: 1.72;
    font-weight: 600;
}

.home-startup-budget__rate {
    color: #0f172a;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.55;
}

.home-startup-budget__rate-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 10px;
    background: #0f172a;
    color: #ffffff;
    font-size: 1.18em;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin: 0 4px;
}

.home-hero h1 {
    font-size: 1.25rem;
    line-height: 1.65rem;
    max-width: 560px;
    margin-top: 18px;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.72), transparent 38%),
        linear-gradient(180deg, rgba(251, 247, 240, 0.24) 0%, rgba(251, 247, 240, 0.82) 100%);
    pointer-events: none;
}

.home-hero-panel {
    border: 1px solid #e6eaf2;
    box-shadow: 0 24px 50px rgba(27, 36, 45, 0.08);
}

.home-hero-copy {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-size: 20px;
    line-height: 1.72;
}

.home-word-highlight {
    color: #0f172a;
    font-weight: 700;
}

.home-hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    justify-content: center;
    margin: 0 auto 26px;
    max-width: 980px;
}

.home-mini-stat {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 62px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border: 1px solid #e6eaf2;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-align: left;
}

.home-mini-stat i {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #2946f3;
    background: #eef1ff;
    font-size: 14px;
}

.home-mini-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(41, 70, 243, 0.14);
    border-color: #cfd9ff;
}

.home-mini-stat--people {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-color: #e6eaf2;
}

.home-mini-stat--people i {
    color: #2946f3;
}

.home-mini-stat--shield {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-color: #e6eaf2;
}

.home-mini-stat--shield i {
    color: #2946f3;
}

.home-mini-stat--video {
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    border-color: #e6eaf2;
}

.home-mini-stat--video i {
    color: #2946f3;
}

.home-proof-strip {
    margin-top: -18px;
    position: relative;
    z-index: 3;
}

.home-proof-band {
    padding: 22px 28px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e6eaf2;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.home-section-wrap {
    position: relative;
    border: 1px solid #e6eaf2;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07);
}

.home-process-section {
    background: #ffffff;
}

.home-process-wrap {
    background: #ffffff;
}

.home-kicker {
    background: black !important;
    color: #ffffff !important;
    letter-spacing: 0.12em;
    box-shadow: 0 14px 28px rgba(41, 70, 243, 0.22);
}

.home-section-title {
    color: #0f172a;
    letter-spacing: -0.03em;
}

.home-section-copy {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #334155;
}

.home-process-intro {
    font-size: clamp(1.15rem, 1.6vw, 1.42rem) !important;
    line-height: 1.78 !important;
    font-weight: 600;
    color: #0f172a !important;
}

.home-process-emphasis {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    margin: 0 4px;
    border-radius: 8px;
    background: #eef2ff;
    color: #2946f3;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.home-deliver-card {
    position: relative;
    padding-top: 32px;
    background: #ffffff;
    border: 1px solid #e6eaf2;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-process-card {
    padding-top: 34px;
    padding-bottom: 34px;
}

.home-deliver-card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(41, 70, 243, 0.12), rgba(41, 70, 243, 0));
}

.home-step-marker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.home-step-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef1ff;
    color: #2946f3;
    font-size: 23px;
}

.home-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.home-deliver-card .fs-20 {
    min-height: 3.5em;
    line-height: 1.32;
    margin-bottom: 12px !important;
}

.home-process-card-copy {
    min-height: 11.2em;
    margin-bottom: 0 !important;
    font-size: 1.12rem;
    line-height: 1.78;
    color: #0f172a;
    font-weight: 600;
}

.home-process-title-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 10px;
    background: #eef2ff;
    color: #2946f3;
    font-size: 0.85em;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.home-process-card .home-step-icon {
    box-shadow: 0 12px 24px rgba(41, 70, 243, 0.18);
}

.home-process-card .home-step-marker {
    margin-bottom: 22px;
}

.home-emphasis-note {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 860px;
    margin: 0 auto;
    color: #0f172a;
}

.home-emphasis-note__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #2946f3;
}

.home-emphasis-note i {
    color: #2946f3;
}

.home-emphasis-note__text {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #334155;
}

.home-emphasis-note__text span {
    font-style: italic;
    color: #0f172a;
}

.home-emphasis-note__text strong {
    font-weight: 800;
    color: #0f172a;
}

.home-emphasis-note__text em {
    font-style: italic;
    font-weight: 700;
    color: #343cd9;
}

.home-contrast-section {
    position: relative;
}

.home-contrast-title {
    font-size: clamp(2.1rem, 3.3vw, 3.25rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.home-contrast-title-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 10px;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.8em;
    letter-spacing: -0.01em;
}

.home-contrast-intro {
    color: #334155;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.72;
}

.home-feature-frame {
    position: relative;
}

.home-feature-frame img {
    border-radius: 28px;
    box-shadow: 0 32px 54px rgba(31, 42, 51, 0.12);
}

.home-proof-badge {
    border-radius: 24px !important;
    border: 1px solid #e6eaf2;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.10);
}

.home-trust-float {
    border-radius: 999px !important;
    border: 1px solid #e6eaf2;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
    background: rgba(255, 255, 255, 0.9) !important;
}

.home-feature-item {
    padding: 18px 18px 18px 16px !important;
    border-radius: 20px !important;
    border: 1px solid #e6eaf2 !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
}

.home-contrast-card {
    padding: 30px !important;
    background: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.22) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-contrast-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px rgba(2, 6, 23, 0.34) !important;
}

.home-contrast-card .feature-box,
.home-contrast-card .feature-box-content,
.home-contrast-card .feature-box-content span {
    color: #ffffff !important;
}

.home-contrast-card .feature-box-content span {
    font-size: clamp(1.06rem, 1.28vw, 1.22rem) !important;
    font-weight: 700 !important;
    line-height: 1.56;
}

.home-contrast-card .feature-box-icon {
    background: #f0f4ff !important;
}

.home-contrast-card .feature-box-icon i {
    color: #ffffff !important;
}

.home-contrast-emphasis {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    margin-right: 4px;
    border-radius: 8px;
    background: black;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.home-contrast-note {
    display: inline-block;
    padding: 14px 16px;
    border-left: 4px solid #2946f3;
    background: #eef1ff;
    border-radius: 14px;
    color: #334155;
}

.home-catalog-section {
    background: #ffffff;
}

.home-catalog-shell {
    background: #ffffff;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

.home-kicker--catalog {
    background: #f0f4ff !important;
    color: #2946f3 !important;
    box-shadow: none;
    border: 1px solid #e0e7ff;
}

.home-catalog-title {
    color: #0f172a;
    letter-spacing: -0.04em;
}

.home-catalog-intro,
.home-catalog-subcopy {
    color: #475569;
}

.home-catalog-block {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

.home-catalog-block-head {
    gap: 18px;
}

.home-catalog-divider {
    display: none;
}

.home-catalog-divider__line {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(142, 160, 255, 0.7), rgba(255, 255, 255, 0));
}

.home-catalog-divider__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-catalog-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #2946f3;
}

.home-catalog-subtitle {
    color: #0f172a;
    font-size: 2rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-role-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    min-height: 208px;
    padding: 24px 22px;
    border-radius: 0;
    background: #000000;
    border: none;
    box-shadow: none;
    color: #ffffff;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.home-role-card:hover {
    transform: none;
    opacity: 0.85;
    color: #ffffff;
}

.home-role-card__icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    color: #2946f3;
    background: #eef1ff;
    color: #2946f3;
    font-size: 21px;
    box-shadow: inset 0 0 0 1px rgba(41, 70, 243, 0.08);
}

.home-role-card__title {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.22rem;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.home-role-card__meta {
    display: block;
    margin-top: auto;
    padding-top: 2px;
    font-size: 15px;
    line-height: 1.58;
    color: #e2e8f0;
    font-weight: 600;
}

.home-role-card--cta {
    background: linear-gradient(180deg, #2946f3 0%, #1f39d1 100%);
    border-color: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.home-role-card--cta:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.26);
}

.home-role-card--cta .home-role-card__icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.home-role-card--cta .home-role-card__meta,
.home-role-card--cta .home-role-card__title {
    color: #ffffff;
}

.home-skill-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.home-skill-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.home-skill-group {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-skill-group__head {
    margin-bottom: 10px;
}

.home-skill-group__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2946f3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.home-skill-group__title {
    color: #0f172a;
    font-size: 1.5rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.home-skill-grid--group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.home-skill-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    min-height: 162px;
    padding: 20px 18px;
    border-radius: 0;
    background: #000000;
    border: none;
    box-shadow: none;
    color: #ffffff;
    transition: opacity 0.22s ease;
}

.home-skill-card:hover {
    opacity: 0.85;
    color: #ffffff;
}

.home-skill-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    color: #2946f3;
    font-size: 19px;
    flex-shrink: 0;
}

.home-skill-card__title {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.08rem;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #ffffff;
}

.home-skill-card__meta {
    display: block;
    margin-top: auto;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    color: #e2e8f0;
}

.home-service-card {
    background: #ffffff !important;
    border: 1px solid #e6eaf2 !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12) !important;
}

.home-service-card .btn.btn-dark-gray {
    background-color: #2946f3 !important;
    border-color: #2946f3 !important;
    color: #ffffff !important;
}

.home-service-card .btn.btn-dark-gray:hover {
    background-color: #1f39d1 !important;
    border-color: #1f39d1 !important;
    color: #ffffff !important;
}

.home-service-card > .d-flex:first-child {
    min-height: 84px;
    padding: 16px 28px !important;
}

.home-service-card > .p-35px {
    padding: 28px 28px 24px !important;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.home-service-card > .p-35px > .fs-18 {
    min-height: 2.9em;
    line-height: 1.35;
    margin-bottom: 10px !important;
}

.home-service-card > .p-35px > p {
    min-height: 5.9em;
    margin-bottom: 18px;
}

.home-service-card > .p-35px > .row {
    margin-top: auto;
}

.home-service-card > .d-flex:last-child {
    margin-top: auto;
    min-height: 72px;
    padding: 14px 28px !important;
}

.home-value-band-section {
    margin-top: 18px;
}

.home-value-grid {
    gap: 18px;
}

.home-value-card-wrap {
    border: none !important;
    padding: 0 !important;
}

.home-value-card {
    height: 100%;
    padding: 30px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e6eaf2;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    display: flex;
    align-items: stretch;
}

.home-value-card p {
    margin-bottom: 0 !important;
    min-height: 7.6em;
}

.home-value-emphasis {
    color: #0f172a;
    font-style: normal !important;
    letter-spacing: -0.02em;
}

.home-value-banner {
    padding: 16px 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2946f3, #1f39d1);
    color: #fff;
    box-shadow: 0 18px 36px rgba(41, 70, 243, 0.20);
}

.home-showcase-shell {
    position: relative;
    overflow: hidden;
    border-radius: 28px !important;
    box-shadow: 0 32px 58px rgba(31, 42, 51, 0.14);
}

.home-showcase-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 23, 31, 0.12) 0%, rgba(11, 23, 31, 0.74) 100%);
}

.home-showcase-shell .container,
.home-showcase-shell .row,
.home-showcase-shell .col-xxl-10,
.home-showcase-shell .col-xl-11 {
    position: relative;
    z-index: 1;
}

.home-showcase-content {
    padding: 34px 36px;
    border-radius: 28px;
    background: rgba(12, 24, 23, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

.home-blog-shell {
    padding: 34px 22px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e6eaf2;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.home-blog-card {
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
    display: flex;
    flex-direction: column;
}

.home-blog-card .card-body {
    height: 100%;
}

@keyframes scroll1 {
    0% {
        top: 0px;
    }
    100% {
        top: 100%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1345px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link { 
        padding: 10px 20px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link { 
        padding: 10px 15px;
    }
    .team-style-01 figure figcaption .social-icon a {
        margin: 0 8px;
    }
    .home-hero .container {
        padding-top: 18px;
    }
    .home-hero h1 {
        font-size: 1.2rem;
        line-height: 1.55rem;
    }
    .home-showcase-content {
        padding: 28px;
    }
    .home-skill-groups {
        grid-template-columns: 1fr;
    }
    .home-skill-grid--group {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .home-pricing-banner {
        min-height: 500px;
    }
    .home-startup-budget-card {
        padding: 36px 32px;
    }
}
@media (max-width: 767px) {  
    h1, .h1 {
        font-size: 5.25rem;
        line-height: 4.75rem;
    }
    .home-hero-copy {
        font-size: 17px;
    }
    .home-hero .container {
        padding-top: 0;
    }
    .home-hero h1 {
        font-size: 1.1rem;
        line-height: 1.45rem;
        margin-top: 10px;
    }
    .home-mini-stat {
        width: 100%;
        justify-content: flex-start;
    }
    .home-deliver-card .fs-20,
    .home-deliver-card p,
    .home-service-card > .p-35px > .fs-18,
    .home-service-card > .p-35px > p,
    .home-value-card p {
        min-height: 0;
    }
    .home-service-card > .d-flex:first-child,
    .home-service-card > .d-flex:last-child {
        min-height: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home-service-card > .p-35px {
        padding: 20px !important;
    }
    .home-process-intro {
        font-size: 1.02rem !important;
        line-height: 1.68 !important;
    }
    .home-process-card {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .home-process-card::before {
        left: 38px;
        top: 82px;
        bottom: 22px;
    }
    .home-process-card-copy {
        font-size: 0.98rem;
        line-height: 1.7;
        min-height: 0;
    }
    .home-process-title-chip {
        padding: 3px 8px;
        font-size: 0.78em;
    }
    .home-step-number {
        min-width: 56px;
        min-height: 26px;
        font-size: 11px;
    }
    .home-hero-highlights {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 10px;
    }
    .home-proof-band,
    .home-blog-shell {
        padding-left: 18px;
        padding-right: 18px;
    }
    .home-catalog-block {
        padding: 0;
        border-radius: 0;
    }
    .home-catalog-divider {
        display: none;
    }
    .home-catalog-subtitle {
        font-size: 1.55rem;
    }
    .home-role-card {
        min-height: 0;
        gap: 16px;
        padding: 18px 16px;
        border-radius: 0;
    }
    .home-role-card__title {
        font-size: 1.05rem;
    }
    .home-role-card__meta {
        font-size: 14px;
    }
    .home-skill-groups {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .home-skill-group {
        padding: 0;
        border-radius: 0;
    }
    .home-skill-group__title {
        font-size: 1.18rem;
    }
    .home-skill-grid--group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .home-skill-card {
        min-height: 0;
        gap: 14px;
        padding: 16px 14px;
        border-radius: 0;
    }
    .home-skill-card__icon {
        width: 42px;
        height: 42px;
        border-radius: 0;
        font-size: 17px;
    }
    .home-skill-card__title {
        font-size: 0.98rem;
    }
    .home-skill-card__meta {
        font-size: 13px;
    }
    .home-value-banner {
        border-radius: 24px;
    }
    .home-showcase-content {
        padding: 22px 20px;
    }
    .home-pricing-banner {
        min-height: 420px;
    }
    .home-pricing-banner__kicker {
        margin-bottom: 12px;
    }
    .home-pricing-banner__copy {
        line-height: 1.55;
    }
    .home-startup-budget-card {
        padding: 28px 20px;
        border-radius: 20px;
    }
    .home-startup-budget__copy,
    .home-startup-budget__rate {
        font-size: 0.98rem;
    }
    .home-startup-budget__title {
        font-size: clamp(1.55rem, 7.2vw, 2rem);
    }
    .home-startup-budget__rate-pill {
        padding: 4px 10px;
        font-size: 1.06em;
    }
    .home-contrast-card .feature-box-content span {
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-skill-grid--group {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 375px) { 
    h1, .h1 {
        font-size: 4.5rem;
        line-height: 4rem;
    }
}

/* Remove vendor theme demo badge entirely */
.theme-demos,
.theme-demos *,
.all-demo,
.buy-theme {
    display: none !important;
    visibility: hidden !important;
}