/* =====================================================
   Sotarmästarna "tech_futuristic" CSS Theme
   ===================================================== */

/* --- 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, 
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 {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  color: #f7fafd;
  background-color: #20282c;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
}
main {
  min-height: 70vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #FFD264;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.25rem; margin-bottom: 16px; }
h4 { font-size: 1.1rem; margin-bottom: 10px; }
h5, h6 { font-size: 1rem; margin-bottom: 8px; }
p, ul, ol { margin-bottom: 16px; }
strong { color: #FFD264; font-weight: 700; }
a { color: #FFD264; text-decoration: none; transition: color 0.2s; }
a:hover, a:focus { color: #ffffff; text-shadow: 0 0 4px #FFD264, 0 0 8px #FFD26444; outline: none; }

/* --- LAYOUT --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.section, section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #22333b;
  border-radius: 16px;
  box-shadow: 0 2px 20px 0 #1a212690;
}

@media (max-width: 768px) {
  .section, section {
    margin-bottom: 40px;
    padding: 24px 8px;
    border-radius: 0;
  }
  .container, .content-wrapper {
    padding: 0 8px;
  }
}

/* --- HERO --- */
.hero {
  background: linear-gradient(120deg, #28404C 60%, #374f63 100%);
  padding: 60px 0 50px 0;
  margin-bottom: 0;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 6px 32px 0 #14181B40;
}
.hero h1 {
  font-size: 2.5rem;
  color: #FFD264;
  text-shadow: 0 0 10px #FFD26433;
  margin-bottom: 16px;
}
.hero p {
  color: #b9d7e3;
  font-size: 1.125rem;
  margin-bottom: 28px;
}

/* --- NAVIGATION --- */
header {
  background: #22333b;
  position: relative;
  z-index: 90;
  box-shadow: 0 5px 24px 0 #10171d42;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  min-height: 62px;
}
header img {
  height: 36px;
}
.desktop-nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.desktop-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  padding: 6px 10px;
  color: #f7fafd;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.desktop-nav a:hover,
.desktop-nav a:focus {
  background: #28404C;
  color: #FFD264;
  box-shadow: 0 0 8px #FFD26466;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #FFD264;
  color: #22333b;
  border-radius: 12px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1.15rem;
  margin-left: 24px;
  position: relative;
  box-shadow: 0 0 18px 0 #FFD26422, 0 0 2px #FFD264dd;
  border: 0;
  cursor: pointer;
  text-shadow: 0 1px 0 #fff2;
  transition: background 0.23s, color 0.23s, box-shadow 0.23s, transform 0.14s;
}
.cta-btn:hover, .cta-btn:focus {
  color: #222c36;
  background: #ffe79a;
  box-shadow: 0 0 16px #FFD264ad, 0 0 2px #FFD264cc;
  transform: translateY(-2px) scale(1.03);
}

/* Burger menu toggle */
.mobile-menu-toggle {
  background: none;
  border: none;
  color: #FFD264;
  font-size: 2.2rem;
  cursor: pointer;
  margin-left: 30px;
  padding: 4px 8px;
  border-radius: 8px;
  box-shadow: none;
  display: none;
  z-index: 110;
  transition: background 0.16s, color 0.16s;
}
.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
  background: #22333b;
  color: #fff;
}

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #22333be9;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transform: translateX(110%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(.55,0,.1,1), opacity 0.33s cubic-bezier(.36,0,.08,1);
  pointer-events: none;
  will-change: transform;
}
.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu-close {
  margin-top: 24px;
  align-self: flex-end;
  margin-right: 24px;
  background: none;
  border: none;
  color: #FFD264;
  font-size: 2rem;
  padding: 8px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 1102;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #28404C;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 38px;
  gap: 20px;
}
.mobile-nav a {
  color: #FFD264;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  padding: 12px 22px;
  border-radius: 10px;
  background: #22333b;
  width: 220px;
  text-align: center;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px #FFD26419, 0 0 2px #FFD26422;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFD264;
  color: #22333b;
  box-shadow: 0 0 10px #FFD26466;
}

/* Hide Navigation - Responsive */
@media (max-width: 1020px) {
  .desktop-nav, .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 1021px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none;
  }
  .desktop-nav, .cta-btn {
    display: initial;
  }
}

/* --- FEATURE GRID --- */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 0 0;
}
.feature {
  flex: 1 1 190px;
  min-width: 220px;
  max-width: 260px;
  background: #22333b;
  border-radius: 16px;
  padding: 32px 18px 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 6px 28px #11181b0d, 0 0 1px #FFD26455;
  border: 1.5px solid #28404C;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, border 0.15s, transform 0.16s;
}
.feature img {
  width: 46px;
  margin-bottom: 16px;
  filter: drop-shadow(0 2px 8px #FFD26444);
}
.feature h3 {
  color: #FFD264;
  margin-bottom: 10px;
  font-size: 1.12rem;
  font-family: 'Montserrat', Arial, sans-serif;
}
.feature p {
  color: #c7ddee;
  font-size: 1rem;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 0 24px #FFD26457, 0 0 1px #FFD264;
  border-color: #FFD264;
  transform: translateY(-3px) scale(1.018);
}
@media (max-width: 900px) {
  .feature-grid {
    gap: 18px;
    justify-content: flex-start;
  }
  .feature {
    min-width: 160px;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .feature-grid { gap: 12px; }
  .feature { padding: 18px 8px 14px 8px; }
}

/* --- CARD CONTAINER & FLEX UTILITY CLASSES --- */
.card-container {
  display: flex; flex-wrap: wrap; gap: 24px;
}
.card {
  background: #22333b;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 4px 20px #18394021;
  padding: 32px 24px;
  transition: box-shadow 0.16s, transform 0.16s;
}
.card:hover, .card:focus-within {
  box-shadow: 0 0 22px #FFD2643b;
  transform: translateY(-3px) scale(1.015);
}
.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;
}
@media (max-width: 768px) {
  .content-grid {
    flex-direction: column;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

/* --- SERVICE LIST --- */
.service-list {
  margin: 16px 0 28px 0;
  padding-left: 24px;
  color: #f0f8fa;
}
.service-list li {
  margin-bottom: 13px;
  font-size: 1.07rem;
  line-height: 1.6;
}

/* --- TESTIMONIALS --- */
.testimonials {
  background: #22333b;
  border-radius: 18px;
}
.testimonials h2, .testimonials h1 {
  color: #FFD264;
}
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
}
.testimonial-card {
  background: #f7fafd;
  color: #22333b;
  border-radius: 16px;
  box-shadow: 0 2px 18px #FFD26426, 0 0 2px #FFD26422;
  padding: 24px 32px;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 240px;
  max-width: 350px;
  position: relative;
  margin-bottom: 20px;
  border-left: 5px solid #FFD264;
  transition: box-shadow 0.18s;
}
.testimonial-card p {
  color: #22333b;
  font-size: 1.12rem;
  margin-bottom: 8px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.testimonial-meta {
  font-size: 1rem;
  color: #57440c;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin-top: 6px;
}
.testimonial-card:hover, .testimonial-card:focus-within {
  box-shadow: 0 0 12px #FFD26495, 0 0 2px #FFD26480;
}
@media (max-width: 900px) {
  .testimonial-list {
    gap: 14px;
  }
  .testimonial-card {
    padding: 16px 12px;
    min-width: 180px;
    max-width: 100%;
  }
}

/* --- CTA SECTION --- */
.cta-section {
  background: #28404C;
  padding: 54px 0 44px 0;
  border-radius: 24px;
  box-shadow: 0 4px 24px #FFD26422, 0 0 2px #FFD26444;
  text-align: center;
  margin-bottom: 60px;
}
.cta-section h2 {
  color: #FFD264;
  font-size: 2rem;
  margin-bottom: 18px;
}
.cta-section p {
  color: #fffbe2;
  font-size: 1.1rem;
  margin-bottom: 22px;
}
.cta-section .cta-btn {
  margin-left: 0;
  font-size: 1.23rem;
}

/* --- PRICING TABLE & FAQ --- */
.pricing-table {
  overflow-x: auto;
  margin: 24px 0;
}
.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  background: #22333b;
  color: #FFD264;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px #FFD26421;
}
.pricing-table th, .pricing-table td {
  padding: 14px 18px;
  text-align: left;
}
.pricing-table th {
  background: #28404C;
  color: #FFD264;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.11rem;
}
.pricing-table tr:nth-child(even) td {
  background: #22333b;
}
.pricing-table tr:nth-child(odd) td {
  background: #192328;
}
.pricing-details {
  margin: 20px 0 8px 0;
  color: #c2d6e3;
}
.pricing-details li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.accordion-item {
  border-radius: 12px;
  background: #22333b;
  box-shadow: 0 1px 8px #FFD26429;
  padding: 18px 22px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: box-shadow 0.12s;
}
.accordion-item h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
}
.accordion-item .accordion-content {
  display: none;
}
.accordion-item.open .accordion-content {
  display: block;
}
.accordion-item.open {
  box-shadow: 0 0 16px #FFD26488, 0 0 2px #FFD264;
}

/* --- FOOTER --- */
footer {
  background: #22333b;
  color: #c8d4dc;
  font-size: 1rem;
  border-top: 4px solid #FFD264;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  justify-content: space-between;
  padding: 34px 0 20px 0;
}
.footer-content a img {
  height: 34px;
  margin-bottom: 8px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #FFD264;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.footer-nav a:hover, .footer-nav a:focus {
  text-decoration: underline;
  color: #fffbe2;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px;
}
.footer-contact img {
  margin-right: 10px;
  width: 18px;
  vertical-align: middle;
}
.footer-contact p {
  color: #fffbe2;
  margin-bottom: 8px;
  font-size: 1rem;
  align-items: center;
}
.footer-social {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 8px;
}
.footer-social a img {
  height: 26px;
  filter: grayscale(50%) brightness(1.3) drop-shadow(0 1px 3px #FFD26499);
  transition: filter 0.2s;
}
.footer-social a:hover img, .footer-social a:focus img {
  filter: grayscale(0) drop-shadow(0 0 8px #FFD264);
}
.footer-copyright {
  text-align: center;
  color: #FFD264;
  font-size: 0.89rem;
  margin: 10px 0 4px 0;
}
@media (max-width: 900px) {
  .footer-content {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

/* --- COOKIE CONSENT BANNER --- */
.cookie-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #22333b;
  color: #FFD264;
  padding: 18px 4vw 18px 4vw;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  z-index: 9980;
  box-shadow: 0 -2px 8px #FFD26418;
  font-size: 1.05rem;
  opacity: 1;
  transform: translateY(0);
  transition: transform .28s cubic-bezier(.5,0,0,1);
}
.cookie-consent.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(120%);
}
.cookie-consent .cookie-text {
  color: #FFD264;
  margin: 0 18px 0 0;
  flex: 2 1 320px;
}
.cookie-consent .cookie-btns {
  display: flex;
  gap: 14px;
  align-items: center;
}
.cookie-btn, .cookie-btn-accept, .cookie-btn-reject {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  background: #FFD264;
  color: #22333b;
  border-radius: 8px;
  padding: 10px 23px;
  box-shadow: 0 0 7px #FFD26440;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.2s, transform 0.13s;
}
.cookie-btn:hover,.cookie-btn:focus,.cookie-btn-accept:hover, .cookie-btn-accept:focus {
  background: #ffe698;
  box-shadow: 0 0 12px #FFD264bb;
  color: #222c36;
  transform: translateY(-2px) scale(1.04);
}
.cookie-btn-reject {
  background: #28404C;
  color: #FFD264;
  border: 1px solid #FFD264;
}
.cookie-btn-reject:hover, .cookie-btn-reject:focus {
  background: #FFD264;
  color: #28404C;
}
.cookie-btn-settings {
  background: transparent;
  color: #FFD264;
  border: 1.5px solid #FFD264;
}
.cookie-btn-settings:hover, .cookie-btn-settings:focus {
  background: #FFD264;
  color: #28404C;
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 94vw;
  max-width: 420px;
  padding: 34px 22px;
  background: #28404C;
  color: #FFD264;
  border-radius: 18px;
  box-shadow: 0 10px 60px #FFD26433, 0 0 12px #FFD26455;
  transform: translate(-50%, -55%) scale(1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 18px;
  opacity: 1;
  transition: opacity 0.2s, transform 0.2s;
}
.cookie-modal.hide {
  transform: translate(-50%, 40%) scale(.88);
  opacity: 0;
  pointer-events: none;
}
.cookie-modal h2 {
  font-size: 1.3rem;
  line-height: 1.18;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #22333b;
  padding: 10px 9px;
  border-radius: 10px;
  font-size: 1rem;
}
.cookie-toggle {
  accent-color: #FFD264;
  outline: 2px solid #FFD264;
  width: 22px; height: 22px;
}
.cookie-category.essential label {
  opacity: 0.6;
}
.cookie-modal-btns {
  display: flex;
  gap: 17px;
  margin-top: 18px;
  align-items: center;
}
.cookie-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: none;
  color: #FFD264;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #22333b;
}

/* --- MAP PLACEHOLDER --- */
.map-placeholder {
  background: #22333b;
  border-radius: 14px;
  padding: 28px 14px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 2px 8px #FFD26419;
  margin-top: 18px;
}
@media (max-width: 700px) {
  .map-placeholder {
    flex-direction: column;
    gap: 10px;
    padding: 16px 2px;
  }
}

/* --- NEXT STEPS --- */
.next-steps {
  margin-top: 38px;
  text-align: left;
}
.next-steps h2 {
  color: #FFD264;
  margin-bottom: 16px;
  font-size: 1.24rem;
}
.next-steps ul {
  margin-left: 18px;
}
.next-steps li {
  margin-bottom: 7px;
  font-size: 1.05rem;
}

/* --- HOURS TABLE --- */
.hours-table table {
  width: 340px;
  background: #22333b;
  color: #FFD264;
  border-radius: 12px;
  overflow: hidden;
}
.hours-table th,
.hours-table td {
  padding: 12px 18px;
  text-align: left;
}
.hours-table th {
  background: #28404C;
  color: #FFD264;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-right: 1px solid #FFD26422;
}
.hours-table tr:nth-child(odd) td {
  background: #1a232a;
}
.hours-table tr:nth-child(even) td {
  background: #22333b;
}
@media (max-width: 500px) {
  .hours-table table {
    width: 100%;
    font-size: 0.95rem;
  }
  .hours-table th,
  .hours-table td {
    padding: 7px 4px;
  }
}

/* --- TRUST INDICATORS --- */
.trust-indicators {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  font-size: 1.1rem;
  color: #FFD264;
}

/* --- GENERAL UTILITIES --- */
ul, ol {
  padding-left: 24px;
}
strong {
  color: #FFD264;
  font-weight: 700;
}
::-webkit-input-placeholder { color: #b9d7e3; }
::-moz-placeholder { color: #b9d7e3; }
:-ms-input-placeholder { color: #b9d7e3; }
::placeholder { color: #b9d7e3; }

/* --- TYPOGRAPHY SCALE --- */
@media (max-width: 700px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.13rem; }
}

/* --- ANIMATIONS & MICRO-INTERACTIONS --- */
.cta-btn, .card, .testimonial-card, .feature {
  transition: box-shadow 0.16s, background 0.17s, color 0.17s, transform 0.16s;
}
a, button, .cookie-btn, .cta-btn {
  transition: color 0.2s, background 0.2s, box-shadow 0.15s, transform 0.16s, border 0.15s;
}

/* --- RESPONSIVE LAYOUT --- */
@media (max-width: 700px) {
  .footer-content, .feature-grid, .testimonial-list, .card-container, .content-grid {
    flex-direction: column;
    gap: 14px;
  }
}

/* --- FONTS --- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body, button, input, select, textarea {
  font-family: 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .cta-btn, .desktop-nav a, .mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
}

/* --- MISC --- */
::selection { background: #FFD264; color: #28404C; }

/* --- OVERRIDES FOR ACCESSIBILITY --- */
.testimonial-card {
  color: #22333b;
  background: #f7fafd;
}
.testimonial-card p,
.testimonial-card .testimonial-meta {
  color: #22333b;
}

/* --- TABLET ADJUSTMENTS --- */
@media (max-width: 980px) {
  .container, .content-wrapper {
    max-width: 97vw;
    padding: 0 8px;
  }
}

/* --- PRINT SUPPORT --- */
@media print {
  .cookie-consent, .mobile-menu, .mobile-menu-toggle { display: none !important; }
}
