header {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  padding: 0 16px;
  box-sizing: border-box;
  position: fixed;
  background: #fff;
  z-index: 1100;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  text-align: center;
}

.logo img {
  width: 150px;
}

.wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 70px;
}

.main,
.section02,
.section03,
.section04,
.section05,
.section06,
.section07,
.section08,
.section09,
.section10,
.section11,
.section12 {
  position: relative;
}

.main-bg img,
.sec02-bg,
.sec03-bg,
.sec04-bg,
.sec05-bg,
.sec06-bg,
.sec07-bg,
.sec08-bg,
.sec09-bg,
.sec10-bg,
.sec11-bg,
.sec12-bg {
  display: block;
}

.main-txt {
  position: absolute;
  top: 0%;
}

.main-bg img,
.main-txt img,
.sec02-bg img,
.sec02-txt img,
.sec03-bg img,
.sec03-txt img,
.sec04-bg img,
.sec04-txt img,
.sec05-bg img,
.sec05-txt img,
.sec06-bg img,
.sec06-txt img,
.sec07-bg img,
.sec07-txt img,
.sec08-bg img,
.sec08-txt img,
.sec09-bg img,
.sec09-txt img,
.sec10-bg img,
.sec10-txt img,
.sec11-bg img,
.sec11-txt img,
.sec12-bg img,
.sec12-txt img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.sec02-txt {
  position: absolute;
  top: 0%;
}

.sec03-txt {
  position: absolute;
  top: 0%;
}

.sec04-txt {
  position: absolute;
  top: 0%;
}

.sec05-txt {
  position: absolute;
  top: 0%;
}

.sec06-txt {
  position: absolute;
  top: 0%;
}

.sec07-txt {
  position: absolute;
  top: 0;
}

.sec08-txt {
  position: absolute;
  top: 0%;
}

.sec09-txt {
  position: absolute;
  top: 0%;
}

.sec10-txt {
  position: absolute;
  top: 0%;
}

.sec11-txt {
  position: absolute;
  top: 0%;
}

.sec12-txt {
  position: absolute;
  top: 0%;
}

.section07 .sec07-bg {
  position: relative;
  z-index: 1;
}

.section07 .sec07-txt {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.section07 .sec07-bt {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.section07 .sec07-bt a {
  display: inline-block;
  padding: 8px 28px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

:root {
  --container: 600px;
  --border: #e2e8f0;
  --text: #0f172a;
  --muted: #64748b;
  --bg: #ffffff;
  --panel: #f8fafc;
  --primary: #d81d1d;
  --primary-light: #ff4d4f;
  --primary-dark: #8a1e1e;
  --primaryText: #ffffff;
  --danger: #ef4444;
  --radius: 20px;
}

.form-section {
  position: relative;
  padding: 56px 20px;
  background: #faf8f5;
  overflow: hidden;
}

.form-section::before {
  content: "SERVICE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: rgba(216, 29, 29, 0.04);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.form-inner {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-editorial {
  text-align: center;
}

.form-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  padding: 0 24px;
}

.form-eyebrow::before,
.form-eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1.5px;
  background: var(--primary);
}

.form-eyebrow::before { left: 0; }
.form-eyebrow::after { right: 0; }

.form-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.form-title em {
  font-style: normal;
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.form-title em::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 10px;
  background: rgba(216, 29, 29, 0.12);
  z-index: -1;
  border-radius: 2px;
}

.form-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 28px;
}


.form-fields {
  background: #fff;
  border: 1px solid #e5e1dc;
  border-radius: 16px;
  overflow: hidden;
}

.form-body {
  padding: 28px 24px;
}

.input-group {
  margin-bottom: 24px;
}

.input-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

.required {
  color: var(--primary);
  font-weight: 700;
}

.form-body input[type="text"],
.form-body input[type="tel"],
.form-body textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #e5e1dc;
  border-radius: 0;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  background: transparent;
  color: #1a1a1a;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-body input::placeholder,
.form-body textarea::placeholder {
  color: #d1d5db;
  font-weight: 400;
}

.form-body input:focus,
.form-body textarea:focus {
  border-bottom-color: var(--primary);
}

.form-body textarea {
  min-height: 80px;
  resize: vertical;
  line-height: 1.6;
}

.phone-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-inputs input {
  flex: 1;
  text-align: center;
  min-width: 0;
}

.phone-dash {
  width: 12px;
  height: 2px;
  background: #d1d5db;
  border-radius: 1px;
  flex-shrink: 0;
}

.consent-group {
  margin-bottom: 28px;
}

.consent-details {
  margin-bottom: 14px;
}

.consent-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #e5e1dc;
  user-select: none;
}

.consent-summary::-webkit-details-marker { display: none; }

.consent-summary::after {
  content: "";
  margin-left: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #9ca3af;
  border-bottom: 2px solid #9ca3af;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.consent-details[open] .consent-summary::after {
  transform: rotate(-135deg);
}

.consent-scroll {
  max-height: 100px;
  overflow-y: auto;
  padding: 14px 0;
  font-size: 12px;
  line-height: 1.8;
  color: #9ca3af;
}

.consent-scroll::-webkit-scrollbar { width: 3px; }
.consent-scroll::-webkit-scrollbar-thumb { background: #e5e1dc; border-radius: 2px; }

.consent-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  padding: 4px 0;
}

.consent-checkbox input { display: none; }

.checkmark {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #d1d5db;
  border-radius: 6px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease;
}

.consent-checkbox:hover .checkmark {
  border-color: var(--primary);
}

.consent-checkbox input:checked + .checkmark {
  background: var(--primary);
  border-color: var(--primary);
}

.consent-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.4;
}

.submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  background: #1a1a1a;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.submit-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.submit-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.submit-btn span,
.submit-btn svg {
  position: relative;
  z-index: 1;
}

.submit-btn:hover::after {
  opacity: 1;
}

.submit-btn:hover {
  box-shadow: 0 8px 24px rgba(216, 29, 29, 0.3);
}

.submit-btn:hover svg {
  transform: translateX(4px);
}

.submit-btn:active {
  transform: translateY(0);
}


.hamburger {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);

  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hamburger img {
  width: 24px;
  height: auto;
  display: block;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999;
}

.drawer {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;

  width: min(82vw, 320px);
  max-width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1000;

  box-sizing: border-box;
  padding: 14px;

  transform: translateX(100%);
  transition: transform 0.22s ease;

  box-shadow: none;
  overflow: hidden;
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 4px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.drawer-title {
  font-size: 16px;
  color: #111827;
}

.drawer-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-close svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #333;
}

.drawer-menu {
  list-style: none;
  padding: 12px 4px 0;
  margin: 0;
}

.drawer-menu li a {
  display: block;
  padding: 12px 8px;
  text-decoration: none;
  color: #271111;
  border-radius: 8px;
}

.drawer-menu li a:hover {
  background: #f3f4f6;
}

.floating-wrap {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-btn {
  display: flex;
  align-items: center;
  gap: 8px;

  height: 56px;
  padding: 0 16px;
  border-radius: 28px;

  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.response-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(41, 12, 12, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.response-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.response-modal {
  position: relative;
  width: 100%;
  max-width: 340px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(248, 250, 252, 0.98) 100%
  );
  border-radius: 28px;
  padding: 48px 32px 36px;
  text-align: center;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow:
    0 32px 64px -12px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  overflow: hidden;
}

.response-modal-overlay.is-active .response-modal {
  transform: scale(1) translateY(0);
}

.response-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary) 0%,
    var(--primary-light) 50%,
    #f87171 100%
  );
}

.response-modal.is-error::before {
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 50%, #f87171 100%);
}

.modal-icon-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
}

.modal-icon-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  opacity: 0.12;
}

.is-error .modal-icon-bg {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

.modal-icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  background: linear-gradient(135deg, var(--primary), var(--primary-light))
    border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: modal-ring-pulse 2s ease-in-out infinite;
}

.is-error .modal-icon-ring {
  background: linear-gradient(135deg, #dc2626, #ef4444) border-box;
}

@keyframes modal-ring-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
}

.modal-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-icon svg {
  width: 40px;
  height: 40px;
  stroke: var(--primary);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.is-error .modal-icon svg {
  stroke: #ef4444;
}

.modal-check-path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

.response-modal-overlay.is-active .modal-check-path {
  animation: modal-check-draw 0.6s 0.2s ease forwards;
}

@keyframes modal-check-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.modal-x-path {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
}

.response-modal-overlay.is-active .modal-x-path {
  animation: modal-x-draw 0.4s 0.2s ease forwards;
}

@keyframes modal-x-draw {
  to {
    stroke-dashoffset: 0;
  }
}

.modal-ripple {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 2px solid var(--primary-light);
  opacity: 0;
}

.is-error .modal-ripple {
  border-color: #f87171;
}

.response-modal-overlay.is-active .modal-ripple {
  animation: modal-ripple-expand 1.2s 0.3s ease-out forwards;
}

@keyframes modal-ripple-expand {
  0% {
    transform: scale(0.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.modal-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 10px;
  letter-spacing: -0.02em;
}

.modal-message {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 28px;
}

.modal-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 28px;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  border: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(175, 30, 30, 0.35);
}

.is-error .modal-close-btn {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.35);
}

.modal-close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(175, 30, 30, 0.45);
}

.is-error .modal-close-btn:hover {
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.45);
}

.modal-close-btn:active {
  transform: translateY(0);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(41, 12, 12, 0.9) 0%,
    rgba(138, 30, 30, 0.85) 100%
  );
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.drawer-overlay:not([hidden]) {
  opacity: 1;
  visibility: visible;
}

.drawer {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: min(85vw, 340px);
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  z-index: 1000;
  box-sizing: border-box;
  padding: 0;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.drawer.is-open {
  transform: translateX(0);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  position: relative;
  overflow: hidden;
}

.drawer-head::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.drawer-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}

.drawer-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
}

.drawer-close {
  width: 36px;
  height: 36px;
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease;
}

.drawer-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}

.drawer-close svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #fff;
}

.drawer-menu {
  list-style: none;
  padding: 16px 12px;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.drawer-menu li {
  opacity: 0;
  transform: translateX(20px);
}

.drawer.is-open .drawer-menu li {
  animation: drawer-item-in 0.4s ease forwards;
}

.drawer.is-open .drawer-menu li:nth-child(1) {
  animation-delay: 0.08s;
}
.drawer.is-open .drawer-menu li:nth-child(2) {
  animation-delay: 0.12s;
}
.drawer.is-open .drawer-menu li:nth-child(3) {
  animation-delay: 0.16s;
}
.drawer.is-open .drawer-menu li:nth-child(4) {
  animation-delay: 0.2s;
}
.drawer.is-open .drawer-menu li:nth-child(5) {
  animation-delay: 0.24s;
}
.drawer.is-open .drawer-menu li:nth-child(6) {
  animation-delay: 0.28s;
}
.drawer.is-open .drawer-menu li:nth-child(7) {
  animation-delay: 0.32s;
}

@keyframes drawer-item-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.drawer-menu li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-decoration: none;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.drawer-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(
    180deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  border-radius: 0 2px 2px 0;
  transition: height 0.25s ease;
}

.drawer-menu li a:hover {
  background: linear-gradient(
    90deg,
    rgba(246, 59, 59, 0.08) 0%,
    transparent 100%
  );
  color: var(--primary);
  padding-left: 20px;
}

.drawer-menu li a:hover::before {
  height: 24px;
}

.drawer-menu li a:active {
  transform: scale(0.98);
}

.drawer-menu-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.25s ease;
}

.drawer-menu li a:hover .drawer-menu-icon {
  opacity: 1;
}

.drawer-menu-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.drawer-footer {
  padding: 16px 20px 24px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(241, 245, 249, 0.8) 100%
  );
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

.drawer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  );
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(175, 30, 30, 0.3);
  transition: all 0.3s ease;
}

.drawer-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(175, 30, 30, 0.4);
}

.drawer-contact svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.site-footer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 16px;
  background: #1e293b;
  box-sizing: border-box;
}

.footer-info {
  text-align: center;
}

.footer-info p {
  margin: 0;
  padding: 4px 0;
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6;
}
