@charset "UTF-8";
/*
! tailwindcss v3.1.8 | 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: currentColor; /* 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.
*/
html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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;
}
*, ::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-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:  ;
}
::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-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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1100px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1200px;
  }
}
.static{
  position: static;
}
.sticky{
  position: sticky;
}
.hidden{
  display: none;
}
.w-full{
  width: 100%;
}
.text-center{
  text-align: center;
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(80 175 155 / var(--tw-text-opacity));
}
/* manrope-700 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope/manrope-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope/manrope-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/manrope-v13-latin-700.woff2") format("woff2"), url("../fonts/manrope/manrope-v13-latin-700.woff") format("woff"), url("../fonts/manrope/manrope-v13-latin-700.ttf") format("truetype"), url("../fonts/manrope/manrope-v13-latin-700.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-600 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope/manrope-v13-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope/manrope-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/manrope-v13-latin-600.woff2") format("woff2"), url("../fonts/manrope/manrope-v13-latin-600.woff") format("woff"), url("../fonts/manrope/manrope-v13-latin-600.ttf") format("truetype"), url("../fonts/manrope/manrope-v13-latin-600.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* manrope-800 - latin */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope/manrope-v13-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/manrope/manrope-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope/manrope-v13-latin-800.woff2") format("woff2"), url("../fonts/manrope/manrope-v13-latin-800.woff") format("woff"), url("../fonts/manrope/manrope-v13-latin-800.ttf") format("truetype"), url("../fonts/manrope/manrope-v13-latin-800.svg#Manrope") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v34-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v34-latin-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v34-latin-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v34-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v34-latin-700.woff") format("woff"), url("../fonts/open-sans/open-sans-v34-latin-700.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  color: #292D33;
  /** Other font sizes are relative to this size **/
  font-size: 16px;
}

p {
  color: #66686F;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8 {
  font-family: "Manrope", sans-serif;
}

h1 {
  margin-top: 4px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}

.h1 {
  font-size: 2.875rem;
  line-height: 3.75rem;
  font-weight: 400;
}

.h2 {
  font-size: 2.375rem;
  line-height: 3.5rem;
  font-weight: 800;
}

.h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 800;
}

.h4 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 700;
}

.h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.h7 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.h7__medium {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.h8 {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.para1 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.para2 {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 400;
}
.para2__bold {
  font-weight: 700;
}

.para3 {
  font-size: 1.25rem;
  line-height: 2.0625rem;
  font-weight: 400;
}
.para3__semi {
  font-weight: 600;
}

.para4 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.para4__semi {
  font-weight: 600;
}

:root {
  --dbcalm-primary: #10b981;
  --dbcalm-primary-dark: #059669;
  --dbcalm-secondary: #3b82f6;
  --dbcalm-dark: #1f2937;
  --dbcalm-gray: #6b7280;
  --dbcalm-light-gray: #f3f4f6;
  --dbcalm-white: #ffffff;
}
.button {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.button__primary {
  background-color: var(--dbcalm-white);
  color: var(--dbcalm-primary);
}
.button__primary:hover {
  background-color: var(--dbcalm-light-gray);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.button__secondary {
  background-color: transparent;
  color: var(--dbcalm-white);
  border-color: var(--dbcalm-white);
}
.button__secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

html {
  font-family: "Open Sans", sans-serif;
}

.container {
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .container {
    margin: 0px auto;
    padding: 0px 30px;
  }
}

.strip {
  display: flex;
  padding-bottom: 60px;
}
.strip__headline{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: var(--dbcalm-dark);
  flex-direction: column;
  padding-bottom: 0px;
}
.strip__hero{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  padding: 60px 0 80px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .strip__hero {
    padding: 40px 0 60px;
  }
}
.strip__hero .hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.strip__hero .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .strip__hero .hero-title {
    font-size: 2.5rem;
  }
}
.strip__hero .hero-subtitle {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: var(--dbcalm-dark);
}
@media (max-width: 768px) {
  .strip__hero .hero-subtitle {
    font-size: 1.25rem;
  }
}
.strip__hero .hero-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip__hero .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
}
.strip__hero .button__secondary {
  color: var(--dbcalm-white);
  border-color: var(--dbcalm-white);
  background-color: rgba(31, 41, 55, 0.3);
}
.strip__hero .button__secondary:hover {
  background-color: rgba(31, 41, 55, 0.5);
}
.strip__benefits {
  padding: 80px 0;
  background-color: var(--dbcalm-white);
}
.strip__benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .strip__benefits .benefits-grid {
    grid-template-columns: 1fr;
  }
}
.strip__how-it-works {
  padding: 80px 0;
  background-color: var(--dbcalm-light-gray);
}
.strip__how-it-works .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .strip__how-it-works .steps-grid {
    grid-template-columns: 1fr;
  }
}
.strip__features {
  padding: 80px 0;
  background-color: var(--dbcalm-white);
}
.strip__features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .strip__features .features-grid {
    grid-template-columns: 1fr;
  }
}
.strip__pricing {
  padding: 80px 0;
  background-color: var(--dbcalm-light-gray);
}
.strip__pricing .early-bird-banner {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: var(--dbcalm-white);
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem auto;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
}
.strip__pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .strip__pricing .pricing-grid {
    grid-template-columns: 1fr;
  }
}
.strip__pricing .pricing-addons {
  margin-top: 3rem;
  text-align: center;
  padding: 2rem;
  background-color: var(--dbcalm-white);
  border-radius: 0.75rem;
  border: 2px solid #e5e7eb;
}
.strip__pricing .pricing-addons p {
  color: var(--dbcalm-dark);
  margin: 0.5rem 0;
}
.strip__pricing .pricing-addons ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.strip__pricing .pricing-addons ul li {
  color: var(--dbcalm-gray);
  padding: 0.25rem 0;
}
.strip__pricing .pricing-addons .annual-billing {
  font-style: italic;
  margin-top: 1rem;
}
.strip__open-source {
  padding: 80px 0;
  background-color: var(--dbcalm-light-gray);
}
.strip__open-source .cta-buttons {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .strip__open-source .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.strip__open-source .cta-buttons .button__secondary {
  background-color: rgba(31, 41, 55, 0.1);
  color: var(--dbcalm-dark);
  border-color: var(--dbcalm-dark);
}
.strip__open-source .cta-buttons .button__secondary:hover {
  background-color: rgba(31, 41, 55, 0.2);
}
.strip__open-source .note {
  font-style: italic;
  color: var(--dbcalm-gray);
  font-size: 0.95rem;
  margin-top: 1rem;
}
.strip__waitlist {
  padding: 80px 0;
  background-color: var(--dbcalm-white);
}
.strip__waitlist .waitlist-content {
  max-width: 1200px;
  margin: 0 auto;
}
.strip__waitlist .subsection-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--dbcalm-dark);
}
@media (max-width: 768px) {
  .strip__waitlist .subsection-title {
    font-size: 1.5rem;
  }
}
.strip__social-proof {
  padding: 60px 0;
  background-color: var(--dbcalm-light-gray);
}
.strip__social-proof .social-proof-content {
  text-align: center;
}
.strip__social-proof .github-badge {
  margin-bottom: 1.5rem;
}
.strip__social-proof .testimonial {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--dbcalm-gray);
  max-width: 600px;
  margin: 0 auto;
}
.strip__footer {
  background-color: var(--dbcalm-dark);
  color: var(--dbcalm-white);
  padding: 40px 0;
}
.strip__footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.strip__footer .footer-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.strip__footer .footer-links a {
  color: var(--dbcalm-white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.strip__footer .footer-links a:hover {
  color: var(--dbcalm-primary);
}
.strip__footer .footer-legal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strip__footer .legal-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.strip__footer .legal-links a {
  color: var(--dbcalm-gray);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}
.strip__footer .legal-links a:hover {
  color: var(--dbcalm-white);
}

.benefit-card {
  padding: 2rem;
  background-color: var(--dbcalm-white);
  border-radius: 0.75rem;
  border: 2px solid var(--dbcalm-light-gray);
  transition: all 0.3s ease;
}
.benefit-card:hover {
  border-color: var(--dbcalm-primary);
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.1);
  transform: translateY(-5px);
}
.benefit-card .benefit-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.benefit-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--dbcalm-dark);
}
.benefit-card p {
  color: var(--dbcalm-gray);
  line-height: 1.6;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--dbcalm-dark);
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--dbcalm-gray);
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.feature-list li {
  padding: 0.75rem 0;
  font-size: 1.125rem;
  color: var(--dbcalm-dark);
  line-height: 1.6;
}

.saas-features li {
  border-bottom: 1px solid var(--dbcalm-light-gray);
}
.saas-features li:last-child {
  border-bottom: none;
}

.code-preview {
  background-color: var(--dbcalm-dark);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.code-preview .code-header {
  background-color: #374151;
  padding: 1rem 1.5rem;
  color: var(--dbcalm-white);
  font-weight: 600;
  border-bottom: 1px solid #4b5563;
}
.code-preview .code-block {
  background-color: var(--dbcalm-dark);
  padding: 1.5rem;
  margin: 0;
  color: #10b981;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .code-preview .code-block {
    font-size: 0.75rem;
  }
}
.code-preview .code-block code {
  color: inherit;
}

.highlight-callout {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: var(--dbcalm-white);
  padding: 1.5rem 2rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.2);
}
.highlight-callout .callout-icon {
  font-size: 2rem;
}
.highlight-callout .callout-text {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .highlight-callout .callout-text {
    font-size: 1rem;
  }
}

.signup-form-container {
  background-color: var(--dbcalm-light-gray);
  padding: 2rem;
  border-radius: 0.75rem;
  border: 2px solid #e5e7eb;
}
.signup-form-container .form-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--dbcalm-dark);
  text-align: center;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.waitlist-form .form-group {
  display: flex;
  flex-direction: column;
}
.waitlist-form .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--dbcalm-dark);
}
.waitlist-form .form-input,
.waitlist-form .form-select {
  padding: 0.875rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: var(--dbcalm-white);
}
.waitlist-form .form-input:focus,
.waitlist-form .form-select:focus {
  outline: none;
  border-color: var(--dbcalm-primary);
}
.waitlist-form .form-privacy {
  font-size: 0.875rem;
  color: var(--dbcalm-gray);
  text-align: center;
  margin-top: 0.5rem;
}

.form-success {
  background-color: #d1fae5;
  color: #065f46;
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
}
.form-success.hidden {
  display: none;
}

header.container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: row;
  align-items: center;
}

.logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.logo .logo-image {
  height: 40px;
  width: auto;
}
.logo h1 {
  margin: 0;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  z-index: 1001;
  transition: all 0.3s ease;
}
.menu-toggle svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
  .menu-toggle--sticky {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #101929;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease;
  }
}
.menu-toggle--active {
  position: fixed;
  right: 20px;
  top: 20px;
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.menu-overlay.active {
  display: block;
}

.menu {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
@media (min-width: 768px) {
  .menu {
    margin-left: auto;
    margin-right: 0px;
  }
}
.menu {
  padding-top: 11px;
  gap: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #101929;
    flex-direction: column;
    padding: 80px 30px 30px;
    margin: 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
  }
  .menu.active {
    right: 0;
  }
  .menu a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: padding-left 0.2s ease;
  }
  .menu a:hover {
    padding-left: 10px;
  }
}
.menu a{
  font-size: 1.25rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.menu a.active {
  color: var(--dbcalm-primary);
}

body.menu-open {
  overflow: hidden;
}

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

.w-full {
  width: 100%;
}

.hidden {
  display: none;
}

.text-green {
  color: var(--dbcalm-primary);
}

p{
  --tw-text-opacity: 1;
  color: rgb(102 104 111 / var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .button {
    width: 100%;
    text-align: center;
  }
}
/* Step Cards for How It Works */
.step-card {
  text-align: center;
  padding: 2rem;
  background-color: var(--dbcalm-white);
  border-radius: 0.75rem;
  transition: all 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.step-card .step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: var(--dbcalm-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}
.step-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dbcalm-dark);
}
.step-card p {
  color: var(--dbcalm-gray);
  line-height: 1.6;
}

/* Feature Items */
.feature-item {
  padding: 1.5rem;
}
.feature-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--dbcalm-dark);
}
.feature-item p {
  color: var(--dbcalm-gray);
  line-height: 1.6;
}

/* Pricing Cards */
.pricing-card {
  background-color: var(--dbcalm-white);
  border-radius: 0.75rem;
  padding: 2.5rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-card:hover {
  border-color: var(--dbcalm-primary);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
  transform: translateY(-5px);
}
.pricing-card.popular {
  border-color: var(--dbcalm-primary);
  border-width: 3px;
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}
.pricing-card.popular .popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: var(--dbcalm-white);
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.pricing-card.enterprise .price-wrapper .price {
  font-size: 1.75rem;
}
.pricing-card .tier-name {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dbcalm-dark);
  margin-bottom: 1rem;
  text-align: center;
}
.pricing-card .tier-toggle-section {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pricing-card .tier-toggle-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dbcalm-gray);
  margin-bottom: 0.25rem;
}
.pricing-card .tier-toggle-link {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--dbcalm-primary);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.pricing-card .tier-toggle-link:hover {
  color: var(--dbcalm-primary-dark);
  text-decoration: none;
}
.pricing-card .price-wrapper {
  text-align: center;
  margin-bottom: 1rem;
}
.pricing-card .price-wrapper .price-old {
  font-size: 1.5rem;
  color: var(--dbcalm-gray);
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.pricing-card .price-wrapper .price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--dbcalm-dark);
  line-height: 1;
}
.pricing-card .price-wrapper .price-period {
  font-size: 1.125rem;
  color: var(--dbcalm-gray);
}
.pricing-card .early-bird-badge {
  background-color: #fef3c7;
  color: #92400e;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}
.pricing-card .tier-description {
  text-align: center;
  color: var(--dbcalm-gray);
  font-size: 1rem;
  margin-bottom: 2rem;
  min-height: 3rem;
}
.pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  flex-grow: 1;
}
.pricing-card .features-list li {
  padding: 0.75rem 0;
  color: var(--dbcalm-dark);
  line-height: 1.5;
  border-bottom: 1px solid var(--dbcalm-light-gray);
}
.pricing-card .features-list li:before {
  content: "✓ ";
  color: var(--dbcalm-primary);
  font-weight: 700;
  margin-right: 0.5rem;
}
.pricing-card .features-list li:last-child {
  border-bottom: none;
}
.pricing-card .features-list li strong {
  font-weight: 700;
}
.pricing-card .button {
  margin-top: auto;
}

/* Contact Form Modal */
.contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}
.contact-modal.hidden {
  display: none;
}

.contact-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.contact-modal-content {
  position: relative;
  background-color: var(--dbcalm-white);
  border-radius: 0.75rem;
  padding: 2.5rem;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .contact-modal-content {
    padding: 2rem 1.5rem;
  }
}

.contact-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--dbcalm-gray);
  transition: color 0.2s ease;
  padding: 0.5rem;
}
.contact-modal-close:hover {
  color: var(--dbcalm-dark);
}

.contact-modal-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--dbcalm-dark);
}
@media (max-width: 768px) {
  .contact-modal-title {
    font-size: 1.75rem;
  }
}

.contact-modal-description {
  font-size: 1.125rem;
  color: var(--dbcalm-gray);
  margin-bottom: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-form .form-group {
  display: flex;
  flex-direction: column;
}
.contact-form .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--dbcalm-dark);
}
.contact-form .form-input,
.contact-form .form-select {
  padding: 0.875rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  background-color: var(--dbcalm-white);
}
.contact-form .form-input:focus,
.contact-form .form-select:focus {
  outline: none;
  border-color: var(--dbcalm-primary);
}
.contact-form textarea.form-input {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.modal-open {
  overflow: hidden;
}

/*# sourceMappingURL=dbcalm.css.map */