:root {
    --kutchina-red: #ed1c24;
    --kutchina-dark: #15120f;
    --kutchina-cream: #f6f0e8;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    color: #1d1d1d;
    background: #ffffff;
}

img {
    max-width: 100%;
    display: block;
}

.hero-section {
    position: relative;
    min-height: 560px;
    color: #ffffff;
    overflow: hidden;
    background:
      /*  linear-gradient(90deg, rgba(16, 13, 10, 0.88) 0%, rgba(24, 20, 16, 0.58) 48%, rgba(17, 14, 12, 0.86) 100%),
        url("../images/banner.png") center / cover no-repeat,
        linear-gradient(135deg, #2b251f 0%, #887160 48%, #1a1714 100%)*/
        linear-gradient(90deg, rgba(16, 13, 10, 0.19) 0%, rgba(24, 20, 16, 0.12) 48%, rgba(17, 14, 12, 0.29) 100%), url("../images/banner.png") center / cover no-repeat, linear-gradient(135deg, #2b251f 0%, #8871604a 48%, #1a171473 100%)

;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 52% 54%, rgba(255, 235, 199, 0.22), transparent 27%);
    pointer-events: none;
}

.hero-navbar {
    min-height: 74px;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #ffffff;
}

.brand-logo {
    display: block;
    width: 132px;
    max-width: 38vw;
    height: auto;
}
a.phone_icon {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: #eb2127;
    padding: 10px 15px;
    border-radius: 35px;
    color: #fff;
}
.hero-content {
    min-height: 362px;
    padding: 24px 0 38px;
}

.hero-kicker {
    color: var(--kutchina-cream);
    font-size: 0.83rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-title {
    max-width: 700px;
    font-size: clamp(2.3rem, 5vw, 2.4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.36);
}

.hero-copy {
    color: #f8f2ea;
    font-size: clamp(1rem, 1.6vw, 1.28rem);
    font-weight: 600;
}

.hero-stats-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: min(100%, 320px);
    margin-top: 28px;
}

.hero-stats-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-stats-list-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.hero-stats-list .stat-value,
.hero-stats-list .stat-label {
    display: block;
}

.kitchen-benefits-section {
    padding: 64px 0 72px;
    background: #ffffff;
    overflow: hidden;
}

.section-heading {
    margin-bottom: 34px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 5px 10px;
    color: #8b8b8b;
    font-size: 0.72rem;
    font-weight: 500;
    background: #fbf8f4;
    border: 1px solid #f0ece6;
    border-radius: 999px;
}

.section-eyebrow-dot {
    width: 8px;
    height: 8px;
    background: #ef2330;
    border-radius: 2px;
}

.section-title {
    margin: 0;
    color: #232323;
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    font-weight: 700;
    line-height: 1.2;
}

.benefit-slider {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, 1fr) minmax(0, 900px) minmax(380px, 1fr);
    gap: 28px;
    align-items: start;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.benefit-featured-card {
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.benefit-featured-image {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border: 2px solid #2f97ff;
}

.benefit-card-content {
    padding: 14px 4px 0;
}

.benefit-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: #202020;
    font-size: 1.05rem;
    font-weight: 700;
}

.benefit-kicker-dot {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background: #f0222f;
    border-radius: 1px;
}

.benefit-copy {
    color: #747474;
    font-size: 0.88rem;
    line-height: 1.55;
}

.benefit-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding-top: 24px;
    cursor: pointer;
    opacity: 0.28;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.benefit-preview:hover {
    opacity: 0.45;
}

.benefit-preview-left {
    transform: translateX(-12px);
}

.benefit-preview-right {
    transform: translateX(12px);
}

.benefit-preview-image {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
}

.benefit-preview-copy {
    padding: 0 6px;
}

.benefit-preview-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    color: #f0b9bf;
    font-size: 0.95rem;
    font-weight: 600;
}

.benefit-preview-title::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #ffd5db;
    border-radius: 1px;
    flex: 0 0 auto;
}

.benefit-preview-text {
    color: #cfc8c2;
    font-size: 0.8rem;
    line-height: 1.5;
}

.benefit-slider-controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.benefit-arrow-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.benefit-arrow-button img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.signature-features-section {
    background: #ffffff;
}

.signature-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: 620px;
}

.signature-feature-row-tinted {
    background: #eef5ff;
}

.signature-feature-image-wrap {
    min-height: 620px;
    overflow: hidden;
}

.signature-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.signature-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
    padding: 72px 64px;
}

.signature-feature-row-reverse .signature-feature-copy {
    margin-left: auto;
}

.signature-eyebrow {
    align-self: flex-start;
    margin-bottom: 18px;
}

.signature-feature-title {
    max-width: none;
    margin: 0;
    color: #1f2228;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    font-weight: 700;
    line-height: 1.13;
}

.signature-feature-intro {
    max-width: none;
    margin: 20px 0 36px;
    color: #5f6670;
    font-size: 0.98rem;
    line-height: 1.75;
}

.signature-feature-points {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: none;
    padding-top: 32px;
    border-top: 1px solid rgba(47, 62, 82, 0.16);
}

.signature-point {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 22px;
    align-items: flex-start;
}

.signature-point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.signature-point-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.signature-point h3 {
    margin: 0 0 8px;
    color: #25282d;
    font-size: 0.938rem;
    font-weight: 700;
}

.signature-point p {
    margin: 0;
    color: #626a73;
    font-size: 0.88rem;
    line-height: 1.65;
}

.combo-match-section {
    padding: 86px 0;
    background: #eef5ff;
}

.combo-match-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.84fr);
    gap: clamp(48px, 8vw, 130px);
    align-items: center;
}

.combo-eyebrow {
    margin-bottom: 18px;
}

.combo-match-title {
    max-width: 560px;
    margin: 0;
    color: #22242a;
    font-size: clamp(2rem, 3.6vw, 3.4rem);
    font-weight: 700;
    line-height: 1.18;
}

.combo-match-intro {
    max-width: 610px;
    margin: 28px 0 20px;
    color: #5f6670;
    font-size: 1rem;
    line-height: 1.75;
}

.combo-match-note {
    margin: 0 0 30px;
    color: #3d444d;
    font-size: 1rem;
    font-weight: 600;
}

.combo-check-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 0 42px;
    padding: 0;
    list-style: none;
}

.combo-check-list li {
    position: relative;
    padding-left: 44px;
    color: #1f242c;
    font-size: 1.12rem;
    font-weight: 500;
}

.combo-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background: #033f86;
    border-radius: 50%;
    transform: translateY(-50%);
}

.combo-check-list li::after {
    content: "";
    position: absolute;
    left: 8px;
    top: calc(50% - 1px);
    width: 8px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
}

.combo-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 50px;
    padding: 0 28px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    background: var(--kutchina-red);
    border-radius: 8px;
}

.combo-cta:hover,
.combo-cta:focus {
    color: #ffffff;
    background: #d91520;
}

.combo-card-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.combo-card {
    position: relative;
    padding: 28px 34px;
    background: #ffffff;
    border: 1px solid rgba(28, 75, 126, 0.08);
    border-radius: 6px;
    box-shadow: 0 24px 55px rgba(44, 71, 105, 0.08);
}

.combo-card-featured {
    border-color: #3ea7ff;
    box-shadow: none;
}

.combo-popular-badge {
    position: absolute;
    left: 32px;
    top: -14px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 18px;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #159bff;
    border-radius: 999px;
}

.combo-card-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: #6b6f76;
    font-size: 0.95rem;
    font-weight: 500;
}

.combo-card-kicker span {
    width: 8px;
    height: 8px;
    background: #ef2330;
    border-radius: 2px;
}

.combo-card h3 {
    margin: 0 0 10px;
    color: #292b31;
    font-size: 1.22rem;
    font-weight: 700;
}

.combo-card p:last-child {
    margin: 0;
    color: #606770;
    font-size: 0.95rem;
    line-height: 1.55;
}

.support-section {
    padding: 88px 0 100px;
    background: #ffffff;
    border-bottom: 3px solid #064f96;
}

.support-header {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.2fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: start;
    margin-bottom: 70px;
}

.support-eyebrow {
    margin-bottom: 18px;
}

.support-title {
    max-width: 520px;
    margin: 0;
    color: #22242a;
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 700;
    line-height: 1.24;
}

.support-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.support-metric {
    position: relative;
    min-height: 126px;
    padding: 0 30px;
}

.support-metric::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: url("../images/border.png") center / 100% 100% no-repeat;
}

.support-metric::before {
    content: "";
    display: block;
    width: 2px;
    height: 28px;
    margin-bottom: 20px;
    
}

.support-metric-value {
    display: block;
    color: #071f3f;
    font-size: clamp(2.25rem, 4vw, 3.75rem);
    font-weight: 400;
    line-height: 1;
}

.support-metric-label {
    display: block;
    margin-top: 32px;
    color: #596a7f;
    font-size: 0.95rem;
}

.support-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.support-card {
    min-height: 250px;
    padding: 28px 30px;
    background: #eaf4ff;
}

.support-card-number {
    display: block;
    margin-bottom: 42px;
    color: rgba(16, 47, 82, 0.14);
    font-size: 2.05rem;
    font-weight: 500;
    line-height: 1;
}

.support-card h3 {
    margin: 0 0 18px;
    color: #00549b;
    font-size: 1rem;
    font-weight: 700;
}

.support-card p {
    margin: 0;
    color: #5d6670;
    font-size: 0.92rem;
    line-height: 1.7;
}

.customer-finder-section {
    background: #ffffff;
}

.customer-testimonials {
    padding: 78px 0 160px;
    color: #ffffff;
    background:
        linear-gradient(rgba(0, 40, 90, 0.55), rgba(0, 40, 90, 0.55)),
        url("../images/blue.jpeg") center / cover no-repeat;
}

.testimonial-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 44px;
}

.testimonial-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
}

.testimonial-eyebrow span {
    width: 8px;
    height: 8px;
    background: #ef2330;
    border-radius: 2px;
}

.testimonial-title {
    margin: 0;
    font-size: clamp(1.65rem, 2.8vw, 2.45rem);
    font-weight: 700;
}

.testimonial-controls {
    display: flex;
    gap: 14px;
}

.testimonial-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.testimonial-arrow img {
    width: 60px;
    height: 60px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    min-height: 285px;
    display: flex;
    flex-direction: column;
    padding: 34px 34px 30px;
    background: rgba(0, 48, 102, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-stars {
    color: #15a8ff;
    font-size: 1rem;
    letter-spacing: 0.18em;
    margin-bottom: 28px;
}

.testimonial-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.65;
}

.testimonial-person {
    margin-top: auto;
}

.testimonial-person strong,
.testimonial-person span {
    display: block;
}

.testimonial-person strong {
    color: #ffffff;
    font-size: 0.92rem;
}

.testimonial-person span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
}

.finder-panel {
    margin-top: -104px;
    padding-bottom: 76px;
}

.finder-box {
    max-width: 1080px;
    margin: 0 auto;
    padding: 48px 78px 50px;
    background: #ffffff;
    box-shadow: 0 22px 70px rgba(7, 30, 60, 0.1);
}

.finder-eyebrow {
    margin-bottom: 16px;
}

.finder-title {
    margin: 0;
    color: #20242b;
    font-size: clamp(1.65rem, 2.8vw, 2.3rem);
    font-weight: 700;
}

.finder-subtitle {
    margin: 14px 0 0;
    color: #66717c;
    font-size: 0.85rem;
}

.finder-question {
    margin: 34px 0 24px;
    color: #20242b;
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
}

.finder-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.finder-option {
    position: relative;
    min-height: 168px;
    padding: 28px 30px 22px;
    text-align: left;
    background: #f5f7fa;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.finder-option.is-selected {
    background: #d8f2ff;
    border-color: #4bbdff;
}

.finder-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    background: #e7edf3;
    border-radius: 50%;
    transition: background 0.2s ease;
}

.finder-option.is-selected .finder-option-icon {
    background: #ffffff;
}

.finder-option-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.finder-option-check {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 18px;
    height: 18px;
    border: 2px solid #c5ccd4;
    border-radius: 50%;
}

.finder-option.is-selected .finder-option-check {
    border-color: #0099e8;
}

.finder-option.is-selected .finder-option-check::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #0099e8;
    border-radius: 50%;
}

.finder-option-title,
.finder-option-text {
    display: block;
}

.finder-option-title {
    color: #1f252d;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

.finder-option-text {
    margin-top: 8px;
    color: #68727d;
    font-size: 0.938rem;
}

.comparison-demo-section {
    padding: 70px 0 88px;
    background: #ffffff;
}

.comparison-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    gap: 36px;
    align-items: end;
    margin-bottom: 34px;
}

.comparison-eyebrow {
    margin-bottom: 14px;
}

.comparison-title {
    margin: 0;
    color: #22242a;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 700;
}

.comparison-intro {
    margin: 0;
    color: #5f6670;
    font-size: 0.9rem;
    line-height: 1.65;
}

.comparison-table-wrap {
    overflow-x: auto;
    border: 2px solid #0a9dff;
}

.comparison-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.comparison-table th,
.comparison-table td {
    min-height: 58px;
    padding: 18px 24px;
    border: 1px solid #dfe4ea;
    text-align: left;
    vertical-align: middle;
}

.comparison-table th {
    color: #141820;
    font-weight: 700;
    background: #ffffff;
}

.comparison-table .kutchina-col {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.16);
}

.comparison-table tbody tr:nth-child(1) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 5%, #0098FF); }
.comparison-table tbody tr:nth-child(2) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 13%, #0098FF); }
.comparison-table tbody tr:nth-child(3) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 21%, #0098FF); }
.comparison-table tbody tr:nth-child(4) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 30%, #0098FF); }
.comparison-table tbody tr:nth-child(5) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 38%, #0098FF); }
.comparison-table tbody tr:nth-child(6) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 47%, #0098FF); }
.comparison-table tbody tr:nth-child(7) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 55%, #0098FF); }
.comparison-table tbody tr:nth-child(8) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 63%, #0098FF); }
.comparison-table tbody tr:nth-child(9) .kutchina-col { background: linear-gradient(to left, #295BA7, #295BA7 72%, #0098FF); }

.table-status {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: -1px;
}

.table-status-positive {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
    background: url('../images/right-check.png') center / contain no-repeat;
}

.table-status-negative {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
    background: url('../images/wrong.png') center / contain no-repeat;
}

.table-status-negative::before,
.table-status-negative::after {
    display: none;
}

.table-status-neutral {
    width: 8px;
    height: 2px;
    margin-left: 3px;
    border-radius: 0;
    background: #6f7780;
    vertical-align: middle;
}

.table-status-positive-green {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 0;
    background: url('../images/right-check.png') center / contain no-repeat;
}

.demo-booking {
    padding-top: 78px;
}

.demo-title {
    margin: 0;
    color: #22242a;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    font-weight: 700;
}

.demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.9fr);
    gap: clamp(44px, 8vw, 120px);
    align-items: center;
    margin-top: 54px;
}

.demo-benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.demo-benefit {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
}

.demo-benefit-icon {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.demo-benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.demo-benefit h3 {
    margin: 0 0 8px;
    color: #2d333a;
    font-size: 0.95rem;
    font-weight: 700;
}

.demo-benefit p {
    margin: 0;
    color: #616b75;
    font-size: 0.85rem;
    line-height: 1.65;
}

.demo-form-card {
    padding: 46px 42px;
    background: #eaf4ff;
}

.demo-form-card h3 {
    margin: 0 0 34px;
    color: #151a20;
    font-size: 1.22rem;
    font-weight: 700;
}

.demo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
}

.demo-form label {
    display: block;
}

.demo-form label span {
    display: block;
    margin-bottom: 5px;
    color: #76818d;
    font-size: 0.78rem;
}

.demo-form input,
.demo-form select {
    width: 100%;
    min-height: 32px;
    color: #1d2630;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c6d4e2;
    border-radius: 0;
    outline: none;
    font-family: "Montserrat", Arial, sans-serif;
}

.demo-form select {
    font-size: 0.78rem;
}

.demo-form select option {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.78rem;
    color: #1d2630;
    background-color: #ffffff;
}

.demo-submit {
    width: calc(50% - 16px);
    min-height: 42px;
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    background: var(--kutchina-red);
    border: 0;
    border-radius: 7px;
}

.submit-arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.quote-card {
    width: min(100%, 390px);
    margin-left: auto;
    padding: 32px 34px 44px;
    background: rgba(87, 76, 64, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.quote-eyebrow {
    color: #ffffff;
    font-size: 1.42rem;
    font-weight: 800;
    letter-spacing: 0;
}

.quote-title {
    max-width: 295px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 1.55;
}

.quote-fields {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.quote-field {
    width: 100%;
}

.quote-select-label-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.quote-select-caret {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 1.5px solid rgba(255, 255, 255, 0.72);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.72);
    transform: translateY(-1px) rotate(45deg);
}

.quote-card .form-label {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    font-weight: 400;
}

.quote-card .form-control,
.quote-card .form-select {
    min-height: 23px;
    padding: 0 0 7px;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
}

.quote-card .form-control:focus,
.quote-card .form-select:focus {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.54);
    box-shadow: none;
}

.quote-card .form-select {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.86rem;
}

.quote-card .form-select option {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.86rem;
    color: #1d1d1d;
    background-color: #574c40;
}

.quote-card .form-select option {
    color: rgba(255, 255, 255, 0.72);
    background-color: rgba(87, 76, 64, 0.9);
}

.quote-card .quote-submit {
    min-height: 46px;
    margin-top: 6px;
    border-radius: 8px;
    font-weight: 800;
    background: var(--kutchina-red);
    border-color: var(--kutchina-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: -2px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    min-height: 78px;
    background: rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 22px;
    background: rgba(20, 16, 13, 0.62);
}

.stat-value {
    font-size: 1.02rem;
    font-weight: 800;
}

.stat-label {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.75rem;
    font-weight: 600;
}
.cta-btn-primary:hover {
    opacity: 0.88;
    color: #fff;
}
.cta-btn-primary {
    display: inline-block;
    background: #E31E24;
    color: #fff;
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: opacity 0.2s;
}
.cta-middle {
    display: flex;
    justify-content: center;
    top: 30px;
    position: relative;
}

.cta-first {
    display: flex;
    justify-content: flex-start;
    top: 30px;
    position: relative;
}
@media (max-width: 991.98px) {
    .hero-section {
        min-height: auto;
    }

    .hero-stats-list {
        width: 100%;
    }

    .quote-card {
        width: 100%;
        margin-left: 0;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit-slider {
        display: flex;
        width: calc(100vw - 24px);
        margin-left: 0;
        transform: none;
        gap: 18px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .benefit-slider::-webkit-scrollbar {
        display: none;
    }

    .benefit-featured-card,
    .benefit-preview {
        flex: 0 0 min(86vw, 520px);
        scroll-snap-align: center;
    }

    .benefit-preview {
        margin: 0 auto;
        opacity: 0.4;
        transform: none;
    }

    .benefit-featured-card {
        order: 0;
    }

    .benefit-preview-left {
        order: 1;
    }

    .benefit-preview-right {
        order: 2;
    }

    .benefit-featured-image {
        min-height: 360px;
    }

    .benefit-preview-image {
        min-height: 280px;
    }

    .signature-feature-row {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .signature-feature-row-reverse .signature-feature-copy {
        order: 2;
        margin-left: 0;
    }

    .signature-feature-row-reverse .signature-feature-image-wrap {
        order: 1;
    }

    .signature-feature-image-wrap {
        min-height: 420px;
    }

    .signature-feature-copy {
        max-width: none;
        padding: 56px 36px;
    }

    .combo-match-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .combo-card-stack {
        gap: 22px;
    }

    .support-header {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 50px;
    }

    .support-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .support-metric {
        padding: 0 22px;
    }

    .support-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        min-height: 240px;
    }

    .finder-options {
        grid-template-columns: 1fr;
    }

    .finder-option-title {
        white-space: normal;
    }

    .comparison-header,
    .demo-grid {
        grid-template-columns: 1fr;
    }

    .demo-grid {
        gap: 40px;
    }
}

@media (max-width: 575.98px) {
    .hero-content {
        padding-top: 25px;
    }
    a.phone_icon {
    font-size: 15px;
    }
/*section#mobile_banner {
    background: linear-gradient(90deg, rgb(16 13 10 / 34%) 0%, rgb(24 20 16 / 35%) 48%, rgb(17 14 12 / 21%) 100%), url(../images/banner.png) center / cover no-repeat, linear-gradient(135deg, #2b251f7a 0%, #88716078 48%, #1a171445 100%);
}*/
section#mobile_banner {
    background: linear-gradient(90deg, rgb(16 13 10 / 34%) 0%, rgba(24, 20, 16, 0.1) 48%, rgb(17 14 12 / 21%) 100%), url(../images/banner.png) center / cover no-repeat, linear-gradient(135deg, #2b251f17 0%, #88716078 48%, #1a17140d 100%);
}
    .hero-title {
        font-size: 2.25rem;
    }

    .quote-card {
        padding: 22px;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .kitchen-benefits-section {
        padding: 52px 0 56px;
    }

    .section-heading {
        margin-bottom: 24px;
    }

    .benefit-featured-card,
    .benefit-preview {
        flex-basis: 88vw;
    }

    .benefit-featured-image,
    .benefit-preview-image {
        min-height: 245px;
    }

    .benefit-slider {
        width: calc(100vw - 24px);
    }

    .benefit-kicker {
        font-size: 0.95rem;
    }

    .signature-feature-image-wrap {
        min-height: 300px;
    }

    .signature-feature-copy {
        padding: 42px 20px;
    }

    .signature-feature-title {
        font-size: 1.85rem;
    }

    .signature-feature-intro {
        margin: 16px 0 28px;
    }

    .signature-feature-points {
        gap: 20px;
        padding-top: 26px;
    }

    .signature-point {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 16px;
    }

    .signature-point-icon {
        width: 42px;
        height: 42px;
    }

    .combo-match-section {
        padding: 58px 0;
    }

    .combo-match-title {
        font-size: 2rem;
    }

    .combo-match-intro {
        margin-top: 20px;
    }

    .combo-check-list li {
        padding-left: 38px;
        font-size: 1rem;
    }

    .combo-card {
        padding: 26px 22px;
    }

    .combo-popular-badge {
        left: 22px;
    }

    .support-section {
        padding: 58px 0 68px;
    }

    .support-metrics {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .support-metric {
        min-height: auto;
        padding: 0 0 0 18px;
    }

    .support-metric::after {
        width: 1px;
    }

    .support-metric::before {
        height: 22px;
        margin-bottom: 12px;
    }

    .support-metric-label {
        margin-top: 12px;
    }

    .support-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .support-card {
        min-height: 0;
    }

    .customer-testimonials {
        padding: 58px 0 132px;
    }

    .testimonial-header {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .testimonial-grid {
        display: flex;
        overflow-x: auto;
        gap: 18px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .testimonial-grid::-webkit-scrollbar {
        display: none;
    }

    .testimonial-card {
        flex: 0 0 86vw;
        scroll-snap-align: start;
    }

    .finder-box {
        padding: 36px 20px 28px;
    }

    .finder-panel {
        padding-bottom: 54px;
    }

    .comparison-demo-section {
        padding: 52px 0 64px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 15px 18px;
    }

    .demo-booking {
        padding-top: 54px;
    }

    .demo-form-card {
        padding: 34px 20px;
    }

    .demo-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .demo-submit {
        width: 100%;
    }
}

/* ── Awards / Recognition Section ─────────────────────── */
.awards-section {
    background-color: #f0f1f3;
    padding: 80px 0 70px;
}

.awards-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.awards-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #1d1d1d;
    margin: 0 0 12px;
    line-height: 1.15;
}

.awards-subtitle {
    font-size: 0.92rem;
    color: #5a6370;
    max-width: 420px;
    line-height: 1.65;
    margin: 0;
}

.awards-controls {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 6px;
}

.awards-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.awards-arrow img {
    width: 60px;
    height: 60px;
}

.awards-gallery {
    overflow: hidden;
}

.awards-track {
    display: flex;
    gap: 16px;
}

.awards-slide {
    flex: 0 0 calc((100% - 32px) / 3);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.awards-slide img {
    width: auto;
    height: 228px;
    object-fit: fill;
    display: block;
}

section#mobile_banner {
    display: none;
}

@media (max-width: 991px) {
    .awards-header {
        flex-direction: column;
        gap: 20px;
    }

    .awards-slide {
        flex: 0 0 calc((100% - 16px) / 2);
    }

    .awards-slide img {
        height: 220px;
    }

    .awards-slide:nth-child(3) {
        display: none;
    }
}

@media (max-width: 767px) {
section#mobile_banner {
    display: block;
}
section#desktop_banner nav.navbar.hero-navbar {
    display: none;
}
section#desktop_banner .mobile_hide {
    display: none;
}
section#desktop_banner {
    padding: 0;
    background: transparent;
    margin: 0;
}
section#mobile_banner h1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}
section#mobile_banner .hero-copy {
    font-size: 11px;
}
section#mobile_banner .hero-stats-list .hero-stats-list-item .stat-value {
    font-size: 13px;
}
section#mobile_banner .hero-stats-list .hero-stats-list-item .stat-label {
    font-size: 11px;
}
section#mobile_banner .hero-stats-list {
    margin-top: 41px;
}
section#mobile_banner .container .hero-content {
    padding: 24px 0 0px;
}
section#mobile_banner .container .hero-content .col-lg-7 {
    padding: 57% 0 0 1.5rem;
}
section#mobile_banner .list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

section#mobile_banner .list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 11px;
}

section#mobile_banner .list-unstyled li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
/* section#mobile_banner h1 br{
    display: none;
} */
#mobile_banner .hero-stats-list {
    flex-direction: column;
    flex-wrap: wrap;
}
#mobile_banner .hero-stats-list .hero-stats-list-item{
    width: 47%;
}
#mobile_banner .hero-stats-list .hero-stats-list-item img{
    width: 28px;
    height: 28px;
}
#desktop_banner .col-lg-5.col-xl-4.mt-5.mt-lg-0 {
    margin-top: 15px !important;
}
.cta-first,
.cta-middle {
    position: unset;
    margin: 25px 0 0 0;
}
}
@media (max-width: 575px) {
    .awards-section {
        padding: 54px 0 54px;
    }

    .awards-slide {
        flex: 0 0 100%;
    }

    .awards-slide img {
        height: 220px;
    }

    .awards-slide:nth-child(2),
    .awards-slide:nth-child(3) {
        display: none;
    }
}

/* ── Site Footer ───────────────────────────────────────── */
.site-footer {
    background-color: #1a3560;
    padding: 22px 0;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-copy {
    margin: 0;
    font-size: 0.8rem;
    color: #9eb2c8;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 0;
}

.footer-links a {
    font-size: 0.8rem;
    color: #9eb2c8;
    text-decoration: none;
    transition: color 0.18s;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-links a + a::before {
    content: " · ";
    color: #9eb2c8;
    margin: 0 2px;
}

@media (max-width: 575px) {
    .footer-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}




.comparison-mobile{
    display:none;
}

@media (max-width:767px){

    .desktop-table{
        display:none;
    }

    .comparison-mobile{
        display:block;
    }

    .comparison-card{
        border:1px solid #ddd;
        border-radius:12px;
        padding:15px;
        margin-bottom:15px;
        background:#fff;
    }

    .comparison-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0 15px;
}

    .brand-row{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:10px 15px;
        border-bottom:1px solid #eee;
        gap:15px;
        font-size: 14px;
    }

    .brand-row:last-child{
        border-bottom:none;
    }

    .brand-row span{
        font-weight:500;
    }

    .brand-row strong{
        text-align:right;
        display:flex;
        align-items:center;
        gap:8px;
    }
    .brand-row.brand_kutchi {
    background: linear-gradient(to left, #295BA7, #295BA7 5%, #0098FF);
    color: #fff;
    padding: 10px 15px;
    border-radius: 26px;
}
}