/* ====================================================== */
/*   Voltera Shift - style.css - creative_artistic Theme   */
/* ====================================================== */
/* Reset & Normalize */
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #23395d;
  background: #fafafa;
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  margin-left: 1.2em;
  margin-bottom: 1em;
  padding-left: 0.6em;
}
li {
  margin-bottom: 0.5em;
}
a {
  color: #e38324;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #23395d;
  text-decoration: underline;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #23395d;
  margin-bottom: 16px;
}
h1 {
  font-size: 2.75rem;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.3rem;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.subheadline {
  font-size: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  color: #e38324;
  margin-bottom: 24px;
  font-weight: 500;
}
p {
  margin-bottom: 16px;
}
strong {
  color: #e38324;
  font-weight: bold;
}
blockquote {
  font-family: 'Montserrat', cursive, sans-serif;
  font-size: 1.15rem;
  color: #23395d;
  background: rgba(227, 131, 36, 0.11);
  padding: 20px 36px 18px 28px;
  border-left: 7px solid #e38324;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(35, 57, 93, 0.06);
  margin-bottom: 12px;
  position: relative;
  font-style: italic;
}
blockquote:before {
  content: '\201C';
  color: #e38324;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
  left: 8px;
  top: 0;
  font-family: 'Montserrat', sans-serif;
}
blockquote:after {
  content: '';
}
/* Buttons & CTA */
.cta,
button,
input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  background: #e38324;
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 36px;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.15s;
  box-shadow: 0 2px 12px rgba(227, 131, 36, 0.16);
  margin: 16px 0 0 0;
  display: inline-block;
  letter-spacing: 0.5px;
  outline: none;
}
.cta:hover,
button:hover,
input[type="submit"]:hover,
.cta:focus,
button:focus,
input[type="submit"]:focus {
  background: #23395d;
  color: #e38324;
  transform: translateY(-2px) scale(1.04) rotate(-1deg);
  box-shadow: 0 6px 24px rgba(35, 57, 93, 0.22);
}
.cta.secondary {
  background: #23395d;
  color: #fff;
  border: 2px solid #e38324;
}
.cta.secondary:hover,
.cta.secondary:focus {
  background: #fff;
  color: #23395d;
  border-color: #23395d;
}
/* Header & Nav */
header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(35, 57, 93, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  min-height: 68px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
  padding: 10px 8px;
  flex-wrap: wrap;
}
.main-nav a {
  font-family: 'Montserrat', sans-serif;
  color: #23395d;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 6px;
  border-radius: 16px;
  padding: 10px 16px;
  transition: background 0.13s, color 0.13s;
  position: relative;
}
.main-nav a.cta {
  margin-left: auto;
  margin-right: 0;
  background: #e38324;
  color: #fff;
  font-weight: 700;
}
.main-nav a.cta:hover,
.main-nav a.cta:focus {
  background: #23395d;
  color: #e38324;
}
.main-nav a:hover,
.main-nav a:focus {
  background: #e38324;
  color: #fff;
}
.main-nav img {
  height: 40px;
  width: auto;
  margin-right: 22px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(227,131,36,0.13);
}
.mobile-menu-toggle {
  display: none;
  background: #e38324;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 2.2rem;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  z-index: 201;
  outline: none;
  box-shadow: 0 2px 10px rgba(227,131,36,0.12);
  transition: background 0.18s, transform 0.14s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #23395d;
  color: #e38324;
  transform: scale(1.05) rotate(-5deg);
}
/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #23395d;
  color: #fafafa;
  z-index: 500;
  transform: translateX(-100%);
  transition: transform 0.34s cubic-bezier(.85,.035,.29,.994);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: transparent;
  color: #e38324;
  border: none;
  font-size: 2rem;
  align-self: flex-end;
  margin: 24px 24px 0 0;
  cursor: pointer;
  transition: color 0.16s, transform 0.16s;
  outline: none;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #fff;
  transform: scale(1.13) rotate(7deg);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  padding: 32px 32px 0 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', sans-serif;
  color: #fafafa;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 14px 12px;
  border-radius: 12px;
  margin-right: 0;
  margin-bottom: 2px;
  transition: background 0.15s, color 0.14s;
  width: 100%;
  display: block;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #e38324;
  color: #fff;
}
.mobile-nav a.cta {
  background: #e38324;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 12px;
  margin-top: 12px;
}
.mobile-nav a.cta:hover,
.mobile-nav a.cta:focus {
  background: #fff;
  color: #23395d;
  border: 2px solid #e38324;
}
/* Layout Containers */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 4px 20px rgba(35,57,93,0.09);
  padding: 30px 28px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.card:hover,
.card:focus-within {
  box-shadow: 0 10px 34px rgba(35,57,93,0.18);
  transform: translateY(-2px) scale(1.03) rotate(-1deg);
  z-index: 2;
}
.content-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;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 12px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fafafa;
  border-left: 7px solid #e38324;
  border-radius: 18px;
  margin-bottom: 24px;
  box-shadow: 0 2px 14px rgba(35,57,93,0.06);
  flex-direction: column;
  transition: box-shadow 0.13s, transform 0.13s;
}
.testimonial-card p {
  color: #23395d;
}
.testimonial-card:hover {
  box-shadow: 0 8px 30px rgba(227,131,36,0.13);
  transform: scale(1.025) rotate(-1deg);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.section ul {
  list-style: none;
  padding-left: 0;
}
.section ul li {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(227,131,36,0.04);
  margin-bottom: 24px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.section ul li img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.hero {
  background: linear-gradient(86deg, #fafafa 60%, #e38324 90%);
  padding: 68px 0 32px 0;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  border-radius: 0 0 44px 44px;
}
.hero h1, .hero .subheadline {
  color: #23395d;
}
.hero .cta {
  margin-top: 28px;
}
.features {
  background: #fffde8;
  border-radius: 44px;
  box-shadow: 0 2px 36px rgba(227,131,36,0.08);
  margin-bottom: 60px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}
.feature-grid li {
  flex: 1 1 220px;
  max-width: 270px;
  min-width: 180px;
  background: #fafafa;
  border-radius: 22px;
  box-shadow: 0 2px 16px rgba(35,57,93,0.06);
  padding: 18px 14px 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  transition: box-shadow 0.13s, transform 0.13s;
}
.feature-grid li:hover {
  box-shadow: 0 10px 28px rgba(227,131,36,0.13);
  transform: scale(1.025) rotate(-1.5deg);
}
.feature-grid img {
  width: 36px;
  height: 36px;
  margin-bottom: 2px;
}
.services {
  margin-bottom: 60px;
}
.services ul li span {
  float: right;
  color: #e38324;
  padding-right: 18px;
  font-style: italic;
  font-size: 1.05rem;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(35,57,93,0.08);
}
thead th {
  background: #23395d;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 16px 10px;
  text-align: left;
  font-size: 1.08rem;
  font-weight: 700;
  border-bottom: 3px solid #e38324;
}
tbody td {
  padding: 14px 10px;
  font-size: 1rem;
  border-bottom: 1px solid #e2e2e2;
}
tbody tr:last-child td {
  border-bottom: none;
}
tbody td a {
  color: #e38324;
  font-weight: 600;
}
tbody td a:hover {
  color: #23395d;
  text-decoration: underline;
}
.cta-final {
  background: #e38324;
  color: #fff;
  text-align: center;
  border-radius: 33px;
  margin-bottom: 60px;
  box-shadow: 0 2px 22px rgba(227,131,36,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
}
.cta-final h2 {
  color: #fff;
  margin-bottom: 18px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
}
.footer-nav a {
  color: #23395d;
  font-size: 0.98rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 12px;
  background: transparent;
  transition: background 0.1s, color 0.1s;
}
.footer-nav a:hover,
.footer-nav a:focus {
  background: #e38324;
  color: #fff;
}
.footer-info {
  font-size: 0.95rem;
  color: #23395d;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.82;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 4px;
}
footer {
  background: #fafafa;
  border-top: 1.5px solid #e2e2e2;
  margin-top: auto;
  width: 100%;
  padding: 30px 0 18px 0;
}
/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #23395d;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 28px 20px 22px 20px;
  box-shadow: 0 0 28px rgba(35,57,93,0.17);
  z-index: 600;
  transition: transform 0.27s cubic-bezier(.5,1.59,.39,.89), opacity 0.17s;
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner.hide {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.cookie-banner .cookie-text {
  font-size: 1rem;
  color: #fff;
  max-width: 540px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.cookie-banner .cookie-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #e38324;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 32px;
  cursor: pointer;
  transition: background 0.17s, color 0.18s, transform 0.13s;
  margin-right: 0;
}
.cookie-banner .cookie-btn.settings {
  background: transparent;
  color: #fff;
  border: 2px solid #e38324;
}
.cookie-banner .cookie-btn:hover,
.cookie-banner .cookie-btn:focus {
  background: #fff;
  color: #23395d;
  transform: scale(1.05);
}
.cookie-banner .cookie-btn.settings:hover,
.cookie-banner .cookie-btn.settings:focus {
  background: #e38324;
  color: #fff;
}
/* Cookie Modal */
.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(35,57,93,0.72);
  z-index: 601;
  display: none;
}
.cookie-modal-backdrop.active {
  display: block;
}
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 94vw;
  max-width: 430px;
  background: #fff;
  border-radius: 33px;
  padding: 36px 28px 26px 28px;
  box-shadow: 0 16px 48px rgba(35,57,93,0.13);
  z-index: 701;
  transform: translate(-50%,-50%) scale(0.97);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s, transform 0.18s;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cookie-modal.active {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
  pointer-events: all;
}
.cookie-modal h3 {
  color: #23395d;
  margin-bottom: 12px;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  background: #fafafa;
  border-radius: 17px;
  padding: 9px 16px 9px 18px;
  font-size: 1rem;
  margin-bottom: 7px;
}
.cookie-modal .category-switch {
  margin-left: auto;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 14px;
}
.cookie-modal .cookie-btn {
  padding: 8px 20px;
  font-size: 1rem;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 16px;
  right: 22px;
  background: transparent;
  color: #e38324;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  transition: color .13s;
  outline: none;
  z-index: 2;
}
.cookie-modal .close-modal:hover,
.cookie-modal .close-modal:focus {
  color: #23395d;
}
/* Switchery style toggles */
input[type="checkbox"].switchery {
  appearance: none;
  width: 38px;
  height: 22px;
  background: #e2e2e2;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  transition: background 0.19s;
  outline: none;
}
input[type="checkbox"].switchery:checked {
  background: #e38324;
}
input[type="checkbox"].switchery:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
input[type="checkbox"].switchery::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.19s;
  box-shadow: 0 2px 5px rgba(35,57,93,0.13);
}
input[type="checkbox"].switchery:checked::before {
  left: 18px;
}
input[type="checkbox"].switchery:disabled::before {
  background: #e2e2e2;
}
/* Animating utility classes */
.fade-in {
  animation: fadeIn 0.4s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Accessibility Focus Outline */
a:focus, button:focus, .cta:focus {
  outline: 3px dashed #e38324;
  outline-offset: 3px;
}
/* Responsive Design */
@media (max-width: 1080px) {
  .container {
    max-width: 98vw;
  }
  .hero {
    border-radius: 0 0 30px 30px;
    min-height: 210px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .feature-grid li {
    min-width: 130px;
    max-width: 220px;
    font-size: 0.98rem;
    gap: 7px;
  }
}
@media (max-width: 768px) {
  /* Show mobile menu button and hide desktop nav */
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .container {
    padding: 0 4vw;
  }
  .content-wrapper {
    gap: 16px;
  }
  .section {
    margin-bottom: 34px;
    padding: 28px 4vw;
  }
  .hero {
    padding: 38px 0 24px 0;
    min-height: 110px;
    margin-bottom: 28px;
    border-radius: 0 0 22px 22px;
  }
  .feature-grid,
  .content-grid,
  .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .feature-grid li {
    min-width: unset;
    max-width: 98vw;
    width: 98vw;
  }
  .footer-nav {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .cta-final {
    padding: 26px 0;
    border-radius: 22px;
    margin-bottom: 30px;
  }
  table thead {
    display: none;
  }
  table, tbody, tr, td {
    display: block;
    width: 100%;
  }
  tr {
    margin-bottom: 16px;
    border-bottom: 2px solid #e2e2e2;
  }
  td {
    padding: 8px 6px;
    border: none;
    font-size: 1rem;
    position: relative;
  }
  td:before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    color: #e38324;
    font-size: 0.96rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.4rem; }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 17px 8px;
  }
  .cookie-modal {
    padding: 16px 10px 14px 10px;
  }
}
/* Misc Artistic Details */
h1, h2 {
  background: linear-gradient(90deg, #e38324 25%, #23395d 75%);
  background-size: 180% 1.1em;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5em;
  letter-spacing: -1px;
}
.hero h1, .hero .subheadline, .cta-final h2 {
  background: none;

  -webkit-text-fill-color: initial;
}
@media (max-width: 480px) {
  h1, h2 {
    background-size: 60% 1.1em;
  }
}
/* Artistic Card Edges */
.card, .feature-grid li, .testimonial-card, .section ul li, .cta-final, .footer-nav a, .main-nav a {
  border-radius: 24px 8px 22px 20px/20px 28px 11px 18px;
}
/* Micro-Animation on hover for links & buttons */
a:not(.main-nav img):hover, .footer-nav a:hover {
  animation: vibrate 0.09s linear 2;
}
@keyframes vibrate {
  0% { transform: translateX(0); }
  33% { transform: translateX(-2px); }
  66% { transform: translateX(2px); }
  100% { transform: translateX(0); }
}
/* Hide visually but keep accessible */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  white-space: nowrap;
}
/* -- End of Voltera Shift style.css -- */
