/* Shredder Repair landing pages (EN + MY) — Google Ads Call/WhatsApp conversion pages.
   Shared by /shredder-repair/ and /servis-mesin-shredder/ (layout identical, copy differs).
   Recreated from the design handoff mockups; tokens per the handoff README. */

/* No site nav/footer/breadcrumb — keep the visitor focused on Call/WhatsApp, not browsing. */
.woa-top-bar-wrap,
.header-widget-region,
#masthead,
.storefront-breadcrumb,
#colophon {
	display: none !important;
}

/* Storefront wraps content in .col-full; child style.css pins it to max-width:100% + 5%
   side padding with !important. Match that specificity to let our sections bleed full width. */
.site-content .col-full {
	max-width: none !important;
	padding: 0 !important;
}

.shr-rep {
	--rep-navy: #0a2540;
	--rep-navy2: #124072;
	--rep-footer: #071c30;
	--rep-cream: #faf5ec;
	--rep-card: #ffffff;
	--rep-card-border: #ece2cf;
	--rep-header-border: #e7ddc9;
	--rep-orange: #ff5a1f;
	--rep-orange-tint: #fff1e9;
	--rep-wa: #25d366;
	--rep-muted: #5a6b80;
	--rep-muted-label: #94a3b5;
	--rep-on-dark: #c5d6ea;
	--rep-on-dark-muted: #9fb6d1;
	--rep-on-dark-faint: #7e96b4;
	--rep-on-dark-bright: #cdddef;
	--rep-font-head: 'Archivo', system-ui, -apple-system, sans-serif;
	--rep-font-body: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;

	font-family: var(--rep-font-body);
	color: var(--rep-navy);
	background: var(--rep-cream);
	-webkit-font-smoothing: antialiased;
	max-width: 100%;
	overflow-x: hidden;
}

.shr-rep *,
.shr-rep *::before,
.shr-rep *::after {
	box-sizing: border-box;
}

.shr-rep h1,
.shr-rep h2,
.shr-rep h3 {
	font-family: var(--rep-font-head);
	margin: 0;
}

.shr-rep p { margin: 0; }

.shr-rep a { text-decoration: none; color: inherit; }

.shr-rep ::selection { background: var(--rep-orange); color: #fff; }

.shr-rep__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

@keyframes repPulseRing {
	0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); }
	70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ── Buttons ─────────────────────────────────────────────── */
.shr-rep-btn {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
}
.shr-rep-btn svg { flex: none; }
.shr-rep-btn--wa { background: var(--rep-wa); padding: 17px 28px; }
.shr-rep-btn--call { background: var(--rep-orange); padding: 17px 28px; }
.shr-rep-btn--pulse { animation: repPulseRing 2.4s infinite; }

/* ── Header ──────────────────────────────────────────────── */
.shr-rep-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(250, 245, 236, .92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--rep-header-border);
}
.shr-rep-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.shr-rep-brand { display: flex; align-items: center; gap: 13px; }
.shr-rep-brand img { height: 54px; width: auto; display: block; }
.shr-rep-brand__name { line-height: 1; }
.shr-rep-brand__name b {
	display: block;
	font-family: var(--rep-font-head);
	font-weight: 800;
	font-size: 25px;
	letter-spacing: -.5px;
	color: #16123d;
}
.shr-rep-brand__name span {
	display: block;
	font-family: var(--rep-font-head);
	font-weight: 800;
	font-size: 17px;
	letter-spacing: .5px;
	color: #c80a2e;
	margin-top: 3px;
}
.shr-rep-header__actions { display: flex; align-items: center; gap: 10px; }
.shr-rep-pill {
	display: flex;
	align-items: center;
	gap: 9px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}
.shr-rep-pill--call {
	padding: 11px 18px;
	border: 2px solid var(--rep-navy);
	color: var(--rep-navy);
}
.shr-rep-pill--wa {
	padding: 13px 20px;
	background: var(--rep-wa);
	color: #fff;
	font-weight: 700;
}

/* ── Hero ────────────────────────────────────────────────── */
.shr-rep-hero {
	position: relative;
	background: linear-gradient(160deg, #0a2540 0%, #0e3358 55%, #124072 100%);
	color: #fff;
	overflow: hidden;
}
.shr-rep-hero__pinstripe {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, .04) 0 2px, transparent 2px 16px);
	opacity: .5;
}
.shr-rep-hero__glow {
	position: absolute;
	right: -120px;
	top: -80px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 90, 31, .22), transparent 65%);
}
.shr-rep-hero__inner {
	position: relative;
	padding-top: 64px;
	padding-bottom: 72px;
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 48px;
	align-items: center;
}
.shr-rep-badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 16px;
	background: rgba(255, 90, 31, .16);
	border: 1px solid rgba(255, 90, 31, .4);
	border-radius: 999px;
	font-weight: 600;
	font-size: 13.5px;
	color: #ffd9c7;
	letter-spacing: .3px;
	white-space: nowrap;
}
.shr-rep-badge__dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--rep-orange);
}
.shr-rep-hero__title {
	font-weight: 900;
	font-size: 54px;
	line-height: 1.04;
	letter-spacing: -1.5px;
	margin: 20px 0 0;
	color: #e63946; /* main theme red */
}
.shr-rep-hero__cn {
	font-weight: 700;
	font-size: 27px;
	color: #ff9e7d;
	margin-top: 12px;
	letter-spacing: 2px;
}
.shr-rep-hero__lead {
	font-size: 19px;
	line-height: 1.55;
	color: var(--rep-on-dark);
	margin: 20px 0 0;
	max-width: 520px;
}
.shr-rep-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}
.shr-rep-cn-line {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 14px;
	font-size: 15px;
	color: var(--rep-on-dark-bright);
	font-weight: 500;
}
.shr-rep-cn-line span { font-size: 17px; }
.shr-rep-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 24px;
	color: var(--rep-on-dark-muted);
	font-size: 14.5px;
	font-weight: 500;
}
.shr-rep-trust-row span {
	display: flex;
	align-items: center;
	gap: 7px;
}
.shr-rep-trust-row .shr-rep-check { color: var(--rep-wa); }

.shr-rep-hero__visual { display: flex; flex-direction: column; gap: 14px; }
.shr-rep-hero__frame {
	background: #0c2c4d;
	border: 1px solid #1e4571;
	border-radius: 16px;
	padding: 8px;
}
.shr-rep-hero__img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}
.shr-rep-hero__caption {
	padding: 14px 12px 8px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.shr-rep-hero__caption b {
	font-family: var(--rep-font-head);
	font-weight: 900;
	font-size: 40px;
	color: var(--rep-orange);
	line-height: 1;
}
.shr-rep-hero__caption span {
	font-size: 14px;
	color: var(--rep-on-dark);
	line-height: 1.35;
}

/* ── Trust bar ───────────────────────────────────────────── */
.shr-rep-brandbar {
	background: var(--rep-navy);
	border-top: 1px solid #1e4571;
}
.shr-rep-brandbar__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	color: var(--rep-on-dark-faint);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.shr-rep-brandbar__sep { color: #3b557a; }
.shr-rep-brandbar__brand {
	color: var(--rep-on-dark-bright);
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: none;
	font-size: 16px;
}
.shr-rep-brandbar__more {
	color: var(--rep-on-dark-faint);
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
}

/* ── Shared section heads ────────────────────────────────── */
.shr-rep-eyebrow {
	font-family: var(--rep-font-head);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 2px;
	color: var(--rep-orange);
	text-transform: uppercase;
}
.shr-rep-h2 {
	font-weight: 800;
	font-size: 38px;
	letter-spacing: -1px;
	margin: 12px 0 0;
	color: var(--rep-navy);
}
.shr-rep-head-center {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.shr-rep-head-center p {
	font-size: 17px;
	color: var(--rep-muted);
	margin: 14px 0 0;
	line-height: 1.55;
}

/* ── What we repair ──────────────────────────────────────── */
.shr-rep-repair { padding-top: 78px; padding-bottom: 20px; }
.shr-rep-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 44px;
}
.shr-rep-fault {
	background: var(--rep-card);
	border: 1px solid var(--rep-card-border);
	border-radius: 14px;
	padding: 26px 24px;
	box-shadow: 0 1px 2px rgba(10, 37, 64, .04);
}
.shr-rep-fault__icon {
	width: 48px;
	height: 48px;
	border-radius: 11px;
	background: var(--rep-orange-tint);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}
.shr-rep-fault h3 {
	font-weight: 700;
	font-size: 19px;
	margin: 16px 0 0;
	color: var(--rep-navy);
}
.shr-rep-fault p {
	font-size: 15px;
	color: var(--rep-muted);
	line-height: 1.5;
	margin: 8px 0 0;
}

/* ── How it works ────────────────────────────────────────── */
.shr-rep-how {
	background: var(--rep-card);
	border-top: 1px solid var(--rep-card-border);
	border-bottom: 1px solid var(--rep-card-border);
	margin-top: 60px;
}
.shr-rep-how__inner { padding-top: 74px; padding-bottom: 74px; }
.shr-rep-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 46px;
}
.shr-rep-step { position: relative; padding-top: 8px; }
.shr-rep-step__n {
	font-family: var(--rep-font-head);
	font-weight: 900;
	font-size: 46px;
	color: #eadfca;
	line-height: 1;
}
.shr-rep-step h3 {
	font-weight: 700;
	font-size: 18px;
	margin: 6px 0 0;
	color: var(--rep-navy);
}
.shr-rep-step p {
	font-size: 15px;
	color: var(--rep-muted);
	line-height: 1.5;
	margin: 8px 0 0;
}

/* ── Why us ──────────────────────────────────────────────── */
.shr-rep-why { padding-top: 78px; padding-bottom: 78px; }
.shr-rep-why__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 54px;
	align-items: start;
}
.shr-rep-why__lead {
	font-size: 17px;
	color: var(--rep-muted);
	line-height: 1.6;
	margin: 16px 0 0;
}
.shr-rep-reasons {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 26px;
}
.shr-rep-reason { display: flex; gap: 14px; align-items: flex-start; }
.shr-rep-reason__chip {
	flex: none;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: var(--rep-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--rep-wa);
	font-size: 15px;
	font-weight: 700;
}
.shr-rep-reason__title {
	font-weight: 600;
	font-size: 16.5px;
	color: var(--rep-navy);
}
.shr-rep-reason__desc {
	font-size: 15px;
	color: var(--rep-muted);
	line-height: 1.5;
	margin-top: 2px;
}
.shr-rep-photos { display: flex; flex-direction: column; gap: 16px; }
.shr-rep-photos__pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.shr-rep-photos figure { margin: 0; }
.shr-rep-photos__frame {
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--rep-card-border);
}
.shr-rep-photos__frame img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}
.shr-rep-photos figcaption {
	font-size: 13px;
	color: var(--rep-muted);
	line-height: 1.4;
	margin-top: 8px;
}
.shr-rep-22bar {
	display: flex;
	align-items: center;
	gap: 14px;
	background: linear-gradient(160deg, #0a2540, #124072);
	border-radius: 14px;
	padding: 18px 22px;
	color: #fff;
}
.shr-rep-22bar__num {
	font-family: var(--rep-font-head);
	font-weight: 900;
	font-size: 40px;
	color: var(--rep-orange);
	line-height: 1;
}
.shr-rep-22bar__num span { font-size: 22px; }
.shr-rep-22bar__text {
	font-size: 15px;
	color: var(--rep-on-dark);
	line-height: 1.4;
	font-weight: 500;
}

/* ── Showroom ────────────────────────────────────────────── */
.shr-rep-showroom {
	background: var(--rep-card);
	border-top: 1px solid var(--rep-card-border);
}
.shr-rep-showroom__grid {
	padding-top: 64px;
	padding-bottom: 64px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center;
}
.shr-rep-showroom__h2 { font-size: 34px; }
.shr-rep-showroom__lead {
	font-size: 17px;
	color: var(--rep-muted);
	line-height: 1.6;
	margin: 14px 0 0;
}
.shr-rep-meta {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	margin-top: 24px;
}
.shr-rep-meta__label {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--rep-muted-label);
}
.shr-rep-meta__strong {
	font-weight: 600;
	font-size: 17px;
	color: var(--rep-navy);
	margin-top: 6px;
}
.shr-rep-meta__sub { font-size: 16px; color: var(--rep-muted); }
.shr-rep-showroom__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}
.shr-rep-btn--sm { padding: 14px 22px; font-size: 16px; border-radius: 11px; }
.shr-rep-map {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--rep-card-border);
	line-height: 0;
}
.shr-rep-map iframe { border: 0; display: block; width: 100%; height: 360px; }

/* ── FAQ ─────────────────────────────────────────────────── */
.shr-rep-faq {
	max-width: 820px;
	margin: 0 auto;
	padding: 80px 24px;
}
.shr-rep-faq__head { text-align: center; }
.shr-rep-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 40px;
}
.shr-rep-faq__item {
	background: var(--rep-card);
	border: 1px solid var(--rep-card-border);
	border-radius: 12px;
	overflow: hidden;
}
.shr-rep-faq__item summary {
	list-style: none;
	width: 100%;
	text-align: left;
	padding: 22px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	font-family: var(--rep-font-head);
	font-weight: 700;
	font-size: 18px;
	color: var(--rep-navy);
}
.shr-rep-faq__item summary::-webkit-details-marker { display: none; }
.shr-rep-faq__sign {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--rep-orange-tint);
	color: var(--rep-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
}
.shr-rep-faq__sign::before { content: '+'; }
.shr-rep-faq__item[open] .shr-rep-faq__sign::before { content: '\2212'; }
.shr-rep-faq__body {
	padding: 0 24px 22px;
	font-size: 16px;
	color: var(--rep-muted);
	line-height: 1.6;
}

/* ── Final CTA ───────────────────────────────────────────── */
.shr-rep-final {
	background: linear-gradient(160deg, #0a2540, #124072);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.shr-rep-final__inner {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	padding: 72px 24px;
	text-align: center;
}
.shr-rep-final h2 {
	font-weight: 900;
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 1.1;
}
.shr-rep-final p {
	font-size: 18px;
	color: var(--rep-on-dark);
	margin: 16px 0 0;
	line-height: 1.55;
}
.shr-rep-final .shr-rep-cta-row { justify-content: center; }
.shr-rep-final .shr-rep-btn { padding: 17px 30px; }
.shr-rep-final__cn {
	margin-top: 18px;
	font-size: 15.5px;
	color: var(--rep-on-dark);
	font-weight: 500;
}

/* ── Footer ──────────────────────────────────────────────── */
.shr-rep-footer {
	background: var(--rep-footer);
	color: var(--rep-on-dark-muted);
	padding: 42px 24px 110px;
}
.shr-rep-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
}
.shr-rep-footer__brand { display: flex; align-items: center; gap: 12px; }
.shr-rep-footer__chip {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent; /* blend logo into the footer background — no white box */
}
.shr-rep-footer__chip img { height: 50px; width: auto; display: block; }
.shr-rep-footer__name {
	font-family: var(--rep-font-head);
	font-weight: 800;
	font-size: 20px;
	color: #e63946; /* main theme red */
}
.shr-rep-footer__name span { color: #e63946; }
.shr-rep-footer__tag {
	font-size: 13px;
	color: var(--rep-on-dark-faint);
	margin-top: 4px;
}
.shr-rep-footer__right {
	font-size: 14px;
	color: var(--rep-on-dark-faint);
	line-height: 1.6;
	text-align: right;
}
.shr-rep-footer__right a.call { color: var(--rep-on-dark-bright); font-weight: 600; }
.shr-rep-footer__right a.wa { color: var(--rep-wa); font-weight: 600; }

/* ── Sticky mobile bar — hidden on desktop, shown on mobile ── */
.shr-rep-sticky {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 60;
	background: #fff;
	border-top: 1px solid #e2d7c2;
	padding: 10px 12px;
	box-shadow: 0 -4px 20px rgba(10, 37, 64, .1);
}
.shr-rep-sticky__row { display: flex; gap: 10px; }
.shr-rep-sticky .shr-rep-btn {
	flex: 1;
	justify-content: center;
	padding: 14px;
	font-size: 15px;
	border-radius: 10px;
	gap: 8px;
}
.shr-rep-sticky .shr-rep-btn--wa { flex: 1.4; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 980px) {
	.shr-rep-hero__inner,
	.shr-rep-why__grid,
	.shr-rep-showroom__grid {
		grid-template-columns: 1fr;
	}
	.shr-rep-hero__title { font-size: 42px; }
	.shr-rep-h2 { font-size: 30px; }
	.shr-rep-final h2 { font-size: 32px; }
	.shr-rep-grid-3 { grid-template-columns: repeat(2, 1fr); }
	.shr-rep-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
	.shr-rep-header__actions .shr-rep-pill span { display: none; }
	.shr-rep-pill { padding: 11px 14px; }
	.shr-rep-sticky { display: block; }
}

@media (max-width: 560px) {
	.shr-rep-hero__title { font-size: 34px; }
	.shr-rep-grid-3 { grid-template-columns: 1fr; }
	.shr-rep-grid-4 { grid-template-columns: 1fr; }
	.shr-rep-photos__pair { grid-template-columns: 1fr; }
	.shr-rep-footer__inner { justify-content: flex-start; }
	.shr-rep-footer__right { text-align: left; }
}
