/* 
 * Tailwind CSS - Pre-built for Ethical Conveyancing
 * Generated from site class usage. Custom colors applied.
 */

/* === BASE RESET === */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; font-family: Montserrat, sans-serif; }
body { margin: 0; line-height: inherit; }
h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* === SCROLL === */
.scroll-smooth { scroll-behavior: smooth; }

/* === DISPLAY === */
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.table { display: table; }
.contents { display: contents; }

/* === POSITION === */
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }

/* === INSET === */
.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.inset-x-0 { left: 0; right: 0; }
.inset-y-0 { top: 0; bottom: 0; }
.top-0 { top: 0; }
.top-1 { top: 0.25rem; }
.top-full { top: 100%; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.left-1 { left: 0.25rem; }

/* === Z-INDEX === */
.z-50 { z-index: 50; }
.z-\[60\] { z-index: 60; }
.z-\[70\] { z-index: 70; }

/* === OVERFLOW === */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }
.overflow-x-auto { overflow-x: auto; }

/* === VISIBILITY === */
.visible { visibility: visible; }
.invisible { visibility: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }

/* === FLOAT / CLEAR === */
.float-right { float: right; }
.float-left { float: left; }
.clear-both { clear: both; }

/* === FLEX === */
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-none { flex: none; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.self-start { align-self: flex-start; }
.self-center { align-self: center; }
.self-end { align-self: flex-end; }
.flex-\[2\] { flex: 2 2 0%; }

/* === GRID === */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }

/* === GAP === */
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-x-4 { column-gap: 1rem; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-y-1 { row-gap: 0.25rem; }
.gap-y-2 { row-gap: 0.5rem; }
.gap-y-3 { row-gap: 0.75rem; }
.gap-y-4 { row-gap: 1rem; }

/* === SPACING: MARGIN === */
.m-0 { margin: 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-4 { margin-left: 1rem; margin-right: 1rem; }
.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.my-4 { margin-top: 1rem; margin-bottom: 1rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.ml-auto { margin-left: auto; }
.ml-2 { margin-left: 0.5rem; }
.mr-2 { margin-right: 0.5rem; }
.-translate-y-0\.5 { --tw-translate-y: -0.125rem; transform: translateX(var(--tw-translate-x,0)) translateY(var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1)); }

/* === SPACING: PADDING === */
.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-10 { padding-top: 2.5rem; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-14 { padding-bottom: 3.5rem; }
.pb-24 { padding-bottom: 6rem; }
.pl-0 { padding-left: 0; }

/* === SIZING === */
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-7 { width: 1.75rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-12 { width: 3rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-\[92\%\] { width: 92%; }
.min-w-0 { min-width: 0; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }

.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-7 { height: 1.75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-px { height: 1px; }
.h-auto { height: auto; }
.h-full { height: 100%; }
.min-h-screen { min-height: 100vh; }
.min-h-0 { min-height: 0; }

/* === TYPOGRAPHY === */
.font-sans { font-family: Montserrat, sans-serif; }
.font-serif { font-family: 'Playfair Display', serif; }
.font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }

.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }

.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.italic { font-style: italic; }
.not-italic { font-style: normal; }

.leading-tight { line-height: 1.25; }
.leading-snug { line-height: 1.375; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.625; }
.leading-loose { line-height: 2; }

.tracking-tight { letter-spacing: -0.025em; }
.tracking-normal { letter-spacing: 0; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.underline { text-decoration-line: underline; }
.no-underline { text-decoration-line: none; }
.line-through { text-decoration-line: line-through; }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.whitespace-nowrap { white-space: nowrap; }
.whitespace-pre { white-space: pre; }
.break-words { overflow-wrap: break-word; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* === COLORS: TEXT === */
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-gray-100 { color: #f3f4f6; }
.text-gray-200 { color: #e5e7eb; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-primary-green { color: #0B3D34; }
.text-primary-green-light { color: #155C4F; }
.text-accent-gold { color: #B99B59; }
.text-accent-gold-light { color: #D4B97A; }
.text-light-neutral { color: #F9F8F6; }
.text-dark-neutral { color: #2E2E2E; }
.text-dark-neutral\/60 { color: rgba(46,46,46,0.6); }
.text-dark-neutral\/70 { color: rgba(46,46,46,0.7); }
.text-dark-neutral\/75 { color: rgba(46,46,46,0.75); }
.text-dark-neutral\/80 { color: rgba(46,46,46,0.8); }

/* === COLORS: BACKGROUND === */
.bg-transparent { background-color: transparent; }
.bg-white { background-color: #ffffff; }
.bg-black { background-color: #000000; }
.bg-black\/15 { background-color: rgba(0,0,0,0.15); }
.bg-black\/60 { background-color: rgba(0,0,0,0.60); }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-300 { background-color: #d1d5db; }
.bg-primary-green { background-color: #0B3D34; }
.bg-primary-green-light { background-color: #155C4F; }
.bg-primary-green\/5 { background-color: rgba(11,61,52,0.05); }
.bg-accent-gold { background-color: #B99B59; }
.bg-accent-gold-light { background-color: #D4B97A; }
.bg-light-neutral { background-color: #F9F8F6; }
.bg-dark-neutral { background-color: #2E2E2E; }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-white\/10 { background-color: rgba(255,255,255,0.10); }
.bg-white\/15 { background-color: rgba(255,255,255,0.15); }
.bg-white\/95 { background-color: rgba(255,255,255,0.95); }
.bg-\[\#f7f7f5\] { background-color: #f7f7f5; }
.bg-\[\#f8f8f6\] { background-color: #f8f8f6; }

/* === COLORS: BORDER === */
.border-transparent { border-color: transparent; }
.border-white { border-color: #ffffff; }
.border-white\/10 { border-color: rgba(255,255,255,0.10); }
.border-white\/15 { border-color: rgba(255,255,255,0.15); }
.border-white\/20 { border-color: rgba(255,255,255,0.20); }
.border-white\/25 { border-color: rgba(255,255,255,0.25); }
.border-white\/30 { border-color: rgba(255,255,255,0.30); }
.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-primary-green { border-color: #0B3D34; }
.border-primary-green\/15 { border-color: rgba(11,61,52,0.15); }
.border-primary-green\/20 { border-color: rgba(11,61,52,0.20); }
.border-primary-green\/25 { border-color: rgba(11,61,52,0.25); }
.border-accent-gold\/20 { border-color: rgba(185,155,89,0.20); }

/* === COLORS: DECORATION === */
.decoration-white\/30 { text-decoration-color: rgba(255,255,255,0.30); }

/* === BORDERS === */
.border { border-width: 1px; }
.border-0 { border-width: 0; }
.border-2 { border-width: 2px; }
.border-t { border-top-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-r { border-right-width: 1px; }
.border-solid { border-style: solid; }

/* === BORDER RADIUS === */
.rounded { border-radius: 0.25rem; }
.rounded-sm { border-radius: 0.125rem; }
.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; }
.rounded-b-xl { border-bottom-left-radius: 0.75rem; border-bottom-right-radius: 0.75rem; }

/* === OUTLINE === */
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }
.ring-2 { --tw-ring-shadow: 0 0 0 2px var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000); }
.ring-accent-gold\/40 { --tw-ring-color: rgba(185,155,89,0.40); }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-shadow: 0 0 0 2px var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000); }
.focus\:ring-accent-gold\/40:focus { --tw-ring-color: rgba(185,155,89,0.40); }

/* === SHADOW === */
.shadow { box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }

/* === OPACITY === */
.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.80; }
.opacity-100 { opacity: 1; }

/* === CURSOR === */
.cursor-pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-not-allowed { cursor: not-allowed; }

/* === POINTER EVENTS === */
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

/* === TRANSFORM === */
.transform { transform: translateX(var(--tw-translate-x,0)) translateY(var(--tw-translate-y,0)) rotate(var(--tw-rotate,0)) skewX(var(--tw-skew-x,0)) skewY(var(--tw-skew-y,0)) scaleX(var(--tw-scale-x,1)) scaleY(var(--tw-scale-y,1)); }
.translate-y-0 { --tw-translate-y: 0px; transform: translateX(var(--tw-translate-x,0)) translateY(0px) rotate(var(--tw-rotate,0)) skewX(0) skewY(0) scaleX(1) scaleY(1); }
.translate-y-1 { --tw-translate-y: 0.25rem; transform: translateX(var(--tw-translate-x,0)) translateY(0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
.-translate-y-0\.5 { transform: translateX(0) translateY(-0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
.translate-x-5 { --tw-translate-x: 1.25rem; }
.peer-checked\:after\:translate-x-5:checked ~ * .after\:translate-x-5::after,
.peer:checked ~ .peer-checked\:after\:translate-x-5::after { transform: translateX(1.25rem); }

/* === TRANSITION === */
.transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.duration-150 { transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.ease-in { transition-timing-function: cubic-bezier(0.4,0,1,1); }
.ease-out { transition-timing-function: cubic-bezier(0,0,0.2,1); }
.ease-in-out { transition-timing-function: cubic-bezier(0.4,0,0.2,1); }

/* === BACKDROP === */
.backdrop-blur { backdrop-filter: blur(8px); }

/* === OBJECT FIT === */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.object-center { object-position: center; }

/* === ASPECT RATIO === */
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-square { aspect-ratio: 1 / 1; }

/* === CONTAINER === */
.container { width: 100%; margin-left: auto; margin-right: auto; }

/* === SPACE-Y === */
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }

/* === DIVIDE === */
.divide-y > :not([hidden]) ~ :not([hidden]) { border-top-width: 1px; }
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) { border-color: #f3f4f6; }

/* === CUSTOM STYLES FROM SITE === */
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.card-lift { box-shadow: 0 6px 20px rgba(0,0,0,0.04); }
.card-lift-strong { box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.card-anim { transition: box-shadow .18s ease, transform .18s ease; }
.card-hover:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.07); transform: translateY(-1px); }
.section-alt { background: #f8f8f6; }
.section-divider { border-top: 1px solid rgba(0,0,0,0.06); border-bottom: 1px solid rgba(0,0,0,0.06); }
.google-word span { font-weight: 700; letter-spacing: 0.2px; }
.g-blue { color: #4285F4; }
.g-red { color: #DB4437; }
.g-yellow { color: #F4B400; }
.g-green { color: #0F9D58; }
header a, header a:visited, header a:hover, header a:active { color: #ffffff !important; text-decoration: none !important; }

/* === PEER / CHECKBOX TOGGLE === */
.peer { }
.peer:checked ~ .peer-checked\:bg-primary-green { background-color: #0B3D34; }
.peer:checked ~ .peer-checked\:after\:translate-x-5::after { transform: translateX(1.25rem); }
.peer-checked\:bg-primary-green:has(+ input:checked),
input.peer:checked + div.peer-checked\:bg-primary-green { background-color: #0B3D34; }

/* Toggle switch */
.peer.sr-only:checked ~ div { background-color: #0B3D34; }
.peer.sr-only:checked ~ div::after { transform: translateX(1.25rem); }
div:has(> input.peer:checked) { background-color: #0B3D34; }
div:has(> input.peer:checked)::after { transform: translateX(1.25rem); }

/* === AFTER PSEUDO (toggle) === */
.after\:absolute::after { position: absolute; }
.after\:bg-white::after { background-color: #ffffff; }
.after\:h-5::after { height: 1.25rem; }
.after\:w-5::after { width: 1.25rem; }
.after\:left-1::after { left: 0.25rem; }
.after\:top-1::after { top: 0.25rem; }
.after\:rounded-full::after { border-radius: 9999px; }
.after\:transition-all::after { transition-property: all; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.after\:content-\[\'\'\]::after { content: ""; }

/* Peer toggle combined selector */
.peer.sr-only:checked ~ .peer-checked\:bg-primary-green.peer-checked\:after\:translate-x-5 { background-color: #0B3D34; }
.peer.sr-only:checked ~ .peer-checked\:bg-primary-green.peer-checked\:after\:translate-x-5::after { transform: translateX(1.25rem); }

/* === HOVER UTILITIES === */
.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:bg-white\/10:hover { background-color: rgba(255,255,255,0.10); }
.hover\:bg-white\/15:hover { background-color: rgba(255,255,255,0.15); }
.hover\:bg-light-neutral:hover { background-color: #F9F8F6; }
.hover\:bg-primary-green:hover { background-color: #0B3D34; }
.hover\:bg-primary-green-light:hover { background-color: #155C4F; }
.hover\:bg-accent-gold:hover { background-color: #B99B59; }
.hover\:bg-accent-gold-light:hover { background-color: #D4B97A; }
.hover\:bg-gray-100:hover { background-color: #f3f4f6; }
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-dark-neutral:hover { color: #2E2E2E; }
.hover\:text-primary-green:hover { color: #0B3D34; }
.hover\:shadow-soft:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:decoration-white:hover { text-decoration-color: #ffffff; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:opacity-100:hover { opacity: 1; }
.hover\:translate-y-0:hover { --tw-translate-y: 0px; }
.hover\:pointer-events-auto:hover { pointer-events: auto; }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:translate-y-0 { transform: translateY(0); }
.group:hover .group-hover\:pointer-events-auto { pointer-events: auto; }

/* === GROUP === */
.group { }
.group:hover .group-hover\:opacity-100 { opacity: 1; }
.group:hover .group-hover\:translate-y-0 { --tw-translate-y: 0px; transform: translateY(0); }
.group:hover .group-hover\:pointer-events-auto { pointer-events: auto; }

/* === FOCUS === */
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }

/* === STICKY BAR === */
#stickyQuoteBar { transform: translateY(120%); opacity: 0; pointer-events: none; transition: transform .18s ease, opacity .18s ease; }
#stickyQuoteBar.ec-show { transform: translateY(0); opacity: 1; pointer-events: auto; }

/* === DROPDOWN (group hover) === */
.group:hover .opacity-0 { opacity: 1; }
.group:hover .translate-y-1 { transform: translateY(0); }
.group:hover .pointer-events-none { pointer-events: auto; }

/* === RESPONSIVE: sm (640px+) === */
@media (min-width: 640px) {
  .sm\:block { display: block; }
  .sm\:flex { display: flex; }
  .sm\:grid { display: grid; }
  .sm\:hidden { display: none; }
  .sm\:inline-flex { display: inline-flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:flex-col { flex-direction: column; }
  .sm\:items-center { align-items: center; }
  .sm\:justify-between { justify-content: space-between; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:gap-6 { gap: 1.5rem; }
  .sm\:p-8 { padding: 2rem; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .sm\:py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .sm\:py-18 { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .sm\:pt-16 { padding-top: 4rem; }
  .sm\:pb-14 { padding-bottom: 3.5rem; }
  .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:col-span-2 { grid-column: span 2 / span 2; }
  .sm\:w-auto { width: auto; }
  .sm\:inline-flex { display: inline-flex; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:justify-between { justify-content: space-between; }
}

/* === RESPONSIVE: md (768px+) === */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:inline-flex { display: inline-flex; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* === RESPONSIVE: lg (1024px+) === */
@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:inline-flex { display: inline-flex; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:items-start { align-items: flex-start; }
  .lg\:items-center { align-items: center; }
  .lg\:gap-10 { gap: 2.5rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:flex-row { flex-direction: row; }
}

/* === MOBILE STICKY BAR SPACING === */
@media (max-width: 1023px) {
  body { padding-bottom: 92px; }
}

/* === PROSE (knowledge articles) === */
.prose { color: #2E2E2E; max-width: 65ch; }
.prose p { margin-top: 1.25em; margin-bottom: 1.25em; }
.prose h2 { font-size: 1.5em; font-weight: 700; margin-top: 2em; margin-bottom: 1em; }
.prose h3 { font-size: 1.25em; font-weight: 600; margin-top: 1.6em; margin-bottom: 0.6em; }
.prose ul { list-style-type: disc; padding-left: 1.625em; }
.prose ol { list-style-type: decimal; padding-left: 1.625em; }
.prose li { margin-top: 0.5em; margin-bottom: 0.5em; }
.prose a { color: #0B3D34; text-decoration: underline; }
.prose strong { font-weight: 600; }
.prose-lg { font-size: 1.125rem; line-height: 1.75rem; }
.max-w-prose { max-width: 65ch; }

/* === MISSING CLASSES - PATCH === */

/* Heights missing from original build */
.h-10 { height: 2.5rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-14 { height: 3.5rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }

/* Widths missing */
.w-10 { width: 2.5rem; }
.w-11 { width: 2.75rem; }
.w-14 { width: 3.5rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-32 { width: 8rem; }
.w-48 { width: 12rem; }
.w-64 { width: 16rem; }
.w-72 { width: 18rem; }

/* Overflow - reviews scrollable container */
.overflow-y-auto { overflow-y: auto; }
.overflow-x-hidden { overflow-x: hidden; }

/* Max height - reviews scrollable container */
.max-h-\[320px\] { max-height: 320px; }
.max-h-48 { max-height: 12rem; }
.max-h-64 { max-height: 16rem; }
.max-h-96 { max-height: 24rem; }
.max-h-screen { max-height: 100vh; }

/* Padding-right for scrollbar spacing */
.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 0.75rem; }
.pr-4 { padding-right: 1rem; }
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 0.75rem; }
.pl-4 { padding-left: 1rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 0.75rem; }

/* Shrink */
.shrink-0 { flex-shrink: 0; }
.shrink { flex-shrink: 1; }
.grow { flex-grow: 1; }
.grow-0 { flex-grow: 0; }

/* Arbitrary value classes */
.text-\[11px\] { font-size: 11px; line-height: 1.4; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.shadow-\[0_-5px_10px_rgba\(0\,0\,0\,0\.06\)\] { box-shadow: 0 -5px 10px rgba(0,0,0,0.06); }
.hover\:shadow-\[0_20px_40px_-15px_rgba\(0\,0\,0\,0\.1\)\]:hover { box-shadow: 0 20px 40px -15px rgba(0,0,0,0.1); }

/* font-bold text-gray-700 for review avatars */
.text-gray-700 { color: #374151; }
.text-gray-600 { color: #4b5563; }
.bg-gray-300 { background-color: #d1d5db; }

/* Star colors (gold) */
.text-yellow-400 { color: #facc15; }
.text-yellow-500 { color: #eab308; }

/* Image height fix - ensure height classes beat the reset */
img.h-9 { height: 2.25rem !important; width: auto !important; }
img.h-10 { height: 2.5rem !important; width: auto !important; }

/* Ensure all img height utility classes work */
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
img.\[h-9\] { height: 2.25rem; }
