:root {
  --orange: #ff5a16;
  --orange-dark: #e9470b;
  --orange-light: #ffb66f;
  --blue: #126ec7;
  --blue-dark: #132554;
  --ink: #15234b;
  --cream: #fffaf5;
  --line: rgba(21, 35, 75, 0.14);
  --shadow: 0 22px 48px rgba(123, 61, 35, 0.16);
}

/* 2026 üretim arayüzü: marka, harita ve mobil deneyim */
:where(button, a, input, select):focus-visible {
  outline: 3px solid rgba(18, 110, 199, 0.34);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.brand,
.app-brand {
  gap: 4px;
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
}

.brand .brand-mark,
.app-brand .brand-mark {
  width: 102px;
  height: 102px;
  flex: 0 0 102px;
  border-radius: 24px;
  object-fit: cover;
  filter: drop-shadow(0 9px 17px rgba(36, 27, 92, 0.23));
}

.brand .brand-wordmark,
.app-brand .brand-wordmark {
  width: clamp(138px, 14vw, 180px);
  height: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: none;
}

.app-brand-light .brand-wordmark {
  padding: 4px 8px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 18px rgba(30, 34, 82, 0.11);
}

.site-nav,
.app-topbar,
.workspace-header {
  min-height: 118px;
  padding-top: max(8px, env(safe-area-inset-top));
}

.hero-content {
  margin-top: 56px;
}

.hero-downloads {
  display: flex;
  max-width: 600px;
  margin-top: 17px;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.hero-store-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 14px;
  color: #fff;
  background: rgba(18, 37, 84, 0.86);
  box-shadow: 0 10px 24px rgba(70, 35, 44, 0.18);
  text-decoration: none;
  backdrop-filter: blur(9px);
  transition: transform 160ms ease, background 160ms ease;
}

.hero-store-button:hover {
  color: #fff;
  background: #101f48;
  transform: translateY(-2px);
}

.hero-store-button small,
.hero-store-button strong {
  display: block;
  line-height: 1.05;
}

.hero-store-button small {
  font-size: 0.57rem;
  opacity: 0.75;
}

.hero-store-button strong {
  margin-top: 3px;
  font-size: 0.82rem;
}

.hero-account-link {
  padding: 10px 5px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 850;
}

.hero-login-button {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: rgba(19, 37, 84, 0.88);
  box-shadow: 0 10px 20px rgba(32, 35, 76, 0.22);
}

.hero-login-button:hover {
  color: #fff;
  background: var(--blue-dark);
}

.footer-brand .brand-mark {
  width: 76px;
  height: 76px;
  flex-basis: 76px;
}

.footer-brand .brand-wordmark {
  width: 132px;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.workspace-header {
  padding-bottom: 8px;
}

.dashboard-shell {
  width: min(1480px, calc(100% - 44px));
}

.animal-card {
  position: relative;
  min-height: 96px;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.animal-card:hover {
  border-color: rgba(255, 90, 22, 0.25);
  box-shadow: 0 18px 34px rgba(66, 51, 64, 0.12);
  transform: translateY(-2px);
}

.animal-card-actions {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.animal-edit-link {
  padding: 6px 9px;
  border-radius: 9px;
  color: var(--orange-dark);
  background: #fff0e5;
  font-size: 0.68rem;
  font-weight: 850;
  text-decoration: none;
}

.tracking-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.tracking-grid > .map-card {
  grid-column: span 9;
}

.tracking-grid > .alerts-card {
  grid-column: span 3;
}

.map-card,
.alerts-card,
.records-card {
  border-color: rgba(44, 62, 103, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 251, 246, 0.93));
  box-shadow: 0 20px 44px rgba(62, 49, 65, 0.1);
}

.map-command-bar {
  display: flex;
  margin: -2px 0 13px;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.map-command,
.route-paw-field select {
  min-height: 44px;
  border: 1px solid rgba(41, 65, 103, 0.13);
  border-radius: 13px;
  color: var(--blue-dark);
  background: #fff;
  box-shadow: 0 7px 16px rgba(52, 59, 88, 0.06);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 820;
}

.map-command {
  display: inline-flex;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}

.map-command:hover,
.map-command.is-active {
  border-color: rgba(18, 110, 199, 0.24);
  color: #0d65aa;
  background: #edf7ff;
}

.map-command-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(110deg, var(--orange), #ff7a20);
}

.map-command-primary:hover {
  color: #fff;
  background: linear-gradient(110deg, var(--orange-dark), #f66b15);
}

.map-command:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.map-command-icon {
  width: 44px;
  padding: 0;
  font-size: 1.1rem;
}

.route-paw-field {
  position: relative;
}

.route-paw-field::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "⌄";
  color: var(--orange-dark);
  pointer-events: none;
  transform: translateY(-55%);
}

.route-paw-field select {
  min-width: 130px;
  padding: 8px 34px 8px 12px;
  appearance: none;
}

.route-summary {
  display: flex;
  margin-bottom: 12px;
  padding: 11px 13px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 90, 22, 0.16);
  border-radius: 14px;
  color: #5f6475;
  background: #fff5eb;
  font-size: 0.73rem;
}

.route-summary[hidden] {
  display: none;
}

.route-summary span {
  min-width: 220px;
  flex: 1;
}

.route-summary a,
.route-summary button {
  border: 0;
  color: var(--orange-dark);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

#map {
  height: clamp(560px, 65vh, 720px);
  border-radius: 21px;
  box-shadow: inset 0 0 0 1px rgba(42, 63, 99, 0.08);
}

.map-load-error {
  display: grid;
  padding: 30px;
  place-items: center;
  color: #9c4234;
  background: #fff1ed;
  text-align: center;
}

.leaflet-control-zoom a,
.leaflet-draw-toolbar a {
  width: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
}

.leaflet-bar {
  overflow: hidden;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(32, 47, 73, 0.18) !important;
}

.paw-map-tooltip {
  border: 0;
  border-radius: 9px;
  color: var(--blue-dark);
  box-shadow: 0 6px 16px rgba(28, 41, 70, 0.16);
  font-weight: 850;
}

.animation-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.speed-control {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(30, 79, 132, 0.11);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.8);
}

.speed-control button {
  min-width: 39px;
  min-height: 32px;
  padding: 5px 7px;
  border: 0;
  border-radius: 8px;
  color: #69728a;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
}

.speed-control button[aria-pressed="true"] {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 4px 10px rgba(18, 110, 199, 0.2);
}

.live-indicator {
  min-height: 39px;
  padding: 8px 12px;
  border: 1px solid rgba(48, 145, 103, 0.18);
  border-radius: 999px;
  background: #effbf5;
  cursor: pointer;
  font: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.live-indicator:hover {
  box-shadow: 0 7px 16px rgba(42, 137, 94, 0.12);
  transform: translateY(-1px);
}

.live-indicator.is-active i {
  animation: live-pulse 1.8s ease-out infinite;
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(56, 185, 120, 0.42); }
  70% { box-shadow: 0 0 0 8px rgba(56, 185, 120, 0); }
  100% { box-shadow: 0 0 0 0 rgba(56, 185, 120, 0); }
}

.alerts-list {
  max-height: clamp(560px, 65vh, 720px);
}

.status-item {
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.status-item:hover {
  box-shadow: 0 8px 17px rgba(41, 62, 91, 0.08);
  transform: translateY(-1px);
}

.filter-form {
  display: grid;
  grid-template-columns: minmax(150px, 0.85fr) minmax(255px, 1.3fr) minmax(255px, 1.3fr) auto;
  width: min(100%, 920px);
  align-items: end;
  gap: 10px;
}

.filter-period {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 7px 8px 8px;
  grid-template-columns: minmax(130px, 1fr) minmax(90px, 0.65fr);
  gap: 7px;
  border: 1px solid rgba(40, 55, 93, 0.11);
  border-radius: 15px;
  background: linear-gradient(120deg, #fffdfb, #fff8f1);
}

.filter-period legend {
  padding: 0 6px;
  color: var(--orange-dark);
  font-size: 0.64rem;
  font-weight: 850;
}

.filter-field label {
  font-size: 0.66rem;
}

.filter-field input,
.filter-field select {
  width: 100%;
  max-width: none;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(40, 55, 93, 0.12);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(52, 59, 88, 0.04);
  font-size: 0.78rem;
}

.filter-field select {
  padding-right: 32px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--orange-dark) 50%),
    linear-gradient(135deg, var(--orange-dark) 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 19px,
    calc(100% - 11px) 19px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.filter-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.filter-button,
.filter-clear {
  min-height: 44px;
  padding: 9px 14px;
  border-radius: 12px;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}

.filter-button {
  border: 0;
  color: #fff;
  background: linear-gradient(110deg, var(--orange), #ff7a20);
  box-shadow: 0 8px 17px rgba(199, 67, 14, 0.19);
}

.filter-clear {
  border: 1px solid rgba(40, 55, 93, 0.11);
  color: #68718a;
  background: #fff;
}

.map-card.map-is-expanded {
  position: fixed;
  z-index: 9999;
  inset: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  display: flex;
  padding: 18px;
  flex-direction: column;
  border-radius: 22px;
}

.map-card.map-is-expanded #map {
  min-height: 280px;
  height: auto;
  flex: 1;
}

.map-expanded {
  overflow: hidden;
}

.edit-paw-visual img {
  border-radius: 46% 54% 48% 52%;
  object-fit: cover;
}

.warm-checkbox {
  display: inline-flex;
  margin-top: 4px;
  align-items: center;
  gap: 9px;
  color: #737b90;
  cursor: pointer;
  font-size: 0.76rem;
}

.warm-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
}

.warm-checkbox.remove-photo-option {
  margin: -1px 0 0 4px;
  justify-self: start;
  gap: 6px;
  font-size: 0.66rem;
  line-height: 1;
  white-space: nowrap;
}

.warm-checkbox.remove-photo-option input {
  width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
}

.form-action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.form-action-row .form-submit {
  width: auto;
  min-width: 190px;
}

.form-cancel {
  color: #747b8e;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .tracking-grid > .map-card {
    grid-column: span 8;
  }

  .tracking-grid > .alerts-card {
    grid-column: span 4;
  }

  .filter-form {
    grid-template-columns: minmax(150px, 0.8fr) 1fr 1fr;
  }

  .filter-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .site-nav {
    min-height: 98px;
  }

  .brand .brand-mark,
  .app-brand .brand-mark {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  .brand .brand-wordmark,
  .app-brand .brand-wordmark {
    width: 128px;
  }

  .tracking-grid > .map-card,
  .tracking-grid > .alerts-card {
    grid-column: 1 / -1;
  }

  #map {
    height: min(66vh, 620px);
  }

  .alerts-list {
    max-height: 380px;
  }

  .filter-form {
    grid-template-columns: 1fr 1fr;
  }

  .filter-form > .filter-field:first-child,
  .filter-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body.home-page,
  body.app-page {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .site-nav,
  .app-topbar,
  .workspace-header {
    min-height: 84px;
    padding-top: max(8px, env(safe-area-inset-top));
  }

  .brand .brand-mark,
  .app-brand .brand-mark {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
    border-radius: 18px;
  }

  .brand .brand-wordmark,
  .app-brand .brand-wordmark {
    width: 105px;
  }

  .site-nav {
    width: min(100% - 24px, 600px);
    gap: 8px;
  }

  .site-nav .nav-links {
    display: none;
  }

  .nav-login {
    margin-left: auto;
  }

  .hero {
    min-height: 860px;
  }

  .hero-content {
    width: calc(100% - 30px);
    margin: 42px auto 0;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .hero-copy {
    max-width: 92%;
  }

  .hero-downloads {
    max-width: 100%;
  }

  .hero-store-button {
    flex: 1 1 135px;
  }

  .hero-account-link {
    flex: 0 0 100%;
  }

  .hero-pets {
    bottom: -100px;
    left: -60px;
    width: 94vw;
    max-height: 430px;
  }

  .hero-symbol {
    right: -35px;
    bottom: 30px;
    width: 48vw;
  }

  .dashboard-shell {
    width: calc(100% - 20px);
  }

  .map-card,
  .alerts-card,
  .records-card {
    padding: 16px;
    border-radius: 20px;
  }

  .map-command-bar {
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
  }

  .map-command,
  .route-paw-field,
  .route-paw-field select {
    width: 100%;
  }

  .map-command-primary {
    grid-column: span 1;
  }

  #map {
    height: 58vh;
    min-height: 440px;
    border-radius: 16px;
  }

  .animation-controls {
    width: 100%;
    flex-wrap: wrap;
  }

  .speed-control {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(4, 1fr);
  }

  .animation-button {
    width: 100%;
  }

  .filter-form {
    grid-template-columns: 1fr;
  }

  .filter-form > .filter-field:first-child,
  .filter-period,
  .filter-actions {
    grid-column: auto;
  }

  .filter-period {
    grid-template-columns: minmax(0, 1.25fr) minmax(95px, 0.75fr);
  }

  .filter-actions {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
  }

  .filter-button,
  .filter-clear {
    width: 100%;
  }

  .records-table th,
  .records-table td {
    padding: 13px 12px;
    font-size: 0.72rem;
  }

  .form-action-row {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-action-row .form-submit,
  .form-cancel {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .brand .brand-wordmark,
  .app-brand .brand-wordmark {
    width: 88px;
  }

  .workspace-header .app-brand .brand-wordmark {
    display: none;
  }

  .map-command-bar {
    grid-template-columns: 1fr 1fr;
  }

  .map-command-icon {
    width: 100%;
  }

  .route-summary a,
  .route-summary button {
    min-height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home-page {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Nunito Sans", "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.section-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 65% 48%, rgba(255, 232, 193, 0.82) 0 13%, transparent 31%),
    radial-gradient(circle at 92% 30%, rgba(90, 196, 255, 0.9) 0 10%, transparent 43%),
    linear-gradient(112deg, #fd5a19 0%, #ff8e3d 44%, #9f91bd 69%, #2589dd 100%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(181, 43, 0, 0.13), transparent 42%, rgba(0, 93, 179, 0.12));
  pointer-events: none;
}

.site-nav {
  position: relative;
  z-index: 4;
  display: flex;
  width: min(1240px, calc(100% - 48px));
  min-height: 83px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.brand-logo {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 5px 10px rgba(17, 18, 70, 0.3));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  margin-left: auto;
}

.nav-links a,
.nav-login {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(89, 37, 18, 0.25);
}

.nav-links a:hover,
.nav-login:hover {
  color: #fff4d5;
}

.nav-login {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  transition: background 160ms ease, color 160ms ease;
}

.nav-login:hover {
  color: var(--orange-dark);
  background: #fff;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(650px, 54vw);
  margin: 77px 0 0 max(7.5vw, calc((100vw - 1120px) / 2));
}

.eyebrow {
  margin: 0 0 13px;
  color: #fff8e9;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--orange-dark);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.55rem, 5.3vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-shadow: 0 4px 22px rgba(125, 52, 15, 0.22);
}

.hero-copy {
  max-width: 520px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.65vw, 1.25rem);
  font-weight: 550;
  line-height: 1.56;
  text-shadow: 0 2px 12px rgba(100, 42, 19, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(105deg, var(--orange), #ff7a19);
  box-shadow: 0 12px 22px rgba(162, 50, 7, 0.28);
}

.button-primary:hover {
  color: #fff;
  box-shadow: 0 16px 28px rgba(162, 50, 7, 0.38);
}

.button-secondary {
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 20px rgba(72, 57, 63, 0.16);
}

.button-dark {
  color: #fff;
  background: var(--blue-dark);
  box-shadow: 0 10px 20px rgba(21, 35, 75, 0.22);
}

.hero-note {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}

.hero-note a {
  font-weight: 800;
}

.hero-pets {
  position: absolute;
  z-index: 1;
  bottom: -155px;
  left: max(1vw, calc((100vw - 1370px) / 2));
  width: min(42vw, 548px);
  max-height: 670px;
  object-fit: cover;
  object-position: 42% 44%;
  border-radius: 46% 46% 0 0;
  clip-path: ellipse(58% 54% at 49% 48%);
  opacity: 0.95;
  filter: saturate(1.12) contrast(1.02) drop-shadow(12px 8px 22px rgba(109, 55, 25, 0.2));
}

.hero-symbol {
  position: absolute;
  z-index: 1;
  right: clamp(4vw, 10vw, 13vw);
  bottom: 83px;
  width: min(24vw, 325px);
  border-radius: 50%;
  filter: drop-shadow(0 17px 27px rgba(44, 24, 108, 0.32));
}

.hero-cloud {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  filter: blur(2px);
}

.hero-cloud-one {
  right: 8%;
  bottom: 128px;
  width: 310px;
  height: 85px;
}

.hero-cloud-two {
  left: 29%;
  bottom: 63px;
  width: 410px;
  height: 102px;
}

.hero-wave {
  position: absolute;
  z-index: 2;
  right: -6%;
  bottom: -82px;
  left: -6%;
  height: 162px;
  border-radius: 50% 50% 0 0 / 58% 58% 0 0;
  background: var(--cream);
}

.intro {
  padding: 56px 0 37px;
  text-align: center;
}

.intro p {
  max-width: 790px;
  margin: 0 auto;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.intro strong {
  color: var(--orange-dark);
}

.how-it-works {
  padding: 35px 0 90px;
}

.section-heading {
  max-width: 630px;
  margin: 0 auto 37px;
  text-align: center;
}

.section-heading h2,
.app-cta h2 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child,
.app-cta p {
  margin: 14px auto 0;
  color: #5c6583;
  font-size: 1.05rem;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(270px, 0.8fr);
  overflow: hidden;
  border: 1px solid rgba(255, 172, 101, 0.54);
  border-radius: 26px;
  background: linear-gradient(115deg, #fff2e5, #ffead0 57%, #f9e4d1);
  box-shadow: var(--shadow);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 34px 23px 33px;
  list-style: none;
}

.process-step {
  position: relative;
  padding: 12px 19px;
  text-align: center;
}

.process-step + .process-step {
  border-left: 1px solid rgba(193, 116, 64, 0.24);
}

.process-step + .process-step::before {
  position: absolute;
  top: 33%;
  left: -8px;
  color: #ce9d77;
  content: "›";
  font-size: 2rem;
  font-weight: 300;
}

.step-number {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 24px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 0.83rem;
  font-weight: 850;
}

.step-visual {
  display: grid;
  width: 126px;
  height: 100px;
  margin: 0 auto 19px;
  place-items: center;
}

.collar-visual {
  position: relative;
  width: 134px;
  height: 71px;
  margin-top: 12px;
  border: 17px solid #18233d;
  border-radius: 45% 45% 40% 40% / 65% 65% 42% 42%;
  background: linear-gradient(#33405b, #121a2c);
  box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.22), 0 9px 13px rgba(37, 30, 49, 0.22);
}

.collar-visual::after {
  position: absolute;
  top: 21px;
  left: 31px;
  width: 36px;
  height: 16px;
  border-radius: 9px;
  background: #24d4fb;
  box-shadow: 0 0 10px #7febff;
  content: "";
}

.collar-visual span {
  position: absolute;
  right: 7px;
  bottom: -31px;
  color: #f0fbff;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.phone-visual {
  position: relative;
  width: 59px;
  height: 101px;
  overflow: hidden;
  border: 7px solid #172242;
  border-radius: 15px;
  background:
    linear-gradient(32deg, transparent 45%, rgba(255, 255, 255, 0.82) 46% 49%, transparent 50%),
    linear-gradient(145deg, transparent 40%, #b2d77d 41% 47%, transparent 48%),
    #d9e6be;
  box-shadow: 0 8px 16px rgba(29, 36, 68, 0.22);
}

.phone-visual::before {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 22px;
  height: 3px;
  border-radius: 4px;
  background: #172242;
  content: "";
  transform: translateX(-50%);
}

.map-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #efb920;
}

.dot-one {
  top: 37px;
  left: 11px;
}

.dot-two {
  right: 9px;
  bottom: 19px;
  background: #2fae73;
}

.map-pin,
.location-pin {
  color: #f54a1b;
  font-size: 1.9rem;
  line-height: 1;
  text-shadow: 0 3px 4px rgba(135, 46, 20, 0.23);
}

.map-pin {
  position: absolute;
  top: 38px;
  right: 12px;
}

.alert-visual {
  position: relative;
  width: 108px;
  height: 84px;
  padding-top: 15px;
  color: #ff8d13;
  font-family: Georgia, serif;
  font-size: 5.2rem;
  line-height: 0.58;
  text-shadow: 0 7px 0 #f45d16, 0 12px 16px rgba(142, 56, 26, 0.23);
}

.alert-visual span {
  position: absolute;
  top: 39px;
  left: 39px;
  color: #80305c;
  font-size: 2.7rem;
}

.process-step h3 {
  margin: 0;
  color: #1f2440;
  font-size: 1rem;
}

.process-step p {
  margin: 8px 0 0;
  color: #5d5361;
  font-size: 0.88rem;
  line-height: 1.5;
}

.app-preview {
  position: relative;
  display: grid;
  min-height: 345px;
  place-content: center;
  overflow: hidden;
  padding: 28px 20px;
  background:
    radial-gradient(circle at 62% 31%, rgba(255, 255, 255, 0.83), transparent 23%),
    linear-gradient(142deg, #ffd3a8 0%, #fff4dd 55%, #bfe4ff 100%);
}

.app-preview::before {
  position: absolute;
  right: -55px;
  bottom: -66px;
  width: 230px;
  height: 230px;
  border: 22px solid rgba(35, 129, 205, 0.17);
  border-radius: 50%;
  content: "";
}

.phone-frame {
  position: relative;
  z-index: 1;
  width: 164px;
  height: 287px;
  overflow: hidden;
  border: 10px solid #242530;
  border-radius: 25px;
  background: #e8f2cc;
  box-shadow: 11px 16px 25px rgba(66, 55, 63, 0.27);
  transform: rotate(4deg);
}

.phone-camera {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 50%;
  width: 50px;
  height: 10px;
  border-radius: 0 0 9px 9px;
  background: #242530;
  transform: translateX(-50%);
}

.app-map {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(32deg, transparent 38%, #fff5d4 39% 46%, transparent 47%),
    linear-gradient(-45deg, transparent 37%, #f7f6e4 38% 47%, transparent 48%),
    repeating-linear-gradient(0deg, #d2e4ab 0 28px, #bcde9a 29px 31px);
}

.map-line {
  position: absolute;
  display: block;
  width: 190px;
  height: 13px;
  border-radius: 20px;
  background: rgba(255, 255, 250, 0.9);
  transform: rotate(-39deg);
}

.map-line-one {
  top: 61px;
  left: -37px;
}

.map-line-two {
  top: 142px;
  left: 20px;
  transform: rotate(23deg);
}

.map-line-three {
  top: 209px;
  left: -25px;
}

.location-pin {
  position: absolute;
  z-index: 1;
  top: 105px;
  left: 65px;
  font-size: 3rem;
}

.app-map-card {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 12px;
  left: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 10px;
  color: #1b2751;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 5px 10px rgba(60, 82, 46, 0.17);
  font-size: 0.64rem;
  font-weight: 800;
}

.app-map-card img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.app-preview > p {
  position: relative;
  z-index: 1;
  max-width: 225px;
  margin: 19px auto 0;
  color: #5e5261;
  font-size: 0.82rem;
  font-weight: 750;
  text-align: center;
}

.care-message {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 200, 140, 0.56);
  border-bottom: 1px solid rgba(255, 200, 140, 0.56);
  background: linear-gradient(90deg, #fff8f0, #ffe8cc 50%, #fff9f3);
  text-align: center;
}

.care-message p {
  margin: 0;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
}

.trust {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  min-height: 386px;
  margin-top: 80px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(110deg, #fff5e8, #ffd39a);
  box-shadow: var(--shadow);
}

.trust-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 6vw, 78px);
}

.quote-mark {
  color: #ff8f51;
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.6;
}

.trust blockquote {
  max-width: 525px;
  margin: 16px 0 0;
  color: var(--blue-dark);
  font-size: clamp(1.35rem, 2.7vw, 2.05rem);
  font-weight: 740;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.trust-caption {
  max-width: 430px;
  margin: 19px 0 0;
  color: #666278;
}

.text-link {
  margin-top: 23px;
  color: var(--orange-dark);
  font-weight: 850;
  text-decoration: none;
}

.trust-image {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 32%, rgba(255, 255, 255, 0.92) 0 7%, transparent 8%),
    radial-gradient(circle at 64% 66%, rgba(255, 255, 255, 0.6) 0 12%, transparent 13%),
    linear-gradient(145deg, #ff9e4b, #f1ceaa 48%, #8ec9ee);
}

.trust-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffd59e 0%, transparent 42%), linear-gradient(0deg, rgba(28, 68, 132, 0.16), transparent 46%);
  content: "";
}

.trust-image::before {
  position: absolute;
  z-index: 0;
  right: 8%;
  bottom: 8%;
  width: 220px;
  height: 220px;
  border: 18px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(242, 119, 36, 0.11);
  content: "";
}

.trust-image img {
  position: absolute;
  z-index: 1;
  right: 13%;
  bottom: 6%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 65% 78%;
  filter: drop-shadow(0 18px 19px rgba(47, 44, 87, 0.26));
}

.app-cta {
  margin-top: 88px;
  padding: 64px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 246, 232, 0.88)),
    repeating-linear-gradient(90deg, rgba(255, 174, 88, 0.11) 0 14px, transparent 14px 28px);
}

.app-cta-content {
  display: grid;
  grid-template-columns: 95px minmax(0, 1fr) auto;
  align-items: center;
  gap: 31px;
}

.app-icon {
  width: 92px;
  height: 92px;
  border-radius: 25px;
  box-shadow: 0 12px 23px rgba(35, 42, 84, 0.22);
}

.app-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.app-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.app-cta-downloads {
  display: grid;
  gap: 10px;
}

.store-downloads {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.store-button {
  display: flex;
  min-width: 148px;
  min-height: 52px;
  padding: 8px 13px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: #fff;
  background: #131722;
  box-shadow: 0 10px 20px rgba(27, 31, 44, 0.17);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 25px rgba(27, 31, 44, 0.23);
}

.store-button small,
.store-button strong {
  display: block;
  line-height: 1.05;
}

.store-button small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.61rem;
}

.store-button strong {
  font-size: 0.98rem;
}

.store-icon {
  display: grid;
  width: 28px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
}

.apple-icon {
  font-family: Arial, sans-serif;
  font-size: 1.75rem;
}

.play-icon {
  width: 0;
  height: 0;
  margin: 0 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #fff;
  filter: drop-shadow(-5px 0 0 #49b96d);
}

.site-footer {
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.86);
  background: #12234f;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  color: #fff;
  font-size: 1.15rem;
}

.footer-brand .brand-logo {
  width: 38px;
  height: 38px;
}

.site-footer p {
  margin: 0;
  font-size: 0.84rem;
}

.site-footer div:last-child {
  display: flex;
  gap: 18px;
}

.site-footer a {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hero {
    min-height: 690px;
  }

  .site-nav {
    width: min(100% - 32px, 760px);
    gap: 16px;
  }

  .brand {
    font-size: 1.38rem;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .nav-links {
    gap: 15px;
  }

  .nav-links a {
    font-size: 0.84rem;
  }

  .hero-content {
    width: min(600px, 71vw);
    margin-top: 69px;
    margin-left: 8vw;
  }

  .hero-pets {
    bottom: -107px;
    left: -50px;
    width: min(49vw, 420px);
  }

  .hero-symbol {
    right: 6vw;
    bottom: 108px;
    width: min(27vw, 240px);
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .app-preview {
    min-height: 295px;
  }

  .phone-frame {
    transform: rotate(0);
  }

  .trust {
    grid-template-columns: 1fr 0.78fr;
  }

  .app-cta-content {
    grid-template-columns: 80px 1fr;
  }

  .app-cta-downloads {
    grid-column: 2;
  }

  .store-downloads,
  .app-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 30px, 560px);
  }

  .hero {
    min-height: 745px;
  }

  .site-nav {
    min-height: 72px;
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .brand {
    font-size: 1.27rem;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .nav-links a {
    font-size: 0.76rem;
  }

  .nav-login {
    padding: 8px 11px;
    font-size: 0.8rem;
  }

  .hero-content {
    width: calc(100% - 30px);
    margin: 56px auto 0;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  .hero h1 br {
    display: none;
  }

  .hero-copy {
    max-width: 470px;
    font-size: 1rem;
  }

  .hero-pets {
    bottom: -43px;
    left: -57px;
    width: 255px;
    height: 338px;
    border-radius: 43% 43% 0 0;
  }

  .hero-symbol {
    right: 12px;
    bottom: 105px;
    width: 170px;
  }

  .hero-wave {
    right: -39%;
    bottom: -71px;
    left: -39%;
    height: 122px;
  }

  .intro {
    padding: 39px 0 28px;
  }

  .how-it-works {
    padding: 34px 0 58px;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 5px 14px;
    padding: 17px 9px;
    text-align: left;
  }

  .process-step + .process-step {
    border-top: 1px solid rgba(193, 116, 64, 0.24);
    border-left: 0;
  }

  .process-step + .process-step::before {
    display: none;
  }

  .step-number {
    top: 12px;
    left: 15px;
  }

  .step-visual {
    width: 98px;
    height: 85px;
    grid-row: span 2;
    margin: 0;
    transform: scale(0.78);
    transform-origin: center;
  }

  .process-step h3 {
    align-self: end;
    margin-top: 13px;
  }

  .process-step p {
    align-self: start;
    margin: 0;
  }

  .app-preview {
    min-height: 290px;
  }

  .care-message {
    padding: 24px 0;
  }

  .trust {
    grid-template-columns: 1fr;
    margin-top: 53px;
  }

  .trust-card {
    padding: 40px 29px;
  }

  .trust-image {
    min-height: 260px;
  }

  .trust-image::after {
    background: linear-gradient(0deg, #ffd59e 0%, transparent 45%);
  }

  .app-cta {
    margin-top: 57px;
    padding: 46px 0;
  }

  .app-cta-content {
    grid-template-columns: 1fr;
    gap: 19px;
    text-align: center;
  }

  .app-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto;
  }

  .app-cta-downloads {
    grid-column: auto;
  }

  .store-downloads,
  .app-cta-actions {
    justify-content: center;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

/* Uygulama ve içerik sayfaları */
body.app-page {
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  flex-direction: column;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 164, 88, 0.14), transparent 24%),
    radial-gradient(circle at 93% 16%, rgba(66, 158, 230, 0.12), transparent 26%),
    #fffaf5;
  font-family: "Avenir Next", Avenir, "Nunito Sans", "Segoe UI", sans-serif;
}

body.app-page main {
  flex: 1;
}

body.app-page h1,
body.app-page h2,
body.app-page h3,
body.app-page p {
  margin-top: 0;
}

.app-topbar,
.workspace-header {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px max(28px, calc((100vw - 1240px) / 2));
}

.app-topbar {
  border-bottom: 1px solid rgba(23, 39, 80, 0.09);
  background: rgba(255, 250, 245, 0.88);
  backdrop-filter: blur(16px);
}

.workspace-header {
  color: #fff;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.2), transparent 23%),
    linear-gradient(108deg, #f25416, #ef8040 50%, #2888d4);
  box-shadow: 0 8px 30px rgba(53, 56, 102, 0.12);
}

.app-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 750;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.app-brand-light {
  color: #fff;
}

.app-brand img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  object-fit: cover;
  filter: drop-shadow(0 7px 12px rgba(38, 31, 91, 0.24));
}

.topbar-link,
.header-action {
  color: var(--blue-dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.topbar-link:hover {
  color: var(--orange-dark);
}

.header-action {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.header-action-outline {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
}

.header-action:hover {
  background: rgba(255, 255, 255, 0.26);
}

.page-eyebrow {
  margin-bottom: 10px;
  color: var(--orange-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.app-footer {
  padding: 22px 24px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--blue-dark);
  text-align: center;
}

.app-footer p {
  margin: 0;
  font-size: 0.82rem;
}

/* Giriş ve kayıt */
.auth-main {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 150px);
  margin: 35px auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
}

.auth-story {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(38px, 5.5vw, 72px);
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 65% 30%, rgba(255, 239, 196, 0.78), transparent 24%),
    linear-gradient(145deg, #f75a17 0%, #f7984c 48%, #2c91d9 100%);
  box-shadow: 0 28px 60px rgba(126, 64, 38, 0.2);
}

.auth-story::after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border: 45px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.auth-story-glow {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(3px);
}

.auth-story-logo {
  position: absolute;
  top: 8%;
  right: 10%;
  width: min(42%, 250px);
  filter: drop-shadow(0 18px 28px rgba(35, 27, 93, 0.28));
}

.auth-story-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.auth-story .page-eyebrow {
  color: #fff5dc;
}

.auth-story h1 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4.8vw, 4.2rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.auth-story-content > p:not(.page-eyebrow) {
  max-width: 500px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 1.05rem;
  line-height: 1.62;
}

.auth-benefits {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.auth-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 760;
  backdrop-filter: blur(10px);
}

.auth-benefits span {
  font-size: 1rem;
}

.auth-story-register {
  background:
    radial-gradient(circle at 65% 28%, rgba(255, 239, 196, 0.68), transparent 24%),
    linear-gradient(145deg, #236fae 0%, #4da3df 45%, #f6a15d 100%);
}

.auth-pets {
  position: absolute;
  top: -90px;
  right: -10px;
  width: min(61%, 420px);
  border-radius: 45%;
  clip-path: ellipse(49% 43% at 52% 47%);
  opacity: 0.93;
  filter: saturate(1.05) drop-shadow(0 20px 30px rgba(36, 48, 102, 0.2));
}

.signup-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.signup-steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.8rem;
  font-weight: 800;
}

.signup-steps b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
}

.auth-panel {
  display: grid;
  place-items: center;
  padding: 24px 0;
}

.form-card {
  width: 100%;
  padding: clamp(28px, 4.5vw, 52px);
  border: 1px solid rgba(255, 175, 106, 0.34);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 55px rgba(71, 54, 69, 0.12);
  backdrop-filter: blur(16px);
}

.form-card-heading {
  margin-bottom: 28px;
  text-align: center;
}

.form-card-heading.align-left {
  text-align: left;
}

.form-card-heading .page-eyebrow {
  margin-bottom: 7px;
}

.form-card-heading h2 {
  margin-bottom: 9px;
  color: var(--blue-dark);
  font-size: clamp(2rem, 4vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.form-card-heading > p:last-child {
  margin-bottom: 0;
  color: #69728d;
}

.form-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9c53);
  box-shadow: 0 11px 21px rgba(202, 75, 21, 0.22);
  font-size: 1.5rem;
}

.form-alert {
  margin-bottom: 20px;
  padding: 12px 15px;
  border: 1px solid rgba(210, 63, 49, 0.2);
  border-radius: 14px;
  color: #a5312c;
  background: #fff0ec;
  font-size: 0.88rem;
  font-weight: 750;
}

.warm-form {
  display: grid;
  gap: 18px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group label {
  color: #29375d;
  font-size: 0.87rem;
  font-weight: 820;
}

.field-group input,
.filter-field input {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid rgba(40, 55, 93, 0.16);
  border-radius: 14px;
  outline: none;
  color: var(--blue-dark);
  background: #fffdfb;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field-group input::placeholder {
  color: #a2a8b9;
}

.field-group input:focus,
.filter-field input:focus,
.filter-field select:focus {
  border-color: rgba(255, 90, 22, 0.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 90, 22, 0.1);
}

.field-group small {
  color: #8990a3;
  font-size: 0.75rem;
}

.optional-label {
  margin-left: 6px;
  color: #9298aa;
  font-size: 0.68rem;
  font-weight: 650;
}

.photo-upload {
  display: flex;
  min-height: 78px;
  padding: 14px;
  align-items: center;
  gap: 13px;
  border: 1px dashed rgba(255, 90, 22, 0.45);
  border-radius: 16px;
  background: #fff9f3;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.photo-upload:hover {
  border-color: var(--orange);
  background: #fff4e8;
  transform: translateY(-1px);
}

.photo-upload > span:last-child,
.photo-upload b,
.photo-upload small {
  display: block;
}

.photo-upload small {
  margin-top: 4px;
  font-weight: 600;
}

.photo-upload-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9344);
  font-size: 1.35rem;
}

.file-input {
  position: absolute;
  width: 1px !important;
  height: 1px;
  min-height: 0 !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.file-input:focus + .image-preview,
.photo-upload:focus-within {
  outline: 3px solid rgba(255, 90, 22, 0.18);
  outline-offset: 3px;
}

.image-preview {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  color: #28765a;
  background: #effaf5;
  font-size: 0.77rem;
  font-weight: 800;
}

.image-preview[hidden] {
  display: none;
}

.image-preview img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  object-fit: cover;
}

.form-submit,
.filter-button {
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(108deg, var(--orange), #ff7a20);
  box-shadow: 0 12px 24px rgba(198, 63, 10, 0.2);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.form-submit:hover,
.filter-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(198, 63, 10, 0.28);
}

.form-switch {
  margin: 24px 0 0;
  color: #72798f;
  font-size: 0.87rem;
  text-align: center;
}

.form-switch a {
  color: var(--orange-dark);
  font-weight: 850;
  text-decoration: none;
}

/* Çalışma alanı ve pati ekleme */
.workspace-actions,
.dashboard-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.workspace-actions form,
.dashboard-user form {
  margin: 0;
}

.workspace-shell,
.dashboard-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.workspace-shell {
  padding: 34px 0 70px;
}

.breadcrumb {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  gap: 9px;
  color: #8b8fa0;
  font-size: 0.83rem;
}

.breadcrumb a {
  color: var(--orange-dark);
  font-weight: 800;
  text-decoration: none;
}

.animal-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.animal-welcome {
  padding: clamp(20px, 4vw, 48px);
}

.animal-welcome h1 {
  max-width: 620px;
  margin-bottom: 17px;
  color: var(--blue-dark);
  font-size: clamp(2.5rem, 5.2vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.animal-welcome > p:not(.page-eyebrow) {
  max-width: 590px;
  color: #69728d;
  font-size: 1.04rem;
  line-height: 1.65;
}

.animal-welcome-visual {
  position: relative;
  width: 190px;
  height: 190px;
  margin-bottom: 24px;
}

.animal-welcome-visual::before {
  position: absolute;
  inset: 0;
  border-radius: 48px;
  background: linear-gradient(135deg, #ffe0bf, #bde2fb);
  box-shadow: 0 18px 35px rgba(79, 62, 69, 0.14);
  content: "";
  transform: rotate(-5deg);
}

.animal-welcome-visual img {
  position: absolute;
  z-index: 1;
  inset: 15px;
  width: 160px;
  height: 160px;
  border-radius: 40px;
}

.paw-bubble {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 9px 17px rgba(67, 55, 79, 0.18);
}

.paw-one {
  top: -12px;
  right: -16px;
}

.paw-two {
  bottom: -5px;
  left: -14px;
  background: var(--blue);
}

.check-list {
  display: grid;
  margin: 25px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 29px;
  color: #3c496c;
  font-weight: 740;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #30a66d;
  content: "✓";
  font-size: 0.7rem;
}

.animal-form-card {
  max-width: 490px;
  margin-left: auto;
}

/* Dashboard */
.dashboard-user {
  color: #fff;
}

.user-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--orange-dark);
  background: #fff;
  font-weight: 900;
}

.user-copy {
  display: grid;
  margin-right: 8px;
}

.user-copy small {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.68rem;
}

.user-copy span {
  max-width: 230px;
  overflow: hidden;
  font-size: 0.85rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-shell {
  padding: 36px 0 78px;
}

.dashboard-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
  min-height: 305px;
  align-items: center;
  gap: 35px;
  overflow: hidden;
  padding: clamp(32px, 5vw, 60px);
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 245, 213, 0.34), transparent 23%),
    linear-gradient(112deg, #f05416, #ef7d3e 48%, #2989d3);
  box-shadow: 0 24px 50px rgba(116, 67, 55, 0.17);
}

.dashboard-hero::after {
  position: absolute;
  right: -100px;
  bottom: -155px;
  width: 420px;
  height: 420px;
  border: 50px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.dashboard-hero > * {
  position: relative;
  z-index: 1;
}

.dashboard-hero .page-eyebrow {
  color: #fff1d9;
}

.dashboard-hero h1 {
  max-width: 680px;
  margin-bottom: 14px;
  font-size: clamp(2.3rem, 4.3vw, 4rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

.dashboard-hero > div:first-child > p:not(.page-eyebrow) {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.62;
}

.dashboard-hero-actions {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 10px;
}

.warm-button,
.soft-button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 0;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.warm-button {
  color: #fff;
  background: linear-gradient(108deg, var(--orange), #ff7a20);
  box-shadow: 0 12px 22px rgba(172, 53, 7, 0.22);
}

.dashboard-hero .warm-button {
  color: var(--orange-dark);
  background: #fff;
  box-shadow: 0 12px 22px rgba(97, 45, 27, 0.16);
}

.soft-button {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.warm-button:hover,
.soft-button:hover {
  transform: translateY(-2px);
}

.dashboard-summary {
  display: grid;
  gap: 12px;
}

.dashboard-summary article {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
}

.summary-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.3rem;
}

.summary-icon-blue {
  color: #fff;
  background: rgba(21, 92, 173, 0.35);
}

.dashboard-summary strong,
.dashboard-summary small {
  display: block;
}

.dashboard-summary strong {
  font-size: 1.15rem;
}

.dashboard-summary small {
  color: rgba(255, 255, 255, 0.74);
}

.dashboard-section {
  padding: 63px 0 24px;
}

.dashboard-section-heading,
.surface-card-heading,
.records-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-section-heading {
  margin-bottom: 22px;
}

.dashboard-section-heading h2,
.surface-card-heading h2,
.records-heading h2 {
  margin-bottom: 0;
  color: var(--blue-dark);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.dashboard-section-heading .page-eyebrow,
.surface-card-heading .page-eyebrow,
.records-heading .page-eyebrow {
  margin-bottom: 4px;
}

.section-link {
  color: var(--orange-dark);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.animal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.animal-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(44, 62, 103, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 27px rgba(66, 51, 64, 0.08);
}

.animal-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9c52);
  font-size: 1.2rem;
  font-weight: 900;
}

.animal-avatar-photo {
  overflow: hidden;
  background: #fff;
}

.animal-avatar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.animal-card h3 {
  margin-bottom: 3px;
  color: var(--blue-dark);
  font-size: 1rem;
}

.animal-card p {
  margin-bottom: 0;
  color: #7c8296;
  font-size: 0.78rem;
}

.animal-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #31936a;
  font-size: 0.7rem;
  font-weight: 850;
}

.animal-status i,
.live-indicator i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38b978;
  box-shadow: 0 0 0 4px rgba(56, 185, 120, 0.12);
}

.dashboard-empty {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px dashed rgba(44, 62, 103, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.dashboard-empty > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  color: var(--orange-dark);
  background: #fff0e2;
}

.dashboard-empty h3 {
  margin-bottom: 3px;
  color: var(--blue-dark);
  font-size: 0.92rem;
}

.dashboard-empty p {
  margin-bottom: 0;
  color: #7b8296;
  font-size: 0.78rem;
}

.dashboard-empty .soft-button {
  margin-left: auto;
  border-color: rgba(255, 90, 22, 0.2);
  color: var(--orange-dark);
  background: #fff;
}

.tracking-grid {
  display: grid;
  margin-top: 29px;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.7fr);
  gap: 18px;
  align-items: stretch;
}

.surface-card {
  overflow: hidden;
  border: 1px solid rgba(44, 62, 103, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(66, 51, 64, 0.08);
}

.map-card,
.alerts-card,
.records-card {
  padding: 22px;
}

.surface-card-heading {
  margin-bottom: 18px;
  align-items: center;
}

.map-hint,
.live-indicator {
  color: #7f8497;
  font-size: 0.7rem;
  font-weight: 740;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #309167;
}

#map {
  height: 470px;
  border: 1px solid rgba(42, 63, 99, 0.1);
  border-radius: 18px;
  background: #dcebd2;
}

.animation-toolbar {
  display: flex;
  margin-top: 13px;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(35, 76, 128, 0.09);
  border-radius: 15px;
  background: linear-gradient(110deg, #fff8f1, #eef8ff);
}

.animation-toolbar strong,
.animation-toolbar span {
  display: block;
}

.animation-toolbar strong {
  margin-bottom: 3px;
  color: var(--blue-dark);
  font-size: 0.78rem;
}

.animation-toolbar span {
  color: #798196;
  font-size: 0.69rem;
  line-height: 1.4;
}

.animation-button {
  min-height: 36px;
  padding: 8px 12px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--blue);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 850;
}

.animation-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.animation-playback-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.animation-live-button {
  min-height: 36px;
  padding: 8px 12px;
  flex: 0 0 auto;
  border: 1px solid rgba(48, 145, 103, 0.2);
  border-radius: 11px;
  color: #287d5a;
  background: #effbf5;
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 850;
}

.animation-live-button.is-active {
  border-color: transparent;
  color: #fff;
  background: #309167;
  box-shadow: 0 6px 14px rgba(48, 145, 103, 0.2);
}

.latest-paw-marker {
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(29, 48, 80, 0.28);
  object-fit: cover;
}

.map-popup {
  display: grid;
  gap: 3px;
}

.map-popup strong {
  color: var(--blue-dark);
}

.map-popup span {
  color: #737b91;
  font-size: 0.74rem;
}

.leaflet-control-zoom a,
.leaflet-draw-toolbar a {
  color: var(--blue-dark);
}

.alerts-list {
  display: grid;
  max-height: 470px;
  overflow: auto;
  gap: 10px;
}

.status-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 16px;
}

.status-icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 900;
}

.status-item strong,
.status-item small {
  display: block;
}

.status-item strong {
  color: var(--blue-dark);
  font-size: 0.8rem;
  line-height: 1.4;
}

.status-item small {
  margin-top: 4px;
  color: #858b9c;
  font-size: 0.68rem;
}

.status-success {
  border-color: rgba(52, 169, 111, 0.16);
  background: #effbf5;
}

.status-success .status-icon {
  color: #27865d;
  background: #d9f5e6;
}

.status-danger {
  border-color: rgba(217, 69, 53, 0.18);
  background: #fff1ed;
}

.status-danger .status-icon {
  color: #bc3c31;
  background: #ffdcd5;
}

.status-neutral {
  border-color: rgba(39, 126, 193, 0.16);
  background: #eef7fd;
}

.status-neutral .status-icon {
  color: #1e71ad;
  background: #d8edfa;
}

.compact-empty {
  align-items: flex-start;
  padding: 15px;
}

.records-card {
  margin-top: 18px;
}

.records-heading {
  margin-bottom: 20px;
  align-items: center;
}

.filter-form {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.filter-field {
  display: grid;
  gap: 5px;
}

.filter-field label {
  color: #69728d;
  font-size: 0.67rem;
  font-weight: 800;
}

.filter-field input,
.filter-field select {
  min-height: 41px;
  max-width: 195px;
  padding: 8px 10px;
  border: 1px solid rgba(40, 55, 93, 0.16);
  border-radius: 11px;
  outline: none;
  color: var(--blue-dark);
  background: #fffdfb;
  font: inherit;
  font-size: 0.75rem;
}

.filter-button {
  min-height: 41px;
  padding: 8px 15px;
  border-radius: 11px;
  font-size: 0.77rem;
}

.table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(44, 62, 103, 0.09);
  border-radius: 16px;
}

.records-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.records-table th,
.records-table td {
  padding: 15px 17px;
  border-bottom: 1px solid rgba(44, 62, 103, 0.08);
  text-align: left;
}

.records-table th {
  color: #68718b;
  background: #fff8f1;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.records-table td {
  color: #394663;
  font-size: 0.8rem;
}

.records-table tbody tr:last-child td {
  border-bottom: 0;
}

.records-table tbody tr:hover {
  background: #fffaf5;
}

.records-table .record-row {
  cursor: pointer;
  transition: background 150ms ease, box-shadow 150ms ease;
}

.records-table .record-row:focus {
  outline: 3px solid rgba(255, 90, 22, 0.2);
  outline-offset: -3px;
}

.records-table .record-row.is-selected {
  background: #fff0e3;
  box-shadow: inset 4px 0 0 var(--orange);
}

.loading-row td,
.empty-table-cell {
  color: #8a8fa1;
  text-align: center;
}

/* Hakkımızda ve iletişim */
.content-page {
  background:
    radial-gradient(circle at 2% 14%, rgba(255, 165, 85, 0.14), transparent 24%),
    radial-gradient(circle at 94% 22%, rgba(61, 151, 222, 0.14), transparent 24%),
    #fffaf5;
}

.content-topbar {
  position: sticky;
  top: 0;
}

.content-nav {
  display: flex;
  align-items: center;
  gap: clamp(13px, 2.6vw, 30px);
}

.content-nav a {
  color: #475471;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.content-nav a[aria-current="page"] {
  color: var(--orange-dark);
}

.content-nav .content-nav-cta {
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue-dark);
}

.content-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.content-hero,
.contact-hero {
  padding: clamp(60px, 9vw, 115px) 0;
}

.content-hero-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
}

.content-hero h1,
.contact-copy h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--blue-dark);
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 0.97;
  letter-spacing: -0.06em;
}

.content-hero-grid > div:first-child > p:not(.page-eyebrow),
.contact-copy > p:not(.page-eyebrow) {
  max-width: 650px;
  margin-bottom: 27px;
  color: #626d88;
  font-size: 1.05rem;
  line-height: 1.7;
}

.content-hero-art {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 46% 54% 50% 50%;
  background: linear-gradient(145deg, #ffbe7e, #f9dfbf 48%, #9fd6f5);
  box-shadow: 0 25px 50px rgba(87, 66, 81, 0.17);
}

.content-hero-art img {
  position: relative;
  z-index: 2;
  width: 70%;
  filter: drop-shadow(0 18px 25px rgba(47, 40, 98, 0.25));
}

.orbit {
  position: absolute;
  border: 20px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.orbit-one {
  width: 85%;
  height: 85%;
}

.orbit-two {
  right: -18%;
  bottom: -18%;
  width: 58%;
  height: 58%;
  border-color: rgba(32, 116, 190, 0.18);
}

.values-section,
.help-section {
  padding: 30px 0 90px;
}

.section-title-left {
  max-width: 650px;
  margin-bottom: 30px;
}

.section-title-left h2,
.story-banner h2,
.contact-card h2 {
  margin-bottom: 0;
  color: var(--blue-dark);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.value-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-card {
  padding: 28px;
  border: 1px solid rgba(50, 65, 102, 0.1);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 30px rgba(71, 53, 68, 0.08);
}

.value-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9a4c);
  font-size: 1.25rem;
}

.value-card:nth-child(2) .value-icon {
  background: linear-gradient(135deg, var(--blue), #61b4eb);
}

.value-card h3 {
  margin-bottom: 9px;
  color: var(--blue-dark);
  font-size: 1.15rem;
}

.value-card p {
  margin-bottom: 0;
  color: #69728b;
  font-size: 0.9rem;
  line-height: 1.65;
}

.story-banner {
  display: grid;
  margin-bottom: 90px;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 55px;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 29px;
  color: #fff;
  background: linear-gradient(112deg, #ef5617, #f18a47 52%, #358ed0);
  box-shadow: 0 22px 44px rgba(98, 62, 59, 0.16);
}

.story-banner .page-eyebrow {
  color: #fff0d8;
}

.story-banner h2 {
  color: #fff;
}

.story-banner > p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.contact-hero {
  background: linear-gradient(180deg, rgba(255, 238, 218, 0.5), transparent);
}

.contact-card {
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(255, 175, 106, 0.37);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 45px rgba(78, 58, 73, 0.11);
}

.contact-card-icon {
  display: grid;
  width: 57px;
  height: 57px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9b51);
  font-size: 1.4rem;
}

.contact-card h2 {
  margin-bottom: 12px;
  font-size: 2.3rem;
}

.contact-card > p:not(.page-eyebrow) {
  color: #6d758c;
  line-height: 1.65;
}

.contact-card > a {
  display: inline-flex;
  margin-top: 8px;
  align-items: center;
  gap: 8px;
  color: var(--orange-dark);
  font-weight: 900;
  text-decoration: none;
}

.help-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(50, 65, 102, 0.1);
  border-radius: 21px;
  color: inherit;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(71, 53, 68, 0.07);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.help-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 32px rgba(71, 53, 68, 0.11);
}

.help-card > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9a4c);
}

.help-card:nth-child(2) > span {
  background: linear-gradient(135deg, var(--blue), #62b4ea);
}

.help-card h3 {
  margin-bottom: 4px;
  color: var(--blue-dark);
  font-size: 0.98rem;
}

.help-card p {
  margin-bottom: 0;
  color: #7a8194;
  font-size: 0.77rem;
}

.help-card b {
  color: var(--orange-dark);
}

.content-footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--blue-dark);
}

.content-footer .content-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.content-footer a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .auth-main,
  .animal-form-layout,
  .content-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .auth-story {
    min-height: 520px;
  }

  .auth-panel {
    padding-top: 0;
  }

  .form-card {
    max-width: 620px;
  }

  .animal-form-card {
    max-width: 620px;
    margin: 0 auto;
  }

  .dashboard-hero,
  .tracking-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .animal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .records-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-form {
    width: 100%;
  }

  .filter-field {
    flex: 1;
  }

  .filter-field input,
  .filter-field select {
    max-width: none;
  }

  .content-hero-art {
    width: min(480px, 75vw);
    margin: 0 auto;
  }

  .story-banner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .app-topbar,
  .workspace-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .app-brand {
    font-size: 1.25rem;
  }

  .app-brand img {
    width: 42px;
    height: 42px;
  }

  .auth-main,
  .workspace-shell,
  .dashboard-shell,
  .content-shell {
    width: min(100% - 28px, 600px);
  }

  .auth-main {
    margin: 20px auto 28px;
    gap: 20px;
  }

  .auth-story {
    min-height: 485px;
    padding: 28px;
    border-radius: 26px;
  }

  .auth-story h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .auth-story-logo {
    top: 5%;
    right: 5%;
    width: 190px;
  }

  .auth-pets {
    top: -70px;
    right: -35px;
    width: 330px;
  }

  .form-card {
    padding: 27px 22px;
    border-radius: 23px;
  }

  .workspace-header,
  .dashboard-header {
    flex-wrap: wrap;
  }

  .workspace-actions,
  .dashboard-user {
    gap: 6px;
  }

  .user-copy {
    display: none;
  }

  .animal-welcome {
    padding: 10px 0 20px;
  }

  .animal-welcome h1 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .dashboard-shell {
    padding-top: 20px;
  }

  .dashboard-hero {
    min-height: 0;
    padding: 28px 23px;
    border-radius: 25px;
  }

  .dashboard-summary,
  .animal-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-section {
    padding-top: 45px;
  }

  .dashboard-section-heading,
  .surface-card-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-hint {
    margin-top: -10px;
  }

  #map {
    height: 380px;
  }

  .animation-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .animation-button {
    width: 100%;
  }

  .filter-form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .filter-button {
    width: 100%;
  }

  .content-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .content-nav a {
    flex: 0 0 auto;
    font-size: 0.73rem;
  }

  .content-hero,
  .contact-hero {
    padding: 55px 0;
  }

  .content-hero h1,
  .contact-copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.3rem);
  }

  .value-grid,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .values-section,
  .help-section {
    padding-bottom: 60px;
  }

  .story-banner {
    margin-bottom: 60px;
    padding: 30px 24px;
    border-radius: 23px;
  }

  .content-footer .content-shell {
    flex-direction: column;
    text-align: center;
  }
}

/* Son katman: önceki tema kurallarına karşı üretim düzenini sabitler. */
body .site-nav,
body .app-topbar,
body .workspace-header {
  min-height: 118px;
  padding-top: max(8px, env(safe-area-inset-top));
}

body .brand .brand-mark,
body .app-brand .brand-mark {
  width: 102px;
  height: 102px;
  flex: 0 0 102px;
  border-radius: 24px;
  object-fit: cover;
  clip-path: inset(20%);
  transform: scale(1.9);
}

body .brand .brand-wordmark,
body .app-brand .brand-wordmark {
  width: clamp(138px, 14vw, 180px);
  height: auto;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: none;
}

body .app-brand-light .brand-wordmark {
  padding: 4px 8px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
}

body .site-nav .brand-wordmark {
  padding: 3px 7px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 18px rgba(35, 39, 90, 0.1);
}

body .brand .brand-mark.brand-mark-legacy,
body .app-brand .brand-mark.brand-mark-legacy {
  width: 118px;
  height: 102px;
  flex: 0 0 118px;
  border-radius: 22px;
  clip-path: inset(12% round 22px);
  object-fit: cover;
  transform: scale(1.38);
}

.logout-wordmark {
  display: block;
  width: clamp(108px, 10vw, 148px);
  height: auto;
  flex: 0 0 auto;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 20px rgba(31, 35, 82, 0.15);
  object-fit: contain;
}

body .tracking-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body .tracking-grid > .map-card {
  grid-column: span 9;
}

body .tracking-grid > .alerts-card {
  grid-column: span 3;
}

body #map {
  height: clamp(560px, 65vh, 720px);
}

body .alerts-list {
  max-height: clamp(560px, 65vh, 720px);
}

body .filter-form {
  display: grid;
  grid-template-columns: minmax(150px, 0.85fr) minmax(255px, 1.3fr) minmax(255px, 1.3fr) auto;
}

body .filter-field input,
body .filter-field select {
  width: 100%;
  max-width: none;
  min-height: 44px;
}

body .filter-field input[type="date"],
body .filter-field input[type="time"] {
  min-height: 48px;
  color-scheme: light;
  cursor: pointer;
  touch-action: manipulation;
}

body .filter-field input[type="date"]::-webkit-calendar-picker-indicator,
body .filter-field input[type="time"]::-webkit-calendar-picker-indicator {
  width: 22px;
  height: 22px;
  margin-inline-start: 8px;
  padding: 5px;
  border-radius: 8px;
  background-color: rgba(255, 90, 22, 0.1);
  cursor: pointer;
  opacity: 0.9;
}

body .map-card.map-is-expanded #map {
  height: auto;
}

.paw-location-icon {
  border: 0;
  background: transparent;
}

.paw-location-marker {
  display: flex;
  width: 120px;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  transform: translateZ(0);
}

.paw-location-avatar {
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 18px rgba(29, 48, 80, 0.3);
  object-fit: cover;
}

.paw-location-point {
  position: relative;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  box-shadow:
    0 0 0 4px rgba(255, 90, 22, 0.22),
    0 5px 12px rgba(80, 35, 18, 0.28);
}

.paw-location-point::after {
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #fff;
  content: "";
}

.paw-location-label {
  display: block;
  max-width: 116px;
  margin-top: 7px;
  overflow: hidden;
  padding: 4px 9px;
  border: 1px solid rgba(33, 54, 91, 0.1);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 5px 14px rgba(29, 48, 80, 0.17);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .hero .hero-content > .eyebrow {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  letter-spacing: 0.12em;
}

body .hero h1 {
  font-size: clamp(2.3rem, 4.5vw, 4.15rem);
}

body .records-heading > div:first-child {
  flex: 0 0 auto;
}

body .records-heading {
  align-items: stretch;
  flex-direction: column;
  gap: 14px;
}

body .records-heading h2 {
  font-size: clamp(1.08rem, 1.5vw, 1.42rem);
  white-space: nowrap;
}

body .filter-form {
  width: 100%;
  max-width: none;
  grid-template-columns:
    minmax(155px, 0.72fr)
    minmax(280px, 1.18fr)
    minmax(280px, 1.18fr)
    minmax(190px, 0.7fr);
  align-items: stretch;
  gap: 12px;
}

body .filter-period {
  height: 100%;
}

body .filter-paw-period {
  grid-template-columns: minmax(0, 1fr);
}

body .filter-actions {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(76px, 0.7fr) minmax(96px, 1fr);
  align-items: end;
  gap: 7px;
}

body .filter-button,
body .filter-clear {
  width: 100%;
  min-width: 0;
  padding-inline: 11px;
}

.filter-error {
  margin: -4px 0 0;
  padding: 8px 11px;
  border: 1px solid rgba(202, 61, 48, 0.16);
  border-radius: 10px;
  color: #a53a31;
  background: #fff3f0;
  font-size: 0.7rem;
  font-weight: 760;
}

.filter-error[hidden] {
  display: none;
}

.records-pagination {
  display: flex;
  min-height: 54px;
  margin-top: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.records-pagination[hidden] {
  display: none;
}

.records-pagination p {
  margin: 0;
  color: #747c91;
  font-size: 0.75rem;
  font-weight: 780;
  white-space: nowrap;
}

.records-page-controls,
.records-page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
}

.records-page-controls button {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(42, 58, 95, 0.12);
  border-radius: 11px;
  color: var(--blue-dark);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease;
}

.records-page-controls button:hover:not(:disabled) {
  border-color: rgba(255, 90, 22, 0.25);
  color: var(--orange-dark);
  background: #fff5eb;
}

.records-page-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.records-page-number.is-current {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(110deg, var(--orange), #ff7a20);
  box-shadow: 0 7px 15px rgba(199, 67, 14, 0.18);
}

.records-page-ellipsis {
  display: grid;
  width: 24px;
  min-height: 38px;
  place-items: center;
  color: #8a90a2;
  font-weight: 900;
}

body .animal-card {
  min-height: 118px;
  gap: 16px;
  padding: 18px 20px;
}

body .animal-avatar.animal-avatar-photo {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 23px;
  background: linear-gradient(145deg, #fff2e5, #eaf6ff);
  box-shadow:
    0 0 0 2px rgba(255, 115, 45, 0.16),
    0 12px 24px rgba(58, 51, 78, 0.16);
}

body .animal-avatar.animal-avatar-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body .animal-card h3 {
  font-size: 1.08rem;
}

@media (max-width: 1180px) {
  body .tracking-grid > .map-card {
    grid-column: span 8;
  }

  body .tracking-grid > .alerts-card {
    grid-column: span 4;
  }

  body .filter-form {
    grid-template-columns: minmax(150px, 0.8fr) 1fr 1fr;
  }
}

@media (max-width: 900px) {
  body .site-nav,
  body .app-topbar,
  body .workspace-header {
    min-height: 98px;
  }

  body .brand .brand-mark,
  body .app-brand .brand-mark {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }

  body .brand .brand-wordmark,
  body .app-brand .brand-wordmark {
    width: 128px;
  }

  body .brand .brand-mark.brand-mark-legacy,
  body .app-brand .brand-mark.brand-mark-legacy {
    width: 96px;
    height: 82px;
    flex-basis: 96px;
  }

  .logout-wordmark {
    width: 102px;
  }

  body .tracking-grid > .map-card,
  body .tracking-grid > .alerts-card {
    grid-column: 1 / -1;
  }

  body #map {
    height: min(66vh, 620px);
  }

  body .alerts-list {
    max-height: 380px;
  }

  body .filter-form {
    grid-template-columns: 1fr 1fr;
  }

  body .filter-paw-period,
  body .filter-actions {
    grid-column: 1 / -1;
  }

  body .filter-actions {
    width: min(100%, 270px);
    justify-self: end;
  }
}

@media (max-width: 700px) {
  body .animal-card {
    min-height: 106px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    padding: 15px;
  }

  body .animal-avatar.animal-avatar-photo {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  body .hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  body .site-nav,
  body .app-topbar,
  body .workspace-header {
    min-height: 84px;
  }

  body .brand .brand-mark,
  body .app-brand .brand-mark {
    width: 66px;
    height: 66px;
    flex-basis: 66px;
    border-radius: 18px;
  }

  body .brand .brand-wordmark,
  body .app-brand .brand-wordmark {
    width: 105px;
  }

  body .brand .brand-mark.brand-mark-legacy,
  body .app-brand .brand-mark.brand-mark-legacy {
    width: 78px;
    height: 66px;
    flex-basis: 78px;
    border-radius: 17px;
  }

  .logout-wordmark {
    width: 86px;
    padding: 3px 5px;
    border-radius: 9px;
  }

  body #map {
    height: 58vh;
    min-height: 440px;
  }

  body .filter-form {
    grid-template-columns: 1fr;
  }

  body .filter-paw-period,
  body .filter-actions {
    grid-column: auto;
  }

  body .filter-actions {
    width: 100%;
  }

  body .animation-playback-actions {
    width: 100%;
  }

  body .animation-playback-actions .animation-button,
  body .animation-playback-actions .animation-live-button {
    width: auto;
    flex: 1;
  }

  .records-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .records-page-controls {
    width: 100%;
    justify-content: space-between;
  }

  .records-page-numbers {
    max-width: calc(100vw - 190px);
    overflow-x: auto;
    padding: 2px;
  }

  body .auth-story-logo {
    top: 12%;
    right: -42px;
    width: 210px;
    opacity: 0.14;
    filter: saturate(0.85);
  }
}

@media (max-width: 430px) {
  body .brand .brand-wordmark,
  body .app-brand .brand-wordmark {
    width: 88px;
  }

  body .workspace-header .app-brand .brand-wordmark {
    display: block;
    width: 72px;
  }
}

/* Pati seçimi ve şeffaf marka görseli */
.animal-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.animal-location-select {
  display: grid;
  min-width: 0;
  padding: 0;
  border: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  touch-action: manipulation;
}

.animal-card-copy,
.animal-card-name,
.animal-card-species {
  display: block;
  min-width: 0;
}

.animal-card-name {
  margin-bottom: 3px;
  overflow: hidden;
  color: var(--blue-dark);
  font-size: 1rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.animal-card-species {
  color: #7c8296;
  font-size: 0.78rem;
}

.animal-card.is-map-selected {
  border-color: rgba(255, 90, 22, 0.5);
  background: linear-gradient(135deg, rgba(255, 247, 239, 0.98), rgba(255, 255, 255, 0.94));
  box-shadow: 0 18px 36px rgba(197, 76, 26, 0.16);
}

.animal-card.is-map-selected .animal-card-name {
  color: var(--orange-dark);
}

.paw-focus-notice {
  display: flex;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 90, 22, 0.18);
  border-radius: 14px;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  color: #6c4638;
  background: #fff5ec;
  font-size: 0.78rem;
}

.paw-focus-notice[hidden] {
  display: none;
}

.paw-focus-notice strong {
  color: var(--orange-dark);
}

.paw-focus-notice button {
  padding: 5px 9px;
  border: 1px solid rgba(255, 90, 22, 0.2);
  border-radius: 999px;
  color: var(--orange-dark);
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.logout-wordmark,
.nav-login-wordmark {
  display: block;
  height: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.logout-wordmark {
  width: clamp(132px, 12vw, 178px);
  padding: 0;
  border-radius: 0;
}

.nav-login-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.nav-login-wordmark {
  width: clamp(118px, 10vw, 154px);
}

body .site-nav,
body .app-topbar,
body .workspace-header {
  min-height: 132px;
}

body .brand .brand-mark.brand-mark-legacy,
body .app-brand .brand-mark.brand-mark-legacy {
  width: 146px;
  height: 122px;
  flex-basis: 146px;
  transform: scale(1.42);
}

@media (max-width: 900px) {
  body .site-nav,
  body .app-topbar,
  body .workspace-header {
    min-height: 108px;
  }

  body .brand .brand-mark.brand-mark-legacy,
  body .app-brand .brand-mark.brand-mark-legacy {
    width: 118px;
    height: 98px;
    flex-basis: 118px;
  }

  .logout-wordmark {
    width: 118px;
    padding: 0;
  }

  .nav-login-wordmark {
    width: 108px;
  }
}

@media (max-width: 700px) {
  body .animal-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .animal-location-select {
    gap: 12px;
  }

  body .site-nav,
  body .app-topbar,
  body .workspace-header {
    min-height: 92px;
  }

  body .brand .brand-mark.brand-mark-legacy,
  body .app-brand .brand-mark.brand-mark-legacy {
    width: 94px;
    height: 78px;
    flex-basis: 94px;
  }

  .logout-wordmark {
    width: 92px;
    padding: 0;
  }

  .nav-login-group {
    gap: 7px;
  }

  .nav-login-wordmark {
    width: 88px;
  }

  .nav-login {
    padding-inline: 12px;
  }
}
