.custom-accordion .card {
    position: relative;
    margin-bottom: 12px;
    border: 1px solid #e1e7ed;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
    overflow: hidden;
}

.custom-accordion .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}

.custom-accordion .btn-link {
    color: #0f2a43;
    font-weight: 600;
    text-decoration: none;
    padding: 18px 22px;
    position: relative;
    border: 0;
    white-space: normal;
}

.custom-accordion .btn-link:hover {
    color: #0f2a43;
    text-decoration: none;
}

.custom-accordion .arrow-icon {
    margin-right: 14px;
    color: #f0b323;
    transition: transform 0.3s ease;
    font-size: 14px;
}

.custom-accordion .btn-link:not(.collapsed) .arrow-icon {
    transform: rotate(90deg);
}

.custom-accordion .card-body {
    padding: 0 22px 22px 50px;
    color: #4f5f70;
    line-height: 1.7;
    font-size: 15px;
}

/* Active State */
.custom-accordion .btn-link:not(.collapsed) {
    color: #0f2a43;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .yd-faq-title {
        font-size: 22px;
    }
    
    .custom-accordion .btn-link {
        font-size: 14px;
        padding: 16px 16px;
    }
    
    .custom-accordion .card-body {
        font-size: 14px;
        padding: 0 16px 18px 16px;
    }
}

/* Detail-only main content spacing */
.l-main-content--yacht-detail {
    padding-top: 90px !important;
}

@media (max-width: 991px) {
    .l-main-content--yacht-detail {
        padding-top: 28px !important;
    }
}

/* Custom Switch Styling */
.custom-switch-md {
    padding-left: 2.5rem;
}

.custom-switch-md .custom-control-label {
    padding-top: 0.35rem;
    padding-left: 0.5rem;
    color: #3483a1;
    font-weight: 500;
    cursor: pointer;
}

.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: 2.5rem;
    border-radius: 0.75rem;
    left: -2.5rem;
    top: 0.35rem;
    background-color: #e2e8f0;
    border-color: #cbd5e0;
}

.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: 0.75rem;
    left: calc(-2.5rem + 2px);
    top: calc(0.35rem + 2px);
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.custom-switch-md .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #3483a1;
    border-color: #2c6c85;
}

.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
}

.custom-switch-md .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(52, 131, 161, 0.25);
}

/* Mobile Bottom Navigation */
@media (max-width: 768px) {
  .cruise-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .cruise-tabs .nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
    margin-bottom: 0;
  }

  .cruise-tabs .nav-item {
    min-width: 0;
  }

  .cruise-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 7px 2px 6px;
    font-size: 0.58rem;
    white-space: normal;
    text-align: center;
    line-height: 1.05;
    color: #4a5568;
  }

  .cruise-tabs .nav-link i {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }

  .cruise-tabs .nav-link.active {
    color: #2b6cb0;
    background: none;
  }

  /* Add padding to body to prevent content from being hidden behind fixed navbar */
  body {
    padding-bottom: 66px;
  }
}

/* Book now button */
.book-now-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    padding: 1rem 2rem;
    background: #2b6cb0;
    color: white;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.book-now-btn:hover {
    background: #2b6cb0;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.yd-decision-stack {
    display: grid;
    gap: 22px;
    margin: 34px 0 44px;
}

.yd-facts-strip,
.yd-metric-grid {
    display: grid;
    gap: 16px;
}

.yd-facts-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.yd-fact-chip,
.yd-metric-card,
.yd-why-card,
.yd-book-form-shell,
.yd-proof-strip {
    border-radius: 18px;
    border: 1px solid #e1e7ed;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
}

.yd-fact-chip,
.yd-metric-card {
    position: relative;
    min-height: 112px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
}

.yd-fact-chip {
    grid-column: auto;
}

.yd-fact-chip::before,
.yd-metric-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: #fdbf18;
}

.yd-fact-chip small,
.yd-metric-card small {
    display: block;
    margin: 0;
    color: #6d7a86;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.yd-fact-chip strong,
.yd-metric-card strong {
    display: block;
    color: #0f2a43;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
}

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

.yd-metric-card--from,
.yd-metric-card--crew {
    grid-column: span 3;
}

.yd-metric-card--route {
    grid-column: span 6;
    min-height: 118px;
}

.yd-metric-card--route strong {
    font-size: 18px;
    line-height: 1.32;
    letter-spacing: -0.02em;
}

.yd-metric-card--from strong {
    font-size: 28px;
    line-height: 1.15;
}

.yd-why-card {
    padding: 28px 30px;
}

.yd-section-title {
    margin: 0 0 14px;
    color: #0f2a43;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
}

.yd-why-card p {
    margin: 0;
    color: #4f5f70;
    font-size: 16px;
    line-height: 1.7;
    max-width: 940px;
}

.yd-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.yd-tag-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid rgba(15, 42, 67, 0.08);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.yd-tag-pill--family {
    background: rgba(23, 102, 124, 0.08);
    color: #15546a;
}

.yd-tag-pill--large_group {
    background: rgba(253, 191, 24, 0.14);
    color: #8a6400;
}

.yd-tag-pill--sport_active {
    background: rgba(15, 42, 67, 0.08);
    color: #0f2a43;
}

.yd-tag-pill--best_value {
    background: rgba(216, 179, 107, 0.16);
    color: #7f5a1c;
}

.yd-why-card p + p {
    margin-top: 10px;
}

.yd-book-block {
    margin-top: 2px;
}

.yd-book-form-shell {
    position: relative;
    padding: 24px;
    background: #ffffff;
    overflow: hidden;
}

.yd-book-form-shell .form-group {
    margin-bottom: 16px;
}

.yd-field-label {
    display: block;
    margin: 0 0 8px;
    color: #0f2a43;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.yd-book-form-shell .form-control,
.yd-book-form-shell .custom-select {
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #d5dee7;
    box-shadow: none;
    background: #ffffff;
    color: #0f2a43;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.yd-book-form-shell textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.yd-book-form-shell .form-control::placeholder {
    color: #7b8896;
}

.yd-book-form-shell .form-control:focus,
.yd-book-form-shell .custom-select:focus {
    border-color: rgba(21, 77, 104, 0.4);
    box-shadow: 0 0 0 4px rgba(21, 77, 104, 0.08);
    background: #ffffff;
}

.yd-book-form-shell .custom-control-label {
    color: #4f5f70;
    font-size: 14px;
    font-weight: 600;
}

.yd-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 240px;
    min-height: 54px;
    padding: 14px 26px;
    border: none;
    border-radius: 999px;
    background: #fdbf18;
    color: #0f2a43;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.yd-submit-btn.is-loading {
    pointer-events: none;
    opacity: 0.86;
}

.yd-submit-btn__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(15, 42, 67, 0.18);
    border-top-color: #0f2a43;
    border-radius: 50%;
    animation: ydSpin .75s linear infinite;
}

.yd-form-feedback {
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #d5dee7;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

.yd-form-feedback.is-sending {
    background: #f7fafc;
    color: #33536d;
    border-color: #d7e1ea;
}

.yd-form-feedback.is-success {
    background: #eef8f0;
    color: #25643b;
    border-color: #cfe9d6;
}

.yd-form-feedback.is-error {
    background: #fff3f0;
    color: #a24734;
    border-color: #f2d2cb;
}

@keyframes ydSpin {
    to {
        transform: rotate(360deg);
    }
}

.yd-submit-btn:hover,
.yd-submit-btn:focus {
    background: #f2b108;
    color: #0f2a43;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 42, 67, 0.14);
    outline: none;
}

.yd-proof-strip {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 22px;
    padding: 18px;
    background: #ffffff;
}

.yd-proof-strip__media {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.yd-proof-strip__media img {
    width: 100%;
    height: 128px;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

.yd-proof-strip__zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(15, 42, 67, 0.82);
    color: #ffffff;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(15, 42, 67, 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.yd-proof-strip__media:hover .yd-proof-strip__zoom,
.yd-proof-strip__media:focus .yd-proof-strip__zoom {
    background: rgba(15, 42, 67, 0.94);
    transform: translateY(-1px);
}

.yd-proof-strip__media:focus {
    outline: none;
}

.yd-proof-strip__media:focus img {
    box-shadow: 0 0 0 4px rgba(21, 77, 104, 0.12);
}

.yd-proof-strip__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #5a6775;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.yd-proof-strip__kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fdbf18;
}

.yd-proof-strip__title {
    margin: 0 0 8px;
    color: #0f2a43;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 600;
}

.yd-proof-strip__text {
    margin: 0 0 14px;
    color: #546271;
    font-size: 15px;
    line-height: 1.65;
}

.yd-proof-strip__hint {
    color: #6f7c89;
    font-size: 13px;
    font-weight: 600;
}

.yd-proof-strip__stars {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 8px;
    color: #f0b323;
    font-size: 11px;
    opacity: 0.9;
}

.yd-proof-viewer[hidden] {
    display: none !important;
}

.yd-proof-viewer {
    position: fixed;
    inset: 0;
    z-index: 1300;
}

.yd-proof-viewer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 21, 33, 0.78);
}

.yd-proof-viewer__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.yd-proof-viewer__img {
    display: block;
    max-width: min(980px, calc(100vw - 40px));
    max-height: calc(100vh - 40px);
    width: auto;
    height: auto;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.yd-proof-viewer__close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #0f2a43;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.14);
}

.yd-phone-helper {
    display: block;
    margin-top: 7px;
    color: #6f7c89;
    font-size: 11px;
    line-height: 1.45;
}

.yd-detail-title {
    margin: 0;
    color: #0f2a43;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.12;
}

.yd-content-section {
    margin-top: 30px;
}

.yd-content-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 16px;
}

.yd-content-heading--marked {
    gap: 14px;
}

.yd-content-heading--top {
    margin: 30px 0 18px;
}

.yd-specs-row {
    margin-bottom: 16px;
}

.yd-spec-list {
    position: relative;
    margin: 0 0 12px;
    padding: 18px 20px;
    border: 1px solid #e1e7ed;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
    overflow: hidden;
}

.yd-spec-list .dd-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f6;
}

.yd-spec-list .dd-item:last-child {
    border-bottom: 0;
}

.yd-spec-list dt.left,
.yd-spec-list dd.right {
    margin: 0;
}

.yd-spec-list dt.left {
    flex: 0 0 46%;
    color: #6d7a86;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.yd-spec-list dd.right {
    flex: 1 1 auto;
    color: #0f2a43;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.yd-detail-pane {
    position: relative;
    padding: 26px 28px;
    border: 1px solid #e1e7ed;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
    overflow: hidden;
}

.yd-section-heading {
    margin: 0;
    color: #0f2a43;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 600;
}

.yd-detail-pane p {
    color: #4f5f70;
    font-size: 16px;
    line-height: 1.78;
}

.yd-price-months {
    margin-left: -8px;
    margin-right: -8px;
}

.yd-price-months > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.yd-price-card {
    position: relative;
    min-height: 162px;
    padding: 16px 16px 18px;
    border: 1px solid #e1e7ed;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
    overflow: hidden;
}

.yd-price-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    margin-bottom: 12px;
}

.yd-price-card__media img {
    display: block;
    width: auto;
    max-width: 78px;
    max-height: 50px;
}

.yd-price-card__month {
    color: #6d7a86;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
}

.yd-price-card__value {
    margin-top: 10px;
    color: #0f2a43;
    font-size: 26px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-align: center;
}

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

.yd-price-note {
    position: relative;
    min-height: 100%;
    padding: 22px 22px 18px;
    border: 1px solid #e1e7ed;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
    overflow: hidden;
}

.yd-price-note__label {
    margin-bottom: 12px;
    color: #0f2a43;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.yd-price-note__body,
.yd-price-note__body p,
.yd-price-note__body li {
    color: #4f5f70;
    font-size: 15px;
    line-height: 1.7;
}

.yd-price-note__body h6 {
    margin: 0 0 10px;
    color: #0f2a43;
    font-size: 16px;
    font-weight: 700;
}

.yd-feature-panel {
    margin-top: 26px !important;
    padding: 0 !important;
    background: transparent !important;
}

.yd-section-mark-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    padding: 8px;
    border: 1px solid #e1e7ed;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 42, 67, 0.05);
}

.yd-section-mark {
    width: 26px;
    height: 26px;
    display: block;
    object-fit: contain;
}

.yd-section-mark-wrap--faq {
    color: #0f2a43;
    font-size: 18px;
}

.yd-feature-grid > [class*="col-"] {
    margin-bottom: 16px;
}

.yd-feature-item {
    position: relative;
    min-height: 100%;
    padding: 16px 16px 14px;
    border: 1px solid #e1e7ed;
    border-radius: 18px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 10px 24px rgba(15, 42, 67, 0.05);
    overflow: hidden;
}

.yd-feature-item__label {
    color: #4f5f70;
    font-size: 14px;
    line-height: 1.5;
}

.yd-feature-item__status {
    flex: 0 0 auto;
}

.yd-faq-header {
    margin-bottom: 16px;
}

.yd-faq-panel {
    margin-top: 30px !important;
    padding: 0 !important;
    background: transparent !important;
}

.yd-faq-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 8px;
    color: #0f2a43;
    font-size: 28px;
    font-weight: 600;
}

.yd-faq-line {
    width: 220px;
    height: 3px;
    border-radius: 999px;
    background: #fdbf18;
}

.yd-bool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #d7e0e8;
    background: #f7fafc;
    color: #0f2a43;
    font-size: 12px;
}

.yd-bool-icon.is-yes {
    border-color: rgba(21, 77, 104, 0.14);
    background: rgba(21, 77, 104, 0.08);
    color: #15546a;
}

.yd-bool-icon.is-no {
    border-color: rgba(125, 138, 150, 0.18);
    background: rgba(125, 138, 150, 0.08);
    color: #738190;
}

.yd-spec-list::before,
.yd-book-form-shell::before,
.yd-detail-pane::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: #fdbf18;
}

.yd-price-card::before,
.yd-price-note::before,
.yd-feature-item::before,
.custom-accordion .card::before {
    display: none;
}

.b-form-contacts .iti {
    width: 100%;
}

.b-form-contacts .iti input.form-control {
    padding-left: 92px !important;
}

.b-form-contacts .iti--separate-dial-code .iti__selected-flag {
    border-radius: 15px 0 0 15px;
    background: #f8fafc;
    border-right: 1px solid #d5dee7;
}

.b-form-contacts .iti--allow-dropdown input,
.b-form-contacts .iti--allow-dropdown input[type=text],
.b-form-contacts .iti--allow-dropdown input[type=tel] {
    padding-left: 100px !important;
}

.b-form-contacts .iti__country-list {
    border: 1px solid rgba(15, 42, 67, 0.12);
    box-shadow: 0 18px 36px rgba(15, 42, 67, 0.12);
}

.flatpickr-alt-input,
.flatpickr-input[readonly] {
    background: rgba(255, 255, 255, 0.98);
    cursor: pointer;
}


/* Adjust Book Now button position for mobile */
@media (max-width: 768px) {

  

    #whatsapp-button {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 1001;
}

  /* Reposition global WhatsApp button above cruise-tabs nav bar */
  .global-whatsapp-btn {
    display: none !important;
  }

    .book-now-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: none !important;
    left: 20px;
    bottom: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .book-now-btn i {
    margin: 0 !important;
  }
  
  /* Text içeriği gizle */
  .book-now-btn span {
    display: none;
  }

  .yd-proof-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .yd-decision-stack {
    gap: 18px;
    margin: 24px 0 34px;
  }

  .yd-detail-title {
    margin: 24px 0 14px;
    font-size: 24px;
  }

  .yd-content-heading {
    margin-bottom: 14px;
  }

  .yd-content-heading--marked {
    gap: 10px;
  }

  .yd-facts-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

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

  .yd-fact-chip,
  .yd-metric-card {
    grid-column: span 1;
    min-height: 88px;
    padding: 13px 12px;
    border-radius: 18px;
  }

  .yd-fact-chip strong,
  .yd-metric-card strong {
    font-size: 20px;
  }

  .yd-fact-chip small {
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .yd-metric-card--route strong,
  .yd-metric-card--from strong {
    font-size: 18px;
  }

  .yd-metric-card--route {
    grid-column: span 2;
  }

  .yd-why-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .yd-section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .yd-why-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .yd-tag-row {
    gap: 8px;
    margin-bottom: 12px;
  }

  .yd-tag-pill {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .yd-book-form-shell {
    padding: 18px;
    border-radius: 18px;
  }

  .yd-field-label {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .yd-book-form-shell .form-group {
    margin-bottom: 14px;
  }

  .yd-book-form-shell .form-control,
  .yd-book-form-shell .custom-select {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .b-form-contacts .iti input.form-control,
  .b-form-contacts .iti--allow-dropdown input[type=tel] {
    padding-left: 94px !important;
  }

  .yd-book-form-shell textarea.form-control {
    min-height: 120px;
  }

  .yd-submit-btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    border-radius: 14px;
  }

  .yd-proof-strip__media img {
    height: 116px;
  }

  .yd-proof-strip__zoom {
    width: 30px;
    height: 30px;
    right: 8px;
    bottom: 8px;
    font-size: 13px;
  }

  .yd-proof-strip__title {
    font-size: 20px;
  }

  .yd-proof-strip__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .yd-proof-strip__hint {
    width: 100%;
    font-size: 13px;
  }

  .yd-spec-list {
    padding: 16px;
    margin-bottom: 12px;
  }

  .yd-spec-list .dd-item {
    padding: 10px 0;
  }

  .yd-spec-list dt.left {
    font-size: 11px;
  }

  .yd-spec-list dd.right {
    font-size: 14px;
  }

  .yd-section-heading {
    font-size: 22px;
  }

  .yd-section-mark-wrap {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 12px;
  }

  .yd-section-mark {
    width: 24px;
    height: 24px;
  }

  .yd-detail-pane {
    padding: 18px;
    border-radius: 18px;
  }

  .yd-detail-pane p {
    font-size: 15px;
    line-height: 1.7;
  }

  .yd-price-card {
    min-height: 126px;
    padding: 14px 12px 16px;
    border-radius: 16px;
  }

  .yd-price-card__media {
    min-height: 52px;
    margin-bottom: 10px;
  }

  .yd-price-card__media img {
    max-width: 62px;
    max-height: 38px;
  }

  .yd-price-card__value {
    font-size: 21px;
  }

  .yd-price-notes {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .yd-price-note {
    padding: 18px 18px 14px;
    border-radius: 18px;
  }

  .yd-feature-grid > [class*="col-"] {
    margin-bottom: 12px;
  }

  .yd-feature-item {
    padding: 14px 14px 12px;
    border-radius: 16px;
  }

  .yd-feature-item__label {
    font-size: 13px;
  }

  .yd-bool-icon {
    width: 28px;
    height: 28px;
  }

  .yd-proof-viewer__dialog {
    padding: 12px;
  }

  .yd-proof-viewer__img {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    border-radius: 14px;
  }

  .yd-proof-viewer__close {
    top: 10px;
    right: 10px;
  }

}

@media (max-width: 991px) and (min-width: 769px) {
  .yd-facts-strip,
  .yd-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yd-fact-chip,
  .yd-metric-card {
    grid-column: span 1;
  }

  .yd-metric-card--route {
    grid-column: span 2;
  }

  .yd-price-notes {
    grid-template-columns: 1fr;
  }

  .yd-content-heading {
    gap: 12px;
  }
}
