*, ::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: "IBM Plex Sans", 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;
}

.static {
  position: static;
}

/* ═══════════════════════════════════════════════════════
   CSS VARIABLES - INDUSTRIAL GREEN SYSTEM
   ═══════════════════════════════════════════════════════ */

:root {
  /* Industrial Green Palette */
  --color-industrial-700: #2D7A2D;
  --color-industrial-600: #359F35;
  --color-industrial-500: #3EB43E;
  --color-industrial-400: #5BBF5B;
  --color-industrial-300: #78CA78;
  --color-industrial-200: #9FD99F;
  --color-industrial-100: #C5E8C5;
  --color-industrial-50: #E8F5E8;
  /* Charcoal System */
  --color-charcoal-900: #0a0f10;
  --color-charcoal-800: #141b1d;
  --color-charcoal-700: #202a2d;
  --color-charcoal-600: #2d3a3d;
  --color-charcoal-500: #3a484b;
  /* Steel Accents */
  --color-steel-100: #e5e7eb;
  --color-steel-50: #f9fafb;
  /* Spacing */
  --spacing-unit: 1.5rem;
  --border-radius-card: 2rem;
  --border-radius-button: 9999px;
  /* Animation Timing */
  --timing-fast: 300ms;
  --timing-medium: 600ms;
  --timing-slow: 1200ms;
  --timing-breathing: 2000ms;
  /* Easing */
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ═══════════════════════════════════════════════════════
   BASE STYLES
   ═══════════════════════════════════════════════════════ */

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

body {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: var(--color-charcoal-700);
  color: var(--color-steel-50);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

/* ═══════════════════════════════════════════════════════
   INDUSTRIAL GRID BACKGROUND
   ═══════════════════════════════════════════════════════ */

.grid-background {
  position: fixed;
  inset: 0;
  background-image: 
        radial-gradient(circle at 1px 1px, var(--color-industrial-700) 1px, transparent 0);
  background-size: 24px 24px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════
   MAIN CARD CONTAINER
   ═══════════════════════════════════════════════════════ */

.card-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  background: linear-gradient(135deg, var(--color-charcoal-800) 0%, var(--color-charcoal-900) 100%);
  border-radius: var(--border-radius-card);
  padding: 3rem 2rem 2rem;
  box-shadow: 
        0 20px 60px -10px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(45, 122, 45, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(30px);
  animation: cardEntrance var(--timing-slow) var(--ease-smooth) forwards;
}

@keyframes cardEntrance {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ═══════════════════════════════════════════════════════
   PROFILE SECTION
   ═══════════════════════════════════════════════════════ */

.profile-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeInUp var(--timing-medium) var(--ease-smooth) 0.3s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.profile-frame {
  position: relative;
  margin-bottom: 1.5rem;
}

.profile-image-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        0 0 0 3px var(--color-charcoal-700),
        0 0 0 6px var(--color-industrial-600);
}

.profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(20%);
  transition: filter var(--timing-medium) var(--ease-smooth);
}

.profile-image-wrapper:hover .profile-image {
  filter: grayscale(0%);
}

/* Energy Ring Animation */

.energy-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--color-industrial-500);
  opacity: 0.6;
  animation: breathingRing var(--timing-breathing) var(--ease-smooth) infinite;
}

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

  50% {
    transform: scale(1.08);
    opacity: 0.3;
  }
}

/* Profile Info */

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

.profile-name {
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-steel-50);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.profile-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-industrial-300);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.profile-company {
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-steel-100);
  opacity: 0.8;
}

/* ═══════════════════════════════════════════════════════
   ACTION BUTTONS
   ═══════════════════════════════════════════════════════ */

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInUp var(--timing-medium) var(--ease-smooth) 0.5s forwards;
}

.action-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: rgba(45, 122, 45, 0.15);
  border: 1px solid rgba(45, 122, 45, 0.3);
  border-radius: var(--border-radius-button);
  color: var(--color-industrial-100);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  transition: all var(--timing-fast) var(--ease-smooth);
  cursor: pointer;
}

.action-btn:hover {
  background: rgba(45, 122, 45, 0.25);
  border-color: var(--color-industrial-500);
  transform: translateY(-2px);
  box-shadow: 
        0 8px 20px rgba(45, 122, 45, 0.2),
        0 0 0 1px rgba(45, 122, 45, 0.1);
}

.action-btn:active {
  transform: translateY(0);
}

.action-btn svg {
  flex-shrink: 0;
  transition: transform var(--timing-fast) var(--ease-smooth);
}

.action-btn:hover svg {
  transform: scale(1.1);
}

/* Energy Sweep Effect */

.energy-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(
        90deg,
        transparent,
        rgba(62, 180, 62, 0.3),
        transparent
    );
  transform: translateX(-100%);
  transition: transform 1s var(--ease-smooth);
}

.action-btn:hover .energy-sweep {
  transform: translateX(100%);
}

/* ═══════════════════════════════════════════════════════
   SOCIAL TOGGLE BUTTON
   ═══════════════════════════════════════════════════════ */

.social-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: transparent;
  border: 1px solid rgba(229, 231, 235, 0.15);
  border-radius: var(--border-radius-button);
  color: var(--color-steel-100);
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all var(--timing-fast) var(--ease-smooth);
  opacity: 0;
  animation: fadeInUp var(--timing-medium) var(--ease-smooth) 0.7s forwards;
}

.social-toggle-btn:hover {
  background: rgba(229, 231, 235, 0.05);
  border-color: rgba(229, 231, 235, 0.3);
}

.social-toggle-icon {
  transition: transform var(--timing-fast) var(--ease-smooth);
}

.social-toggle-btn[aria-expanded="true"] .social-toggle-icon {
  transform: rotate(90deg);
}

/* ═══════════════════════════════════════════════════════
   SOCIAL PANEL (POP-UP FROM UNDERNEATH)
   ═══════════════════════════════════════════════════════ */

.social-panel {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  pointer-events: none;
}

.social-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 15, 16, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity var(--timing-medium) var(--ease-smooth);
}

.social-panel-content {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: linear-gradient(135deg, var(--color-charcoal-800) 0%, var(--color-charcoal-900) 100%);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(45, 122, 45, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(100%) scale(0.9);
  opacity: 0;
  transition: all var(--timing-medium) var(--ease-smooth);
  max-height: 90vh;
  overflow-y: auto;
}

.social-panel.active {
  pointer-events: auto;
}

.social-panel.active .social-panel-backdrop {
  opacity: 1;
}

.social-panel.active .social-panel-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.social-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 231, 235, 0.1);
  border: 1px solid rgba(229, 231, 235, 0.2);
  border-radius: 50%;
  color: var(--color-steel-100);
  cursor: pointer;
  transition: all var(--timing-fast) var(--ease-smooth);
}

.social-close-btn:hover {
  background: rgba(229, 231, 235, 0.2);
  transform: rotate(90deg);
}

.social-panel-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--color-steel-50);
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(45, 122, 45, 0.1);
  border: 1px solid rgba(45, 122, 45, 0.2);
  border-radius: 1rem;
  color: var(--color-industrial-100);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--timing-fast) var(--ease-smooth);
}

.social-link:hover {
  background: rgba(45, 122, 45, 0.2);
  border-color: var(--color-industrial-500);
  transform: translateX(8px);
}

.social-link svg {
  flex-shrink: 0;
  transition: transform var(--timing-fast) var(--ease-smooth);
}

.social-link:hover svg {
  transform: scale(1.15);
}

/* ═══════════════════════════════════════════════════════
   SAVE CONTACT BUTTON
   ═══════════════════════════════════════════════════════ */

.save-contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: var(--color-industrial-600);
  border: none;
  border-radius: var(--border-radius-button);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  overflow: visible;
  transition: all var(--timing-fast) var(--ease-smooth);
  opacity: 0;
  animation: fadeInUp var(--timing-medium) var(--ease-smooth) 0.9s forwards;
}

.save-contact-btn:hover {
  background: var(--color-industrial-700);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(45, 122, 45, 0.4);
}

.save-contact-btn:active {
  transform: translateY(-1px);
}

.save-contact-btn svg {
  flex-shrink: 0;
  transition: transform var(--timing-fast) var(--ease-smooth);
}

.save-contact-btn:hover svg {
  transform: scale(1.1);
}

/* Pulse Ring Animation */

.pulse-ring {
  position: absolute;
  inset: -4px;
  border-radius: var(--border-radius-button);
  border: 2px solid var(--color-industrial-400);
  opacity: 0;
  animation: pulseRing 2s var(--ease-smooth) infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

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

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* ═══════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════ */

.footer {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(229, 231, 235, 0.1);
  opacity: 0;
  animation: fadeInUp var(--timing-medium) var(--ease-smooth) 1.1s forwards;
}

.footer-text {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--color-steel-100);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE ADJUSTMENTS
   ═══════════════════════════════════════════════════════ */

@media (min-width: 768px) {
  body {
    padding: 3rem 2rem;
  }

  .card-container {
    padding: 4rem 3rem 3rem;
  }

  .profile-image-wrapper {
    width: 200px;
    height: 200px;
  }

  .profile-name {
    font-size: 2.5rem;
  }

  .profile-title {
    font-size: 1rem;
  }

  .profile-company {
    font-size: 1.125rem;
  }

  .action-btn {
    font-size: 1rem;
    padding: 1.125rem 1.75rem;
  }

  .save-contact-btn {
    font-size: 1.0625rem;
    padding: 1.375rem 2rem;
  }
}

/* ═══════════════════════════════════════════════════════
   SELECTION STYLING
   ═══════════════════════════════════════════════════════ */

::-moz-selection {
  background-color: var(--color-industrial-700);
  color: var(--color-steel-50);
}

::selection {
  background-color: var(--color-industrial-700);
  color: var(--color-steel-50);
}

::-moz-selection {
  background-color: var(--color-industrial-700);
  color: var(--color-steel-50);
}

/* ═══════════════════════════════════════════════════════
   ACCESSIBILITY - FOCUS STATES
   ═══════════════════════════════════════════════════════ */

.action-btn:focus-visible,
.social-toggle-btn:focus-visible,
.save-contact-btn:focus-visible,
.social-link:focus-visible,
.social-close-btn:focus-visible {
  outline: 2px solid var(--color-industrial-500);
  outline-offset: 3px;
}

/* ═══════════════════════════════════════════════════════
   REDUCED MOTION SUPPORT
   ═══════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  *,
    *::before,
    *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.selection\:bg-industrial-700 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(45 122 45 / var(--tw-bg-opacity, 1));
}

.selection\:bg-industrial-700 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(45 122 45 / var(--tw-bg-opacity, 1));
}

.selection\:text-steel-50 *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.selection\:text-steel-50 *::selection {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.selection\:bg-industrial-700::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(45 122 45 / var(--tw-bg-opacity, 1));
}

.selection\:bg-industrial-700::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(45 122 45 / var(--tw-bg-opacity, 1));
}

.selection\:text-steel-50::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.selection\:text-steel-50::selection {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}