/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono)
  }
}
@layer base {
  *,:after,:before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }
  html,:host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative
  }
  sub {
    bottom: -.25em
  }
  sup {
    top: -.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 {
    vertical-align: middle;
    display: block
  }
  img,video {
    max-width: 100%;
    height: auto
  }
  button,input,select,optgroup,textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
  }
  :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)) {
      ::placeholder {
        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 {
    padding-block: 0
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0
  }
  ::-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]) {
    -webkit-appearance: button;
    appearance: button
  }
  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button
  }
  ::-webkit-inner-spin-button {
    height: auto
  }
  ::-webkit-outer-spin-button {
    height: auto
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none!important
  }
}
@layer components;
@layer utilities {
  .relative {
    position: relative
  }
  .start {
    inset-inline-start: var(--spacing)
  }
  .table {
    display: table
  }
}

/* Design tokens */
:root {
  --ink: #172d32;
  --muted: #667578;
  --blue: #4f7f93;
  --green: #6f9182;
  --gold: #ae8752;
  --cream: #f5f3ee;
  --line: #dde3e1
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  color: var(--ink);
  font-family: var(--font-geist), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0
}
a {
  color: inherit;
  text-decoration: none
}
main {
  overflow: hidden
}

/* Header and navigation */
.site-header {
  z-index: 10;
  border-bottom: 1px solid #172d3214;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  height: 78px;
  margin: auto;
  padding: 0 34px;
  display: flex;
  position: relative
}
.brand {
  letter-spacing: -.03em;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 680;
  display: flex
}
.brand-mark {
  align-items: flex-end;
  gap: 2px;
  height: 22px;
  display: flex
}
.brand-mark i {
  background: var(--blue);
  border-radius: 3px;
  width: 3px;
  display: block
}
.brand-mark i:first-child {
  height: 8px
}
.brand-mark i:nth-child(2) {
  height: 14px
}
.brand-mark i:nth-child(3) {
  height: 21px
}
.brand-mark i:nth-child(4) {
  height: 14px
}
.brand-mark i:nth-child(5) {
  height: 8px
}
nav {
  color: #4f5f61;
  gap: 34px;
  font-size: 13px;
  display: flex
}
nav a:hover {
  color: var(--ink)
}
.header-cta {
  background: var(--ink);
  color: #fff;
  border-radius: 30px;
  align-items: center;
  gap: 18px;
  padding: 11px 17px;
  font-size: 13px;
  display: flex
}

/* Seasonal notice */
.holiday-notice {
  color: #695c47;
  background: #fbf8f1;
  border: 1px solid #e6ddcb;
  border-radius: 4px;
  align-items: center;
  gap: 13px;
  max-width: 1172px;
  min-height: 48px;
  margin: 16px auto 0;
  padding: 11px 18px;
  font-size: 12px;
  display: flex
}
.holiday-notice p {
  flex: 1;
  margin: 0;
  line-height: 1.45
}
.holiday-notice strong {
  color: #4e4435
}
.holiday-icon {
  color: var(--gold);
  font-size: 14px
}
.holiday-notice a {
  white-space: nowrap;
  border-bottom: 1px solid #c8b996;
  align-items: center;
  gap: 10px;
  padding-bottom: 2px;
  font-weight: 700;
  display: flex
}

/* Hero */
.hero {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1.03fr .97fr;
  max-width: 1240px;
  min-height: 760px;
  margin: auto;
  padding: 100px 34px 0;
  display: grid;
  position: relative
}
.hero-copy {
  z-index: 2;
  padding: 28px 0 80px;
  position: relative
}
.eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .18em;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  font-size: 11px;
  font-weight: 700;
  display: flex
}
.eyebrow span {
  background: currentColor;
  width: 22px;
  height: 1px
}
h1,h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-weight: 520;
  line-height: .98
}
h1 {
  font-size: clamp(58px,6.1vw,88px)
}
h1 em,h2 em {
  color: var(--blue);
  font-family: Georgia,Times New Roman,serif;
  font-weight: 400
}
.hero-intro {
  max-width: 510px;
  color: var(--muted);
  margin: 34px 0 30px;
  font-size: 18px;
  line-height: 1.65
}
.hero-actions {
  align-items: center;
  gap: 30px;
  display: flex
}
.button {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex
}
.button-primary {
  background: var(--ink);
  color: #fff
}
.button-primary:hover {
  background: #23444a;
  transform: translateY(-2px)
}
.text-link {
  border-bottom: 1px solid #aab3b1;
  align-items: center;
  gap: 13px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 650;
  display: inline-flex
}
.hero-visual {
  min-height: 520px;
  position: relative
}
.lake {
  border-radius: 48% 52% 54% 46%/40% 38% 62% 60%;
  position: absolute;
  transform: rotate(-13deg)
}
.lake-one {
  background: #d9e8e8;
  width: 480px;
  height: 385px;
  top: 24px;
  right: -70px
}
.lake-two {
  background: #afcfd2;
  width: 330px;
  height: 220px;
  top: 190px;
  right: 55px;
  transform: rotate(13deg)
}
.lake-three {
  background: #edf2ea;
  width: 190px;
  height: 125px;
  top: 330px;
  right: 0
}
.device {
  z-index: 2;
  background: linear-gradient(145deg,#202c2e,#071012);
  border: 7px solid #303b3d;
  position: absolute;
  box-shadow: 0 35px 70px #10262b38
}
.device-mac {
  background: radial-gradient(circle at 35% 40%,#829da3,#26393d 55%,#101719);
  border-radius: 15px;
  width: 330px;
  height: 212px;
  top: 105px;
  right: 74px
}
.device-mac:after {
  content: "";
  clip-path: polygon(42% 0,58% 0,70% 80%,100% 88%,100% 100%,0 100%,0 88%,30% 80%);
  background: linear-gradient(#8c9695,#cbd1ce);
  width: 108px;
  height: 70px;
  position: absolute;
  bottom: -77px;
  left: 104px
}
.device-dot {
  background: #0b1213;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: -3px;
  left: 50%
}
.device-phone {
  background: linear-gradient(165deg,#d6e9e5,#759da0 42%,#29474e);
  border-width: 5px;
  border-radius: 20px;
  width: 94px;
  height: 190px;
  top: 242px;
  right: 44px;
  transform: rotate(5deg)
}
.device-phone span {
  background: #111;
  border-radius: 4px;
  width: 28px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 28px
}
.trust-note {
  z-index: 4;
  background: #ffffffed;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  width: 205px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 354px;
  right: 264px;
  box-shadow: 0 16px 38px #27444721
}
.trust-icon {
  color: var(--green);
  background: #e4efe8;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-weight: 800;
  display: grid
}
.trust-note strong,.trust-note small {
  display: block
}
.trust-note strong {
  font-size: 12px
}
.trust-note small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px
}
.hero-bottom {
  border-top: 1px solid var(--line);
  grid-column: 1/-1;
  align-items: center;
  gap: 0;
  min-height: 105px;
  display: flex
}
.hero-bottom div {
  border-right: 1px solid var(--line);
  flex: 1;
  padding-left: 30px
}
.hero-bottom div:first-child {
  padding-left: 0
}
.hero-bottom div:last-child {
  border: 0
}
.hero-bottom strong,.hero-bottom span {
  display: block
}
.hero-bottom strong {
  font-size: 16px
}
.hero-bottom span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 11px
}

/* Shared section layout */
.section {
  max-width: 1240px;
  margin: auto;
  padding: 120px 34px
}
.section-heading {
  grid-template-columns: 1fr 380px;
  align-items: end;
  gap: 80px;
  margin-bottom: 60px;
  display: grid
}
h2 {
  font-size: clamp(44px,5.2vw,72px)
}
.section-heading>p {
  color: var(--muted);
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.7
}

/* Services */
.service-grid {
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  display: grid
}
.service-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  min-height: 540px;
  padding: 30px;
  transition: all .25s;
  position: relative
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px #18313617
}
.service-card.blue {
  background: #f1f6f6
}
.service-card.green {
  background: #f3f6f2
}
.service-card.gold {
  background: #f8f5ef
}
.service-number {
  color: #86918f;
  letter-spacing: .1em;
  font-size: 11px;
  position: absolute;
  top: 28px;
  right: 27px
}
.service-symbol {
  width: 50px;
  height: 50px;
  color: var(--blue);
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 72px;
  font-size: 22px;
  display: grid
}
.green .service-symbol {
  color: var(--green)
}
.gold .service-symbol {
  color: var(--gold)
}
.service-card h3 {
  letter-spacing: -.04em;
  margin: 0 0 12px;
  font-size: 29px
}
.service-card>p {
  color: var(--muted);
  min-height: 70px;
  font-size: 14px;
  line-height: 1.65
}
.service-card ul {
  border-top: 1px solid #172d321a;
  margin: 28px 0 0;
  padding: 0;
  list-style: none
}
.service-card li {
  border-bottom: 1px solid #172d3214;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  font-size: 13px;
  display: flex
}
.check {
  color: var(--green);
  font-weight: 800
}

/* About */
.about {
  background: var(--cream);
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 100px;
  max-width: none;
  padding-left: max(34px,50vw - 586px);
  padding-right: max(34px,50vw - 586px);
  display: grid
}
.portrait-wrap {
  justify-content: center;
  align-items: flex-end;
  min-height: 590px;
  display: flex;
  position: relative
}
.portrait-bg {
  background: #dce5e1;
  border-radius: 49% 51% 30px 30px/33% 34% 8% 8%;
  position: absolute;
  inset: 55px 5% 20px
}
.portrait-wrap img {
  z-index: 2;
  filter: contrast(.92);
  width: 72%;
  height: auto;
  position: relative
}
.portrait-caption {
  z-index: 3;
  background: #fff;
  min-width: 245px;
  padding: 15px 19px;
  position: absolute;
  bottom: 26px;
  left: 20px;
  box-shadow: 0 15px 40px #1831361f
}
.portrait-caption span,.portrait-caption small {
  display: block
}
.portrait-caption span {
  font-size: 13px;
  font-weight: 700
}
.portrait-caption small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 10px
}
.about-copy .lead {
  color: #425a5e;
  margin: 34px 0 18px;
  font-size: 19px;
  line-height: 1.65
}
.about-copy>p:not(.eyebrow):not(.lead) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7
}
.credentials {
  border-top: 1px solid #d4d9d5;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  display: grid
}
.credentials div {
  border-bottom: 1px solid #d4d9d5;
  padding: 18px 10px 18px 0
}
.credentials div:nth-child(odd) {
  border-right: 1px solid #d4d9d5
}
.credentials div:nth-child(2n) {
  padding-left: 20px
}
.credentials strong,.credentials small {
  display: block
}
.credentials strong {
  font-size: 12px
}
.credentials small {
  color: var(--muted);
  margin-top: 4px;
  font-size: 10px
}

/* Why 5-Seen-IT */
.why {
  background: var(--ink);
  color: #fff
}
.why-inner {
  padding-top: 110px;
  padding-bottom: 110px
}
.section-heading.light>p {
  color: #9caeaf
}
.section-heading.light h2 em,.section-heading.light .eyebrow {
  color: #9fbfc4
}
.why-grid {
  border-top: 1px solid #ffffff2e;
  grid-template-columns: repeat(4,1fr);
  display: grid
}
.why-grid article {
  border-right: 1px solid #ffffff2e;
  min-height: 210px;
  padding: 30px 24px 15px
}
.why-grid article:first-child {
  padding-left: 0
}
.why-grid article:last-child {
  border: 0
}
.why-grid span {
  color: #8ea1a3;
  font-size: 10px
}
.why-grid h3 {
  margin: 45px 0 12px;
  font-size: 22px
}
.why-grid p {
  color: #aebbbb;
  max-width: 190px;
  font-size: 12px;
  line-height: 1.6
}

/* Training */
.training {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 120px;
  display: grid
}
.training-copy>p:not(.eyebrow) {
  color: var(--muted);
  max-width: 490px;
  margin: 30px 0;
  font-size: 15px;
  line-height: 1.75
}
.training-list {
  border-top: 1px solid var(--line)
}
.training-list div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 21px 0;
  display: grid
}
.training-list span {
  color: #879291;
  font-size: 10px
}
.training-list strong {
  font-size: 14px;
  font-weight: 560
}

/* Contact */
.contact {
  text-align: center;
  background: #edf3f1;
  padding: 120px 34px
}
.contact-inner {
  max-width: 860px;
  margin: auto
}
.contact .eyebrow {
  justify-content: center
}
.contact-inner>p:not(.eyebrow):not(.location) {
  max-width: 600px;
  color: var(--muted);
  margin: 30px auto;
  line-height: 1.7
}
.contact-actions {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 38px;
  display: grid
}
.contact-actions a {
  text-align: left;
  background: #fff;
  border: 1px solid #dae4e1;
  padding: 20px 22px;
  position: relative
}
.contact-actions small,.contact-actions strong {
  display: block
}
.contact-actions small {
  color: var(--muted);
  margin-bottom: 5px;
  font-size: 10px
}
.contact-actions strong {
  font-size: 16px
}
.contact-actions a>span {
  position: absolute;
  top: 27px;
  right: 22px
}
.location {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  color: #72827e!important;
  margin-top: 35px!important
}

/* Footer */
footer {
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 35px;
  max-width: 1240px;
  min-height: 145px;
  margin: auto;
  padding: 38px 34px;
  display: grid
}
.footer .brand {
  grid-row: 1/3
}
footer>p {
  color: var(--muted);
  margin: 5px 0;
  font-size: 12px
}
footer>div {
  gap: 24px;
  margin-top: 5px;
  font-size: 11px;
  display: flex
}
footer>small {
  color: #8b9694;
  grid-column: 2/-1;
  margin-top: -30px;
  font-size: 10px
}
@media (max-width:900px) {
  nav {
    display: none
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px
  }
  .hero-copy {
    padding-bottom: 20px
  }
  .hero-visual {
    min-height: 470px
  }
  .hero-bottom {
    grid-column: auto
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px
  }
  .service-grid {
    grid-template-columns: 1fr
  }
  .service-card {
    min-height: auto
  }
  .service-symbol {
    margin-bottom: 40px
  }
  .about {
    grid-template-columns: 1fr;
    gap: 45px
  }
  .portrait-wrap {
    min-height: 500px
  }
  .why-grid {
    grid-template-columns: 1fr 1fr
  }
  .training {
    grid-template-columns: 1fr;
    gap: 60px
  }
  .contact-actions {
    grid-template-columns: 1fr
  }
}
@media (max-width:600px) {
  .site-header {
    height: 68px;
    padding: 0 20px
  }
  .header-cta {
    padding: 10px 13px
  }
  .holiday-notice {
    align-items: flex-start;
    margin: 12px 20px 0;
    padding: 13px 14px
  }
  .holiday-notice a {
    display: none
  }
  .holiday-icon {
    margin-top: 1px
  }
  .hero {
    padding: 55px 20px 0
  }
  .hero-copy {
    padding-top: 0
  }
  h1 {
    font-size: 50px
  }
  .hero-intro {
    font-size: 16px
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
  }
  .hero-visual {
    min-height: 390px;
    margin-top: 25px
  }
  .lake-one {
    width: 370px;
    height: 290px;
    right: -120px
  }
  .lake-two {
    width: 270px;
    height: 180px;
    right: 5px
  }
  .device-mac {
    width: 255px;
    height: 165px;
    right: 22px
  }
  .device-mac:after {
    left: 73px
  }
  .device-phone {
    top: 225px;
    right: 9px
  }
  .trust-note {
    top: 290px;
    left: 0;
    right: auto
  }
  .hero-bottom {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 0
  }
  .hero-bottom div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px 0
  }
  .section {
    padding: 88px 20px
  }
  .section-heading {
    margin-bottom: 38px
  }
  h2 {
    font-size: 44px
  }
  .about {
    padding-left: 20px;
    padding-right: 20px
  }
  .portrait-wrap {
    min-height: 410px
  }
  .portrait-wrap img {
    width: 82%
  }
  .credentials {
    grid-template-columns: 1fr
  }
  .credentials div:nth-child(odd) {
    border-right: 0
  }
  .credentials div:nth-child(2n) {
    padding-left: 0
  }
  .why-grid {
    grid-template-columns: 1fr
  }
  .why-grid article,.why-grid article:first-child {
    border-bottom: 1px solid #ffffff2e;
    border-right: 0;
    min-height: 150px;
    padding: 25px 0
  }
  .why-grid h3 {
    margin-top: 20px
  }
  .training {
    gap: 45px
  }
  .contact {
    padding: 90px 20px
  }
  .contact-actions strong {
    font-size: 14px
  }
  footer {
    grid-template-columns: 1fr;
    padding: 34px 20px
  }
  footer>small {
    grid-column: auto;
    margin-top: 0
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  .button,.service-card {
    transition: none
  }
}

/* Legal pages */
.legal-page {
  background: #f8f8f5;
  min-height: 100vh
}
.legal-header {
  background: #fff;
  max-width: none;
  padding-left: max(34px,50vw - 586px);
  padding-right: max(34px,50vw - 586px)
}
.legal-back {
  color: #506165;
  font-size: 13px;
  font-weight: 620
}
.legal-hero {
  border-bottom: 1px solid var(--line);
  max-width: 950px;
  margin: 0 auto;
  padding: 95px 34px 70px
}
.legal-hero h1 {
  max-width: 850px;
  font-size: clamp(48px,6.5vw,84px)
}
.legal-updated {
  color: var(--muted);
  margin: 24px 0 0;
  font-size: 12px
}
.legal-content {
  max-width: 950px;
  margin: auto;
  padding: 70px 34px 110px
}
.legal-content section {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 280px 1fr;
  gap: 48px;
  padding: 34px 0;
  display: grid
}
.legal-content h2 {
  font-family: var(--font-geist),Arial,sans-serif;
  letter-spacing: -.025em;
  color: var(--ink);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35
}
.legal-content p,.legal-content li {
  color: #566669;
  font-size: 14px;
  line-height: 1.75
}
.legal-content p {
  margin: 0 0 14px
}
.legal-content p:last-child {
  margin-bottom: 0
}
.legal-content a {
  color: var(--blue);
  border-bottom: 1px solid #b9c9cb
}
.legal-content ul,.legal-content ol {
  margin: 0;
  padding-left: 20px
}
.legal-content li {
  margin-bottom: 9px;
  padding-left: 5px
}
.legal-intro {
  border-bottom: 1px solid var(--line);
  padding: 0 0 35px
}
.legal-footer {
  background: #fff;
  grid-template-columns: auto 1fr auto;
  max-width: none;
  padding-left: max(34px,50vw - 586px);
  padding-right: max(34px,50vw - 586px)
}
.legal-footer nav {
  justify-self: end;
  display: flex
}
.legal-footer small {
  grid-column: 2/-1
}
@media (max-width:700px) {
  .legal-header {
    padding: 0 20px
  }
  .legal-hero {
    padding: 70px 20px 50px
  }
  .legal-content {
    padding: 45px 20px 80px
  }
  .legal-content section {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 28px 0
  }
  .legal-content h2 {
    font-size: 18px
  }
  .legal-footer {
    grid-template-columns: 1fr;
    padding: 34px 20px
  }
  .legal-footer nav {
    justify-self: start;
    gap: 22px;
    display: flex
  }
  .legal-footer small {
    grid-column: auto
  }
  .legal-back {
    font-size: 12px
  }
}

/* Privacy notice */
.privacy-notice {
  z-index: 100;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff7;
  border: 1px solid #172d3224;
  border-radius: 12px;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 16px;
  max-width: 920px;
  margin: auto;
  padding: 20px 22px;
  display: grid;
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  box-shadow: 0 22px 65px #12282c2e
}
.privacy-symbol {
  width: 38px;
  height: 38px;
  color: var(--green);
  background: #e7f0ec;
  border-radius: 50%;
  place-items: center;
  font-size: 16px;
  font-weight: 800;
  display: grid
}
.privacy-copy strong {
  margin-bottom: 5px;
  font-size: 13px;
  display: block
}
.privacy-copy p {
  color: var(--muted);
  max-width: 540px;
  margin: 0;
  font-size: 11px;
  line-height: 1.55
}
.privacy-actions {
  align-items: center;
  gap: 12px;
  display: flex
}
.privacy-actions a {
  white-space: nowrap;
  border-bottom: 1px solid #aebbb8;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: 650
}
.privacy-actions button {
  -webkit-appearance: none;
  appearance: none;
  background: var(--ink);
  color: #fff;
  font: 600 11px var(--font-geist),Arial,sans-serif;
  cursor: pointer;
  border: 0;
  border-radius: 24px;
  padding: 11px 17px
}
.privacy-actions button:hover {
  background: #23444a
}
@media (max-width:700px) {
  .privacy-notice {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 16px;
    bottom: 14px;
    left: 14px;
    right: 14px
  }
  .privacy-symbol {
    width: 32px;
    height: 32px
  }
  .privacy-actions {
    grid-column: 1/-1;
    justify-content: flex-end
  }
  .privacy-copy p {
    font-size: 10px
  }
  .privacy-actions button {
    padding: 10px 15px
  }
}
