/* =========================================================================
   Cloud Server 2026 – MaaS-aligned stylesheet
   ========================================================================= */

/* ---------- CSS variables ---------- */
.c26-page {
	--c26-blue: #0969ff;
	--c26-cyan: #00c2ff;
	--c26-navy: #071832;
	--c26-deep: #041020;
	--c26-text: #22304a;
	--c26-muted: #667895;
	--c26-border: #d9e7f5;
	--c26-bg: #f5f9ff;
	--c26-white: #fff;
	--c26-red: #0b398c;
	--c26-red-dark: #094eb3;
	--c26-orange: #1791c8;
	--c26-blue-dark: #033e8c;
	--c26-font: 'BeauSansPro', 'Sarabun', sans-serif;
	--c26-font-content: 'Sarabun', 'BeauSansPro', sans-serif;
	--c26-radius-sm: 12px;
	--c26-radius-md: 16px;
	--c26-radius-lg: 24px;
	--c26-shadow-sm: 0 6px 20px rgba(8, 47, 134, 0.06);
	--c26-shadow-md: 0 18px 50px rgba(8, 47, 134, 0.08);
	--c26-shadow-lg: 0 30px 90px rgba(9, 105, 255, 0.24);
	--c26-gap: 24px;
	--c26-section-space: 80px;
}

/* ---------- Page base ---------- */
.c26-page { font-family: var(--c26-font); color: var(--c26-text); font-size: 16px; line-height: 1.5; }
.c26-page p, .c26-page li, .c26-page td, .c26-page th, .c26-page select { font-family: var(--c26-font-content); }
.c26-section { padding: var(--c26-section-space) 0; }
.c26-center { max-width: 1180px; margin: 0 auto 46px; text-align: center; }
.c26-center .c26-eyebrow { justify-content: center; }
.c26-center h2, .c26-center p { text-align: center; }
.c26-heading-nowrap h2 { white-space: nowrap; }
.c26-page .site-container { max-width: 1260px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }

/* ---------- Eyebrow ---------- */
.c26-eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 14px; font-weight: 500; letter-spacing: normal; text-transform: none;
	color: var(--c26-blue); margin-bottom: 16px;
}
.c26-eyebrow::before { content: ''; width: 28px; height: 2px; border-radius: 999px; background: currentColor; flex-shrink: 0; }

/* ---------- Buttons ---------- */
.c26-btn {
	display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
	padding: 14px 24px; border-radius: 999px; font-size: 16px; font-weight: 500; text-decoration: none;
	cursor: pointer; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease; border: 0;
}
.c26-btn:hover { transform: translateY(-2px); }
.c26-btn--primary { background: var(--c26-white); color: var(--c26-red); box-shadow: 0 18px 38px rgba(4, 16, 32, 0.18); }
.c26-btn--outline { border: 1px solid rgba(255, 255, 255, 0.42); color: var(--c26-white); background: transparent; backdrop-filter: blur(10px); }
.c26-btn--outline:hover,
.c26-btn--outline:focus,
.c26-btn--outline:active { color: var(--c26-white); }
.c26-btn--light { background: var(--c26-white); color: var(--c26-blue-dark); box-shadow: 0 18px 38px rgba(4, 16, 32, 0.18); font-weight: 500; }
.c26-btn--light:hover,
.c26-btn--light:focus,
.c26-btn--light:active { color: var(--c26-blue-dark); }
.c26-pricing-card__btn {
	display: inline-flex; align-items: center; justify-content: center; width: 100%;
	padding: 14px 26px; border-radius: 8px; font-size: 14px; font-weight: 500; text-transform: uppercase;
	background: linear-gradient(135deg, var(--c26-red), var(--c26-orange));
	color: var(--c26-white); box-shadow: 0 12px 24px rgba(11, 57, 140, 0.16);
	text-decoration: none; cursor: pointer; border: 0;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.c26-pricing-card__btn:hover,
.c26-pricing-card__btn:focus,
.c26-pricing-card__btn:active { color: var(--c26-white); transform: translateY(-1px); }
.c26-table-action {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 500; text-transform: uppercase;
	background: linear-gradient(135deg, var(--c26-red), var(--c26-orange));
	color: var(--c26-white); text-decoration: none; cursor: pointer; border: 0;
}
.c26-table-action:hover,
.c26-table-action:focus,
.c26-table-action:active { color: var(--c26-white); }

/* ---------- Section heading ---------- */
.c26-section-heading { margin-bottom: 36px; max-width: 900px; }
.c26-section-heading h2 { font-size: clamp(30px, 3vw, 36px); font-weight: 600; line-height: 1.2; color: var(--c26-navy); margin: 0; letter-spacing: normal; }
.c26-section-heading p { font-size: 16px; line-height: 1.5; color: var(--c26-muted); max-width: 680px; margin: 12px 0 0; }
.c26-center .c26-section-heading p { margin: 12px auto 0; }

/* ---------- Hero ---------- */
.c26-hero {
	position: relative; aspect-ratio: 2048 / 768;
	min-height: clamp(300px, 37.5vw, 768px);
	padding: clamp(56px, 4.7vw, 96px) 0 0;
	background: var(--c26-navy) center/cover no-repeat; color: var(--c26-white);
}
.c26-hero::after { display: none; }
.c26-hero__grid { position: relative; z-index: 1; display: block; min-height: calc(clamp(300px, 37.5vw, 768px) - clamp(56px, 4.7vw, 96px)); }
.c26-hero__content { max-width: 570px; padding-bottom: 76px; }
.c26-hero__content .c26-eyebrow { color: var(--c26-cyan); }
.c26-hero__content .c26-eyebrow::before { width: 28px; height: 2px; border-radius: 999px; background: currentColor; }
.c26-hero__content h1 { color: var(--c26-white); font-size: clamp(34px, 3.2vw, 38px); font-weight: 500; line-height: 1.2; margin: 0; letter-spacing: normal; }
.c26-hero__content p { color: rgba(255, 255, 255, 0.92); font-family: var(--c26-font-content); font-size: 18px; font-weight: 500; max-width: 570px; margin: 18px 0 0; line-height: 1.5; }
.c26-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ---------- Hero tab select (mobile) ---------- */
.c26-hero-tab-select { display: none; }
.c26-hero-tab-select__toggle {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	width: 100%; min-height: 54px; padding: 14px 18px;
	border: 0; border-radius: 16px;
	background: var(--c26-white); box-shadow: 0 14px 36px rgba(4, 16, 32, 0.2);
	color: var(--c26-navy); font-size: 15px; font-weight: 500; cursor: pointer;
	line-height: 1.25; text-align: left;
}
.c26-hero-tab-select__toggle i {
	display: inline-flex; width: 10px; height: 10px;
	border-right: 2px solid var(--c26-red); border-bottom: 2px solid var(--c26-red);
	transform: rotate(45deg) translateY(-2px); transition: transform 0.2s ease;
	flex: 0 0 auto;
}
.c26-hero-tab-select__toggle[aria-expanded="true"] i { transform: rotate(225deg) translateY(-2px); }

/* ---------- Hero tabs (desktop) ---------- */
.c26-hero-tabs {
	position: absolute; left: 50%; right: auto; bottom: -1px;
	display: flex; align-items: stretch; justify-content: center;
	width: 100vw; max-width: none; transform: translateX(-50%);
	border-radius: 0; background: var(--c26-white);
	box-shadow: 0 -8px 34px rgba(4, 16, 32, 0.16);
	overflow-x: auto; scrollbar-width: thin;
}
.c26-hero-tabs::-webkit-scrollbar { display: none; }
.c26-hero-tabs button {
	display: flex; align-items: center; justify-content: center;
	min-width: 176px; min-height: 60px; padding: 14px 20px;
	border: 0; border-right: 1px solid var(--c26-border); background: transparent;
	color: #252525; font-size: 16px; font-weight: 400; line-height: 1.5;
	text-align: center; white-space: nowrap; cursor: pointer;
}
.c26-hero-tabs button:last-child { border-right: 0; }
.c26-hero-tabs button:hover { color: var(--c26-red); }
.c26-hero-tabs button.is-active { background: #ff0000; color: var(--c26-white); }
.c26-hero-tabs button.is-active:hover { color: var(--c26-white); }

/* ---------- Tab panels ---------- */
.c26-tab-panels { position: relative; z-index: 2; }
.c26-tab-panel--plain { background: var(--c26-white); }

/* ---------- Overview ---------- */
.c26-overview { background: var(--c26-bg); }
.c26-overview__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.c26-rich-text { padding: 36px; border: 1px solid var(--c26-border); border-radius: 30px; background: var(--c26-white); box-shadow: 0 24px 70px rgba(8, 47, 134, 0.12); }
.c26-rich-text p { margin: 0; font-size: 16px; font-weight: 400; color: var(--c26-muted); line-height: 1.5; }
.c26-rich-text p + p { margin-top: 18px; }

/* ---------- Pricing section ---------- */
.c26-pricing { background: var(--c26-bg); }

/* -- View tabs (toggle buttons) -- */
.c26-pricing-view-tabs {
	display: flex; justify-content: flex-end; gap: 6px;
	max-width: max-content; margin: 0 0 14px auto; padding: 5px;
	border: 1px solid rgba(9, 105, 255, 0.13); border-radius: 999px;
	background: var(--c26-white); box-shadow: 0 10px 26px rgba(8, 47, 134, 0.08);
}
.c26-pricing-view-tabs button {
	display: inline-flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; min-height: 34px; padding: 0;
	border: 0; border-radius: 999px; background: transparent; color: var(--c26-navy);
	cursor: pointer; font-size: 0; transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.c26-pricing-view-tabs button:hover { background: var(--c26-bg); }
.c26-pricing-view-tabs button.is-active {
	background: linear-gradient(135deg, var(--c26-red), var(--c26-orange));
	box-shadow: 0 12px 26px rgba(11, 57, 140, 0.18); color: var(--c26-white);
}

/* -- View icons -- */
.c26-view-icon { display: grid; width: 16px; height: 16px; gap: 3px; }
.c26-view-icon i { display: block; border-radius: 2px; background: currentColor; opacity: 0.9; }
.c26-view-icon--cards { grid-template-columns: repeat(2, 1fr); }
.c26-view-icon--compare, .c26-view-icon--detail { grid-template-columns: 1fr; }
.c26-view-icon--compare i { height: 3px; border-radius: 999px; }
.c26-view-icon--detail { gap: 2px; }
.c26-view-icon--detail i { position: relative; height: 4px; border-radius: 999px; background: linear-gradient(90deg, currentColor 0 4px, transparent 4px 6px, currentColor 6px 100%); }

/* -- View panels -- */
.c26-pricing-view-panel { display: none; }
.c26-pricing-view-panel.is-active { display: block; }

/* -- Pricing shell (slider wrapper) -- */
.c26-pricing-shell { position: relative; padding: 0 64px; margin-bottom: 40px; }

/* -- Slider buttons -- */
.c26-slider-btn {
	position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px;
	background: #8f98a6; border: 0; border-radius: 50%; color: var(--c26-white);
	font-size: 22px; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 12px 26px rgba(7, 22, 47, 0.18); transition: background 0.18s ease;
	padding: 0; overflow: hidden; flex-shrink: 0;
}
.c26-slider-btn:hover { background: var(--c26-navy); }
.c26-slider-btn--prev { left: 8px; }
.c26-slider-btn--next { right: 8px; }

/* -- Pricing slider -- */
.c26-pricing-slider {
	display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 72px) / 4);
	gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
	scroll-behavior: smooth; padding: 8px 4px 30px; scrollbar-width: none; -ms-overflow-style: none;
}
.c26-pricing-slider::-webkit-scrollbar { display: none; }

/* -- Pricing card -- */
.c26-pricing-card {
	position: relative; display: flex; min-height: 610px; padding: 0;
	border: 1px solid var(--c26-border); border-radius: 20px;
	background: var(--c26-white); box-shadow: 0 16px 42px rgba(7, 22, 47, 0.08);
	flex-direction: column; overflow: hidden; scroll-snap-align: start;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.c26-pricing-card:hover { transform: translateY(-6px); border-color: rgba(11, 57, 140, 0.28); box-shadow: 0 26px 62px rgba(11, 57, 140, 0.1); }
.c26-pricing-card--featured {
	border-color: rgba(11, 57, 140, 0.42);
	background: radial-gradient(circle at 88% 5%, rgba(11, 57, 140, 0.12), transparent 28%), var(--c26-white);
}

/* -- Card hidden ID -- */
.c26-pricing-card__hidden-id { position: absolute; top: 0; left: 0; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

/* -- Card badge -- */
.c26-pricing-card__badge {
	position: absolute; top: 14px; right: 14px; padding: 4px 10px; border-radius: 20px;
	background: linear-gradient(135deg, var(--c26-red), var(--c26-orange));
	color: var(--c26-white); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: normal; z-index: 2;
}

/* -- Card head -- */
.c26-pricing-card__head {
	display: flex; flex-direction: column; gap: 4px; padding: 24px 22px 18px;
	background: linear-gradient(135deg, rgba(11, 57, 140, 0.06), rgba(23, 145, 200, 0.06));
	border-bottom: 1px solid var(--c26-border);
}
.c26-pricing-card--featured .c26-pricing-card__head {
	background: linear-gradient(135deg, rgba(11, 57, 140, 0.12), rgba(23, 145, 200, 0.10));
}
.c26-pricing-card__head > span {
	display: inline-flex; align-self: flex-start; padding: 5px 12px; border-radius: 20px;
	background: linear-gradient(135deg, var(--c26-red), var(--c26-orange));
	color: var(--c26-white); font-size: 12px; font-weight: 600;
	text-transform: uppercase; letter-spacing: normal;
}
.c26-pricing-card__price { margin-top: 12px; container-type: inline-size; display: flex; align-items: baseline; gap: 6px; flex-wrap: nowrap; }
.c26-pricing-card__price h3 {
	display: inline-flex; align-items: baseline; gap: 2px;
	margin: 0; font-size: clamp(22px, 15cqi, 36px); font-weight: 600; color: var(--c26-red);
	line-height: 1.2; letter-spacing: normal; white-space: nowrap; flex-shrink: 1; min-width: 0;
}
.c26-pricing-card__price h3 small { font-size: 0.48em; font-weight: 600; letter-spacing: normal; line-height: 1; margin-top: 0; }
.c26-pricing-card__price em {
	font-style: normal; font-size: clamp(11px, 4.5cqi, 14px); color: var(--c26-muted); font-weight: 400;
	display: inline-flex; white-space: nowrap; flex-shrink: 0;
}

/* -- Card billing select -- */
.c26-pricing-card__billing { margin-top: 12px; }
.c26-cycle-select {
	width: 100%; padding: 10px 14px; border-radius: 10px; border: 1px solid var(--c26-border);
	background: var(--c26-bg); color: var(--c26-text); font-size: 14px; font-weight: 400;
	font-family: var(--c26-font-content); cursor: pointer; appearance: auto;
}

/* -- Card specs (single-column flex rows) -- */
.c26-pricing-card__specs {
	display: flex; flex-direction: column; padding: 0 22px; background: #fbfdff;
}
.c26-pricing-card__specs div {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	min-height: 48px; border-bottom: 1px solid #edf2f8;
}
.c26-pricing-card__specs div:last-child { border-bottom: 0; }
.c26-pricing-card__specs span { color: var(--c26-muted); font-family: var(--c26-font-content); font-size: 14px; font-weight: 400; text-align: left; flex-shrink: 0; }
.c26-pricing-card__specs strong { color: var(--c26-navy); font-family: var(--c26-font-content); font-size: 14px; font-weight: 700; text-align: right; }

/* -- Card actions -- */
.c26-pricing-card__actions { padding: 18px 22px 22px; margin-top: auto; }

/* ---------- Common features card ---------- */
.c26-common-card {
	margin-top: 40px; padding: 28px 32px; border-radius: var(--c26-radius-lg);
	background: linear-gradient(135deg, rgba(9, 105, 255, 0.08), rgba(0, 194, 255, 0.08));
	border: 1px solid rgba(9, 105, 255, 0.18);
}
.c26-common-card h3 { margin: 0 0 18px; font-size: 18px; font-weight: 600; color: var(--c26-navy); }
.c26-feature-list {
	display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 24px;
	list-style: none; margin: 0; padding: 0;
}
.c26-feature-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 400; color: var(--c26-text); padding: 6px 0; }
.c26-feature-list li img { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Pricing tables ---------- */
.c26-pricing-table-wrap { overflow-x: auto; margin-bottom: 24px; -webkit-overflow-scrolling: touch; border-radius: var(--c26-radius-lg); box-shadow: var(--c26-shadow-md); }
.c26-pricing-table { width: 100%; border-collapse: collapse; background: var(--c26-white); border-radius: var(--c26-radius-lg); min-width: 930px; }
.c26-pricing-table thead { background: linear-gradient(180deg, #f7fbff, #eef6ff); }
.c26-pricing-table th { padding: 16px 20px; font-size: 14px; font-weight: 600; color: var(--c26-blue-dark); text-align: left; white-space: nowrap; border-bottom: 2px solid var(--c26-border); text-transform: uppercase; letter-spacing: normal; }
.c26-pricing-table td { padding: 14px 20px; font-size: 14px; color: var(--c26-text); border-bottom: 1px solid #edf2f8; vertical-align: middle; }
.c26-pricing-table tbody tr:hover { background: rgba(9, 105, 255, 0.02); }
.c26-pricing-table td strong { color: var(--c26-navy); font-weight: 700; }
.c26-pricing-table td b { color: var(--c26-red); font-weight: 700; font-size: 15px; }
.c26-pricing-table td em { font-style: normal; color: var(--c26-muted); font-size: 12px; display: block; margin-top: 2px; }
.c26-pricing-table .is-featured { background: rgba(11, 57, 140, 0.03); }
.c26-pricing-table .is-featured td:first-child strong { color: var(--c26-red); }

/* ---------- Advantages / Features (icon cards) ---------- */
.c26-icon-card-grid { display: grid; gap: var(--c26-gap); }
.c26-icon-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.c26-icon-card-grid--auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.c26-icon-card {
	background: var(--c26-white); border-radius: var(--c26-radius-md); padding: 28px 24px;
	border: 1px solid var(--c26-border); box-shadow: var(--c26-shadow-sm);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c26-icon-card:hover { transform: translateY(-3px); box-shadow: var(--c26-shadow-md); }
.c26-icon-card__icon { width: 44px; height: 44px; margin-bottom: 14px; }
.c26-icon-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.c26-icon-card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 600; color: var(--c26-navy); }
.c26-icon-card p { margin: 0; font-size: 14px; font-weight: 400; color: var(--c26-muted); line-height: 1.5; }

/* ---------- Use cases ---------- */
.c26-usecase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--c26-gap); }
.c26-usecase-card {
	background: var(--c26-white); border-radius: var(--c26-radius-md); padding: 24px;
	border: 1px solid var(--c26-border); box-shadow: var(--c26-shadow-sm);
}
.c26-usecase-card h3 { margin: 0 0 8px; font-size: 18px; font-weight: 600; color: var(--c26-navy); }
.c26-usecase-card p { margin: 0; font-size: 14px; font-weight: 400; color: var(--c26-muted); }

/* ---------- FAQ (2-column grid) ---------- */
.c26-faq { background: var(--c26-white); }
.c26-faq-list {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
	max-width: 1180px; margin: 0 auto;
}
.c26-faq-item {
	background: var(--c26-white); border-radius: var(--c26-radius-md); border: 1px solid var(--c26-border);
	box-shadow: var(--c26-shadow-sm); overflow: hidden;
}
.c26-faq-item summary {
	display: flex; align-items: center; gap: 12px; padding: 18px 20px; cursor: pointer;
	font-size: 16px; font-weight: 600; color: var(--c26-navy); list-style: none;
}
.c26-faq-item summary::-webkit-details-marker { display: none; }
.c26-faq-item summary::before {
	content: '+'; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; flex-shrink: 0;
	border-radius: 50%; background: var(--c26-bg); color: var(--c26-blue); font-size: 18px; font-weight: 900;
}
.c26-faq-item[open] summary::before { content: '\2212'; background: linear-gradient(135deg, var(--c26-blue), var(--c26-cyan)); color: var(--c26-white); }
.c26-faq-item p { padding: 0 20px 18px 60px; margin: 0; font-size: 14px; color: var(--c26-muted); line-height: 1.6; }

/* ---------- CTA ---------- */
.c26-cta { padding: 40px 0 110px; background: var(--c26-bg); }
.c26-cta__box {
	display: flex; align-items: center; justify-content: space-between; gap: 32px;
	padding: 48px 56px; border-radius: 24px;
	background: linear-gradient(135deg, var(--c26-navy), var(--c26-blue) 58%, var(--c26-cyan));
	box-shadow: 0 30px 90px rgba(9, 105, 255, 0.24);
}
.c26-cta__box .c26-eyebrow { color: rgba(255, 255, 255, 0.85); }
.c26-cta__box .c26-eyebrow::before { background: rgba(255, 255, 255, 0.3); }
.c26-cta__box h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 32px); font-weight: 600; color: var(--c26-white); line-height: 1.2; letter-spacing: normal; }
.c26-cta__box p { margin: 0; font-size: 16px; color: rgba(255, 255, 255, 0.85); max-width: 560px; }
.c26-cta__actions { flex-shrink: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.c26-pricing-card { flex: 0 0 310px; }
	.c26-overview__grid { grid-template-columns: 1fr; }
	.c26-icon-card-grid--three { grid-template-columns: repeat(2, 1fr); }
	.c26-feature-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
	.c26-page { --c26-gap: 18px; --c26-section-space: 56px; }
	.c26-hero { aspect-ratio: auto; min-height: auto; padding-bottom: 24px; }
	.c26-hero__grid { min-height: auto; }
	.c26-hero__content { padding-bottom: 28px; }
	.c26-hero__content p { font-size: 16px; }
	.c26-hero-tabs { display: none; }
	.c26-hero-tab-select { display: block; margin-top: 24px; padding: 0; }
	.c26-hero-tabs.is-open {
		display: grid; grid-template-columns: 1fr;
		position: relative; left: auto; right: auto; top: auto; bottom: auto;
		width: 100%; max-height: 340px; margin: 10px 0 0; padding: 8px;
		border-radius: 18px; box-shadow: 0 22px 60px rgba(4, 16, 32, 0.24);
		transform: none; overflow: auto; z-index: 5;
	}
	.c26-hero-tabs.is-open button {
		justify-content: flex-start; width: 100%; min-width: 0; min-height: 46px;
		padding: 12px 14px; border-right: 0; border-bottom: 1px solid var(--c26-border);
		border-radius: 12px; font-size: 14px; text-align: left;
	}
	.c26-hero-tabs.is-open button:last-child { border-bottom: 0; }
	.c26-hero-tabs.is-open button.is-active { background: var(--c26-red); color: var(--c26-white); border: 0; }
	.c26-pricing-shell { padding: 0 48px; }
	.c26-pricing-card { flex: 0 0 85%; max-width: 400px; }
	.c26-slider-btn { display: none; }
	.c26-pricing-view-tabs { gap: 6px; }
	.c26-pricing-view-tabs button { width: 38px; height: 34px; }
	.c26-icon-card-grid--three { grid-template-columns: 1fr; }
	.c26-feature-list { grid-template-columns: 1fr; }
	.c26-cta__box { flex-direction: column; text-align: center; padding: 32px 24px; }
	.c26-cta__box p { margin: 0 auto; }
}
@media (max-width: 680px) {
	.c26-pricing-card { flex: 0 0 92%; max-width: 400px; }
	.c26-pricing-view-tabs { width: 100%; }
	.c26-pricing-view-tabs button { flex: 1; }
	.c26-pricing-table { min-width: 700px; }
	.c26-faq-list { grid-template-columns: 1fr; }
	.c26-usecase-grid { grid-template-columns: 1fr; }
	.c26-pricing-table-wrap--compare .c26-pricing-table { min-width: 600px; }
	.c26-pricing-table-wrap--detail .c26-pricing-table { min-width: 780px; }
}
@media (max-width: 480px) {
	.c26-pricing-shell { padding: 0 16px; }
	.c26-pricing-card { flex: 0 0 92%; }
	.c26-pricing-card__price h3 { font-size: 30px; }
	.c26-common-card { padding: 20px; }
}
