/* --- CSS Reset & Normalize --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  scroll-behavior: smooth;
}
body {
  background: #181C1F;
  color: #EFF2F5;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #E98313;
  text-decoration: none;
  transition: color .18s;
}
a:hover, a:focus {
  color: #FFB25B;
}
ul, ol {
  list-style: none;
}
button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
}
h1, .h1 {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #EFF2F5;
  line-height: 1.13;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 20px #1A2531c0;
}
h2, .h2 {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #EFF2F5;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
h3, .h3 {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #E98313;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}
h4, .h4 {
  font-weight: 600;
  font-size: 1.05rem;
}
p, li, blockquote {
  color: #E5E8ED;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
strong {
  color: #EFF2F5;
  font-weight: 600;
}

/* --- Container and Layout Patterns --- */
.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 18px;
  margin: 0 auto;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #22262B;
  border-radius: 14px;
  box-shadow: 0 4px 32px 0 #14202E33, 0 2px 6px #00000012;
}
.hero {
  background: #1A2531;
  border-bottom: 2px solid #232B36;
  padding: 56px 0 36px 0;
}
.hero .container {
  align-items: center;
}
.hero h1 {
  color: #EFF2F5;
  margin-bottom: 16px;
  text-shadow: 0 2px 24px #1A456099;
}
.subheadline {
  font-size: 1.16rem;
  color: #CBD2D9;
  margin-bottom: 20px;
}
.text-section {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
}

/* --- Spacing Patterns for Cards/Lists/Grids --- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #232B36;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0c111466;
  padding: 28px 20px;
  transition: box-shadow .18s, transform .18s;
}
.card:hover {
  box-shadow: 0 6px 32px #0c1114bb;
  transform: translateY(-3px) scale(1.01);
}
.content-grid, .feature-grid, .service-cards, .blog-preview-grid, .fact-boxes, .perks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #F7FAFC;
  color: #232B36;
  box-shadow: 0 1px 8px #11171c24;
  min-width: 0;
  margin-bottom: 24px;
}
.testimonial-card blockquote{
  font-size: 1.18rem;
  color: #1A4560;
  font-style: italic;
  margin-right: 16px;
  font-weight: 500;
  flex: 1 1 0px;
}
.testimonial-card footer strong {
  color: #1A4560;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 18px 24px 18px;
  background: #22262B;
  border-radius: 12px;
  box-shadow: 0 1px 12px #0004;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  transition: box-shadow .15s, border-color .15s;
}
.feature-item img {
  width: 36px;
  height: 36px;
  filter: brightness(1.05) contrast(1.13) drop-shadow(0 2px 4px #0002);
  margin-bottom: 8px;
}
.feature-item h3 {
  color: #E98313;
}
.feature-item:hover, .feature-item:focus {
  box-shadow: 0 6px 24px #0007;
  border-color: #E98313;
}
.service-card {
  background: #232B36;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0c111466;
  padding: 28px 22px;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  transition: box-shadow .18s, transform .18s;
}
.service-card h3 {
  color: #E98313;
  margin-bottom: 8px;
}
.service-card .service-price {
  color: #EFF2F5;
  background: #E98313;
  display: inline-block;
  border-radius: 7px;
  padding: 3px 10px;
  font-size: 1.06rem;
  font-weight: 600;
  margin-top: 15px;
  letter-spacing: 0.02em;
}
.service-card:hover {
  box-shadow: 0 6px 32px #1a456088;
  transform: translateY(-2px) scale(1.01);
}
.benefit-list, .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.benefit-list li, .feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1A4560;
  color: #EFF2F5;
  padding: 12px 16px;
  border-radius: 9px;
  font-size: 1rem;
}
.benefit-list li img, .feature-list li img {
  width: 24px;
  height: 24px;
  filter: grayscale(10%) brightness(1.3) drop-shadow(0 2px 4px #0003);
}

.step-section {
  gap: 28px;
}
.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  counter-reset: step;
  margin-top: 10px;
}
.step-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #22262B;
  color: #EFF2F5;
  border-radius: 9px;
  padding: 14px 18px;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
}

.statistic-box {
  background: #232B36;
  border-radius: 12px;
  padding: 28px 32px;
  min-width: 140px;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px #0c111466;
  color: #EFF2F5;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.statistic-box strong {
  color: #E98313;
  font-size: 2.1rem;
  font-weight: 700;
}
.statistic-box span {
  color: #E5E8ED;
}


/* Blog preview cards */
.blog-preview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.post-preview {
  min-width: 230px;
  max-width: 350px;
  flex: 1 1 230px;
  background: #232B36;
  border-radius: 11px;
  box-shadow: 0 2px 12px #1a456033;
  padding: 22px 16px;
  margin-bottom: 20px;
  transition: box-shadow .15s, transform .13s;
}
.post-preview h3 a {
  color: #E98313;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.post-preview:hover, .post-preview:focus {
  box-shadow: 0 6px 32px #1a456088;
  transform: translateY(-1.5px) scale(1.01);
}

.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  font-size: 1rem;
  color: #CBD2D9;
}
.category-filter a {
  background: #232B36;
  border-radius: 7px;
  color: #EFF2F5;
  padding: 6px 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 8px;
  transition: background .15s, color .15s;
}
.category-filter a:hover {
  background: #E98313;
  color: #232B36;
}

/* Newsletter */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
  max-width: 450px;
}
.newsletter-form input[type=email] {
  border: 1.5px solid #787D85;
  background: #22262B;
  border-radius: 7px;
  padding: 9px 13px;
  color: #EFF2F5;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 6px;
  transition: border .15s;
}
.newsletter-form input[type=email]:focus {
  border: 1.6px solid #E98313;
}
.newsletter-form button {
  background: #E98313;
  color: #232B36;
  border: none;
  padding: 8px 28px;
  border-radius: 7px;
  font-weight: 600;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 1rem;
  transition: background .15s, color .15s, box-shadow .15s;
  box-shadow: 0 2px 10px #e983131a;
}
.newsletter-form button:hover, .newsletter-form button:focus {
  background: #FFB25B;
  color: #232B36;
  box-shadow: 0 3px 18px #e9831340;
}


/* --- Header & Navigation Styling --- */
header {
  background: #181C1F;
  border-bottom: 2.5px solid #232B36;
  box-shadow: 0 2px 14px #181C1F60;
  position: relative;
  z-index: 30;
  width: 100%;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 66px;
  gap: 18px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
header nav a {
  color: #CBD2D9;
  padding: 6px 14px;
  border-radius: 6px;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background .14s, color .14s;
}
header nav a:hover, header nav a:focus {
  background: #232B36;
  color: #E98313;
}
header nav .cta-btn {
  background: #E98313;
  color: #22262B;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 7px;
  padding: 8px 18px;
  margin-left: 8px;
  box-shadow: 0 1px 8px #e9831322;
  border: none;
  transition: background .13s, color .13s, box-shadow .18s, transform .16s;
}
header nav .cta-btn:hover, header nav .cta-btn:focus {
  background: #FFB25B;
  color: #22262B;
  box-shadow: 0 3px 22px #e9831340;
  transform: scale(1.04);
}
.mobile-menu-toggle {
  display: none;
  background: #232B36;
  color: #E98313;
  border: none;
  font-size: 2rem;
  padding: 6px 16px;
  border-radius: 7px;
  cursor: pointer;
  margin-left: 20px;
  transition: background .15s, color .15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #E98313;
  color: #232B36;
}

/* --- Mobile Menu --- */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #232B36ED;
  z-index: 100;
  transform: translateX(-105%);
  transition: transform .3s cubic-bezier(.65,0,.41,1.14);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #E98313;
  background: #232B36;
  border: none;
  font-size: 2.1rem;
  border-radius: 7px;
  padding: 4px 18px;
  cursor: pointer;
  transition: background .13s, color .14s;
  z-index: 201;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #E98313;
  color: #22262B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  padding: 60px 24px 32px 36px;
}
.mobile-nav a {
  color: #EFF2F5;
  font-size: 1.18rem;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 13px 0;
  border-radius: 7px;
  transition: background .15s, color .15s;
  width: 100%;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E98313;
  color: #1A2531;
}

/* --- CTA Buttons --- */
.cta-btn {
  background: #E98313;
  color: #22262B;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 7px;
  padding: 13px 34px;
  margin-top: 14px;
  display: inline-block;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 10px #e9831326;
  text-align: center;
  transition: background .17s, color .14s, box-shadow .13s, transform .11s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #FFB25B;
  color: #232B36;
  box-shadow: 0 3px 22px #e9831340;
  transform: translateY(-2px) scale(1.03);
}
.cta-btn.secondary {
  background: transparent;
  color: #E98313;
  border: 2px solid #E98313;
  box-shadow: none;
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #E98313;
  color: #232B36;
  border-color: #E98313;
  transform: scale(1.03);
}


/* --- Footer --- */
footer {
  background: #1A2531;
  border-top: 2.5px solid #232B36;
  box-shadow: 0 -2px 12px #181C1F30;
  position: relative;
  z-index: 10;
  padding-top: 18px;
  padding-bottom: 24px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 13px;
}
.footer-nav a {
  color: #E98313;
  font-size: 1rem;
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 6px;
  background: #232B36;
  transition: background .11s, color .13s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #E98313;
  color: #232B36;
}
.brand-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-footer img {
  width: 40px;
  height: 40px;
  filter: grayscale(1%) drop-shadow(0 1px 8px #22262b80);
}
.brand-footer span {
  color: #CBD2D9;
  font-size: 0.97rem;
  letter-spacing: 0.02em;
}

/* --- Misc Lists and Job listings --- */
.job-listings {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 12px;
}
.job-details {
  background: #232B36;
  color: #EFF2F5;
  padding: 18px 14px;
  border-radius: 8px;
  box-shadow: 0 1px 6px #1a456030;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.job-details strong {
  color: #E98313;
  font-size: 1.13rem;
  font-family: 'Montserrat';
  margin-bottom: 3px;
}
.job-details span {
  color: #CACACB;
  font-size: 0.97rem;
}
.perks-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.perks-grid li {
  background: #22262B;
  color: #EFF2F5;
  border-radius: 9px;
  padding: 13px 22px;
  font-size: 1rem;
  min-width: 180px;
}

/* --- Contact Info --- */
.contact-info {
  background: #232B36;
  border-radius: 10px;
  padding: 20px 22px;
  margin-bottom: 24px;
  box-shadow: 0 1px 10px #232B3648;
  color: #EFF2F5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-info strong {
  color: #E98313;
}

/* --- Price Badges (Service Details) --- */
.price-badge {
  background: #E98313;
  color: #232B36;
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 1.04rem;
  font-weight: 700;
  margin-top: 8px;
  display: inline-block;
}

/* --- Tech Icons --- */
.tech-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.tech-icons img {
  width: 44px;
  height: 44px;
  filter: grayscale(10%) brightness(1.15) drop-shadow(0 2px 4px #0003);
}

/* --- Cookie Consent Banner --- */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #232B36;
  color: #EFF2F5;
  z-index: 3000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 21px 18px 21px 28px;
  box-shadow: 0 -4px 22px #181C1Fcc;
  font-size: 1rem;
  gap: 18px;
  transition: transform .25s cubic-bezier(.7,.1,.49,1.07);
}
.cookie-banner.hide {
  transform: translateY(110%);
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cookie-btn {
  background: #E98313;
  color: #232B36;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 700;
  border-radius: 7px;
  padding: 8px 20px;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 7px #e9831333;
  transition: background .15s, color .13s;
}
.cookie-btn.secondary {
  background: transparent;
  color: #E98313;
  border: 1.8px solid #E98313;
  box-shadow: none;
}
.cookie-btn.settings {
  background: none;
  color: #EFF2F5;
  border: none;
  text-decoration: underline;
  box-shadow: none;
  padding: 9px 5px;
  font-weight: 500;
  font-size: 1rem;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #FFB25B;
  color: #232B36;
}
.cookie-btn.secondary:hover, .cookie-btn.secondary:focus {
  background: #E98313;
  color: #232B36;
}

/* Cookie preferences modal */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.97);
  z-index: 3100;
  background: #22262B;
  box-shadow: 0 8px 44px #1A4560cc, 0 2px 12px #0007;
  border-radius: 18px;
  min-width: 350px;
  max-width: 98vw;
  color: #EFF2F5;
  padding: 36px 26px 30px 26px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  animation: modalAppear .27s cubic-bezier(.63,0,.47,1.28);
}
@keyframes modalAppear {
  0% { 
    opacity: 0; 
    transform: translate(-50%,-60%) scale(0.96);
  }
  100% { 
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
}
.cookie-modal h3 {
  color: #E98313;
  font-family: 'Montserrat';
  margin-bottom: -4px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cookie-category input[type=checkbox], .cookie-category input[type=radio] {
  accent-color: #E98313;
  width: 18px;
  height: 18px;
}
.cookie-category label {
  color: #EFF2F5;
  font-weight: 500;
}
.cookie-category .essential {
  color: #BAB9B8;
  font-size: 0.96rem;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal .modal-close {
  position: absolute;
  top: 14px;
  right: 22px;
  background: none;
  color: #E98313;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  border-radius: 6px;
  padding: 4px 10px;
  transition: background .13s;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  background: #E98313;
  color: #22262B;
}

/* --- Responsive Queries (Mobile First) --- */
@media (max-width: 1020px) {
  .container {
    max-width: 96vw;
  }
}
@media (max-width: 900px) {
  .fact-boxes, .service-cards, .feature-grid, .content-grid, .perks-grid, .blog-preview-grid {
    flex-direction: column;
    gap: 20px;
  }
  .feature-item, .service-card, .statistic-box {
    max-width: 100%;
    min-width: 0;
  }
  .tech-icons {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.4rem;
  }
  .hero, .section {
    padding: 28px 6px;
  }
  .container {
    padding: 0 7px;
  }
  .text-image-section, .content-wrapper {
    flex-direction: column !important;
    gap: 18px;
    align-items: flex-start !important;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .footer-nav {
    flex-direction: column;
    gap: 7px;
  }
  .brand-footer {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .cookie-modal {
    padding: 18px 7px 16px 10px;
    min-width: 0;
  }
  .cookie-banner {
    padding: 10px 4px 11px 6px;
    font-size: 0.97rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-banner .cookie-actions {
    gap: 8px;
  }
  .hero, .section {
    padding: 14px 1px;
  }
}

/* --- Micro-interactions --- */
.card, .service-card, .feature-item, .post-preview {
  transition: box-shadow .17s, transform .13s;
}
.cta-btn, .cookie-btn {
  transition: background .16s, color .14s, box-shadow .13s, transform .11s;
}

/* --- Accessibility & Contrast --- */
.testimonial-card, .testimonial-card blockquote, .testimonial-card footer {
  color: #1A2531 !important;
  background: #F7FAFC !important;
}
.testimonial-card strong {
  color: #1A4560 !important;
}

/* --- Utility Classes (if needed) --- */
.hide {
  display: none !important;
}
.visible {
  display: block !important;
}

/* --- End of CSS --- */
