*, ::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.17 | 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: Inter, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[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;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [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;
}

[multiple],[size]:where(select: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;
}

[type='checkbox'],[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;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[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)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[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)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.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;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.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));
}

.resize {
  resize: both;
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset and base styles */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: #2d1b1b;
  background: var(--gradient-bg);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

/* Mobile-specific fixes */

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
  }

  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
  }

  .container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 15px;
    margin: 0;
  }

  .main {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 2rem 0;
  }

  .content {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 2rem 1rem;
    border-radius: 0;
  }

  .sites-grid {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 2rem 0;
    gap: 1.5rem;
  }

  .site-card {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    border-radius: 10px;
  }

  .header {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem 0;
  }

  .header-content {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 15px;
  }

  .retro-frame {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem;
    border-radius: 10px;
  }

  .tv-screen {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem;
    border-radius: 8px;
  }

  .retro-stats {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    gap: 0.5rem;
  }

  .stat-card {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 8px;
  }

  .criteria-grid {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    gap: 1rem;
  }

  .criterion-card {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem;
    border-radius: 8px;
  }

  .retro-panel {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem;
    border-radius: 10px;
  }

  .methodology {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 10px;
  }

  .footer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem 0;
  }

  .compliance-section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 8px;
  }

  .compliance-grid {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    gap: 0.5rem;
  }

  .compliance-item {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 6px;
  }

  .disclaimer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 6px;
  }
}

@media (max-width: 480px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
  }

  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
  }

  .container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 10px;
    margin: 0;
  }

  .main {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem 0;
  }

  .content {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem 0.5rem;
    border-radius: 0;
  }

  .sites-grid {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 1rem 0;
    gap: 1rem;
  }

  .site-card {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 1rem;
    border-radius: 8px;
  }

  .header {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem 0;
  }

  .header-content {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 10px;
  }

  .retro-frame {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 8px;
  }

  .tv-screen {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 6px;
  }

  .retro-stats {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    gap: 0.25rem;
  }

  .stat-card {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.25rem;
    border-radius: 6px;
  }

  .criteria-grid {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    gap: 0.5rem;
  }

  .criterion-card {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 6px;
  }

  .retro-panel {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem;
    border-radius: 8px;
  }

  .methodology {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 1rem 0;
    padding: 0.5rem;
    border-radius: 8px;
  }

  .footer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.5rem 0;
  }

  .compliance-section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0.5rem 0;
    padding: 0.5rem;
    border-radius: 6px;
  }

  .compliance-grid {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    gap: 0.25rem;
  }

  .compliance-item {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.25rem;
    border-radius: 4px;
  }

  .disclaimer {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0.25rem;
    border-radius: 4px;
  }
}

:root {
  /* 80s/90s Color Palette */
  --neon-pink: #ff0080;
  --neon-cyan: #00ffff;
  --neon-purple: #8000ff;
  --retro-gold: #ffaa00;
  --dark-bg: #1a0033;
  --gradient-bg: linear-gradient(135deg, #1a0033 0%, #330066 50%, #660099 100%);
  --tv-blue: #0066cc;
  --warm-beige: #f5f0e8;
  --doctor-brown: #8b4513;
  --success-green: #00ff80;
  /* Fonts */
  --font-retro: 'Orbitron', monospace;
  --font-title: 'Righteous', cursive;
  --font-body: 'Inter', sans-serif;
}

/* Animated retro background pattern */

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: 
        radial-gradient(circle at 20% 80%, rgba(255, 0, 128, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(128, 0, 255, 0.1) 0%, transparent 50%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 50px,
            rgba(255, 170, 0, 0.05) 50px,
            rgba(255, 170, 0, 0.05) 100px
        );
  animation: backgroundFloat 20s ease-in-out infinite;
  pointer-events: none;
  z-index: -2;
}

@keyframes backgroundFloat {
  0%, 100% {
    transform: translate(-10%, -10%) rotate(0deg);
  }

  25% {
    transform: translate(-5%, -15%) rotate(1deg);
  }

  50% {
    transform: translate(-15%, -5%) rotate(-1deg);
  }

  75% {
    transform: translate(-8%, -12%) rotate(0.5deg);
  }
}

/* Retro scanlines effect */

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 3px,
        rgba(0, 255, 255, 0.02) 3px,
        rgba(0, 255, 255, 0.02) 6px
    );
  pointer-events: none;
  z-index: 1000;
  animation: scanlines 0.1s linear infinite;
}

@keyframes scanlines {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(6px);
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Advertiser Disclosure */

.advertiser-disclosure {
  position: relative;
  background: rgba(26, 0, 51, 0.95);
  color: var(--warm-beige);
  padding: 8px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 0, 128, 0.3);
  z-index: 1001;
}

.disclosure-link {
  color: var(--neon-cyan);
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.disclosure-link:hover {
  color: var(--neon-pink);
}

/* Floating decorative orbs */

.floating-orb {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.orb-1 {
  top: 15%;
  left: 10%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
        circle at 40% 40%,
        rgba(255, 0, 128, 0.4) 0%,
        rgba(0, 255, 255, 0.2) 50%,
        transparent 100%
    );
  animation: floatOrb1 20s ease-in-out infinite;
}

.orb-2 {
  top: 60%;
  right: 15%;
  width: 150px;
  height: 150px;
  background: radial-gradient(
        circle at 60% 60%,
        rgba(255, 170, 0, 0.5) 0%,
        rgba(128, 0, 255, 0.3) 60%,
        transparent 100%
    );
  animation: floatOrb2 25s ease-in-out infinite reverse;
}

.orb-3 {
  bottom: 20%;
  left: 20%;
  width: 160px;
  height: 160px;
  background: radial-gradient(
        circle at center,
        rgba(0, 255, 255, 0.6) 0%,
        rgba(255, 0, 128, 0.3) 70%,
        transparent 100%
    );
  animation: floatOrb3 18s ease-in-out infinite;
}

@keyframes floatOrb1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  33% {
    transform: translate(50px, -30px) scale(1.2);
    opacity: 0.9;
  }

  66% {
    transform: translate(-30px, 40px) scale(0.8);
    opacity: 0.5;
  }
}

@keyframes floatOrb2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-40px, -50px) scale(1.3);
    opacity: 0.8;
  }
}

@keyframes floatOrb3 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }

  25% {
    transform: translate(30px, -20px) scale(1.1);
    opacity: 1;
  }

  75% {
    transform: translate(-20px, 30px) scale(0.9);
    opacity: 0.4;
  }
}

/* Header - TV Studio Style */

.header {
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--neon-purple) 100%);
  color: white;
  padding: 2rem 0;
  border-bottom: 4px solid var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
  position: relative;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff0080' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.doctor-avatar {
  position: relative;
  flex-shrink: 0;
}

.avatar-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(45deg, var(--retro-gold), var(--neon-pink));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid var(--neon-cyan);
  box-shadow: 
        0 0 30px rgba(0, 255, 255, 0.6),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.6), inset 0 0 30px rgba(255, 255, 255, 0.2);
  }

  to {
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.8), inset 0 0 30px rgba(255, 255, 255, 0.3);
  }
}

.doctor-face {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.doctor-badge {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: var(--retro-gold);
  color: var(--dark-bg);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-family: var(--font-retro);
  font-size: 0.7rem;
  font-weight: 700;
  border: 2px solid var(--neon-cyan);
  box-shadow: 0 0 10px rgba(255, 170, 0, 0.8);
}

.header-text {
  flex: 1;
}

.site-title {
  font-family: var(--font-title);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  background: linear-gradient(45deg, var(--neon-pink), var(--neon-cyan), var(--retro-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(255, 0, 128, 0.5);
  animation: titleShimmer 3s ease-in-out infinite;
}

@keyframes titleShimmer {
  0%, 100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.2);
  }
}

.site-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: var(--neon-cyan);
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
}

.credentials {
  font-family: var(--font-retro);
  font-size: 0.9rem;
  color: var(--retro-gold);
  font-style: italic;
}

/* Main content */

.main {
  padding: 3rem 0;
  background: var(--warm-beige);
  position: relative;
}

/* Additional retro decorative elements */

.main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
        radial-gradient(circle 300px at 20% 30%, rgba(255, 0, 128, 0.25) 0%, transparent 70%),
        radial-gradient(circle 250px at 80% 70%, rgba(0, 255, 255, 0.20) 0%, transparent 70%),
        radial-gradient(circle 200px at 60% 50%, rgba(255, 170, 0, 0.15) 0%, transparent 70%);
  animation: backgroundPulse 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes backgroundPulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.main::after {
  content: '';
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
        circle at center,
        rgba(128, 0, 255, 0.3) 0%,
        rgba(255, 0, 128, 0.2) 40%,
        rgba(0, 255, 255, 0.1) 70%,
        transparent 100%
    );
  border-radius: 50%;
  animation: gentleFloat 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes gentleFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  33% {
    transform: translate(-30px, -20px) scale(1.2);
    opacity: 0.9;
  }

  66% {
    transform: translate(20px, -30px) scale(0.8);
    opacity: 0.5;
  }
}

@keyframes slowRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Hero section - TV Screen */

.hero {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

/* Additional floating orbs */

.hero::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 150px;
  height: 150px;
  background: radial-gradient(
        circle at center,
        rgba(0, 255, 255, 0.4) 0%,
        rgba(255, 0, 128, 0.3) 40%,
        rgba(255, 170, 0, 0.2) 70%,
        transparent 100%
    );
  border-radius: 50%;
  animation: orbFloat1 16s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 180px;
  height: 180px;
  background: radial-gradient(
        circle at center,
        rgba(255, 170, 0, 0.35) 0%,
        rgba(128, 0, 255, 0.25) 50%,
        rgba(0, 255, 255, 0.15) 80%,
        transparent 100%
    );
  border-radius: 50%;
  animation: orbFloat2 18s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}

@keyframes orbFloat1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }

  33% {
    transform: translate(20px, -15px) scale(1.1);
    opacity: 1;
  }

  66% {
    transform: translate(-15px, 20px) scale(0.9);
    opacity: 0.6;
  }
}

@keyframes orbFloat2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate(-25px, -15px) scale(1.2);
    opacity: 0.9;
  }
}

.retro-frame {
  background: linear-gradient(135deg, #333, #666);
  padding: 2rem;
  border-radius: 20px;
  border: 8px solid #444;
  box-shadow: 
        0 0 0 4px #222,
        0 20px 40px rgba(0, 0, 0, 0.3);
  margin-bottom: 2rem;
  position: relative;
}

.retro-frame::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background: linear-gradient(135deg, #555, #777);
  border-radius: 10px 10px 0 0;
}

.tv-screen {
  background: var(--dark-bg);
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  border: 6px solid var(--tv-blue);
  box-shadow: inset 0 0 50px rgba(0, 102, 204, 0.3);
}

.tv-static {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.1'/%3E%3C/svg%3E");
  animation: static 0.1s infinite;
  pointer-events: none;
}

@keyframes static {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.05;
  }

  100% {
    opacity: 0.1;
  }
}

.tv-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: var(--font-title);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--neon-pink);
  margin-bottom: 0.5rem;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(255, 0, 128, 0.8);
}

.episode-title {
  font-family: var(--font-retro);
  font-size: 1.5rem;
  color: var(--neon-cyan);
  margin-bottom: 1rem;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
}

.hero-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.show-info {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-family: var(--font-retro);
  font-size: 0.9rem;
}

.air-time {
  color: var(--success-green);
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }

  51%, 100% {
    opacity: 0.3;
  }
}

.episode {
  color: var(--retro-gold);
}

/* Retro Stats */

.retro-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.stat-card {
  background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  color: white;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px) scale(1.05);
}

.stat-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.stat-number {
  display: block;
  font-family: var(--font-retro);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Content sections */

.content {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 8px rgba(255, 0, 128, 0.1);
  margin-bottom: 2rem;
  border: 6px solid var(--neon-pink);
  position: relative;
  z-index: 2;
  overflow: visible;
}

/* Decorative elements around content */

.content::after {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 160px;
  height: 160px;
  background: radial-gradient(
        circle at center,
        rgba(255, 170, 0, 0.5) 0%,
        rgba(255, 0, 128, 0.3) 60%,
        transparent 100%
    );
  border-radius: 50%;
  animation: contentOrb 14s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes contentOrb {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(40px, 30px) scale(1.3);
    opacity: 0.9;
  }
}

.content::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, var(--neon-pink), var(--neon-cyan), var(--retro-gold), var(--neon-purple));
  border-radius: 22px;
  z-index: -1;
  animation: borderPulse 3s ease-in-out infinite;
}

@keyframes borderPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.005);
  }
}

/* Doctor Segment */

.doctor-segment {
  margin-bottom: 3rem;
}

.segment-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.doctor-small {
  font-size: 2rem;
  background: linear-gradient(45deg, var(--retro-gold), var(--neon-pink));
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.6);
}

.segment-header h2 {
  font-family: var(--font-title);
  font-size: 2.2rem;
  background: linear-gradient(45deg, var(--neon-purple), var(--neon-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.doctor-quote {
  background: linear-gradient(135deg, #f8f4ff, #fff0f8);
  border-left: 6px solid var(--neon-pink);
  padding: 2rem;
  border-radius: 0 15px 15px 0;
  margin: 2rem 0;
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.1);
  position: relative;
}

.doctor-quote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: var(--neon-pink);
  font-family: serif;
}

.doctor-quote p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
  font-style: italic;
  margin-bottom: 1rem;
}

.quote-signature {
  text-align: right;
  font-weight: 600;
  color: var(--neon-purple);
  font-family: var(--font-retro);
}

/* Retro Panel */

.retro-panel {
  background: linear-gradient(135deg, var(--dark-bg), var(--neon-purple));
  padding: 2rem;
  border-radius: 15px;
  border: 6px solid var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
  color: white;
}

.retro-panel h3 {
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: var(--neon-cyan);
  margin-bottom: 1.5rem;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
}

.criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.criterion-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid rgba(0, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.criterion-card:hover {
  transform: translateY(-3px);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.criterion-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}

/* Sites grid */

.sites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.site-card {
  background: white;
  border: 3px solid var(--neon-pink);
  border-radius: 15px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.2);
}

.site-card:hover {
  transform: translateY(-8px) rotate(1deg);
  box-shadow: 0 20px 40px rgba(255, 0, 128, 0.3);
  border-color: var(--neon-cyan);
}

.site-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--neon-pink), var(--neon-cyan), var(--retro-gold));
}

.site-rank {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(45deg, var(--neon-pink), var(--neon-purple));
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-retro);
  font-weight: 700;
  font-size: 1.2rem;
  z-index: 10;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.6);
}

.site-thumbnail {
  margin-bottom: 1.5rem;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: 4px solid var(--neon-cyan);
  box-shadow: 
        0 0 25px rgba(0, 255, 255, 0.6),
        0 0 50px rgba(255, 0, 128, 0.3),
        inset 0 0 20px rgba(255, 255, 255, 0.1);
  position: relative;
  animation: thumbnailGlow 4s ease-in-out infinite alternate;
}

.site-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
        135deg,
        rgba(255, 0, 128, 0.15) 0%,
        rgba(0, 255, 255, 0.1) 50%,
        rgba(255, 170, 0, 0.15) 100%
    );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.site-card:hover .site-thumbnail::before {
  opacity: 0.5;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.3s ease;
  filter: 
        contrast(1.2) 
        saturate(1.4) 
        brightness(1.1)
        drop-shadow(0 0 10px rgba(0, 255, 255, 0.3));
}

.site-card:hover .thumbnail-image {
  transform: scale(1.1);
  filter: 
        contrast(1.4) 
        saturate(1.6) 
        brightness(1.2)
        drop-shadow(0 0 15px rgba(255, 0, 128, 0.5));
}

.site-header {
  margin-bottom: 1.5rem;
}

.site-name {
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--neon-purple);
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-name:hover {
  color: var(--neon-pink);
}

.site-tagline {
  color: #666;
  font-size: 0.9rem;
  font-style: italic;
}

.site-features {
  margin: 1.5rem 0;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  color: #333;
}

.feature::before {
  content: '⚡';
  color: var(--retro-gold);
  font-size: 1.2rem;
  margin-right: 0.8rem;
}

.site-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: center;
}

.stars {
  color: var(--retro-gold);
  font-size: 1.3rem;
  margin-right: 0.5rem;
  text-shadow: 0 0 10px rgba(255, 170, 0, 0.8);
}

.rating-text {
  color: #666;
  font-size: 0.9rem;
  font-family: var(--font-retro);
}

.site-cta {
  margin-top: 1.5rem;
}

.visit-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--neon-pink), var(--neon-purple));
  color: white;
  padding: 1rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-family: var(--font-retro);
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.visit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.5);
  background: linear-gradient(135deg, var(--neon-cyan), var(--retro-gold));
  color: var(--dark-bg);
}

/* Methodology section */

.methodology {
  background: linear-gradient(135deg, #f0f8ff, #e6f3ff);
  padding: 2rem;
  border-radius: 15px;
  margin-top: 3rem;
  border: 3px solid var(--tv-blue);
  box-shadow: 0 0 20px rgba(0, 102, 204, 0.2);
}

.methodology h2 {
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: var(--tv-blue);
  margin-bottom: 1rem;
  text-align: center;
}

.methodology p {
  color: #333;
  line-height: 1.7;
  font-size: 1.1rem;
}

/* Footer */

.footer {
  background: var(--dark-bg);
  color: white;
  padding: 2rem 0;
  text-align: center;
  border-top: 4px solid var(--neon-pink);
  box-shadow: 0 0 20px rgba(255, 0, 128, 0.3);
}

/* Compliance Section */

.compliance-section {
  margin: 2rem 0;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 2px solid rgba(0, 255, 255, 0.2);
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.compliance-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.compliance-item:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--neon-cyan);
}

.compliance-item strong {
  display: block;
  color: var(--neon-cyan);
  font-family: var(--font-retro);
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.compliance-item span {
  color: #ccc;
  font-size: 0.8rem;
  opacity: 0.8;
}

.disclaimer {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid var(--retro-gold);
  margin-top: 1rem;
}

.disclaimer p {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.disclaimer strong {
  color: var(--retro-gold);
}

.footer-links {
  margin-top: 1rem;
}

.footer-links a {
  color: var(--neon-cyan);
  text-decoration: none;
  margin: 0 1rem;
  transition: color 0.3s ease;
  font-family: var(--font-retro);
}

.footer-links a:hover {
  color: var(--retro-gold);
  text-shadow: 0 0 10px rgba(255, 170, 0, 0.8);
}

/* Mobile Responsive Design */

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .header-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .doctor-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .avatar-circle {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
  }

  .doctor-face {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
  }

  .doctor-badge {
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
    bottom: -8px;
    right: -8px;
  }

  .site-title {
    font-size: 2rem;
  }

  .site-subtitle {
    font-size: 1.1rem;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .episode-title {
    font-size: 1.2rem;
  }

  .retro-frame {
    padding: 1rem;
  }

  .tv-screen {
    padding: 1rem;
  }

  .retro-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    max-width: 100%;
  }

  .content {
    padding: 2rem 1.5rem;
  }

  .sites-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .site-card {
    padding: 1.5rem;
  }

  .criteria-grid {
    grid-template-columns: 1fr;
  }

  .show-info {
    flex-direction: column;
    gap: 0.5rem;
  }

  .segment-header {
    flex-direction: column;
    text-align: center;
  }

  .segment-header h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .retro-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.25rem;
  }

  .stat-card {
    padding: 0.5rem;
  }

  .stat-number {
    font-size: 1.2rem;
  }

  .stat-icon {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }

  .stat-label {
    font-size: 0.6rem;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .site-title {
    font-size: 1.5rem;
  }

  .content {
    padding: 1.5rem 1rem;
  }

  .site-card {
    padding: 1rem;
  }

  .doctor-quote {
    padding: 1rem;
  }

  .retro-panel {
    padding: 1rem;
  }

  .avatar-circle {
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    margin: 0 auto;
  }

  .doctor-face {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
  }

  .doctor-badge {
    padding: 0.25rem 0.6rem;
    font-size: 0.65rem;
    bottom: -6px;
    right: -6px;
    border: 2px solid var(--neon-cyan);
  }
}

/* Thumbnail glow animation */

@keyframes thumbnailGlow {
  0% {
    box-shadow: 
            0 0 25px rgba(0, 255, 255, 0.6),
            0 0 50px rgba(255, 0, 128, 0.3),
            inset 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: var(--neon-cyan);
  }

  50% {
    box-shadow: 
            0 0 35px rgba(255, 0, 128, 0.8),
            0 0 70px rgba(0, 255, 255, 0.4),
            inset 0 0 30px rgba(255, 255, 255, 0.2);
    border-color: var(--neon-pink);
  }

  100% {
    box-shadow: 
            0 0 30px rgba(255, 170, 0, 0.7),
            0 0 60px rgba(128, 0, 255, 0.4),
            inset 0 0 25px rgba(255, 255, 255, 0.15);
    border-color: var(--retro-gold);
  }
}

/* Policy and Contact Page Styles */

.policy-content {
  margin-top: 2rem;
}

.policy-section {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 244, 255, 0.8));
  border-radius: 15px;
  border-left: 6px solid var(--neon-pink);
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.1);
  transition: transform 0.3s ease;
}

.policy-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 0, 128, 0.2);
}

.policy-section h3 {
  font-family: var(--font-title);
  font-size: 1.4rem;
  color: var(--neon-purple);
  margin-bottom: 1rem;
  text-shadow: 0 0 10px rgba(128, 0, 255, 0.3);
}

.policy-section p {
  color: #333;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.policy-section ul {
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.policy-section li {
  margin-bottom: 0.8rem;
  color: #444;
  line-height: 1.6;
}

.contact-info {
  background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
  padding: 1.5rem;
  border-radius: 10px;
  color: white;
  margin-top: 1rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
  color: white;
}

/* Contact Page Specific Styles */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}

.contact-info-section h3 {
  font-family: var(--font-title);
  font-size: 1.3rem;
  color: var(--neon-purple);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.contact-info-section h3:first-child {
  margin-top: 0;
}

.lab-hours p,
.contact-methods .contact-method,
.phone-info p,
.address-info p {
  margin-bottom: 0.8rem;
  color: #444;
  line-height: 1.6;
}

.contact-method {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 255, 255, 0.2);
}

.contact-method strong {
  color: var(--neon-cyan);
  display: block;
  margin-bottom: 0.5rem;
}

.contact-method p {
  color: #333;
  margin: 0;
}

/* Contact Form Styles */

.contact-form-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 255, 0.9));
  padding: 2rem;
  border-radius: 15px;
  border: 4px solid var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
}

.contact-form-section h3 {
  font-family: var(--font-title);
  font-size: 1.4rem;
  color: var(--neon-purple);
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  color: var(--neon-purple);
  margin-bottom: 0.5rem;
  font-family: var(--font-retro);
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 1rem;
  border: 3px solid var(--neon-cyan);
  border-radius: 10px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  font-family: var(--font-body);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--neon-pink);
  box-shadow: 0 0 20px rgba(255, 0, 128, 0.3);
  transform: translateY(-2px);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}

.checkbox-group input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--neon-pink);
}

.checkbox-group label {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #555;
}

.submit-btn {
  background: linear-gradient(135deg, var(--neon-pink), var(--neon-purple));
  color: white;
  padding: 1.2rem 2rem;
  border: none;
  border-radius: 25px;
  font-family: var(--font-retro);
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.5);
  background: linear-gradient(135deg, var(--neon-cyan), var(--retro-gold));
  color: var(--dark-bg);
}

/* FAQ Section */

.faq-section {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, var(--dark-bg), var(--neon-purple));
  border-radius: 15px;
  border: 6px solid var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
  color: white;
}

.faq-section h3 {
  font-family: var(--font-title);
  font-size: 1.8rem;
  color: var(--neon-cyan);
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid rgba(0, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
}

.faq-item h4 {
  color: var(--neon-cyan);
  margin-bottom: 1rem;
  font-family: var(--font-retro);
  font-size: 1rem;
}

.faq-item p {
  color: #ccc;
  line-height: 1.6;
  margin: 0;
}

/* Trust Section Styles */

.trust-section {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 244, 255, 0.9));
  border-radius: 15px;
  border: 4px solid var(--neon-cyan);
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
}

.trust-section h2 {
  font-family: var(--font-title);
  font-size: 2rem;
  color: var(--neon-purple);
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 0 0 15px rgba(128, 0, 255, 0.3);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.testimonial-card {
  background: linear-gradient(135deg, #f8f4ff, #fff0f8);
  padding: 1.5rem;
  border-radius: 15px;
  border-left: 6px solid var(--neon-pink);
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.1);
  transition: transform 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 0, 128, 0.2);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 3rem;
  color: var(--neon-pink);
  font-family: serif;
}

.user-avatar {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.testimonial-content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 1rem;
}

.user-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.user-info strong {
  color: var(--neon-purple);
  font-family: var(--font-retro);
  font-size: 0.9rem;
}

.location {
  color: #666;
  font-size: 0.8rem;
  font-style: italic;
}

.stats-section {
  margin-top: 2rem;
}

.stats-section h3 {
  font-family: var(--font-title);
  font-size: 1.6rem;
  color: var(--neon-purple);
  margin-bottom: 1.5rem;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-item {
  background: linear-gradient(135deg, var(--neon-purple), var(--neon-pink));
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  color: white;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px) scale(1.05);
}

.stat-number {
  font-family: var(--font-retro);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.stat-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.stat-desc {
  font-size: 0.8rem;
  opacity: 0.8;
  line-height: 1.4;
}

/* Mobile responsive for trust section */

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .trust-section {
    padding: 1.5rem;
  }

  .trust-section h2 {
    font-size: 1.6rem;
  }

  .testimonial-card {
    padding: 1rem;
  }
}

/* Mobile Responsive for Contact Pages */

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-form-section {
    padding: 1.5rem;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .policy-section {
    padding: 1rem;
  }

  .policy-section h3 {
    font-size: 1.2rem;
  }

  .faq-section {
    padding: 1.5rem;
  }

  .faq-section h3 {
    font-size: 1.5rem;
  }

  .faq-item {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .contact-form-section {
    padding: 1rem;
  }

  .form-group input,
    .form-group select,
    .form-group textarea {
    padding: 0.8rem;
  }

  .submit-btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .faq-section {
    padding: 1.5rem;
  }

  .faq-item {
    padding: 1rem;
  }
}

/* Back to Top Button */

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--neon-pink), var(--neon-purple));
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 0, 128, 0.5);
  background: linear-gradient(135deg, var(--neon-cyan), var(--retro-gold));
  color: var(--dark-bg);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}