/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  outline: none;
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #2563eb;
  color: #ffffff;
}
.btn.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-primary:hover:not(:disabled) {
  background-color: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn.btn-primary:active {
  transform: translateY(0);
}
.btn.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
}
.btn.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-secondary:hover:not(:disabled) {
  background-color: #2563eb;
  color: #ffffff;
  transform: translateY(-1px);
}
.btn.btn-secondary:active {
  transform: translateY(0);
}
.btn.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #f97316;
  color: #ffffff;
}
.btn.btn-accent:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-accent:hover:not(:disabled) {
  background-color: #d65b06;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn.btn-accent:active {
  transform: translateY(0);
}
.btn.btn-sm {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}
.btn.btn-lg {
  padding: 1.5rem 3rem;
  font-size: 1.125rem;
}
.btn i {
  margin-right: 0.25rem;
}
.card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  transition: transform box-shadow ease-in-out;
}
.card:hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.card .card-header {
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 1px solid #d1d5db;
}
.card .card-header h3 {
  margin: 0;
  color: #1e293b;
}
.card .card-body {
  padding: 2rem;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card .card-footer {
  padding: 1rem 2rem 2rem 2rem;
  border-top: 1px solid #d1d5db;
}
.card .card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.alert {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid;
}
.alert.alert-success {
  background-color: rgba(16, 185, 129, 0.1);
  border-left-color: #10b981;
  color: #085b40;
}
.alert.alert-warning {
  background-color: rgba(245, 158, 11, 0.1);
  border-left-color: #f59e0b;
  color: #945f06;
}
.alert.alert-error {
  background-color: rgba(239, 68, 68, 0.1);
  border-left-color: #ef4444;
  color: #bd1010;
}
.alert.alert-info {
  background-color: rgba(37, 99, 235, 0.1);
  border-left-color: #2563eb;
  color: #0e3b9c;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.badge.badge-primary {
  background-color: #2563eb;
  color: #ffffff;
}
.badge.badge-secondary {
  background-color: #64748b;
  color: #ffffff;
}
.badge.badge-accent {
  background-color: #f97316;
  color: #ffffff;
}
.badge.badge-outline {
  background-color: transparent;
  border: 1px solid #2563eb;
  color: #2563eb;
}
.progress {
  width: 100%;
  height: 8px;
  background-color: #f3f4f6;
  border-radius: 9999px;
  overflow: hidden;
}
.progress .progress-bar {
  height: 100%;
  background-color: #2563eb;
  border-radius: 9999px;
  transition: width 0.3s ease-in-out;
}
.progress .progress-bar.progress-accent {
  background-color: #f97316;
}
.progress .progress-bar.progress-success {
  background-color: #10b981;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-content {
  background-color: #ffffff;
  border-radius: 1rem;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.modal.active .modal-content {
  transform: scale(1);
}
.modal .modal-header {
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 1px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-header h3 {
  margin: 0;
}
.modal .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.3s ease-in-out;
}
.modal .modal-header .modal-close:hover {
  color: #475569;
}
.modal .modal-body {
  padding: 2rem;
}
.modal .modal-footer {
  padding: 1rem 2rem 2rem 2rem;
  border-top: 1px solid #d1d5db;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-text {
  visibility: hidden;
  width: max-content;
  max-width: 200px;
  background-color: #1e293b;
  color: #ffffff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  position: absolute;
  z-index: 1070;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.tooltip .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1e293b transparent transparent transparent;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  border-top-color: #2563eb;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.spinner.spinner-lg {
  width: 40px;
  height: 40px;
  border-width: 4px;
}
.spinner.spinner-sm {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.accordion {
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  overflow: hidden;
}
.accordion .accordion-item {
  border-bottom: 1px solid #d1d5db;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-header {
  background-color: #ffffff;
  border: none;
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.accordion .accordion-header:hover {
  background-color: #f3f4f6;
}
.accordion .accordion-header h4 {
  margin: 0;
  color: #1e293b;
}
.accordion .accordion-header .accordion-icon {
  transition: transform 0.3s ease-in-out;
  color: #2563eb;
}
.accordion .accordion-header.active .accordion-icon {
  transform: rotate(180deg);
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion .accordion-content.active {
  max-height: 1000px;
}
.accordion .accordion-content .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media (max-width: 1024px) {
  .navbar .nav-links {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .navbar .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-links a {
    padding: 1rem 0;
    border-bottom: 1px solid #d1d5db;
    width: 100%;
    text-align: center;
  }
  .navbar .nav-links a:last-child {
    border-bottom: none;
  }
  .navbar .nav-toggle {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 3rem 0 2rem 0;
  }
  .hero .hero-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    min-height: auto;
  }
  .hero .hero-content > * {
    min-width: 100%;
  }
  .hero .hero-text h2 {
    font-size: 1.875rem;
  }
  .hero .hero-text p {
    font-size: 1rem;
  }
  .hero .hero-buttons {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero .hero-text h2 {
    font-size: 1.5rem;
  }
  .hero .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 1024px) {
  .content-block {
    padding: 2rem 0;
  }
  .content-block .content-row {
    flex-direction: column;
    gap: 2rem;
  }
  .content-block .content-row > * {
    min-width: 100%;
  }
  .content-block .content-row.reverse {
    flex-direction: column;
  }
  .content-block .content-text {
    text-align: center;
  }
  .content-block .content-text h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .content-block {
    padding: 1.5rem 0;
  }
  .content-block .content-row {
    gap: 1.5rem;
  }
  .content-block .content-text h3 {
    font-size: 1.125rem;
  }
  .content-block .feature-list {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .contact .contact-content {
    flex-direction: column;
    gap: 2rem;
  }
  .contact .contact-content > * {
    min-width: 100%;
  }
  .contact .contact-form {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 2rem 0;
  }
  .contact .contact-content {
    gap: 1.5rem;
  }
  .contact .contact-form {
    padding: 1rem;
  }
  .contact .contact-item {
    flex-direction: column;
    text-align: center;
  }
  .contact .contact-item i {
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 1024px) {
  .footer .footer-content {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  .footer .footer-content .footer-brand,
  .footer .footer-content .footer-contact,
  .footer .footer-content .footer-social {
    min-width: 100%;
  }
  .footer .social-links {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 2rem 0 1.5rem 0;
  }
  .footer .footer-content {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  body {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
  }
  .btn.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .contact-form textarea {
    min-height: 100px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
.show-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}
.show-tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
@media (min-width: 1025px) {
  .text-left-desktop {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .spacing-responsive {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1025px) {
  .spacing-responsive {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .card .card-body {
    padding: 1rem;
  }
  .card .card-header {
    padding: 1rem 1rem 0.5rem 1rem;
  }
  .card .card-footer {
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .modal .modal-content {
    width: 95%;
    margin: 1rem;
  }
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    padding: 1rem;
  }
  .accordion .accordion-header {
    padding: 1rem;
  }
  .accordion .accordion-body {
    padding: 0 1rem 1rem 1rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .navbar,
  .footer,
  .contact-form,
  .btn,
  .social-links {
    display: none !important;
  }
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  .content-block {
    page-break-inside: avoid;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 0.5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #1e293b;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
p {
  margin-bottom: 1rem;
  color: #475569;
}
a {
  color: #2563eb;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #1d4ed8;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s ease-in-out;
}
img.loaded {
  opacity: 1;
}
img.error {
  opacity: 0.3;
  background-color: #d1d5db;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 0.5rem 0;
  transition: all 0.3s ease-in-out;
}
.navbar.scrolled {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.98);
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav-brand h1 {
  color: #2563eb;
  font-size: 1.5rem;
  margin: 0;
}
.navbar .nav-brand h1 i {
  margin-right: 0.25rem;
}
.navbar .nav-menu {
  display: flex;
  align-items: center;
}
.navbar .nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}
.navbar .nav-links a {
  color: #475569;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-links a:hover {
  color: #2563eb;
  background-color: rgba(37, 99, 235, 0.1);
}
.navbar .nav-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}
.navbar .nav-toggle span {
  width: 25px;
  height: 3px;
  background-color: #475569;
  margin: 3px 0;
  transition: all 0.3s ease-in-out;
}
.navbar .nav-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.navbar .nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.navbar .nav-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
.hero {
  padding: 6rem 0 3rem 0;
  background: linear-gradient(135deg, #ffffff 0%, rgba(37, 99, 235, 0.05) 100%);
}
.hero .hero-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  min-height: 70vh;
}
.hero .hero-content > * {
  flex: 1;
  min-width: 300px;
}
.hero .hero-text h2 {
  font-size: 3rem;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hero .hero-text p {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 2rem;
}
.hero .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero .hero-image img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.content-block {
  padding: 3rem 0;
}
.content-block.alt {
  background-color: #f8fafc;
}
.content-block .content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}
.content-block .content-row > * {
  flex: 1;
  min-width: 300px;
}
.content-block .content-row.reverse {
  flex-direction: row-reverse;
}
.content-block .content-image img {
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.content-block .content-text h3 {
  color: #1e293b;
  margin-bottom: 1rem;
}
.content-block .content-text p {
  margin-bottom: 1.5rem;
}
.content-block .feature-list {
  list-style: none;
}
.content-block .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #475569;
}
.content-block .feature-list li i {
  color: #2563eb;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.contact {
  padding: 3rem 0;
  background-color: #f8fafc;
}
.contact .contact-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.contact .contact-content > * {
  flex: 1;
  min-width: 300px;
}
.contact .contact-info h3 {
  color: #1e293b;
  margin-bottom: 1rem;
}
.contact .contact-info p {
  margin-bottom: 2rem;
}
.contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact .contact-item i {
  color: #2563eb;
  font-size: 1.125rem;
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.contact .contact-item h4 {
  margin-bottom: 0.25rem;
  color: #1e293b;
}
.contact .contact-item a {
  color: #2563eb;
  font-weight: 500;
}
.contact .contact-item a:hover {
  color: #1d4ed8;
}
.contact .contact-form {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.contact .contact-form .form-group {
  margin-bottom: 1rem;
}
.contact .contact-form input,
.contact .contact-form select,
.contact .contact-form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.contact .contact-form input:focus,
.contact .contact-form select:focus,
.contact .contact-form textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.contact .contact-form input::placeholder,
.contact .contact-form select::placeholder,
.contact .contact-form textarea::placeholder {
  color: #6b7280;
}
.contact .contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact .contact-form .form-message {
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.contact .contact-form .form-message.success {
  background-color: rgba(16, 185, 129, 0.1);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.contact .contact-form .form-message.error {
  background-color: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.footer {
  background-color: #1e293b;
  color: #ffffff;
  padding: 3rem 0 1.5rem 0;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer .footer-content .footer-brand {
  flex: 2;
  min-width: 250px;
}
.footer .footer-content .footer-contact,
.footer .footer-content .footer-social {
  flex: 1;
  min-width: 150px;
}
.footer .footer-brand h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer .footer-brand h3 i {
  color: #f97316;
  margin-right: 0.25rem;
}
.footer .footer-brand p {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-contact h4,
.footer .footer-social h4 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer .footer-contact p,
.footer .footer-social p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.5rem;
}
.footer .footer-contact p i,
.footer .footer-social p i {
  margin-right: 0.25rem;
  color: #f97316;
}
.footer .social-links {
  display: flex;
  gap: 1rem;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer .social-links a:hover {
  background-color: #f97316;
  transform: translateY(-2px);
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.animate-in {
  animation: fadeInUp 0.6s ease-out forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

