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: 60px;
}

.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: 30%;
}

.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: 5%;
}

.sec03-txt {
  position: absolute;
  top: 5%;
}

.sec04-txt {
  position: absolute;
  top: 8%;
}

.sec05-txt {
  position: absolute;
  top: 5%;
}

.sec06-txt {
  position: absolute;
  top: 3%;
}

.sec07-txt {
  position: absolute;
  top: 8%;
}

.sec08-txt {
  position: absolute;
  top: 8%;
}

.sec09-txt {
  position: absolute;
  top: 6%;
}

.sec10-txt {
  position: absolute;
  top: 7%;
}

.sec11-txt {
  position: absolute;
  top: 7%;
}

.sec12-txt {
  position: absolute;
  top: 20%;
}

.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: #1e40af;
  --primary-light: #3b82f6;
  --primary-dark: #1e3a8a;
  --primaryText: #ffffff;
  --danger: #ef4444;
  --radius: 20px;
}

.form-section {
  position: relative;
  padding: 48px 20px 40px;
  overflow: hidden;
}

.form-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #0c1929 0%, #1e3a8a 40%, #2563eb 100%);
  z-index: 0;
}

.form-bg::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -30%;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, transparent 60%);
}

.form-bg::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -20%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.5) 0%, transparent 50%);
}

.form-section--alt .form-bg {
  background: linear-gradient(165deg, #1e3a8a 0%, #1d4ed8 40%, #3b82f6 100%);
}

.form-container {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0 auto;
}

.form-header {
  text-align: center;
  margin-bottom: 28px;
  color: #fff;
}

.form-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.form-heading {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.form-heading span {
  background: linear-gradient(90deg, #93c5fd 0%, #bfdbfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.form-subtext {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.form-card {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  border-radius: var(--radius);
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  overflow: hidden;
}

.form-body {
  padding: 28px 24px;
}

.input-group {
  margin-bottom: 20px;
}

.input-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}

.input-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  color: var(--primary-light);
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.input-label svg,
.consent-header svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
}

.required {
  color: var(--danger);
  font-weight: 700;
}

.form-body input[type="text"],
.form-body input[type="tel"],
.form-body textarea {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  background: #f8fafc;
  color: var(--text);
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.form-body input::placeholder,
.form-body textarea::placeholder {
  color: #94a3b8;
}

.form-body input:hover,
.form-body textarea:hover {
  border-color: #cbd5e1;
  background: #fff;
}

.form-body input:focus,
.form-body textarea:focus {
  border-color: var(--primary-light);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.form-body textarea {
  min-height: 90px;
  resize: vertical;
  line-height: 1.5;
}

.phone-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-inputs input {
  flex: 1;
  text-align: center;
  padding: 14px 8px !important;
}

.phone-dash {
  width: 10px;
  height: 2px;
  background: #cbd5e1;
  border-radius: 1px;
  flex-shrink: 0;
}

.consent-group {
  margin-bottom: 24px;
  padding: 16px;
  background: linear-gradient(to bottom, #f1f5f9, #f8fafc);
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.consent-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}

.consent-content {
  margin-bottom: 14px;
}

.consent-scroll {
  max-height: 100px;
  overflow-y: auto;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  white-space: pre-line;
}

.consent-scroll::-webkit-scrollbar {
  width: 5px;
}

.consent-scroll::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

.consent-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.consent-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.consent-checkbox input {
  display: none;
}

.checkmark {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  position: relative;
  transition: all 0.2s ease;
}

.consent-checkbox:hover .checkmark {
  border-color: var(--primary-light);
}

.consent-checkbox input:checked + .checkmark {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  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: var(--text);
  line-height: 1.4;
}

.submit-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.4);
}

.submit-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.6s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 64, 175, 0.5);
}

.submit-btn:hover svg {
  transform: translateX(4px);
}

.submit-btn:hover::before {
  left: 100%;
}

.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 img {
  width: 20px;
  height: auto;
  display: block;
}

.drawer-menu {
  list-style: none;
  padding: 12px 4px 0;
  margin: 0;
}

.drawer-menu li a {
  display: block;
  padding: 12px 8px;
  text-decoration: none;
  color: #111827;
  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(12, 25, 41, 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%, #60a5fa 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(30, 64, 175, 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(30, 64, 175, 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(12, 25, 41, 0.9) 0%, rgba(30, 58, 138, 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 img {
  width: 16px;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.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.20s; }
.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(59, 130, 246, 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(30, 64, 175, 0.3);
  transition: all 0.3s ease;
}

.drawer-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
}

.drawer-contact svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
