        .car-simulation-main .main-visual{
			margin-top: 65px;
		}

		.mv-pc{
			width: 100%;
			object-fit: cover;
		}
		
		.mv-sp{
			display: none;
		}
		
		.car-quote-simulation {  
			margin-top: -8px;
            color: #fff;          
            min-height: 600px;
        }

        .simulation-header {
            text-align: center;
            margin-bottom: 40px;         
        }

        .simulation-header h1 {
            font-size: 48px;
            font-weight: bold;
            margin: 0 0 10px 0;
            letter-spacing: 3px;
            color: #fff;
            text-align: left;
        }

        .simulation-header .subtitle {
            font-size: 16px;
            color: #ccc;
            margin-bottom: 20px;
            text-align: left;
        }

        .step-navigation {
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5%;
            background: linear-gradient(to bottom, #3C3C3C 0%, #2A2A2A 50%, #191919 100%);
            padding-top: 10px;
			box-shadow: inset 0 -2px 0 0 #9d9d9d;
        }

        .step-nav-item {
            padding: 8.8px 16px;
            color: #ccc;
            font-size: 14px;
        }

        .step-nav-item.active {
            border-bottom: 2px solid #CB6500;
            color: #fff;
        }

		#brand-selection-container, #models-container, #series-container, #quote-container, #inquiry-container{
			width: 90%;
			max-width: 1000px;
			margin: 0 auto;
		}

        .car-category {
			position: relative;
            margin-bottom: 90px;
        }

        .category-title {
            font-family: "optima-lt-pro", sans-serif;
            font-weight: 400;
            font-style: italic;
            text-transform: uppercase;
            font-size: 36px;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 1px solid #b3b3b3;
            background: linear-gradient(to bottom, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .category-title .japanese {
            font-size: 14px;
            background: #ccc;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: normal;
			font-style: normal;
        }

        .inquiry-layout .category-title{
            text-align: center;
            border-bottom: 0;
			background: linear-gradient(-23deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%);
			-webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .brand-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 20px;
        }

        .brand-item {
            border: 2px solid;
            border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
            padding: 25px 15px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .brand-item:hover {
            background-color: #333;
            transform: translateY(-2px);
        }

        .brand-logo {
			display: none;
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 8px;
        }

		.brand-logo-image img{
			max-width: 110px;
			height: 65px;
			margin: auto;
			object-fit: contain;
		}

        .brand-name-jp {
			margin-top: 7px;
            font-size: 13px;
            color: #ccc;
        }
        .models-container, .series-container, .quote-container {
            display: none;
        }
        /* .models-grid, .series-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px 5px;
            margin-bottom: 30px;
        } */

		.models-grid, .series-grid{
			display: flex;
			flex-wrap: wrap;	
			gap: 40px 5px;
			margin-bottom: 20px;
		}

		.series-item, .model-item{
			flex: 1 1 200px;
		}

		.series-image img{
			width: 100%;
			height: 120px;
			object-fit: contain;
			background-color: #ffffff;
		}

        .model-item{
            background: #2a2a2a;
            cursor: pointer;
            height: 150px;
            transition: all 0.3s ease;
        }

		.model-image img{
			width: 100%;
			height: 120px;
			object-fit: contain;
			background-color: #ffffff;
		}

		.series-item, .model-item {
			max-width: 246px;
            background: #4d4d4d;
            cursor: pointer;
            height: auto;
            transition: all 0.3s ease;
        }

        .model-item:hover, .series-item:hover {
            opacity: 0.7;
            transform: translateY(-2px);
        }
        .model-name, .series-name {
			height: auto;
            font-size: 15px;
            font-weight: 400;
            color: #fff;
			padding: 2px 10px;
        }
        .model-details, .series-details {
            font-size: 14px;
            color: #ccc;
            line-height: 1.4;
        }
        .model-series-count {
            font-size: 12px;
            color: #CB6500;
            font-weight: bold;
            margin-top: 5px;
        }
		
		.btns{
			margin-top: 10px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			flex-wrap: wrap;
			gap: 20px;
		}
		
        .back-button, .next-button {
            background-color: gray;
            color: #fff;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 14px;
        }

        .back-button:hover,
		.next-button:hover{
            background-color: #5f5f5f;
        }

        .loading {
            text-align: center;
            padding: 50px;
            color: #ccc;
        }
        .error-message {
            background: #d32f2f;
            color: white;
            padding: 15px;
            border-radius: 5px;
            margin: 20px 0;
        }
        
        /* Quote Calculator Styles */
        .quote-layout {
            display: grid;
            grid-template-columns: 1fr 3fr;
            gap: 40px;
            margin-bottom: 30px;
        }
        .selected-car-info {
            border-radius: 5px;
        }
        .car-image-placeholder {
            width: 100%;
            height: 200px;
            background: #444;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            color: #999;
        }
		#selected-car-image{
			width: 100%;
			height: 132px;
			object-fit: contain;
			background-color: #ffffff;
		}
		.car-info{
			font-style: italic;
		}
        .car-info h3 {
            font-size: 24px;
            font-weight: 400;
            color: #fff;
			line-height: 1.5;
			margin: 0;
        }
        .car-details {
            color: #ccc;
			display: flex;
			flex-wrap: wrap;
			align-items: flex-end;
			gap: 5px 10px;
			margin: 10px 0;
        }

		#sp-class-sp{
			display: none;
		}

		#selected-car-details1{
			display: flex;
			flex-wrap: wrap;
			align-items: flex-end;
			max-width: 320px;
			gap: 0 10px;
		}

		.car-details p{
			margin: 0;
		}
        .quote-form {
			display: flex;
			flex-direction: column;
			align-items: flex-end;
        }
		
		.quote-form .total-box{
			margin-top: 20px;
		}
		
        .form-group {
			width: 100%;
            margin-bottom: 25px;
        }
        .form-label {
            display: block;
            color: #fff;
            font-size: 16px;
            margin-bottom: 10px;
        }
        .form-label .required, .required {
            color: #CB6500;
        }
        .form-select {
            width: 100%;
            padding: 2px 8px;
			/* -webkit-appearance: none; 
			-moz-appearance: none;   
			appearance: none;      */
            background: #444;
            border: 1px solid;
			border-image: linear-gradient(165deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
            color: #fff;
            font-size: 14px;
            border-radius: 0px;
        }

        .form-select:focus {
            border-color: #CB6500;
            outline: none;
        }
		
		.campaign-discount td:nth-last-child(1){
			padding-top: 0;
			padding-bottom: 6px;
		}
		
        .price-display {
            padding: 0 10px;
            text-align: center;
            margin-top: 20px;
			display: flex;
			justify-content: flex-end;
			align-items: flex-end;
			gap: 10px;
        }

		
        .price-display .price {
            font-size: 32px;
            font-weight: 400;
            color: #fff;
			padding-right: 10px;
        }
		
		.campaign-discount .price-display{
			padding: 0;
			margin-top: 0;
		}
		
		.discount-section {
			margin-top: 20px;
		}
		.discount-checkbox {
			margin-right: 10px;
		}
		.discount-label {
			color: #fff;
			font-size: 14px;
			cursor: pointer;
			display: flex;
			align-items: center;
		}
		.campaign-text {
			color: #ffaa00;
			font-weight: bold;
		}
		.price-breakdown {
			display: flex;
			align-items: flex-end;
			text-align: right;
		}
		.original-price {
			font-size: 14px;
			color: #ccc;
			margin-bottom: 5px;
		}
		.discount-amount {
			font-size: 12px;
			color: #ffaa00;
			margin-bottom: 6px;
		}
		#discount-amount{
			color: red;
			font-size: 18px;
		}
		.discounted-total {
			font-size: 32px;
			font-weight: 400;
			color: #fff;
			/* border-top: 1px solid #555; */
		}
		
        .price-display .price-label {
            color: #ccc;
            font-size: 14px;
            margin-bottom: 5px;
        }
		
        .tax-note {
            color: #ccc;
            font-size: 12px;
            text-align: center;
            margin-top: 10px;
        }
        
        /* Options Section */
        .options-section {
            margin-top: 40px;
        }

        .options-title {
            font-family: "optima-lt-pro", sans-serif;
            font-weight: 400;
            font-style: italic;
            text-transform: uppercase;
            font-size: 24px;
            color: #fff;
            margin-bottom: 5px;
        }

        .options-table, .options-table-sp, .discount-table {
            width: 100%;
            border-collapse: collapse;
			background-color: #444;
        }

		.discount-table{
			border: 1px solid #b9b9b9;
		}

		.discount-table thead tr > th:nth-last-child(1),
		.discount-table tbody tr > td:nth-last-child(1){
			border-left: 1px solid #b9b9b9;
		}

		.discount-table thead tr,
		.discount-table tbody tr{
			border-bottom: 1px solid #b9b9b9;
			display: grid;
			grid-template-columns: 1fr 2fr;
		}

		td, th{
			display: flex;
			align-items: flex-start;
			gap: 5px;
		}

		.discount-table tbody tr:nth-last-child(1){
			border-bottom: 0;
		}

        .options-table th, .options-table-sp .table-head div, .discount-table th {
            background: #444;
            color: #fff;
            padding: 8px 18px;
            text-align: left;
            font-weight: 400;
        }

		tr td:nth-child(1),
		thead tr th:nth-child(1){
			padding-left: 30px;
		}
				
		tbody tr td:nth-child(3){
			font-size: 26px;
		}
				
		tbody{
			background-color: #222222;
		}
		
        .options-table td, .options-table-sp .table-body .table-row div > div, .discount-table td {
            padding: 8px 18px;
			border-bottom: 0;
            color: #ccc;
			font-size: 18px;
        }

		.options-table thead tr,
		.options-table tbody tr{
			display: grid;
			align-items: center;
			grid-template-columns: 1fr 1.8fr 150px;
		}

		.options-table-sp{
			display: none;
		}

		.small-td-text{
			font-size: 12px;
		}
		
        .option-select {
			/* -webkit-appearance: none; 
			-moz-appearance: none;   
			appearance: none;       */
            background: #444;
            border: 1px solid;
			border-radius: 0px;
			border-image: linear-gradient(165deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
            color: #fff;
            padding: 2px 8px;
            width: 100%;
        }
        .option-price {
            color: #CB6500;
			font-weight: 400;
			font-size: 26px;
            text-align: left;
        }

		/* For text inputs */
		#customer-name:not(:placeholder-shown), 
		#customer-phone:not(:placeholder-shown), 
		#customer-email:not(:placeholder-shown), 
		#customer-message:not(:placeholder-shown),
		#car-color:not(:placeholder-shown),
		#customer-address.selected{
		background-color: #e8f0fe;
		color: #222;
		}

		.option-select.selected,
		.form-select.selected{
			background-color: #e8f0fe;
			color: #222;
		}

		.option-select:focus {
			border-color: #CB6500;
			outline: none;
		}

		tr{
			position: relative;
		}

		.info-icon{
			position: relative;
		}

		.no-options-message {
			text-align: center;
			padding: 20px;
			color: #e8f0fe;
			background-color: #e8f0fe;
		}
        
        /* Final totals */
        .totals-section {
            margin: 20px 0 40px 0;
            display: flex;
			flex-direction: column;
			align-items: flex-end;
        }
		
		/* Option Messages */
		.option-messages {
			background: #333;
			border: 1px solid #555;
			padding: 15px;
			margin: 20px 0;
		}

		.option-messages h4 {
			color: #CB6500;
			font-size: 14px;
			margin: 0 0 10px 0;
			font-weight: normal;
		}

		.option-message {
			color: #ccc;
			font-size: 12px;
			line-height: 1.4;
			margin-bottom: 8px;
		}

		.i-icon{
			position: relative;
			width: 15px;
			object-fit: contain;
			margin-left: 5px;
			margin-top: 8px;
		}

		.option-info-text{
			position: absolute;
			width: 140%;
			max-width: 250px;
			border: 1px solid #ccc;
			background-color: #191919;
			font-size: 10px;
			color: white;
			padding: 10px;
			bottom: 40px;
			left: 30px;
			z-index: 1;
		}

		.options-table tr:nth-child(6) .option-info-text {
			bottom: 65px;
		}

		.option-message:last-child {
			margin-bottom: 0;
		}

		.option-messages.hidden {
			display: none;
		}
		
		.totals-section .tax-note{
			margin-top: 5px;
		}

        .total-box {
			background: #333;
			border: 2px solid;
			border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
            padding: 0 10px;
            text-align: center;
			display: flex;
			align-items: flex-end;
			gap: 10px;
			margin-bottom: 5px;
        }

        .total-box p,  .total-box span:nth-child(1){
            color: #ccc;
			font-size: 14px;
            margin-bottom: 8px;
        }

        .total-price, #summary-total, #base-total {
            font-size: 32px;
            font-weight: 400;
            color: #fff;
        }

        .final-total {
			position: sticky;
			bottom: 0;
			max-width: 1000px;
            grid-column: 1 / -1;
            background: #444;
			border-top: 2px solid #fff;
            padding: 0 15px 15px 15px;
            text-align: center;
			z-index: 2;
        }

        .final-total .price {
            font-size: 48px;
            font-weight: 400;
            color: #fff;
        }
		
		.main-price-small{
			font-size: 24px;
		}

		#final-total-with-tax{
			font-size: 56px;
		}
		
		.tax-info-small{
			font-size: 12px;
		}
		
        .final-total .tax-info {
            color: #ccc;
            font-size: 30px;
			margin-top: 22px;
        }
		
		.final-text{
			max-width: 80%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 20px;
			align-items: center;
			margin: 0 auto;
		}
		
		/* Inquiry Form Styles */
		.inquiry-container {
			display: none;
		}

		.contact-main > .main-visual,
		.thanks-main > .main-visual{
			border-bottom: 2px solid #9d9d9d;
		}

		.contact-container > .inquiry-container{
			display: block;
			width: 90%;
			max-width: 1000px;
			margin: 0 auto;
			margin-top: 50px;
		}

		.inquiry-container > p{
			text-align: center;
			margin-bottom: 34px;
		}

		.inquiry-layout {
			display: flex;
			flex-direction: column;
			margin-bottom: 30px;
		}

		.selected-car-summary {
			background: #333;
			border-radius: 5px;
		}

		.services-summary {
			margin-top: 30px;
		}
		
		.services-summary .total-box{
			max-width: fit-content;
			margin-left: auto;
		}

		.summary-table {
			width: 100%;
			border-collapse: collapse;
			background-color: #444;
			margin-bottom: 20px;
		}
		
		#services-summary-body{
			background-color: #363636;
		}

		.summary-table thead tr,
		.summary-table tbody tr{
			display: grid;
			grid-template-columns: 1fr 2fr 170px;
		}

		.summary-table tr td:nth-child(2){
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-start;
		}

		.options-table tr td:nth-child(1){
			display: flex;
			align-items: flex-start;
			position: relative;
			gap: 0px;
		}
				
		.summary-table th {
			background: #555;
			color: #fff;
			padding: 8px 18px;
			text-align: left;
			font-weight: 400;
			border-bottom: 1px solid #777;
			border-left: 1px solid #777;
		}
		
		.summary-table tr th:nth-child(1){
			border-left: 0;
		}

		.summary-table td {
			padding: 8px 12px;
			color: #ccc;
			border-bottom: 1px solid #555;
			border-left: 1px solid #555;
		}
		
		.summary-table tr td:nth-child(1){
			border-left: 0;
		}
		
		.summary-table tr:nth-last-child(1) td{
			border-bottom: 0;
		}

		.summary-total {
			text-align: right;
			padding: 15px 0;
		}

		.summary-total .total-display {
			font-size: 24px;
			font-weight: 400;
			color: #fff;
		}

		.inquiry-form-section {
			background: #222;
			padding: 30px;
		}
		
		.contact-form{
			display: flex;
			flex-direction: column;		
		}

		.contact-form .form-group {
			margin-bottom: 20px;
		}

		.contact-form label {
			display: block;
			color: #fff;
			font-size: 14px;
			margin-bottom: 8px;
		}
		
		textarea, input:not([type=submit]):not([type=checkbox]){
			background-color: #444;
			border-color: #666;
			border-radius: 0px;
		}

		#coupon-code{
			max-width: 200px;
			    background: #444;
				border: 1px solid;
				border-radius: 0px;
				border-image: linear-gradient(165deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
				padding-left: 10px;
				color: #ffffff;
		}

		#coupon-message{
			font-size: 10px;
			margin: auto 0;
		}

		#apply-coupon{
			font-size: 14px;
			max-width: fit-content;
			padding: 3px;
			background-color: gray;
			color: #fff;
			border: none;
			cursor: pointer;
		}

		#customer-name,
		#customer-phone,
		#customer-email,
		#customer-address,
		#customer-message{
			width: 100%;
			padding: 8px 18px;
			background-color: #444;
			border: 1px solid #666;
			border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
			color: #fff;
			font-size: 14px;
			border-radius: 3px;
		}

		#customer-message{
			height: 274px;
		}
		
		#customer-address{
			max-width: 48.5%;
			/* appearance: menulist;
			-webkit-appearance: menulist; 
			-moz-appearance: menulist;    */
		}
		
		#inquiry-car-name,
		#inquiry-car-series,
		#inquiry-car-year,
		#car-color{
			display: block;
            width: 100%;
			padding: 8px 18px;
			background-color: #444;
			border: 1px solid #666;
			border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
			color: #fff;
			font-size: 14px;
			border-radius: 3px;
		}
		
		#inquiry-car-name,
		#inquiry-car-series,
		#inquiry-car-year{
			background-color: #e8f0fe;			
			color: #222;
		}
		
		.car-series-year{
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 20px;
			margin-bottom: 20px;
		}

		.contact-form input:focus,
		.contact-form select:focus,
		.contact-form textarea:focus {
			border-color: #CB6500;
			outline: none;
		}

		.section-para{
			font-size: 18px;
		}

		.privacy-info{
			width: 100%;
			margin: 32px auto;
			height: 431px;
			overflow-y: scroll;
			background-color: #444;
		}

		.privacy-content{
			list-style: none;
			display: flex;
			flex-direction: column;
			gap: 1rem;
			padding: 2rem;
		}

		.privacy-content li > ul,
		.privacy-content li > ul > ul,
		.privacy-content li > ol{
			list-style: none;
			margin-left: 10px;
		}

		.privacy-content li p{
			font-size: 16px;
			line-height: 1.8;
			font-weight: 400;
		}

		.privacy-title{
			font-size: 18px;
			font-weight: 600;
		}

		.privacy-bold-text{
			font-weight: 600;
		}

		.checkbox{
			text-align: center;
			margin-bottom: 30px;
		}

		.container {
			display: block;
			position: relative;
			padding-left: 30px;
			margin-bottom: 4px;
			cursor: pointer;
			font-size: 22px;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			font-size: 14px;
		}

		/* Hide the browser's default checkbox */
		.container input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
			height: 0;
			width: 0;
		}

		/* Create a custom checkbox */
		.checkmark {
			position: absolute;
			top: 2px;
			left: 2px;
			height: 20px;
			width: 20px;
			background-color: #222;
			border: 1px solid;
			border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
		}

		/* On mouse-over, add a grey background color */
		.container:hover input ~ .checkmark {
			border: 1px solid;
			border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
			background-color: #e8f0fe;
		}

		/* When the checkbox is checked, add a black background */
		.container input:checked ~ .checkmark {
			border: 1px solid;
			border-image: linear-gradient(115deg, #696969 0%, #393939 16%, #adadad 37%, #ffffff 60%, #515151 93%) 1;
			background-color: #e8f0fe;
		}

		/* Create the checkmark/indicator (hidden when not checked) */
		.checkmark:after {
			content: "";
			position: absolute;
			display: none;
		}

		/* Show the checkmark when checked */
		.container input:checked ~ .checkmark:after {
			display: block;
		}

		/* Style the checkmark/indicator */
		.container .checkmark:after {
			left: 6.5px;
			top: 3px;
			width: 5px;
			height: 9px;
			border: solid #222;
			border-width: 0 2px 2px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.check{
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 1rem;
		}

		#error-msg{
			display: none;
			font-size: 12px;
			color: #DC000B;
		}

		.privacy-text{
			color: #b3b3b3;
			font-size: 12px;
			line-height: 1.3;
			font-weight: 300;
		}

		.privacy-link{
			color: #00a6ff;
		}

		.privacy-link:hover{
			text-decoration: underline !important;
			padding-bottom: 0px !important;
			color: #00a6ff !important; 
			border-bottom: none !important;
		}

		.submit-button {
			max-width: 200px;
			margin: 0 auto;
			background: #CB6500;
			color: #fff;
			border: none;
			padding: 15px 30px;
			font-size: 16px;
			cursor: pointer;
			width: 100%;
			transition: all 0.3s ease;
			margin-bottom: 2rem;
		}

		.submit-button:hover {
			opacity: 0.8;
		}

		/* Thanks Page Styles */
		.thanks-container {
			max-width: 90%;
			margin: 0 auto;
			display: block !important;
			text-align: center;
			padding: 5% 0;
		}

		.thanks-content h2 {
			font-size: 36px;
			color: #fff;
			margin-bottom: 30px;
		}

		.thanks-content p {
			font-size: 18px;
			color: #ccc;
			line-height: 1.6;
			margin-bottom: 50px;
		}

		.restart-button {
			border: 1.5px solid #CB6500;
			background: transparent;
			color: #CB6500;
			padding: 15px 30px;
			font-size: 16px;
			cursor: pointer;
			border-radius: 3px;
			transition: all 0.3s ease;
		}

		.restart-button:hover {
			background: #CB6500;
			color: #ffffff;
		}

		@media (min-width: 1089px){
			#american-brands{
				display: flex;
				flex-wrap: wrap;
			}

			#american-brands .brand-item{
				flex: 1 1 184px;
				max-width: 184px;
			}
		}

		@media (min-width: 627px) and (max-width: 768px){
			#american-brands{
				display: flex;
				flex-wrap: wrap;
			}

			#american-brands .brand-item{
				flex: 1 1 105px;
				max-width: 105px;
			}
		}
        
        @media (max-width: 768px) {
			.inquiry-layout {
				grid-template-columns: 1fr;
			}
			
			.mv-pc{
				display: none;
			}
			
			.mv-sp{
				display: block;
				width: 100%;
				height: 100px;
				object-fit: cover;
			}
			
			.step-navigation {
				height: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				gap: 10px;
				background: linear-gradient(to bottom, #3C3C3C 0%, #2A2A2A 50%, #191919 100%);
				padding-top: 0;
			}

			.step-nav-item {
				margin-top: 11px;
				padding: 4.9px 10px;
				color: #ccc;
				font-size: 11px;
			}

			#brand-selection-container, #models-container, #series-container, #quote-container{
				width: 90%;
				margin: 0 auto;
			}
			
			.car-category {
				margin-bottom: 40px;
			}

			.category-title{
				font-size: 28px;
				margin-bottom: 22px;
			}
			
			.brand-grid{
				display: grid;
				grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
				gap: 10px;
			}

			.brand-item{
				padding: 15px;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}

			.brand-logo{
				font-size: 13px;
			}

			.brand-logo-image img{
				height: 40px;
				width: 85px;
				max-width: auto;
			}

			.models-grid, .series-grid {
				display: grid;
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
				gap: 10px;
            }

			.model-item, .series-item {
				height: auto;
			}

            .simulation-header h1 {
                font-size: 36px;
            }

			.car-info h3{
				font-size: 18px;
			}

			.price-breakdown{
				flex-direction: column;
				align-items: flex-start;
				gap: 0;
			}

			.discount-amount{
				margin-top: -5px;
				margin-bottom: 0;
			}

            .quote-layout {
                grid-template-columns: 1fr;
                gap: 20px;
            }

			#selected-car-image{
				height: 175px;
			}
			
            .totals-section {
                grid-template-columns: 1fr;
            }

			#customer-address{
				max-width: 100%;
			}

			tbody tr td:nth-child(3){
				font-size: 12px;
			}

			.inquiry-form-section{
				padding: 15px;
			}

			.inquiry-container > p{
				font-size: 14px;
			}

			.services-summary .total-box{
				max-width: fit-content;				
			}

			#sp-class-sp{
				display: block;
			}

			#sp-class{
				display: none;
			}

			#summary-total{
				font-size: 26px;
			}

			.options-table{
				display: none;
			}

			.options-table-sp{
				display: block;
			}

			td, th{
				align-items: center;
			}

			.option-price{
				color: #ffffff;
			}

			.options-table-sp .table-body .table-row{
				display: flex;
				flex-direction: column;		
				margin-bottom: 10px;		
			}

			.table-head, .table-body{
				padding: 10px;
			}

			.table-head, .discount-table thead{
				background-color: #3f3f3f;			
			}

			.discount-table th{
				padding: 10px;
			}

			.table-body{
				background-color: #222;
			}

			.table-head div{
				display: flex;
				justify-content: space-between;
				align-items: center;
			}

			.options-table-sp .table-body .table-row div:nth-child(1){
				position: relative;
				display: flex;
				align-items: center;
				justify-content: space-between;
				font-size: 14px;
			}

			.options-table-sp .table-body .table-row div:nth-child(1) > div:nth-child(1){
				display: flex;
				align-items: flex-start;
			}

			tr td, .table-head .table-row div{
				padding: 10px;
			}

			tr td:nth-child(1), thead tr th:nth-child(1) {
				padding-left: 10px;
			}

			.options-table-sp .table-head div{
				background: transparent;
				padding: 0 7px;
				border-bottom: 0;
			}

			.options-table-sp .table-body .table-row div > div{
				background: transparent;
				padding: 10px 0;
				border-bottom: 0;
			}

			.i-icon{
				margin-top: 4px;
			}

			.options-table-sp .table-body .table-row div > div > .option-info-text{
				width: 150%;
				max-width: 350px;
				border: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
				background: #191919;
				font-size: 10px;
				color: white;
				padding: 10px;
				bottom: 50px;
				left: 0;
				z-index: 1;
			}

			.final-text{
				max-width: 100%;
				align-items: flex-end;
				gap: 10px;
			}

			.final-total .main-price{
				font-size: 32px;
			}
			
			#final-total-with-tax{
				font-size: 30px;
			}

			.final-total .tax-info{
				font-size: 20px;
				margin-top: 0;
				margin-bottom: 5px;
			}

			.campaign-text{
				font-weight: 400;
				font-size: 14px;
			}

			.summary-table{
				font-size: 12px;
			}

			.summary-table thead tr,
			.summary-table tbody tr{
				display: grid;
				grid-template-columns: 1fr 2fr 85px;
			}

			.summary-table th td{
				width: auto;
			}

			.section-para{
				width: 100%;
				font-size: 14px;
			}

			.privacy-info {
				margin-top: 15px;
			}

			.privacy-content{
				padding: 1rem;
				font-size: 14px;
			}

			.privacy-content li p{
				font-size: 14px;
				line-height: 1.8;
			}

			.privacy-title{
				font-size: 16px;
			}

        }