/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary-green: #6a865a;
    --color-accent-green: #66bb66;
    --color-exercise-green: #29a329;
    --color-dark-gray: #555;
    --color-tips-yellow: #fffbe0;
    --color-lesson-intro: #d6e2d0;
    --font-family-primary: Roboto, sans-serif;
    --font-family-tagline: Sriracha, cursive;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 810px) {
      max-width: 810px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-full {
    height: 100%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[color\:var\(--color-primary-green\)\] {
    background-color: var(--color-primary-green);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white\/40 {
    --tw-gradient-from: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-white\/20 {
    --tw-gradient-via: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white\/50 {
    --tw-gradient-to: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\[family-name\:var\(--font-family-primary\)\] {
    font-family: var(--font-family-primary);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\#5a8fb4\] {
    color: #5a8fb4;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-blue-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-800);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:opacity-75 {
    &:hover {
      @media (hover: hover) {
        opacity: 75%;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .md\:block {
    @media (width >= 810px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 810px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 810px) {
      display: none;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 810px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 810px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:flex-shrink-0 {
    @media (width >= 810px) {
      flex-shrink: 0;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 810px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 810px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 810px) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 810px) {
      justify-content: flex-end;
    }
  }
  .md\:gap-24 {
    @media (width >= 810px) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .md\:text-left {
    @media (width >= 810px) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 810px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 810px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:px-8 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-24 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-16 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
}
main p a,
main li a {
  color: #0099FF;
  text-decoration: underline;
}
.homework-section p a,
.homework-section li a {
  color: white;
}
.btn-primary {
  background-color: var(--color-primary-green);
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s;
}
.btn-primary:hover {
  background-color: var(--color-accent-green);
}
.btn-secondary {
  background-color: white;
  color: var(--color-primary-green);
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: 2px solid var(--color-primary-green);
  transition: all 0.3s;
}
.btn-secondary:hover {
  background-color: var(--color-primary-green);
  color: white;
}
.tips-box {
  clear: both;
  background-color: var(--color-tips-yellow);
  border: none;
  padding: 2.5rem 3.125rem 1.5rem 2.5rem;
  margin: 2.5rem auto 1.5rem;
  max-width: 43rem;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.6px 0.6px -1.25px,
    rgba(0, 0, 0, 0.16) 0px 2.3px 2.3px -2.5px,
    rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px;
  font-family: 'Roboto Slab', serif;
}
.tips-box h3 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
  color: #928416;
  text-align: center;
}
.lesson-article .tips-box ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
.tips-box ul li {
  margin-bottom: 1.25rem;
  color: #928416;
  font-size: 0.875rem;
  line-height: 1.5;
}
.exercise-section {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.learn-heading + .exercise-section,
.learn-heading + .info-box,
.learn-heading + .tips-box,
.learn-heading + .comparison-box {
  margin-top: 0;
}
.exercise-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-exercise-green);
  margin-bottom: 1rem;
}
.exercise-section h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.exercise-section ol,
.exercise-section ul {
  list-style-position: outside;
  padding-left: 1.5rem;
}
.exercise-section li {
  margin-bottom: 1rem;
}
.exercise-section ol {
  list-style-type: decimal;
}
.exercise-section ul {
  list-style-type: disc;
}
body:has(.lesson-masthead) {
  overflow-x: hidden;
}
.lesson-masthead {
  background: radial-gradient(50% 50% at 50% 65.8%, rgb(107, 134, 91) 0%, rgb(71, 98, 55) 100%);
  padding: 4.5rem 1rem 5rem;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
}
.lesson-nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s;
}
.lesson-nav-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}
.lesson-intro {
  background-color: var(--color-lesson-intro);
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.lesson-article {
  padding-bottom: 3rem;
}
.lesson-article > *:not(.lesson-full-width):not(.lesson-intro) {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.lesson-article > .info-box:not(.lesson-full-width) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.lesson-article > .tips-box:not(.lesson-full-width):not(.lesson-intro) {
  max-width: 43rem;
  padding: 2.5rem 3.125rem 1.5rem 2.5rem;
}
.lesson-article > ol:not(.lesson-full-width):not(.lesson-intro),
.lesson-article > ul:not(.lesson-full-width):not(.lesson-intro) {
  padding-left: 2.5rem;
}
.lesson-article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.lesson-article ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.lesson-article li {
  margin-bottom: 0.5rem;
}
.lesson-article > h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.lesson-article p + p,
.exercise-section p + p {
  margin-top: 1rem;
}
.lesson-article p + ol,
.lesson-article p + ul,
.exercise-section p + ol,
.exercise-section p + ul {
  margin-top: 1rem;
}
.lesson-article > .lesson-intro:first-child {
  margin-top: 0;
}
.lesson-intro-inner {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 810px) {
  .lesson-intro-inner {
    flex-direction: row;
    align-items: center;
  }
  .lesson-intro-text {
    flex: 3;
  }
  .lesson-intro-image {
    flex: 2;
  }
}
.lesson-intro-text {
  font-family: Sriracha, cursive;
}
.lesson-intro-text a {
  color: #476237;
  text-decoration: underline;
}
.lesson-intro-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
.lesson-full-width {
  width: 100%;
}
.homework-section {
  background-color: var(--color-dark-gray);
  color: white;
  padding: 4rem 2rem;
  margin: 2rem 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homework-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.homework-section > * {
  position: relative;
  z-index: 1;
}
.homework-section-inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.section-icon {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
}
.homework-section h2 {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.25rem;
}
.homework-section h2 + p {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.homework-section ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.homework-section ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.homework-section li {
  margin-bottom: 1rem;
}
.bigger-picture {
  margin: 0;
  padding: 4rem 2rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bigger-picture-overlay {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.5rem;
  padding: 2.5rem;
  max-width: 56rem;
  margin: 0 auto;
}
.bigger-picture h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 0.25rem;
}
.bigger-picture h2 + p {
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bigger-picture h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
}
.bigger-picture ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.bigger-picture ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.bigger-picture li {
  margin-bottom: 1rem;
}
.info-box {
  background-color: #d1f1ff;
  padding: 2rem 2.5rem;
  border-radius: 0.5rem;
  margin: 2.5rem 0 1.5rem;
}
.info-box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #333;
}
.info-box ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.5rem;
}
.info-box ul li {
  margin-bottom: 1rem;
}
.leash-rules-section {
  background-color: #e9e9e9;
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  margin: 2.5rem 0 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
}
.leash-rules-header {
  text-align: center;
  margin-bottom: 1.5rem;
}
.leash-rules-title {
  font-family: 'Jua', sans-serif;
  font-size: 1.625rem;
  color: #333;
  margin: 0;
}
.leash-rules-subtitle {
  font-family: 'Jua', sans-serif;
  font-size: 1.625rem;
  color: #333;
  margin: 0;
}
.leash-rules-col-illustration {
  max-width: 280px;
  margin: 0 auto 1rem;
}
.leash-rules-col-illustration img {
  width: 100%;
}
.leash-rules-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 0 4rem;
}
.leash-rules-col:last-child {
  padding-top: 2rem;
}
@media (max-width: 810px) {
  .leash-rules-columns {
    grid-template-columns: 1fr;
  }
}
.leash-rules-col ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
}
.leash-rules-col li {
  margin-bottom: 0.75rem;
}
.leash-rules-footer {
  text-align: center;
  margin-top: 2rem;
}
.text-red {
  color: rgb(238, 68, 68);
}
.text-green {
  color: rgb(102, 187, 102);
}
.warning-box {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 1.5rem;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
}
.warning-box h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #856404;
}
.lesson-section-gray {
  background-color: #f5f5f5;
  padding: 2.5rem 2rem;
  margin: 0;
}
.lesson-section-gray-inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.lesson-prereqs {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lesson-prereqs-overlay {
  background-color: rgba(50, 50, 50, 0.65);
  padding: 1.5rem 2rem;
  color: white;
  font-weight: 600;
}
.lesson-prereqs p,
.lesson-prereqs li {
  font-size: 0.95rem;
  line-height: 1.6;
}
.lesson-prereqs ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.lesson-prereqs li {
  margin-bottom: 0.25rem;
}
.lesson-prereqs a {
  color: #66bbff;
  text-decoration: underline;
}
.lesson-content-image {
  margin: 1rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (min-width: 810px) {
  .lesson-content-image-right {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    max-width: 280px;
  }
}
.lesson-content-image img {
  width: 100%;
  height: auto;
  display: block;
}
.pavlov-portrait {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.pavlov-portrait-inner {
  display: inline-block;
  width: 210px;
  padding: 10px 10px 1rem;
  background: radial-gradient(50% 50%, rgb(250, 225, 163) 0%, rgb(255, 255, 255) 100%);
  transform: rotate(-6deg);
  box-shadow: 0 1px 1px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.12),
    0 10px 20px rgba(0,0,0,0.08);
}
.pavlov-portrait-inner img {
  width: 100%;
  display: block;
}
.pavlov-portrait-inner p {
  margin-top: 0.5rem;
  font-family: Sriracha, cursive;
  font-size: 0.8rem;
  color: #555;
  text-align: center;
  line-height: 1.3;
}
.pavlov-portrait-inner a {
  color: #476237;
}
.text-with-polaroid::after {
  content: "";
  display: table;
  clear: both;
}
.polaroid-float-right {
  float: right;
  margin: 1rem 0 1rem 1.5rem;
  padding: 8px;
  width: 240px;
  background: radial-gradient(50% 50%, rgb(250, 225, 163) 0%, rgb(255, 255, 255) 100%);
  transform: rotate(8deg);
  box-shadow: 0 1px 1px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.12),
    0 10px 20px rgba(0,0,0,0.08);
}
.polaroid-float-right img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 810px) {
  .hidden-mobile {
    display: none;
  }
}
.bigger-picture-portrait {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.bigger-picture-portrait-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.bigger-picture-portrait-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basketball-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(277deg, rgb(12, 153, 172) 0%, rgb(31, 165, 255) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-6deg);
}
.basketball-circle img {
  width: 70%;
  height: 70%;
}
.lesson-diagram {
  margin: 2rem 0;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  padding: 0;
}
.lesson-diagram img {
  width: 100%;
  height: auto;
  display: block;
}
.learn-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1199EE;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.marker-green {
  color: #29a329;
  font-weight: 700;
}
.marker-yellow {
  color: #c8a800;
  font-weight: 700;
}
.marker-red {
  color: #cc3333;
  font-weight: 700;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.product-card-image {
  aspect-ratio: 1 / 1;
  background: white;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0,0,0,0.18) 0.18px 0.36px 0.4px -1.25px,
    rgba(0,0,0,0.16) 0.69px 1.37px 1.54px -2.5px,
    rgba(0,0,0,0.063) 3px 6px 6.7px -3.75px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
@media (max-width: 809px) {
  .product-card-image {
    max-width: 200px;
    margin: 0 auto;
  }
}
.product-card-image:hover {
  box-shadow: rgba(0,0,0,0.12) 0px 4px 12px,
    rgba(0,0,0,0.08) 0px 2px 4px;
  transform: translateY(-2px);
}
.product-card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  min-height: 0;
}
.product-card-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.product-card-title h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}
.product-card-title a {
  flex-shrink: 0;
}
.product-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.product-card-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.product-card-content a {
  color: #0099FF;
}
.equipment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.375rem;
}
@media (min-width: 810px) {
  .equipment-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .equipment-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.harness-warning {
  grid-column: 1 / -1;
  background: #777;
  padding: 40px;
  position: relative;
}
.harness-warning h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}
.harness-warning p {
  font-size: 0.8125rem;
  color: white;
  line-height: 1.6;
}
.harness-warning a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}
.harness-warning-images {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.harness-warning-images img {
  width: calc(50% - 10px);
  border-radius: 4px;
}
.harness-warning-icon {
  position: absolute;
  top: -16px;
  left: -8px;
  width: 48px;
  height: 48px;
}
.collars-warning {
  background: #FFEE66;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1.5rem;
}
.collars-warning img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.collars-warning p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
.external-link-icon {
  width: 24px;
  height: 24px;
  color: #1199EE;
}
.location-card {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.location-note {
  color: #dc2626;
}
.bring-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0;
}
.bring-list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  margin-left: 0.5rem;
}
.bring-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.bring-check {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.locations-callout {
  background-color: white;
  background-image: url('/img/park-sketch.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #6a865a;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem 3rem;
}
.testimonial-card {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.testimonials-columns {
  column-count: 1;
  column-gap: 2rem;
}
@media (min-width: 810px) {
  .testimonials-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .testimonials-columns {
    column-count: 3;
  }
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 810px) {
  .steps-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 810px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#intakeModal::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.calendly-container {
  min-height: 1100px;
}
@media (min-width: 1000px) {
  .calendly-container {
    min-height: 700px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
