/* ==========================================================================
   /pet-turf/ — bespoke page styles (clean rebuild of WP/Elementor post 1107).
   Values transcribed from the captured per-page Elementor CSS (post-1107.css),
   the kit globals (post-kit.css) and the page's wp-custom-css block, then
   verified against shots2/pet-turf-{desktop,mobile}.png.
   Loads after /assets/css/base.css (shared chrome + tokens).
   ========================================================================== */

.pt-main {
	/* kit primary font: Montserrat 14px / 1.4em (15px <=1024, 16px/1.5em <=767).
	   The original kit set line-height in em on the BODY, so descendants
	   inherit the computed LENGTH (19.6px desktop) whatever their font-size —
	   reproduce that with an explicit px value. */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
	color: #fff;
}
/* zero-specificity reset so the component rules below always win */
.pt-main :where(h1, h2, h3, p, figure) {
	margin: 0;
}

/* ---------- shared bits ---------- */

.pt-shell { max-width: 1600px; margin-left: auto; margin-right: auto; }

.pt-section {
	margin: 5rem 0;             /* adjacent section margins collapse to 80px */
	padding: 0 30px;            /* kit default container side padding */
}

.pt-center { text-align: center; }

/* green pill (from the page's wp-custom-css; --gg-green-bright was undefined
   on the original, so the pill text inherited white) */
.pt-pill {
	display: inline-block;
	padding: 6px 18px;
	border-radius: 999px;
	background: rgba(132, 189, 0, .14);
	border: 1px solid rgba(132, 189, 0, .35);
	color: inherit;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .6px;
}

.pt-lime { color: #8ee000; }

/* buttons (kit: Montserrat 14/600/1.1, padding 16px 25px; page overrides) */
.pt-btn {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	padding: 16px 25px;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
.pt-btn--lime { background-color: #84BD00; color: #0A0A0A; }
.pt-btn--lime:hover { background-color: #8ee000; }
.pt-btn--ghost { background-color: transparent; color: #fff; border: 1px solid #fff; }
.pt-btn--ghost:hover { background-color: rgba(255, 255, 255, .1); }
.pt-btn--ghost-dim { border-color: #3A3A3A; }

/* dark cards */
.pt-card {
	background-color: #121212;
	border-radius: 8px;
	padding: 2rem;
}

/* small dark tiles inside cards */
.pt-tile {
	background-color: #191919;
	border-radius: 5px;
	padding: 10px;
}

/* section headings */
.pt-h2 { font-size: 38px; font-weight: 800; line-height: 1.2; color: #fff; }
.pt-h2--sm { font-size: 30px; }
.pt-sub { font-size: 16px; color: #9AA0A6; }

/* ==========================================================================
   HERO
   ========================================================================== */
.pt-hero {
	position: relative;
	margin-top: 5px;            /* original content starts 128px from the top */
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 80px 22px 60px;
	background-color: #12220F;
	background-image: url('/assets/images/hero-bg2-1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pt-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: .52;
}
.pt-hero > * { position: relative; }

.pt-hero__title {
	margin-top: 20px;
	text-align: center;
	font-size: 52px;
	font-weight: 900;
	line-height: 1.08;
	color: #fff;
}
.pt-hero__sub {
	margin: 20px auto 0;
	max-width: 620px;
	text-align: center;
	font-size: 17px;
	color: #CFD4D8;
}
.pt-hero__btns {
	margin-top: 20px;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.pt-trustbar {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 820px;
}
.pt-trustbar span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, .05);
	/* the original's border used undefined var(--pt-line) -> no border drawn */
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #e4e7ea;
}
.pt-trustbar span::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8ee000;
	flex: none;
}
.pt-hero__note {
	/* original: inline margin-top 28 + the theme's 1em paragraph margin below */
	margin: 28px 0 13px;
	text-align: center;
	font-size: 12.5px;
	letter-spacing: .5px;
	color: #fff;
}

/* ==========================================================================
   THE PROBLEM
   ========================================================================== */
.pt-problem {
	padding: 46px 22px 0;
}
.pt-problem__card {
	background-color: #121212;
	border: 1px solid #1F1F1F;
	border-radius: 14px;
	padding: 34px 26px;
	text-align: center;
}
.pt-problem__card .pt-h2 { margin-top: 20px; }
.pt-problem__card .pt-sub { margin: 20px auto 0; max-width: 700px; }

/* ==========================================================================
   K9 GUARD ULTRA SYSTEM
   ========================================================================== */
.pt-system__card {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}
.pt-system__media { flex: 0 1 30%; min-width: 0; }
.pt-system__media img { display: block; width: 100%; height: auto; }
.pt-system__body { flex: 0 1 70%; min-width: 0; }
/* this paragraph had no inline margins on the original, so the theme's 1em
   margins applied on top of the 20px widget gap */
.pt-system__body .pt-sub { margin-top: 36px; }
.pt-system__body .pt-tiles { margin-top: 36px; }
.pt-tiles {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pt-tiles .pt-tile { flex: 1 1 0; min-width: 0; }

.pt-tile__icon { font-size: 24px; line-height: 0; color: #8EE000; }
.pt-tile__icon svg { width: 1em; height: 1em; fill: currentColor; display: block; }
.pt-tile__title {
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.pt-tile__desc { color: #fff; }

/* ==========================================================================
   SAFETY
   ========================================================================== */
.pt-safety__card { text-align: center; }
.pt-safety__card .pt-h2 { margin-top: 20px; }
.pt-safety__card .pt-sub { margin: 20px auto 0; max-width: 720px; }
.pt-safety__card .pt-tiles { text-align: left; }

/* ==========================================================================
   OUR WORK — gallery
   ========================================================================== */
.pt-work__card .pt-h2 { margin-top: 20px; }
.pt-gallery {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
}
.pt-gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
/* the original caption had no font-size of its own — it inherits the kit's
   responsive primary size (14 / 15 / 16px) */
.pt-gallery figcaption {
	margin-top: 19px;
	color: #A8A8A8;
}

/* ==========================================================================
   THE NUMBERS
   ========================================================================== */
.pt-numbers__card { text-align: center; }
.pt-numbers__card .pt-h2 { margin-top: 20px; }
.pt-numbers__card .pt-sub { margin: 20px auto 0; max-width: 720px; }
.pt-stats {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pt-stats .pt-tile { flex: 1 1 0; min-width: 0; }
.pt-stat__value {
	/* kit h2 sizing (40 / 29 / 25) with the page's weight + color overrides */
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
	color: #8EE000;
}
.pt-stat__label { color: #9E9E9E; }

/* ==========================================================================
   FINANCING
   ========================================================================== */
.pt-financing__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background-color: #121212;
	border: 1px solid #54780A;
	border-radius: 8px;
	padding: 16px;
}
.pt-financing__info {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}
.pt-financing__icon { font-size: 39px; line-height: 1; color: #84BD00; }
.pt-financing__icon svg { width: 1em; height: 1em; fill: currentColor; display: inline-block; }
.pt-financing__title { font-size: 22px; font-weight: 700; line-height: 1.2; color: #fff; margin: 22px 0 1px; }
.pt-financing__desc { color: #999999; }
.pt-btn--learn {
	background-color: #84BD00;
	color: #000;
	font-weight: 600;
	border-radius: 6px;
}
.pt-btn--learn:hover { background-color: #8ee000; }

/* ==========================================================================
   THE PROCESS
   ========================================================================== */
.pt-process__card .pt-h2 { margin-top: 20px; }
.pt-steps {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pt-steps .pt-tile { flex: 1 1 0; min-width: 0; }
.pt-step__num {
	font-size: 0.8rem;
	font-weight: 900;
	line-height: 1.2;
	color: #8EE000;
	margin-bottom: 16px;
}
.pt-step__title { font-size: 1rem; font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 0; }
.pt-step__desc { color: #B9B9B9; }

/* ==========================================================================
   FAQ (Questions)
   ========================================================================== */
.pt-faq { margin: 0; padding: 0 30px; }   /* kit container side padding */
.pt-faq .pt-h2 { margin-top: 20px; text-align: center; }
.pt-faq__list {
	margin: 20px auto 0;
	max-width: 800px;
	padding: 20px;
}
.pt-faq__list .faq-item {
	margin-bottom: 10px;
	border: 1px solid #54780A;
	border-radius: 8px;
	overflow: hidden;
}
.pt-faq__list h3 { font-size: inherit; }
.pt-faq__list .faq-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	width: 100%;
	background: #191919;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	padding: 15px 20px;
	cursor: pointer;
}
.pt-faq__list .faq-icon {
	flex: none;
	/* the original's indicator box is 22px tall — on desktop it, not the
	   question text, sets the row height (54px item) */
	color: #8EE000;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}
.pt-faq__list .faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
	background-color: #191919;
}
.pt-faq__list .faq-body {
	padding: 0 20px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 500;
}
.pt-faq__list .faq-body.active { padding: 15px 20px; }

/* ==========================================================================
   FREE QUOTE
   ========================================================================== */
.pt-quote .pt-shell { max-width: 1293px; }
.pt-quote__card {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.pt-quote__intro,
.pt-quote__form { flex: 1 1 0; min-width: 0; }

.pt-quote__intro { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
/* theme 1em paragraph margins (these p had no inline margins originally) */
.pt-quote__intro .pt-sub { margin: 16px 0; }
/* the original's bordered widget wrapped the paragraph, so the theme's 1em
   paragraph margins sit INSIDE the green rule, not outside it */
.pt-serving {
	margin: 0;
	padding: 1em 0 1em 1rem;
	border-left: 2px solid #8EE000;
	font-size: 0.8rem;
	color: #9AA0A6;
}

/* The quote form itself is the shared .gg-form system
   (public/assets/css/components/form.css) — this sheet must not style it. */

/* ==========================================================================
   Entrance animations (subtle, IntersectionObserver — same pattern as the
   other rebuilt pages; disabled for prefers-reduced-motion)
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
	.pt-main [data-gg-anim] { opacity: 0; transition: opacity .7s ease, transform .7s ease; }
	.pt-main [data-gg-anim="up"] { transform: translateY(28px); }
	.pt-main [data-gg-anim].gg-in { opacity: 1; transform: none; }
}

/* ==========================================================================
   Responsive — tablet (Elementor <=1024) and mobile (<=767)
   ========================================================================== */
@media (max-width: 1024px) {
	/* kit primary: 15px / 1.4em -> the inherited line-height LENGTH is 21px */
	.pt-main { font-size: 15px; line-height: 21px; }
	.pt-section,
	.pt-faq { padding-left: 20px; padding-right: 20px; }
	.pt-stat__value { font-size: 29px; }
	/* kit button padding steps down at the tablet breakpoint */
	.pt-btn { padding: 13px 20px; }
	/* the chrome mobile bar is 123px tall; original content starts at 130px */
	.pt-hero { margin-top: 7px; }
}

@media (max-width: 767px) {
	/* kit primary: 16px / 1.5em -> the inherited line-height LENGTH is 24px */
	.pt-main { font-size: 16px; line-height: 24px; }
	.pt-hero__title { font-size: 32px; }
	.pt-btn { padding: 12px 19px; }
	/* only the 38px headings stepped down on the original — the 30px ones
	   (system / our work / free quote) kept their size */
	.pt-h2 { font-size: 26px; }
	.pt-h2--sm { font-size: 30px; }
	.pt-stat__value { font-size: 25px; }
	/* stacked rows */
	.pt-system__card,
	.pt-quote__card { flex-direction: column; }
	.pt-system__media,
	.pt-system__body { flex-basis: auto; width: 100%; }
	.pt-tiles .pt-tile,
	.pt-stats .pt-tile,
	.pt-steps .pt-tile { flex-basis: 100%; }
	/* icon-box switches to elementor-mobile-position-block-start: icon stacks
	   above the copy and the button drops to its own full-width row */
	.pt-financing__info { flex: 1 1 100%; flex-direction: column; align-items: flex-start; }
	.pt-financing__title { margin-top: 15px; }
	.pt-gallery { grid-template-columns: 1fr; }
}
