@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/sora-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/sora-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/sora-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/sora-latin-700-normal.woff2") format("woff2");
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Sora, Segoe UI, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  html { scroll-behavior: smooth; }
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 247 / var(--tw-bg-opacity, 1));
  font-family: Sora, Segoe UI, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(11 28 44 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    background-image:
      linear-gradient(180deg, #e8f2f4 0%, #f0f5f7 28%, #f0f5f7 100%);
}
  ::-moz-selection { background: rgba(13,115,119,0.22); }
  ::selection { background: rgba(13,115,119,0.22); }
  .btn-teal {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 115 119 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  .btn-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 84 86 / var(--tw-bg-opacity, 1));
}
  .btn-teal:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .btn-teal--lift {
    box-shadow: 0 18px 40px -12px rgba(13, 115, 119, 0.45);
  }
  .btn-wa {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 170 90 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  .btn-wa:hover {
  --tw-brightness: brightness(.95);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
  .btn-wa:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .ico { width: 18px; height: 18px; flex-shrink: 0; }
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.z-40 {
  z-index: 40;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-lg {
  max-width: 32rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1.25rem;
}
.rounded-3xl {
  border-radius: 1.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-ink\/10 {
  border-color: rgb(11 28 44 / 0.1);
}
.border-ink\/5 {
  border-color: rgb(11 28 44 / 0.05);
}
.bg-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(9 84 86 / var(--tw-bg-opacity, 1));
}
.bg-mist\/90 {
  background-color: rgb(240 245 247 / 0.9);
}
.bg-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(216 238 238 / var(--tw-bg-opacity, 1));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(13 115 119 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-deep {
  --tw-text-opacity: 1;
  color: rgb(9 84 86 / var(--tw-text-opacity, 1));
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(11 28 44 / var(--tw-text-opacity, 1));
}
.text-slate {
  --tw-text-opacity: 1;
  color: rgb(84 112 132 / var(--tw-text-opacity, 1));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(13 115 119 / var(--tw-text-opacity, 1));
}
.text-wa {
  --tw-text-opacity: 1;
  color: rgb(31 170 90 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.opacity-70 {
  opacity: 0.7;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-wa\/20 {
  --tw-ring-color: rgb(31 170 90 / 0.2);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.hover\:bg-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 238 238 / var(--tw-bg-opacity, 1));
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.active\:scale-\[0\.97\]:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}



.reach-dock {
  position: fixed;
  z-index: 60;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 0 12px calc(12px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  opacity: 0;
  transform: translateY(120%);
  transition: opacity 0.28s ease, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.reach-dock.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.reach-dock__shell {
  display: grid;
  grid-template-columns: 1.35fr 1px 1fr;
  align-items: stretch;
  width: min(100%, 420px);
  border-radius: 999px;
  overflow: hidden;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}
.reach-dock__action {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 10px 16px;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.reach-dock__action:active { transform: scale(0.985); }
.reach-dock__icon { width: 22px; height: 22px; flex-shrink: 0; }
.reach-dock__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
}
.reach-dock__kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.reach-dock__value {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reach-dock__divider { width: 1px; align-self: stretch; margin: 10px 0; }
@media (min-width: 640px) {
  .reach-dock { padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px)); }
  .reach-dock__shell { width: min(100%, 460px); }
  .reach-dock__action { min-height: 60px; padding: 12px 18px; }
  .reach-dock__value { font-size: 14px; }
}
@media (max-width: 379px) {
  .reach-dock__value { font-size: 12px; }
  .reach-dock__action { padding: 10px 12px; gap: 8px; }
}

  .reach-dock--daylight .reach-dock__shell {
    background: rgba(255,255,255,0.96);
    border: 2px solid #0d7377;
    box-shadow:
      0 16px 40px rgba(11,28,44,0.14),
      0 0 0 1px rgba(13,115,119,0.22),
      0 0 0 1px rgba(255,255,255,0.6) inset;
  }
  .reach-dock--daylight .reach-dock__call { color: #fff; background: #0d7377; }
  .reach-dock--daylight .reach-dock__call:hover { background: #095456; }
  .reach-dock--daylight .reach-dock__wa { color: #0b1c2c; }
  .reach-dock--daylight .reach-dock__wa:hover { background: #d8eeee; }
  .reach-dock--daylight .reach-dock__divider { background: rgba(11,28,44,0.1); }
  .reach-dock--daylight .reach-dock__kicker { color: inherit; opacity: 0.65; }




.stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
  vertical-align: middle;
}
.stars .ico-star { width: 15px; height: 15px; flex-shrink: 0; }
.stars .ico-star--on { color: var(--star-on, currentColor); }
.stars .ico-star--half { color: var(--star-on, currentColor); }
.stars .ico-star--off { color: var(--star-off, rgba(128,128,128,0.35)); }
.stars__num {
  margin-left: 6px;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.g-reviews {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(66, 133, 244, 0.08);
  border: 1px solid rgba(66, 133, 244, 0.18);
  backdrop-filter: blur(4px);
}
.g-reviews__g { width: 20px; height: 20px; flex-shrink: 0; }
.g-reviews__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.g-reviews__label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
  letter-spacing: 0.01em;
}
.g-reviews--compact {
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: none;
  gap: 8px;
  flex-wrap: wrap;
}
.g-reviews--compact .g-reviews__g { width: 16px; height: 16px; }
.g-reviews--compact .g-reviews__count {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.7;
}


.trust-line {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.trust-line--sig {
  color: var(--sig-mute, #737373);
  font-size: 13px;
}
.trust-line--hb {
  color: var(--hb-mute, #8aa39a);
  font-size: 13px;
}
.trust-line--dl {
  color: #547084;
  font-size: 13px;
}
.trust-line--fg {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
}


html { opacity: 0; }
html.is-ready {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  html { opacity: 1; transition: none; }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}
/* Stronger presence for brand + primary CTA in the hero */
[data-reveal-hero] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal-hero].is-in {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-hero][data-reveal-delay="120ms"].is-in { transition-delay: 120ms; }
[data-reveal-hero][data-reveal-delay="220ms"].is-in { transition-delay: 220ms; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal-hero] { opacity: 1; transform: none; transition: none; }
}


.seo-faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px 24px 0;
}
.seo-faq__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.65;
}
.seo-faq__title {
  margin: 0 0 24px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.seo-faq__item {
  border-top: 1px solid rgba(128,128,128,0.22);
}
.seo-faq__item:last-child { border-bottom: 1px solid rgba(128,128,128,0.22); }
.seo-faq__heading { margin: 0; font-size: inherit; font-weight: inherit; }
.seo-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-align: left;
  cursor: pointer;
}
.seo-faq__q:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.seo-faq__chev {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
  transition: transform 0.25s ease;
}
.seo-faq__q[aria-expanded="true"] .seo-faq__chev {
  transform: rotate(225deg);
}
.seo-faq__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
.seo-faq__panel-inner { padding: 0 0 16px; }
.seo-faq__a {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
  max-width: 40em;
}
.seo-faq--dark { color: #f0ebe3; }
.seo-faq--dark .seo-faq__kicker { color: #c4a35a; opacity: 1; }
.seo-faq--dark .seo-faq__a { color: #c4bfb6; opacity: 1; }
.seo-faq--dark .seo-faq__item { border-color: rgba(240,235,227,0.12); }


.photo-credit {
  margin: 8px 0 0;
  font-size: 11px;
  opacity: 0.65;
  font-weight: 500;
}
.photo-credit a { text-decoration: underline; text-underline-offset: 2px; }

.site-img { margin: 0; }
.site-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-img--fallback {
  background:
    radial-gradient(120% 80% at 20% 10%, color-mix(in srgb, var(--img-accent, #666) 35%, transparent), transparent 55%),
    linear-gradient(145deg, color-mix(in srgb, var(--img-accent, #666) 22%, #111), #1a1a1a 60%, color-mix(in srgb, var(--img-accent, #666) 18%, #222));
}

.site-img--signature {
  width: auto;
  max-width: 720px;
  margin: 28px 24px 0;
  overflow: hidden;
  border-radius: 12px;
  background: #e7e5e4;
}
.site-img--signature img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: none;
  object-fit: cover;
}
.site-img--signature.site-img--fallback {
  min-height: 200px;
  aspect-ratio: 4 / 3;
}
.site-img--signature .photo-credit {
  margin: 10px 0 0;
  padding: 0 2px;
}
@media (min-width: 640px) {
  .site-img--signature {
    margin: 40px auto 0;
    width: calc(100% - 64px);
    max-width: 720px;
    border-radius: 14px;
  }
  .site-img--signature img {
    aspect-ratio: 16 / 9;
    max-height: 48vh;
  }
}
@media (min-width: 900px) {
  .site-img--signature {
    width: 100%;
    max-width: none;
    margin: 48px 0 0;
    border-radius: 0;
  }
  .site-img--signature img {
    aspect-ratio: 21 / 9;
    max-height: 52vh;
  }
  .site-img--signature .photo-credit {
    max-width: 720px;
    margin: 12px auto 0;
    padding: 0 24px;
  }
}

.day-hero--photo,
.day-hero--fallback {
  position: relative;
  width: 100%;
  max-width: none !important;
  color: #fff;
  background-color: #0b1c2c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.day-hero--photo {
  background-image:
    linear-gradient(180deg, rgba(11,28,44,0.45) 0%, rgba(11,28,44,0.72) 100%),
    var(--hero-image);
}
.day-hero__inner {
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .day-hero__inner { max-width: 48rem; }
}
@media (min-width: 1024px) {
  .day-hero__inner { max-width: 56rem; }
}
.day-hero--photo .text-ink,
.day-hero--fallback .text-ink { color: #fff !important; }
.day-hero--photo .text-slate,
.day-hero--fallback .text-slate { color: rgba(255,255,255,0.88) !important; }
.day-hero--photo .text-teal,
.day-hero--fallback .text-teal { color: #7fd4d6 !important; }
.day-hero--fallback {
  background-image:
    radial-gradient(100% 80% at 80% 0%, color-mix(in srgb, var(--img-accent, #0d7377) 40%, transparent), transparent 50%),
    linear-gradient(160deg, #0b1c2c, color-mix(in srgb, var(--img-accent, #0d7377) 55%, #0b1c2c));
}


.map-embed {
  margin: 20px 0 0;
  max-width: 720px;
}
.map-embed__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(128,128,128,0.12);
}
.map-embed__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-embed__cap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.75;
}
.map-embed__cap a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 1;
}
.map-embed--harbor .map-embed__frame {
  border: 1px solid rgba(232, 242, 239, 0.12);
  border-radius: 12px;
  background: #0e1614;
}
.map-embed--harbor .map-embed__cap { color: var(--hb-mute, #8aa39a); }
.map-embed--harbor .map-embed__cap a { color: var(--hb-foam, #e8f2ef); }
.map-embed--daylight .map-embed__frame {
  border: 1px solid rgba(11, 28, 44, 0.08);
  box-shadow: 0 12px 32px rgba(11, 28, 44, 0.08);
}
.map-embed--forge .map-embed__frame {
  border: 1px solid #ddd8d2;
  border-radius: 12px;
}
.map-embed--forge .map-embed__cap a { color: var(--fg-soot, #12100e); }
.map-embed--signature .map-embed__frame {
  border-radius: 12px;
  background: #e7e5e4;
}
@media (min-width: 640px) {
  .map-embed__frame { min-height: 280px; }
}


.claim-bar {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  padding: 10px 16px;
  background: #111;
  color: #fafafa;
  font-size: 13px;
  line-height: 1.35;
}
.claim-bar__copy { margin: 0; display: flex; flex-wrap: wrap; gap: 6px 8px; align-items: baseline; }
.claim-bar__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
}
.claim-bar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.claim-bar__cta:hover { filter: brightness(0.95); }
.claim-bar__cta:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
@media (max-width: 520px) {
  .claim-bar { padding-left: 12px; padding-right: 12px; }
  .claim-bar__cta { width: 100%; justify-content: center; }
}
/* Desktop only: drop toggle below claim bar (mobile handled in designToggleCss) */
@media (min-width: 641px) {
  body:has(.claim-bar) .design-toggle {
    top: 56px;
  }
}


.design-toggle {
  position: fixed;
  z-index: 70;
  top: calc(12px + env(safe-area-inset-top, 0px));
  left: 12px;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.design-toggle__btn {
  appearance: none;
  border: 1px solid rgba(128,128,128,0.35);
  background: rgba(255,255,255,0.78);
  color: #111;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.design-toggle__menu {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 140px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(128,128,128,0.25);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.design-toggle__menu[hidden] { display: none !important; }
.design-toggle__opt {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #222;
  font-size: 12px;
  font-weight: 500;
}
.design-toggle__opt:hover { background: rgba(0,0,0,0.05); }
.design-toggle__opt.is-active {
  background: rgba(0,0,0,0.08);
  font-weight: 700;
}
@media (max-width: 640px) {
  /* Bottom-left on mobile — never compete with the sticky claim bar */
  .design-toggle,
  body:has(.claim-bar) .design-toggle {
    top: auto;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    left: 12px;
  }
}
