:root {
    --shipshak-surface: rgba(255, 255, 255, 0.88);
    --shipshak-border: rgba(23, 33, 48, 0.08);
    --shipshak-text: #16202f;
    --shipshak-muted: #647083;
    --shipshak-brand: #13243f;
    --shipshak-accent: #c99155;
    --shipshak-success: #2f7d62;
    --shipshak-warning: #f5c542;
    --shipshak-danger: #ef4444;
    --shipshak-outline: #d8dee7;
    --shipshak-part: #eef2f6;
    --shipshak-shadow: 0 30px 70px rgba(16, 27, 45, 0.10);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(201,145,85,0.16), transparent 28%),
        radial-gradient(circle at right center, rgba(19,36,63,0.12), transparent 28%),
        linear-gradient(180deg, #faf8f4 0%, #f3f2ee 100%);
    color: var(--shipshak-text);
    font-family: "Manrope", "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

button,
input,
select {
    font: inherit;
}

.shipshak-page {
    min-height: 100vh;
    padding: 32px 20px 64px;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.shipshak-shell {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 128px;
}

.shipshak-background {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.65;
}

.shipshak-background--one {
    width: 360px;
    height: 360px;
    background: rgba(201,145,85,0.18);
    top: -120px;
    left: -80px;
}

.shipshak-background--two {
    width: 460px;
    height: 460px;
    background: rgba(19,36,63,0.14);
    right: -140px;
    top: 220px;
}

.hero-panel,
.sidebar-card,
.wizard-card,
.hero-highlight-card,
.metric-card,
.inspection-table-card,
.car-schema-card,
.info-card,
.success-summary-card {
    background: var(--shipshak-surface);
    border: 1px solid var(--shipshak-border);
    box-shadow: var(--shipshak-shadow);
    backdrop-filter: blur(16px);
}

.hero-panel {
    border-radius: 36px;
    padding: 36px;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

.hero-badge,
.success-badge,
.step-tag,
.sidebar-label,
.highlight-card__eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(19,36,63,0.07);
    color: var(--shipshak-brand);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.hero-title {
    margin: 0;
    font-size: clamp(2.65rem, 4vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    max-width: 14ch;
}

.hero-description,
.wizard-description,
.highlight-card__description,
.info-card p,
.trust-note-list,
.step-helper-banner,
.inspection-intro,
.car-schema-header p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--shipshak-muted);
}


.car-bg1{position: absolute;z-index: -1;}




.car-schema-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}

.car-svg-modern {
    width: 100%;
    max-width: 320px;
    margin: auto;
    display: block;
}

.car-shadow {
    fill: rgba(0, 0, 0, 0.08);
}

.car-body {
    fill: #f4f6f8;
    stroke: #d0d5dd;
    stroke-width: 2;
}

.car-glass {
    fill: #e9eef3;
}

.car-border {
    fill: none;
    stroke: #d0d5dd;
    stroke-width: 2;
    pointer-events: none;
}

.car-border--inner {
    stroke-width: 1.5;
    opacity: 0.9;
}

.car-part {
    fill: transparent;
    stroke-width: 1.5;
    transition: all 0.25s ease;
    cursor: pointer;
}

/* Hover */
.car-part:hover {
    stroke: #6366f1;
    stroke-width: 2;
    fill: rgba(99, 102, 241, 0.08);
}

/* Boyalı */
.car-part.is-painted {
    fill: rgba(255, 193, 7, 0.6);
    stroke: #f59e0b;
    
}

/* Değişmiş */
.car-part.is-replaced {
    fill: rgba(239, 68, 68, 0.6);
    stroke: #dc2626;
    
}




.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trust-pill {
    border-radius: 999px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(19,36,63,0.08);
    font-weight: 700;
    color: var(--shipshak-text);
}

.hero-highlight-card {
    border-radius: 30px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.highlight-card__value {
    font-size: clamp(1.8rem, 2.6vw, 2.7rem);
    line-height: 1.1;
    font-weight: 800;
    color: var(--shipshak-brand);
}

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

.metric-card {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(245,247,251,0.9));
}

.metric-card strong {
    font-size: 1rem;
}

.metric-card span {
    font-size: 0.92rem;
    color: var(--shipshak-muted);
    line-height: 1.55;
}

.wizard-layout {
    display: grid;
    grid-template-columns: minmax(290px, 330px) minmax(0, 1fr);
    gap: 10px;
    margin-top: 34px;
    align-items: start;
}

.wizard-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 24px;
}

.sidebar-card {
    border-radius: 10px;
    padding: 24px;
}

.sidebar-card--soft {
    background: rgba(248,248,246,0.92);
}

.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.progress-header h2 {
    margin: 0;
    font-size: 1.4rem;
    color: #107271;
}

.progress-header span {
    font-size: 0.92rem;
    color: var(--shipshak-muted);
}

.progress-track {
    width: 100%;
    height: 10px;
    background: rgba(19,36,63,0.08);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 18px;
}

.progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #107271, #107271);
    transition: width 0.35s ease;
    width: 33.33%;
}

.step-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
}

.step-card {
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border-radius: 5px;
    padding: 16px;
    border: 1px solid rgb(16 114 113);
    background: rgba(255,255,255,0.8);
    cursor: pointer;
    text-align: left;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.step-card:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(19,36,63,0.10);
}

.step-card:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.step-card.is-active {
    border-color: rgba(19,36,63,0.28);
    box-shadow: 0 16px 32px rgba(19,36,63,0.12);
}

.step-card.is-complete .step-card__icon {
    background: rgba(47,125,98,0.14);
    color: var(--shipshak-success);
}

.step-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    background: rgb(16 114 113);
    color: #ffffff;
    font-weight: 800;
}

.step-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.step-card__content strong {
    font-size: 0.95rem;
}

.step-card__content small {
    font-size: 0.88rem;
    color: var(--shipshak-muted);
    line-height: 1.45;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(19,36,63,0.08);
}

.summary-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.summary-row span {
    color: var(--shipshak-muted);
}

.summary-row strong {
    max-width: 180px;
    text-align: right;
}

.wizard-card {
    border-radius: 5px;
    padding: 34px;
}

.wizard-card__header {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wizard-title {
    margin: 0;
    font-size: clamp(1.7rem, 2vw, 1rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    max-width: 20ch;
    
}

.wizard-panel {
    margin-top: 28px;
    animation: fade-up 0.42s ease;
}

.step-pane {
    display: block;
}

.step-fields-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.field-label {
    font-weight: 700;
    color: var(--shipshak-text);
}

.field-label--block {
    display: block;
    margin-bottom: 12px;
}

.field-helper {
    font-size: 0.88rem;
    color: var(--shipshak-muted);
    line-height: 1.55;
}

.field-control {
    width: 100%;
    min-height: 45px;
    padding: 0 18px;
    border-radius: 5px;
    border: 1px solid rgba(19,36,63,0.12);
    background: rgba(255,255,255,0.96);
    color: var(--shipshak-text);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    appearance: none;
}

.field-control:focus {
    outline: none;
    border-color: rgba(19,36,63,0.28);
    box-shadow: 0 0 0 6px rgba(19,36,63,0.08);
    transform: translateY(-1px);
}

.field-control:disabled {
    background: rgba(233,236,241,0.85);
    cursor: not-allowed;
}

.field-with-adornment {
    position: relative;
}

.field-with-adornment .field-control {
    padding-right: 68px;
}

.field-adornment {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--shipshak-muted);
    font-weight: 700;
}

.field-adornment--currency {
    font-size: 1.1rem;
}

.inspection-intro {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246,247,249,0.95);
    border: 1px solid rgba(19,36,63,0.08);
    margin-bottom: 22px;
}

.inspection-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 380px;
    gap: 22px;
    align-items: start;
}

.inspection-table-card,
.car-schema-card {
    border-radius: 5px;
    padding: 22px;
}

.inspection-table-head,
.damage-row {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) 78px 78px 78px;
    gap: 10px;
    align-items: center;
}

.inspection-table-head {
    padding: 0 0 14px;
    border-bottom: 1px solid rgba(19,36,63,0.08);
    font-weight: 800;
    color: var(--shipshak-brand);
    text-align: center;
}

.inspection-table-head span:first-child {
    text-align: left;
}

.damage-row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(19,36,63,0.08);
}

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

.damage-row__label {
    font-weight: 600;
    line-height: 1.4;
}

.damage-radio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.damage-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.damage-radio span {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(19,36,63,0.18);
    background: #fff;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
}

.damage-radio input:checked + span {
    border-color: var(--shipshak-brand);
    background: rgba(19,36,63,0.08);
    box-shadow: 0 0 0 4px rgba(19,36,63,0.05);
}

.damage-radio input:checked + span::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 5px;
    background: var(--shipshak-brand);
}

.car-schema-header {
    margin-bottom: 10px;
}

.car-schema-header h3 {
    margin: 0 0 6px;
    font-size: 1.12rem;
}

.car-schema-legend {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 12px 0 18px;
    flex-wrap: wrap;
}

.legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--shipshak-muted);
}

.legend-dot {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    display: inline-block;
}

.legend-dot--painted {
    background: var(--shipshak-warning);
}

.legend-dot--replaced {
    background: var(--shipshak-danger);
}

.car-schema-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.kvkk-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.kvkk-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
}

.kvkk-item input {
    margin-top: 3px;
    transform: scale(1.1);
}

.car-svg {
    width: 100%;
    max-width: 290px;
    height: auto;
}

.car-outline {
    fill: rgba(255,255,255,0.94);
    stroke: #e0e6ee;
    stroke-width: 3;
}

.car-cabin {
    fill: #fafbfd;
    stroke: #e7ecf2;
    stroke-width: 2;
}

.car-border {
    fill: none;
    stroke: #d7dee8;
    stroke-width: 2.4;
}


.tramer-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    margin-top: 22px;
}

.tramer-box {
    padding: 20px;
    border-radius: 5px;
    background: rgba(246,247,249,0.95);
    border: 1px solid rgba(19,36,63,0.08);
}

.segmented-control {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.segmented-choice {
    position: relative;
}

.segmented-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.segmented-choice span {
    min-height: 54px;
    border-radius: 5px;
    background: rgba(19,36,63,0.06);
    color: var(--shipshak-text);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s ease;
    cursor: pointer;
}

.segmented-choice input:checked + span {
    background: var(--shipshak-brand);
    color: #fff;
    box-shadow: 0 16px 28px rgba(19,36,63,0.18);
}

.step-three-layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.trust-note-card {
    padding: 22px;
    border-radius: 5px;
    background: rgba(246,247,249,0.92);
    border: 1px solid rgba(19,36,63,0.08);
}

.trust-note-card h3 {
    margin: 0;
    font-size: 1.08rem;
}

.trust-note-list {
    padding-left: 20px;
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.wizard-actions {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
}

.field-control,
textarea {
    font: inherit;
}

.button-primary,
.button-secondary {
    min-height: 58px;
    padding: 0 28px;
    font-weight: 800;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.button-primary {
    background: linear-gradient(135deg, #107271, #107271);
    color: #fff;
    box-shadow: 0 18px 32px rgba(19,36,63,0.2);
}

.button-primary--strong {
    background: linear-gradient(135deg, var(--shipshak-brand), var(--shipshak-accent));
}

.button-secondary {
    background: rgba(19,36,63,0.06);
    color: var(--shipshak-brand);
}

.button-primary:hover,
.button-secondary:hover {
    transform: translateY(-1px);
}

.button-primary:active,
.button-secondary:active {
    transform: translateY(1px) scale(0.99);
}

.button-primary:disabled,
.step-card:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.hidden-on-first {
    visibility: hidden;
}

.success-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
    animation: fade-up 0.42s ease;
}

.success-card h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.08;
    max-width: 12ch;
}

.success-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.success-summary-card {
    border-radius: 24px;
    padding: 22px;
}

.success-summary-card span {
    font-size: 0.85rem;
    color: var(--shipshak-muted);
}

.success-summary-card strong {
    line-height: 1.55;
    display: block;
    margin-top: 10px;
}

.is-hidden {
    display: none !important;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .hero-panel,
    .wizard-layout,
    .inspection-layout,
    .tramer-grid,
    .success-summary-grid {
        grid-template-columns: 1fr;
    }

    .wizard-sidebar {
        position: static;
    }

    .car-schema-card {
        order: -1;
    }
}

@media (max-width: 768px) {
    .shipshak-page {
        padding: 0 10px 0;
    }

    .shipshak-shell {
        padding-bottom: 156px;
    }

    .hero-panel,
    .wizard-card,
    .sidebar-card,
    .hero-highlight-card,
    .inspection-table-card,
    .car-schema-card,
    .success-summary-card {
        border-radius: 5px;
        padding: 12px;
    }

    .hero-title {
        font-size: 2.55rem;
    }

    .wizard-title,
    .success-card h2 {
        font-size: 1.5rem;
    }

    .step-fields-grid,
    .contact-grid,
    .metric-grid,
    .success-summary-grid {
        grid-template-columns: 1fr;
    }

    .inspection-table-head,
    .damage-row {
        grid-template-columns: minmax(120px, 1fr) 56px 56px 56px;
        gap: 8px;
        font-size: 0.9rem;
    }

    .wizard-actions {
        flex-direction: column-reverse;
    }

    .button-primary,
    .button-secondary {
        width: 100%;
    }

    .summary-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .summary-row strong {
        text-align: left;
        max-width: none;
    }
}