/* =========================================
   TABLET (768px - 1023px)
   ========================================= */
@media (max-width: 1023px) {
	.acc-section {
		padding: 64px 0;
	}

	.acc-section__title {
		font-size: 2rem;
	}

	.acc-section__sub {
		font-size: 1rem;
		margin-bottom: 36px;
	}

	/* Header */
	.acc-header__nav {
		display: none;
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		background: rgba(10, 26, 58, 0.98);
		padding: 16px 24px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.acc-header__nav.open {
		display: block;
	}

	.acc-header__menu {
		flex-direction: column;
		gap: 2px;
	}

	.acc-header__link {
		padding: 12px 16px;
		font-size: 1rem;
	}

	.acc-header__quote-btn {
		display: none;
	}

	.acc-header__hamburger {
		display: flex;
	}

	/* Floating buttons hidden on tablet (sticky CTA shows instead) */
	.acc-float-btns {
		display: none !important;
	}

	/* Hero */
	.acc-hero {
		min-height: 620px;
	}

	.acc-hero__title {
		font-size: 3rem;
	}

	.acc-hero__title-line2 {
		font-size: 2.2rem;
	}

	.acc-hero__title-line3 {
		font-size: 1.5rem;
	}

	.acc-hero__text {
		font-size: 1rem;
	}

	/* Why */
	.acc-why__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	/* Pricing */
	.acc-pricing__slide {
		flex: 0 0 50%;
	}

	/* Promo */
	.acc-promo__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}

	.acc-promo__image {
		order: -1;
	}

	.acc-promo__image img {
		max-height: 200px;
	}

	.acc-promo__desc {
		margin: 0 auto 24px;
	}

	.acc-promo__list {
		max-width: 480px;
		margin: 0 auto 28px;
	}

	/* Video */
	.acc-video__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	/* Exterior / Interior */
	.acc-visual__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.acc-visual__inner--reversed .acc-visual__text {
		order: unset;
	}
	.acc-visual__inner--reversed .acc-visual__slider {
		order: unset;
	}

	.acc-visual__slide img {
		height: 360px;
	}

	/* Smartsense */
	.acc-smartsense__block-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.acc-smartsense__block--alt .acc-smartsense__block-inner {
		direction: ltr;
	}

	.acc-smartsense__block {
		padding: 32px;
	}

	/* Delivery */
	.acc-delivery__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Dealer */
	.acc-dealer__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.acc-dealer__map img {
		height: 300px;
	}

	/* Final CTA */
	.acc-final-cta__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.acc-final-cta__image {
		order: -1;
	}

	.acc-final-cta__image img {
		max-height: 280px;
	}

	/* Footer */
	.acc-footer__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	/* Performance */
	.acc-performance__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* =========================================
   MOBILE (<= 767px)
   ========================================= */
@media (max-width: 767px) {
	.acc-section {
		padding: 48px 0;
	}

	.acc-section__title {
		font-size: 1.625rem;
		margin-bottom: 12px;
	}

	.acc-section__sub {
		font-size: 0.938rem;
		margin-bottom: 28px;
	}

	.acc-container {
		padding: 0 16px;
	}

	.acc-header__inner {
		padding: 0 16px;
		height: 60px;
	}

	.acc-header__nav {
		top: 60px;
	}

	.acc-header__logo-img {
		height: 32px;
	}

	.acc-header__logo-text {
		font-size: 1.25rem;
	}

	.acc-header__hamburger span {
		width: 20px;
	}

	/* Hero */
	.acc-hero {
		min-height: 520px;
	}

	.acc-hero__content {
		padding: 16px;
	}

	.acc-hero__subtitle {
		font-size: 0.813rem;
		letter-spacing: 2px;
	}

	.acc-hero__title {
		font-size: 2.2rem;
	}

	.acc-hero__title-line2 {
		font-size: 1.6rem;
	}

	.acc-hero__title-line3 {
		font-size: 1.125rem;
	}

	.acc-hero__text {
		font-size: 0.875rem;
		margin-bottom: 24px;
	}

	.acc-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.acc-hero__actions .acc-btn {
		width: 100%;
	}

	/* Why */
	.acc-why__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.acc-why__card {
		padding: 28px 24px;
	}

	/* Pricing */
	.acc-pricing__slide {
		flex: 0 0 100%;
	}

	.acc-pricing__card {
		padding: 24px 20px;
	}

	.acc-pricing__img {
		height: 140px;
	}

	.acc-slider__btn {
		width: 36px;
		height: 36px;
		font-size: 1rem;
	}

	/* Promo */
	.acc-promo__title {
		font-size: 1.625rem;
	}

	.acc-promo__desc {
		font-size: 0.938rem;
	}

	.acc-promo__list {
		grid-template-columns: 1fr;
	}

	.acc-promo__image img {
		max-height: 260px;
	}

	/* Video */
	.acc-video__text h2 {
		font-size: 1.5rem;
	}

	.acc-video__play {
		width: 56px;
		height: 56px;
	}

	.acc-video__play svg {
		width: 22px;
		height: 22px;
	}

	.acc-visual__text h2 {
		font-size: 1.5rem;
	}

	.acc-visual__features {
		grid-template-columns: 1fr;
	}

	.acc-visual__slide img {
		height: 280px;
	}

	/* Smartsense */
	.acc-smartsense__block {
		padding: 24px;
	}

	.acc-smartsense__text h3 {
		font-size: 1.25rem;
	}

	/* Delivery */
	.acc-delivery__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	/* Dealer */
	.acc-dealer__info {
		padding: 24px;
	}

	.acc-dealer__name {
		font-size: 1.25rem;
	}

	.acc-dealer__map img {
		height: 240px;
	}

	/* Final CTA */
	.acc-final-cta__title {
		font-size: 1.5rem;
	}

	.acc-form__row {
		grid-template-columns: 1fr;
	}

	.acc-form__radio-group {
		flex-direction: column;
	}

	.acc-form__radio-label {
		width: 100%;
	}

	/* Popup */
	.acc-popup-overlay {
		padding: 12px;
	}

	.acc-popup {
		padding: 28px 20px;
		max-width: 100%;
		border-radius: var(--acc-radius);
	}

	.acc-popup__title {
		font-size: 1.25rem;
	}

	.acc-popup__close {
		top: 12px;
		right: 12px;
		width: 32px;
		height: 32px;
	}

	/* Floating buttons hidden on mobile */
	.acc-float-btns {
		display: none !important;
	}

	/* Sticky CTA */
	.acc-sticky-cta {
		display: flex;
	}

	/* Footer */
	.acc-footer {
		padding: 40px 0 80px;
	}

	.acc-footer__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.acc-footer__bottom {
		margin-top: 32px;
	}

	/* Performance */
	.acc-performance__text h2 {
		font-size: 1.25rem;
	}
}

/* =========================================
   SMALL MOBILE (<= 480px)
   ========================================= */
@media (max-width: 480px) {
	.acc-hero__title {
		font-size: 1.8rem;
	}

	.acc-hero__title-line2 {
		font-size: 1.3rem;
	}

	.acc-hero__title-line3 {
		font-size: 1rem;
	}

	.acc-visual__slide img {
		height: 240px;
	}

	.acc-smartsense__slider .acc-visual__slide img {
		height: 240px;
	}

	.acc-delivery__grid {
		gap: 8px;
	}
}
