/* CSS Custom Properties */
:root {
    --dur: 0.4s;
    --primary-color: #fcfcfc;
    --primary-color-dark: #ccc;
    --accent-color: #6a2fb1;
    --accent-color-dark: #3c1366;
    --primary-muted-color: #e5e5e5;
    --success-color: #40f467;
    --error-color: #f54055;
    --secondary-color: #222222;
    --secondary-muted-color: #4b5563;
    --shadow-color: #4b55634d;
    --hover-color: #a184b944;
    --text-color: #333333;
    --h-text-color: #111111;
}
.dark-mode {
    /* #232323 */
    --primary-color: #0a0a0a;
    --primary-color-dark: #ccc;
    --accent-color: #ff47ff;
    --accent-color-dark: #ff47ff;
    --primary-muted-color: #232323;
    --success-color: #40f467;
    --error-color: #f96c7d;
    --secondary-color: #f5f5f5;
    --secondary-muted-color: #a0a0a0;
    --shadow-color: #a0a0a04d;
    --hover-color: #a184b944;
    --text-color: #333333;
    --h-text-color: #444444;
}
/* Base HTML Element Styles */
input {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
input:where(:not([type])),
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="week"],
input[multiple],
textarea,
select,
.editor-container {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
input:where(:not([type]))::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .editor-container::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1)) !important;
}
input:where(:not([type]))::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[multiple]::placeholder,
textarea::placeholder,
select::placeholder,
.editor-container::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1)) !important;
}
input:where(:not([type])):hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[multiple]:hover,
textarea:hover,
select:hover,
.editor-container:hover {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
input:where(:not([type])):focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[multiple]:focus,
textarea:focus,
select:focus,
.editor-container:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(3px + 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);
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1)) !important;
}
.editor-container:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(3px + 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);
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1)) !important;
}
html,
body {
    height: 100%;
    font-family: "Lato", sans-serif;
    color: var(--text-color);
    background-color: #f1f1f1;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
h1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--text-color);
}
h2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--text-color);
}
*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']) {
    border-radius: 0px;
}
input:where([type='radio']) {
    border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    input:where([type='checkbox']):checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    input:where([type='radio']):checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (forced-colors: active)  {
    input:where([type='checkbox']):indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
.\!container {
    width: 100% !important;
}
.container {
    width: 100%;
}
@media (min-width: 475px) {
    .\!container {
        max-width: 475px !important;
    }
    .container {
        max-width: 475px;
    }
}
@media (min-width: 640px) {
    .\!container {
        max-width: 640px !important;
    }
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .\!container {
        max-width: 1024px !important;
    }
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .\!container {
        max-width: 1280px !important;
    }
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .\!container {
        max-width: 1536px !important;
    }
    .container {
        max-width: 1536px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.visible {
    visibility: visible;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-8 {
    height: 2rem;
}
.h-full {
    height: 100%;
}
.w-1\/12 {
    width: 8.333333%;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/3 {
    width: 33.333333%;
}
.w-1\/4 {
    width: 25%;
}
.w-1\/6 {
    width: 16.666667%;
}
.w-3\/4 {
    width: 75%;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-8 {
    width: 2rem;
}
.w-auto {
    width: auto;
}
.w-full {
    width: 100%;
}
.min-w-full {
    min-width: 100%;
}
.max-w-full {
    max-width: 100%;
}
.transform {
    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));
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.content-center {
    align-content: center;
}
.justify-end {
    justify-content: flex-end;
}
.gap-1 {
    gap: 0.25rem;
}
.self-center {
    align-self: center;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.border {
    border-width: 1px;
}
.border-hidden {
    border-style: hidden;
}
.p-2 {
    padding: 0.5rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.italic {
    font-style: italic;
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.underline {
    text-decoration-line: underline;
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.fru-details2-col-\[25\%\] {
    flex-basis: 25%;
    flex-shrink: 1;
}
.fru-details2-col-\[300px\] {
    flex-basis: 300px;
    flex-shrink: 1;
}
.fru-details2-col-\[50\%\] {
    flex-basis: 50%;
    flex-shrink: 1;
}
.fru-details2-col-\[75\%\] {
    flex-basis: 75%;
    flex-shrink: 1;
}
.fru-details2-col-\[auto\] {
    flex-basis: 100%;
    flex-glow: 1px;
}
.grid-c-\[1\] {
    grid-column: 1;
}
.grid-c-\[2\] {
    grid-column: 2;
}
.grid-c-\[3\] {
    grid-column: 3;
}
.grid-cols-config-\[200px-300px-auto\] {
    grid-template-columns: 200px 300px auto;
}
.grid-cols-config-\[auto-350px\] {
    grid-template-columns: auto 350px;
}
.grid-r-\[1\] {
    grid-row: 1;
}
html {
    background-color: #fdfdfd;
}
.logo-section {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}
.logo-section a {
    display: flex;
    flex-direction: row;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.logo-section img {
    margin: auto;
}
.logo-section span {
    display: block;
}
.offer-shell {
    --offer-lead-color: var(--accent-color);
    --offer-lead-color-dark: var(--accent-color-dark);
    --offer-accent-red: #F16A4B;
    --offer-accent-blue: #7BAEDC;
    --offer-accent-green: #80C56B;
    --offer-accent-soft: #cfc3da;
    --offer-accent-mist: #ede7f2;
    --offer-accent-bright: #8a6ca4;
    --offer-accent-ink: #49385a;
    --offer-support-warm: var(--offer-accent-red);
    --offer-support-cool: var(--offer-accent-blue);
    --offer-support-fresh: var(--offer-accent-green);
    background:
        radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--offer-lead-color) 25%, transparent) 0, transparent 32%),
        radial-gradient(circle at 96% 20%, color-mix(in srgb, var(--offer-support-cool) 20%, transparent) 0, transparent 35%),
        radial-gradient(circle at 22% 92%, color-mix(in srgb, var(--offer-support-warm) 16%, transparent) 0, transparent 34%),
        radial-gradient(circle at 70% 72%, color-mix(in srgb, var(--offer-support-fresh) 16%, transparent) 0, transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f6f2fb 46%, #fffaf3 100%);
    color: var(--secondary-color);
    min-height: 100vh;
}
.offer-shell__topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px);
    background: color-mix(in srgb, var(--primary-color) 76%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--offer-lead-color) 22%, white);
    box-shadow: 0 8px 32px color-mix(in srgb, var(--offer-lead-color-dark) 16%, transparent);
}
.offer-shell__topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}
.offer-shell__brand,
.offer-shell__nav a {
    color: var(--secondary-color);
    text-decoration: none;
}
.offer-shell__brand {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.offer-shell__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.offer-shell__nav a {
    font-weight: 700;
}
.offer-shell__main {
    padding: 0 0 3rem;
}
.offer-landing {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
}
.offer-hero,
.offer-section,
.offer-cta-panel {
    width: min(1180px, 100%);
    margin: 0 auto;
}
.offer-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    gap: 1.5rem;
    align-items: stretch;
    padding: 2rem;
    border-radius: 1.5rem;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--offer-lead-color) 22%, white) 0%, color-mix(in srgb, var(--offer-support-cool) 12%, white) 38%, rgba(255, 255, 255, 0.96) 66%),
        #ffffff;
    box-shadow: 0 24px 64px color-mix(in srgb, var(--shadow-color) 90%, transparent);
}
.offer-kicker,
.offer-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: linear-gradient(120deg, color-mix(in srgb, var(--offer-support-cool) 22%, white), color-mix(in srgb, var(--offer-support-fresh) 26%, white));
    color: var(--offer-accent-ink);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.offer-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--offer-accent-mist) 90%, #fff), rgba(255,255,255,0.9));
    color: var(--offer-lead-color-dark);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
    border: 1px solid color-mix(in srgb, var(--offer-lead-color) 12%, #fff);
    box-shadow: 0 10px 28px color-mix(in srgb, var(--shadow-color) 80%, transparent);
    transition: transform 160ms ease, box-shadow 160ms ease;
}
.offer-section__eyebrow::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1.8rem;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--offer-lead-color), var(--offer-lead-color-dark));
}
.offer-section__eyebrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px color-mix(in srgb, var(--offer-lead-color-dark) 22%, transparent);
}
.offer-hero h1,
.offer-section h2,
.offer-cta-panel h2 {
    margin: 0;
    color: #1f1f24;
    line-height: 1.05;
}
.offer-hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    max-width: 12ch;
}
.offer-hero p,
.offer-card p,
.offer-step p,
.offer-cta-panel p {
    margin: 0;
    color: var(--secondary-muted-color);
    line-height: 1.7;
}
.offer-hero__content {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    justify-content: normal;
}
.offer-landing ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.offer-landing li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.65rem 0.9rem;
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--offer-lead-color) 8%, white);
    border-left: 3px solid var(--offer-lead-color);
    font-size: 0.97rem;
    line-height: 1.6;
    color: var(--offer-text, #2d2d2d);
}
.offer-landing li::before {
    content: "✓";
    flex-shrink: 0;
    margin-top: 0.1rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--offer-lead-color);
}
.offer-hero__panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: linear-gradient(160deg, #2f2740 0%, color-mix(in srgb, #4f3f67 82%, var(--offer-accent-blue)) 52%, color-mix(in srgb, #6a5a82 78%, var(--offer-accent-green)) 100%);
    color: #f9f8ff;
}
.offer-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.offer-hero__stat strong {
    font-size: 1.05rem;
}
.offer-hero__stat span {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}
.offer-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.5rem;
}
.offer-section__intro p {
    margin: 0;
    color: var(--secondary-muted-color);
    line-height: 1.7;
}
.offer-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.offer-section--accent {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: linear-gradient(120deg, color-mix(in srgb, var(--offer-lead-color) 11%, white), color-mix(in srgb, var(--offer-support-cool) 10%, white));
}
.offer-section__intro {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.offer-grid {
    display: grid;
    gap: 1rem;
}
.offer-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.offer-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.offer-card,
.offer-step,
.offer-chip,
.offer-cta-panel {
    border-radius: 1.2rem;
}
.offer-card,
.offer-step {
    padding: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--offer-accent-mist) 22%, white) 100%);
    border: 1px solid color-mix(in srgb, var(--offer-lead-color) 10%, white);
    box-shadow: 0 18px 42px color-mix(in srgb, var(--shadow-color) 65%, transparent);
}
.offer-chip {
    padding: 1rem;
    background: linear-gradient(120deg, color-mix(in srgb, var(--offer-support-warm) 24%, white), color-mix(in srgb, var(--offer-lead-color) 14%, white));
    color: var(--offer-accent-ink);
    font-weight: 700;
    text-align: center;
}
.offer-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.offer-step {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}
.offer-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--offer-lead-color), var(--offer-lead-color-dark));
    color: #ffffff;
    font-weight: 700;
}
.offer-metric {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.offer-metric__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, color-mix(in srgb, var(--offer-lead-color) 22%, white), color-mix(in srgb, var(--offer-support-cool) 24%, white));
    color: var(--offer-accent-ink);
}
.offer-metric__icon {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
}
.offer-metric__value {
    font-size: clamp(2.0rem, 3.5vw, 3.0rem);
    line-height: 1;
    color: #1f1f24;
}
.offer-metric__label {
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.4;
}
/* Integrations and contact form */
.integrations-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.integration-card {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.integration-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--offer-lead-color), var(--offer-support-cool));
}
.integration-card:nth-child(2)::before {
    background: linear-gradient(90deg, color-mix(in srgb, var(--offer-lead-color) 72%, var(--offer-support-cool)), var(--offer-support-cool));
}
.integration-card:nth-child(3)::before {
    background: linear-gradient(90deg, color-mix(in srgb, var(--offer-support-fresh) 72%, white), var(--offer-support-fresh));
}
.integration-card:nth-child(4)::before {
    background: linear-gradient(90deg, color-mix(in srgb, var(--offer-support-warm) 70%, white), color-mix(in srgb, var(--offer-support-warm) 88%, var(--offer-lead-color)));
}
.integration-card__logo {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    background: color-mix(in srgb, var(--accent-color) 10%, #fff);
    color: var(--accent-color-dark);
}
/*.integration-card__photo picture,*/
.integration-card__photo img {
    display: block;
    max-height: 120px;
    max-width: 300px;
    border-radius: 0.6rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.offer-hero__media {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.offer-hero__image {
    width: 100%;
    height: auto;
    border-radius: 0.9rem;
    box-shadow: 0 18px 48px color-mix(in srgb, var(--shadow-color) 40%, transparent);
    display: block;
}
.integration-form {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, color-mix(in srgb, var(--offer-support-cool) 7%, #fff), color-mix(in srgb, var(--offer-support-fresh) 5%, #fff) 100%);
    border: 1px solid color-mix(in srgb, var(--primary-muted-color) 18%, transparent);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--shadow-color) 20%, transparent);
}
.integration-form select,
.integration-form textarea,
.integration-form input {
    padding: 0.9rem 1rem;
    border-radius: 0.8rem;
    border: 1px solid color-mix(in srgb, var(--primary-muted-color) 36%, transparent);
    background: #fff;
    width: 100%;
    font-size: 0.975rem;
    color: var(--offer-accent-ink);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    transition: box-shadow var(--dur), border-color var(--dur), transform var(--dur);
}
.integration-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 2.4rem;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 1rem) calc(1rem + 2px), calc(100% - 0.6rem) calc(1rem + 2px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
}
.integration-form textarea { min-height: 140px; resize: vertical; }
.integration-form select:focus, .integration-form textarea:focus, .integration-form input:focus {
    outline: none;
    border-color: var(--offer-lead-color-dark);
    box-shadow: 0 6px 18px color-mix(in srgb, var(--offer-lead-color-dark) 12%, transparent);
    transform: translateY(-1px);
}
.integration-form__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}
.integration-form__status {
    margin-top: 0.6rem;
    color: var(--accent-color-dark);
    font-weight: 700;
}
.sr-only {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
@media (max-width: 960px) {
    .integrations-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 640px) {
    .integrations-grid { grid-template-columns: 1fr 1fr !important; }
}
.offer-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, color-mix(in srgb, var(--offer-support-warm) 28%, white) 0%, #fff 45%, color-mix(in srgb, var(--offer-lead-color) 20%, white) 100%);
    box-shadow: 0 18px 42px color-mix(in srgb, var(--shadow-color) 55%, transparent);
}
.offer-register {
    padding: 1.6rem;
    border-radius: 1.25rem;
    background: linear-gradient(120deg, color-mix(in srgb, var(--offer-lead-color) 20%, white), color-mix(in srgb, var(--offer-support-cool) 16%, white) 55%, color-mix(in srgb, var(--offer-support-fresh) 14%, white));
    box-shadow: 0 18px 42px color-mix(in srgb, var(--offer-lead-color-dark) 18%, transparent);
}
.offer-register .offer-section__intro p {
    color: var(--offer-accent-ink);
}
.offer-register__actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.25rem;
}
.offer-placeholder-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.offer-placeholder-card {
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, color-mix(in srgb, var(--offer-support-cool) 18%, white), color-mix(in srgb, var(--offer-lead-color) 12%, white));
    border: 1px solid color-mix(in srgb, var(--offer-lead-color) 18%, white);
}
.offer-image-placeholder {
    width: 100%;
    border-radius: 0.9rem;
    border: 2px dashed color-mix(in srgb, var(--offer-lead-color-dark) 42%, white);
    background:
        repeating-linear-gradient(
            -45deg,
            color-mix(in srgb, var(--offer-lead-color) 12%, white),
            color-mix(in srgb, var(--offer-lead-color) 12%, white) 12px,
            color-mix(in srgb, var(--offer-support-cool) 18%, white) 12px,
            color-mix(in srgb, var(--offer-support-cool) 18%, white) 24px
        );
}
.offer-image-placeholder--property {
    height: 220px;
}
.offer-image-placeholder--agent {
    height: 280px;
}
@media (max-width: 960px) {
    .offer-hero,
    .offer-grid--three,
    .offer-grid--four,
    .offer-steps,
    .offer-cta-panel {
        grid-template-columns: 1fr;
    }

    .offer-hero {
        padding: 1.5rem;
    }
}
@media (max-width: 640px) {
    .offer-shell__topbar-inner,
    .offer-landing,
    .offer-cta-row {
        flex-direction: column;
        align-items: stretch;
    }
    .offer-shell__nav{
        flex-direction: row;
        align-items: center;
    }
    .offer-shell__brand,
    .offer-shell__nav a,
    .offer-chip {
        text-align: center;
    }

    .logo-section span,
    .offer-shell__nav a {
        color: #494949;
    }
    .offer-hero h1 {
        max-width: none;
    }
}
.offer-cta-btn,
.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.78rem 1.22rem;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, var(--offer-accent-bright), var(--offer-lead-color-dark));
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    box-shadow: 0 12px 32px color-mix(in srgb, var(--offer-lead-color-dark) 32%, transparent);
    transition: transform var(--dur), box-shadow var(--dur), opacity var(--dur), filter var(--dur);
    position: relative;
    overflow: hidden;
}
.offer-cta-btn::after,
.btn-contact::after {
    content: "";
    position: absolute;
    inset: -120% 60% 40% -40%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transform: rotate(14deg);
    transition: transform var(--dur);
}
.offer-cta-btn:hover,
.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px color-mix(in srgb, var(--offer-lead-color-dark) 42%, transparent);
    opacity: 0.98;
    filter: saturate(1.08);
}
.offer-cta-btn:hover::after,
.btn-contact:hover::after {
    transform: translateX(170%) rotate(14deg);
}
.btn-cta-outline {
    background: transparent;
    border: 2px solid var(--accent-color);
    color: var(--accent-color-dark);
}
/* Pricing table and cards */
.pricing {
    width: 100%;
    margin: 1.25rem 0;
    display: grid;
    gap: 1rem;
}
.pricing-table {
    --pricing-header-start: var(--offer-accent-red);
    --pricing-header-end: var(--offer-accent-blue);
    --pricing-header-text: var(--offer-accent-ink, var(--accent-color-dark));
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.9rem;
    overflow: hidden;
    box-shadow: 0 16px 48px color-mix(in srgb, var(--shadow-color) 50%, transparent);
}
.pricing-table thead th {
    padding: 0.9rem 1rem;
    background2: linear-gradient(90deg,
        color-mix(in srgb, var(--pricing-header-start) 20%, #fff),
        color-mix(in srgb, var(--pricing-header-end) 12%, #fff)
    );
    background-color: var(--offer-accent-ink);
    color: var(--offer-accent-soft);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
}
.pricing-table tbody td {
        padding: 0.85rem 1rem;
        border-bottom: 1px solid color-mix(in srgb, var(--primary-muted-color) 48%, transparent);
        vertical-align: middle;
        text-align: center;
    }
/* Price column: center-align and emphasize pricing using offer-accent variables */
.pricing-table tbody td.price,
    .pricing-table tbody td.pricing-value,
    .pricing-table tbody td.pricing-amount,
    .pricing-table tbody td[data-label="Price"],
    .pricing-table tbody td[data-label*="Price"],
    .pricing-table tbody tr td:nth-child(2) {
        vertical-align: middle;
        font-weight: 800;
        font-size: 1.4rem;
        line-height: 1.1;
        color: var(--offer-accent-ink, var(--accent-color-dark));
    }
@media (max-width: 640px) {
    .pricing-table tbody td,
    .pricing-table tbody td.price,
    .pricing-table tbody td.pricing-value,
    .pricing-table tbody td.pricing-amount,
    .pricing-table tbody td[data-label="Price"],
    .pricing-table tbody td[data-label*="Price"],
    .pricing-table tbody tr td:nth-child(2) {
        text-align: left;
    }
}
/* Emphasize subscription price (Polish labels contain "Subskrypcja") */
.pricing-table tbody td[data-label*="Subskrypcja"] {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--offer-lead-color);
}
.pricing-table tbody tr:hover {
    background: color-mix(in srgb, var(--offer-accent-mist, var(--accent-color)) 6%, #fff);
}
.pricing-card {
    border-radius: 1rem;
    padding: 1.15rem;
    background: linear-gradient(180deg,
        color-mix(in srgb, var(--offer-accent-soft, var(--accent-color)) 6%, #fff),
        #fff
    );
    border: 1px solid color-mix(in srgb, var(--offer-accent-mist, var(--accent-color)) 8%, #fff);
    color: var(--offer-accent-ink, var(--accent-color-dark));
}
.pricing-badge {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: 0.6rem;
    background: var(--offer-accent-bright, var(--accent-color));
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
}
.pricing-ribbon {
    display: inline-block;
    background: linear-gradient(90deg, var(--offer-accent-blue, var(--accent-color)), var(--offer-accent-bright, var(--accent-color-dark)));
    color: #fff;
    padding: 0.35rem 0.6rem;
    border-radius: 0.5rem;
    font-weight: 700;
}
/* Topbar contact link */
.offer-shell__nav a.contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 0.6rem;
    background: var(--accent-color);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
.offer-shell__nav a.contact:hover {
    background: var(--accent-color-dark);
}
@media (max-width: 640px) {
    .offer-cta-btn,
    .btn-contact {
        width: 100%;
        justify-content: center;
    }
}
/* Pricing tabs */
.pricing-tabs {
    display: inline-flex;
    gap: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}
.pricing-tab {
    padding: 0.55rem 0.9rem;
    border-radius: 0.8rem;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--offer-lead-color) 16%, #fff);
    color: var(--offer-accent-ink);
    font-weight: 800;
    cursor: pointer;
    transition: transform var(--dur), box-shadow var(--dur), background var(--dur), color var(--dur);
}
.pricing-tab:focus {
    outline: none;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--accent-color-dark) 18%, transparent);
    transform: translateY(-1px);
}
.pricing-tab--active {
    background: linear-gradient(180deg, color-mix(in srgb, var(--offer-accent-bright) 78%, var(--offer-support-cool)), var(--offer-lead-color-dark));
    color: #fff;
    border-color: var(--offer-lead-color-dark);
    box-shadow: 0 12px 32px color-mix(in srgb, var(--offer-lead-color-dark) 22%, transparent);
}
.pricing-panel {
    margin-top: 0.8rem;
}
/* Responsive pricing: convert rows to two-column cards on small screens */
@media (max-width: 720px) {
    .pricing-table thead { display: none; }
    .pricing-table, .pricing-table tbody, .pricing-table tr, .pricing-table td, .pricing-table th { display: block; width: 100%; }
    .pricing-table tbody tr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; margin-bottom: 12px; background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--accent-color) 2%, #fff)); border-radius: 12px; box-shadow: 0 8px 24px color-mix(in srgb, var(--shadow-color) 6%, transparent); border: 1px solid color-mix(in srgb, var(--primary-muted-color) 8%, transparent); }
    .pricing-table tbody td { padding: 0; border-bottom: 0; }
    .pricing-table tbody tr td:first-child { grid-column: 1 / 2; font-weight: 800; font-size: 1.15rem; align-self: start; color: var(--offer-accent-ink); }
    .pricing-table tbody tr td:not(:first-child) { grid-column: 2 / 3; padding: 6px 0; }
    .pricing-table td:not(:first-child)::before { content: attr(data-label) ": "; display:block; font-size: 0.86rem; color: var(--secondary-color); font-weight:700; margin-bottom:4px; }
    .pricing-table td:not(:first-child) { display:block; }
    .integration-form { padding: 0.85rem; border-radius: 0.9rem; }
    .integration-form__actions { justify-content: center; }
}
/* Icons */
.icon {
    width: 1.05em;
    height: 1.05em;
    display: inline-block;
    vertical-align: -0.125em;
    margin-right: 0.5rem;
    fill: currentColor;
}
.offer-hero__stat .icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
    margin-bottom: 0.25rem;
}
.offer-card p .icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.6rem;
}
.offer-chip .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.45rem;
}
.pricing-tab .icon {
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0.5rem;
}
.btn .icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.45rem;
}
@media (max-width: 960px) {
    .offer-placeholder-grid {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 475px) {
    .xs\:block {
        display: block;
    }
    .xs\:inline-block {
        display: inline-block;
    }
    .xs\:table-cell {
        display: table-cell;
    }
    .xs\:hidden {
        display: none;
    }
    .xs\:w-1\/12 {
        width: 8.333333%;
    }
    .xs\:w-1\/2 {
        width: 50%;
    }
    .xs\:w-1\/3 {
        width: 33.333333%;
    }
    .xs\:w-1\/4 {
        width: 25%;
    }
    .xs\:w-1\/6 {
        width: 16.666667%;
    }
    .xs\:w-full {
        width: 100%;
    }
    .xs\:min-w-full {
        min-width: 100%;
    }
    .xs\:max-w-full {
        max-width: 100%;
    }
    .xs\:overflow-hidden {
        overflow: hidden;
    }
    .xs\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .xs\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .xs\:border-hidden {
        border-style: hidden;
    }
}
@media (min-width: 640px) {
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:table-cell {
        display: table-cell;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:w-1\/12 {
        width: 8.333333%;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-1\/4 {
        width: 25%;
    }
    .sm\:w-1\/6 {
        width: 16.666667%;
    }
    .sm\:w-2\/12 {
        width: 16.666667%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-3\/12 {
        width: 25%;
    }
    .sm\:w-5\/12 {
        width: 41.666667%;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:min-w-full {
        min-width: 100%;
    }
    .sm\:max-w-full {
        max-width: 100%;
    }
    .sm\:overflow-hidden {
        overflow: hidden;
    }
    .sm\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .sm\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .sm\:border-hidden {
        border-style: hidden;
    }
}
@media (min-width: 768px) {
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:table-cell {
        display: table-cell;
    }
    .md\:hidden {
        display: none;
    }
    .md\:w-1\/12 {
        width: 8.333333%;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-1\/6 {
        width: 16.666667%;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:min-w-full {
        min-width: 100%;
    }
    .md\:max-w-full {
        max-width: 100%;
    }
    .md\:overflow-hidden {
        overflow: hidden;
    }
    .md\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .md\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .md\:border-hidden {
        border-style: hidden;
    }
    .md\:grid-cols-config-\[50\%-50\%\] {
        grid-template-columns: 50% 50%;
    }
    .md\:grid-cols-config-\[auto\] {
        grid-template-columns: auto;
    }
}
@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }
    .lg\:inline-block {
        display: inline-block;
    }
    .lg\:table-cell {
        display: table-cell;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-1\/12 {
        width: 8.333333%;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-1\/6 {
        width: 16.666667%;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:min-w-full {
        min-width: 100%;
    }
    .lg\:max-w-full {
        max-width: 100%;
    }
    .lg\:overflow-hidden {
        overflow: hidden;
    }
    .lg\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .lg\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .lg\:border-hidden {
        border-style: hidden;
    }
}
@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }
    .xl\:inline-block {
        display: inline-block;
    }
    .xl\:table-cell {
        display: table-cell;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:w-1\/12 {
        width: 8.333333%;
    }
    .xl\:w-1\/2 {
        width: 50%;
    }
    .xl\:w-1\/3 {
        width: 33.333333%;
    }
    .xl\:w-1\/4 {
        width: 25%;
    }
    .xl\:w-1\/6 {
        width: 16.666667%;
    }
    .xl\:w-full {
        width: 100%;
    }
    .xl\:min-w-full {
        min-width: 100%;
    }
    .xl\:max-w-full {
        max-width: 100%;
    }
    .xl\:overflow-hidden {
        overflow: hidden;
    }
    .xl\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .xl\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .xl\:border-hidden {
        border-style: hidden;
    }
    .xl\:grid-cols-config-\[300px-auto\] {
        grid-template-columns: 300px auto;
    }
}
