@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Space Grotesk", "Sora", "Poppins", sans-serif;
  line-height: 1.6;
  color: #e2e8f0;
  background-color: #020617;
  background-image: radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.25), transparent 45%), radial-gradient(circle at 90% 10%, rgba(34, 197, 94, 0.18), transparent 40%), linear-gradient(180deg, #01040b 0%, #050919 60%, #010409 100%);
  min-height: 100vh;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.3), transparent 55%), radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.35), transparent 50%);
  opacity: 0.5;
  filter: blur(60px);
  pointer-events: none;
}

a {
  color: #38bdf8;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}
a:hover {
  color: rgb(8.5970873786, 171.9417475728, 244.4029126214);
}
a:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.9);
  outline-offset: 3px;
}

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

.container {
  width: min(1200px, 100% - 2.5rem);
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
}

.main-content {
  min-height: calc(100vh - 220px);
  padding: 4rem 0 2rem;
  position: relative;
  z-index: 1;
}

.glass-panel {
  background: rgba(11, 18, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 4rem;
  box-shadow: 0 25px 60px rgba(2, 6, 23, 0.65);
  backdrop-filter: blur(18px);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.35);
  font-size: 0.85rem;
  color: #e2e8f0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-left: 0.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}

.site-header {
  position: relative;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.8) 0%, rgb(2, 6, 23) 100%);
  overflow: hidden;
}
.site-header__banner {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.site-header__banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.site-header .site-title,
.site-header .site-subtitle {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(10, 14, 28, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 30px rgba(2, 6, 23, 0.55);
}
.navbar .nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .navbar .nav-list {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.navbar .nav-item {
  margin: 0;
}
.navbar .nav-link {
  display: block;
  padding: 0.6rem 1.1rem;
  color: #94a3b8;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.navbar .nav-link:hover {
  color: #e2e8f0;
  border-color: rgba(226, 232, 240, 0.2);
  background: rgba(255, 255, 255, 0.04);
}
.navbar .nav-link:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.9);
  outline-offset: 3px;
}
.navbar .nav-link.active {
  color: #020617;
  background-image: linear-gradient(120deg, #38bdf8, #22c55e);
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(56, 189, 248, 0.45);
}

.projects-subnav {
  background: rgba(8, 12, 24, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.55);
  backdrop-filter: blur(18px);
}
.projects-subnav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  padding: 0.5rem 0;
}
.projects-subnav__link {
  display: block;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  color: #94a3b8;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.projects-subnav__link:hover, .projects-subnav__link:focus-visible {
  color: #e2e8f0;
  background-color: rgba(56, 189, 248, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
}
.projects-subnav__link:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.9);
  outline-offset: 3px;
}
.projects-subnav__link.is-active {
  background-image: linear-gradient(120deg, #38bdf8, #22c55e);
  color: #020617;
  box-shadow: 0 14px 30px rgba(56, 189, 248, 0.3);
}
@media (max-width: 768px) {
  .projects-subnav {
    position: sticky;
    top: 68px;
    z-index: 90;
  }
  .projects-subnav__list {
    flex-direction: column;
    align-items: stretch;
  }
  .projects-subnav__link {
    text-align: center;
  }
}

.site-footer {
  position: relative;
  margin-top: 4rem;
  padding: 4rem 0 2rem;
  background: radial-gradient(circle at 10% 10%, rgba(56, 189, 248, 0.2), transparent 55%), linear-gradient(180deg, #050817 0%, #03040b 100%);
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 15% auto auto 60%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.35), transparent 65%);
  opacity: 0.4;
  filter: blur(40px);
  pointer-events: none;
}
.site-footer .container {
  position: relative;
  z-index: 1;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
.site-footer .footer-brand h3 {
  font-size: 1.85rem;
  margin: 0 0 0.5rem;
}
.site-footer .footer-brand p {
  color: #94a3b8;
  margin-bottom: 1rem;
  max-width: 320px;
}
.site-footer .footer-brand .footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #e2e8f0;
  font-size: 0.85rem;
}
.site-footer .footer-links h4,
.site-footer .footer-contact h4 {
  font-size: 0.95rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}
.site-footer .footer-links ul,
.site-footer .footer-contact ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
}
.site-footer .footer-links a,
.site-footer .footer-contact a {
  color: #e2e8f0;
  font-weight: 500;
  transition: color 0.3s;
}
.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover {
  color: #38bdf8;
}
.site-footer .footer-contact .contact-hint {
  font-size: 0.9rem;
  color: #94a3b8;
  margin: 0;
}
.site-footer .footer-contact .footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.site-footer .footer-contact .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  transition: all 0.3s;
}
.site-footer .footer-contact .footer-social a:hover {
  border-color: rgba(56, 189, 248, 0.8);
  color: #38bdf8;
  transform: translateY(-2px);
}
.site-footer .footer-contact .footer-social a:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.9);
  outline-offset: 3px;
}
.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}
.site-footer .footer-bottom p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid transparent;
  letter-spacing: 0.02em;
}
.btn:focus-visible {
  outline: 2px solid rgba(56, 189, 248, 0.9);
  outline-offset: 3px;
}
.btn-primary {
  background-image: linear-gradient(120deg, #38bdf8, #22c55e);
  color: #020617;
  font-weight: 600;
  box-shadow: 0 18px 30px rgba(56, 189, 248, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(56, 189, 248, 0.45);
}
.btn-secondary {
  background-color: transparent;
  border-color: rgba(226, 232, 240, 0.4);
  color: #e2e8f0;
}
.btn-secondary:hover {
  border-color: rgba(56, 189, 248, 0.6);
  color: #38bdf8;
  background-color: rgba(56, 189, 248, 0.08);
}
.btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

section {
  padding: clamp(3rem, 5vw, 5rem) 0;
}
section h2 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  margin-bottom: 1rem;
  color: #e2e8f0;
  text-align: center;
  letter-spacing: 0.01em;
}
section h3 {
  font-size: 1.4rem;
  margin: 2rem 0 0.5rem;
  color: #e2e8f0;
}
section .section-intro {
  text-align: center;
  font-size: 1.05rem;
  color: #94a3b8;
  margin-bottom: 2rem;
}

.alert {
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(11, 18, 32, 0.8);
}
.alert h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.alert p {
  margin: 0;
}
.alert-success {
  background-color: rgba(16, 185, 129, 0.15);
  border-left: 4px solid rgba(16, 185, 129, 0.75);
  color: #e2e8f0;
}
.alert-error {
  background-color: rgba(239, 68, 68, 0.15);
  border-left: 4px solid rgba(239, 68, 68, 0.75);
  color: #e2e8f0;
}

.hero-section {
  position: relative;
  padding: clamp(4rem, 6vw, 6.5rem) 0;
}
.hero-section .hero-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-section .hero-panel h2 {
  font-size: clamp(2.3rem, 6vw, 3.1rem);
  line-height: 1.1;
  margin: 0;
  background: linear-gradient(120deg, #38bdf8, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-section .hero-panel .lead {
  font-size: 1.15rem;
  color: #94a3b8;
  line-height: 1.8;
  margin: 0;
}
.hero-section .hero-panel .hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.hero-section .hero-panel .cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-section .hero-panel {
    padding: 2rem;
  }
  .hero-section .hero-panel .lead {
    font-size: 1.05rem;
  }
}

.intro-section {
  padding-top: 2rem;
}
.intro-section h3 {
  text-align: center;
  margin-bottom: 0.5rem;
}
.intro-section .section-intro {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.skill-card {
  position: relative;
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(17, 26, 45, 0.9), rgba(11, 18, 32, 0.75));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.45);
  transition: transform 0.3s, border-color 0.3s;
}
.skill-card:before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 22px;
  border: 1px dashed rgba(56, 189, 248, 0.2);
  pointer-events: none;
}
.skill-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.45);
}
.skill-card h4 {
  color: #e2e8f0;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.skill-card p {
  color: #94a3b8;
  line-height: 1.7;
  margin: 0;
}

.about-section .about-content {
  max-width: 900px;
  margin: 0 auto;
}
.about-section .about-text {
  font-size: 1.1rem;
  line-height: 1.8;
}
.about-section .about-text p {
  margin-bottom: 1rem;
}
.about-section .expertise-list {
  list-style: none;
  margin: 1rem 0;
}
.about-section .expertise-list li {
  padding: 0.5rem 0;
  padding-left: 2rem;
  position: relative;
}
.about-section .expertise-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}
.about-section .about-cta {
  text-align: center;
  margin-top: 4rem;
  padding: 2rem;
  background-color: #111a2d;
  border-radius: 8px;
}
.about-section .about-cta p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.projects-section {
  padding: 4rem 0;
}
.projects-section .projects-header {
  margin-bottom: 2rem;
  text-align: center;
}
.projects-section .projects-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #94a3b8;
}
.projects-section .project-category {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.projects-section .project-category:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.projects-section .project-category .category-header {
  text-align: center;
  margin-bottom: 2rem;
}
.projects-section .project-category .category-header h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.projects-section .project-category .category-header p {
  color: #94a3b8;
  max-width: 640px;
  margin: 0 auto;
}
.projects-section .category-placeholder {
  text-align: center;
  padding: 2rem;
  border-radius: 18px;
  border: 1px dashed rgba(56, 189, 248, 0.35);
  background-color: rgba(17, 26, 45, 0.35);
  color: #94a3b8;
}
.projects-section .category-placeholder p {
  margin: 0;
  font-size: 1.05rem;
}
.projects-section .project-category--upcoming .category-placeholder {
  background-color: rgba(56, 189, 248, 0.04);
  border-color: rgba(56, 189, 248, 0.25);
  color: rgb(132.6713483146, 149.8202247191, 173.8286516854);
}
.projects-section .no-projects {
  text-align: center;
  padding: 4rem;
  background-color: rgba(17, 26, 45, 0.4);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.projects-section .no-projects p {
  font-size: 1.1rem;
  color: #94a3b8;
}
.projects-section .projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.projects-section .project-card {
  position: relative;
  background: linear-gradient(145deg, rgba(17, 26, 45, 0.95), rgba(11, 18, 32, 0.65));
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(3, 7, 18, 0.55);
  transition: transform 0.3s, border-color 0.3s;
}
.projects-section .project-card:after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 20px;
  border: 1px dashed rgba(148, 163, 184, 0.12);
  pointer-events: none;
}
.projects-section .project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.5);
}
.projects-section .project-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.projects-section .project-headline {
  flex: 1 1 auto;
}
.projects-section .project-title {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0;
  color: #e2e8f0;
}
.projects-section .project-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0;
  margin: 0.5rem 0 0;
}
.projects-section .project-tags .tag {
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background-color: rgba(56, 189, 248, 0.15);
  color: #e2e8f0;
}
.projects-section .project-meta {
  text-align: right;
}
.projects-section .project-meta time {
  font-size: 0.85rem;
  color: #94a3b8;
  white-space: nowrap;
}
.projects-section .project-description {
  margin-top: 0.5rem;
  color: #94a3b8;
  line-height: 1.7;
}
.projects-section .project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.projects-section .project-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.projects-section .project-actions .btn.btn-secondary {
  border-color: rgba(226, 232, 240, 0.3);
  color: #e2e8f0;
}
.projects-section .project-actions .btn.btn-secondary:hover {
  border-color: rgba(56, 189, 248, 0.6);
  background-color: rgba(56, 189, 248, 0.08);
}
.projects-section .project-preview {
  margin-top: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  background-color: rgba(11, 18, 32, 0.7);
}
.projects-section .browser-chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(255, 255, 255, 0.03);
}
.projects-section .browser-chrome .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.7;
  background-color: rgba(56, 189, 248, 0.4);
}
.projects-section .browser-url {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projects-section .preview-frame {
  position: relative;
  min-height: 320px;
}
.projects-section .preview-frame iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
  background-color: rgba(17, 26, 45, 0.15);
}
.projects-section .preview-hint {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  color: #94a3b8;
}
@media (max-width: 520px) {
  .projects-section .preview-frame {
    min-height: 380px;
  }
  .projects-section .preview-frame iframe {
    height: 440px;
  }
}

.contact-section {
  position: relative;
  padding: 4rem 0 5rem;
}
.contact-section .container {
  position: relative;
  z-index: 1;
}
.contact-section::before, .contact-section::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  pointer-events: none;
}
.contact-section::before {
  background: rgba(56, 189, 248, 0.35);
  top: 5%;
  left: -10%;
}
.contact-section::after {
  background: rgba(34, 197, 94, 0.35);
  bottom: 0;
  right: -10%;
}

.contact-hero {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}
.contact-hero h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
.contact-hero .section-intro {
  color: #94a3b8;
  font-size: 1.1rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1.1fr);
  gap: 4rem;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  background: rgba(11, 18, 32, 0.9);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4rem;
  box-shadow: 0 25px 60px rgba(2, 6, 23, 0.55);
  backdrop-filter: blur(16px);
}
.contact-card__headline {
  margin-bottom: 2rem;
}
.contact-card__headline h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.contact-card__headline p {
  color: #94a3b8;
  margin: 0;
}
.contact-card__channels {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-card__channels li {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-card__channels li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.contact-card__channels .label {
  color: #94a3b8;
  margin: 0;
  font-size: 0.9rem;
}
.contact-card__channels a {
  color: #e2e8f0;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.contact-card__channels a:hover {
  color: #38bdf8;
}
.contact-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(56, 189, 248, 0.2);
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: #38bdf8;
}

.contact-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: #94a3b8;
}
.contact-meta li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.contact-meta li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(120deg, #38bdf8, #22c55e);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
}

.contact-form {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4rem;
  box-shadow: 0 25px 60px rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(18px);
}
.contact-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.contact-form legend {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.contact-form__group label {
  font-weight: 600;
  color: #e2e8f0;
}
.contact-form__group .form-control {
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(1, 4, 15, 0.65);
  color: #e2e8f0;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.contact-form__group .form-control:focus {
  border-color: rgba(56, 189, 248, 0.8);
  box-shadow: 0 8px 30px rgba(56, 189, 248, 0.2);
  transform: translateY(-1px);
}
.contact-form__group .form-control.error {
  border-color: rgba(239, 68, 68, 0.8);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.25);
}
.contact-form__group textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.contact-form__group .error-message {
  color: #ef4444;
  font-size: 0.9rem;
}

.form-actions {
  display: flex;
  justify-content: center;
}
.form-actions .btn {
  min-width: 220px;
  font-size: 1.05rem;
  border-radius: 999px;
  padding: 0.95rem 1.8rem;
  border: 0;
  background-image: linear-gradient(120deg, #38bdf8, #22c55e);
  color: #020617;
  box-shadow: 0 20px 40px rgba(34, 197, 94, 0.35);
  transition: transform 0.3s, box-shadow 0.3s;
}
.form-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 60px rgba(34, 197, 94, 0.45);
}

@media (max-width: 768px) {
  .contact-card,
  .contact-form {
    padding: 2rem;
  }
  .contact-card__channels li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.legal-section .legal-content {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}
.legal-section .legal-content h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: #38bdf8;
}
.legal-section .legal-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.legal-section .legal-content p {
  margin-bottom: 1rem;
}
.legal-section .legal-content ul {
  margin: 1rem 0;
  padding-left: 2rem;
}
.legal-section .legal-content ul li {
  margin-bottom: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
