/* CSS RESET & BASE NORMALIZATION */
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #222C38;
  background: #F7F7F5;
  min-height: 100vh;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ol, ul {
  list-style: none;
}
a {
  color: #222C38;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #E8B023;
}

/*== BRAND FONTS ==*/
h1,h2,h3,h4,h5,.cta-btn,.cta-link {
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

/*== TYPOGRAPHY SCALE ==*/
h1 { font-size: 2.5rem; line-height: 1.1; margin-bottom: 16px; color: #222C38; }
h2 { font-size: 2rem; line-height: 1.2; margin-bottom: 14px; color: #222C38; }
h3 { font-size: 1.3rem; line-height: 1.3; margin-bottom: 10px; color: #222C38; }
h4 { font-size: 1.1rem; margin-bottom: 8px; }

p, li, span {
  font-size: 1rem;
}

.subheadline {
  font-size: 1.15rem;
  color: #325895;
  margin-bottom: 16px;
  font-weight: 600;
}

/*== CONTAINER STYLES ==*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/*== HEADER ==*/
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 18px -13px #222C386B;
  position: sticky;
  top: 0;
  z-index: 50;
  transition: box-shadow 0.2s;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-nav a {
  font-weight: 600;
  font-size: 1rem;
  color: #222C38;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  position: relative;
}
.main-nav a:hover, .main-nav a:focus {
  color: #E8B023;
  border-bottom: 2px solid #E8B023;
}

header .cta-btn.primary {
  margin-left: 12px;
}
header img {
  height: 44px;
  width: auto;
}

/*== CTA BUTTONS ==*/
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.2s, transform 0.14s;
  box-shadow: 0 4px 16px -10px #222C3850;
  text-shadow: 0 1px 0 #f7f7f55c;
  margin-bottom: 10px;
}
.cta-btn.primary {
  background: #E8B023;
  color: #222C38;
}
.cta-btn.primary:hover, .cta-btn.primary:focus {
  background: #FFD351;
  color: #1d2230;
  transform: translateY(-3px) scale(1.04) rotate(-1deg);
  box-shadow: 0 8px 32px -10px #E8B02377;
}
.cta-btn.secondary {
  background: #fff;
  color: #E8B023;
  border: 2px solid #E8B023;
}
.cta-btn.secondary:hover, .cta-btn.secondary:focus {
  background: #E8B023;
  color: #222C38;
  transform: translateY(-3px) scale(1.04) rotate(1deg);
}
.cta-btn:active {
  box-shadow: 0 1px 2px #222C3822;
}
.cta-link {
  color: #E8B023;
  padding: 2px 0;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}
.cta-link:hover, .cta-link:focus {
  color: #222C38;
}

/* BURGER MENU BUTTON */
.mobile-menu-toggle {
  display: none;
  background: #E8B023;
  padding: 7px 16px;
  border-radius: 40px;
  border: none;
  font-size: 2.1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #222C38;
  margin-left: 14px;
  cursor: pointer;
  box-shadow: 0 3px 10px -6px #E8B023;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, transform 0.12s;
  z-index: 101;
}
.mobile-menu-toggle:active {
  background: #FFD351;
  color: #222C38;
  transform: rotate(-6deg) scale(0.94);
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 8px 32px -8px #222C3877;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 150;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.22,1,0.36,1);
}
.mobile-menu.active {
  display: flex;
  transform: translateX(0%);
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.3rem;
  color: #E8B023;
  align-self: flex-end;
  margin: 20px 18px 0 0;
  cursor: pointer;
  transition: color 0.16s, transform 0.11s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #222C38;
  transform: scale(1.1) rotate(-7deg);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 30px 32px;
  width: 100%;
  margin-top: 6vh;
}
.mobile-nav a {
  font-size: 1.35rem;
  color: #222C38;
  font-weight: 700;
  padding: 15px 0 10px 4px;
  border-left: 4px solid transparent;
  border-bottom: none;
  border-radius: 3px;
  transition: background 0.18s, color 0.17s, border-color 0.17s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFD35177;
  color: #E8B023;
  border-left: 4px solid #E8B023;
}

/*== HERO, SECTION & LAYOUT ==*/
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: none;
  border-radius: 28px;
  box-shadow: none;
  position: relative;
}
/* Subtle animated pseudo-background bubbles for playful feel */
section .container::before {
  content: '';
  display: block;
  position: absolute;
  left: -28px;
  top: 30%;
  width: 62px;
  height: 62px;
  background: #E8B02344;
  border-radius: 50%;
  z-index: 0;
  filter: blur(1px);
  animation: floatbubble 8s ease-in-out infinite;
}
section .container::after {
  content: '';
  display: block;
  position: absolute;
  right: -32px;
  bottom: 16%;
  width: 39px;
  height: 39px;
  background: #32589522;
  border-radius: 50%;
  z-index: 0;
  filter: blur(1px);
  animation: floatbubble2 11s ease-in-out infinite alternate;
}
@keyframes floatbubble {
  0% { transform: translateY(0) scale(1); }
  58% { transform: translateY(-22px) scale(1.12) rotate(5deg); }
  100% { transform: translateY(0) scale(1); }
}
@keyframes floatbubble2 {
  0% { transform: translateY(0) scale(1); }
  44% { transform: translateY(-13px) scale(1.18) rotate(-7deg); }
  100% { transform: translateY(0) scale(1); }
}

.content-grid, .feature-grid, .service-grid, .testimonial-slider, .testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-item, .service-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 24px -10px #222C3833;
  padding: 32px 26px;
  min-width: 220px;
  flex: 1 1 208px;
  transition: box-shadow 0.17s, transform 0.12s;
  border: 2.5px dashed #FFD35144;
  position: relative;
  z-index: 2;
}
.feature-item img, .service-item img {
  width: 44px; height: 44px; margin-bottom: 7px; filter: drop-shadow(0 2px 4px #FFD35166);
  animation: icon-bounce 2.7s infinite cubic-bezier(0.3,0.7,0.4,1.1) alternate;
}
@keyframes icon-bounce {
  0%,100% { transform: translateY(0); }
  44% { transform: translateY(-10px) scale(1.04) rotate(-3deg); }
}
.feature-item:hover, .service-item:hover {
  box-shadow: 0 12px 32px -8px #E8B02366;
  transform: translateY(-8px) scale(1.025) rotate(-2deg);
  border-color: #E8B023aa;
}

.testimonial-slider, .testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px -8px #222C3840;
  min-width: 250px;
  max-width: 292px;
  flex: 1 1 220px;
  margin-bottom: 20px;
  border-left: 6px solid #E8B023;
  position: relative;
  z-index: 1;
  transition: transform 0.14s, box-shadow 0.19s, border-color 0.13s;
}
.testimonial-card:hover {
  transform: translateY(-6px) scale(1.03) rotate(2deg);
  box-shadow: 0 9px 40px -10px #E8B02377;
  border-color: #FFD351;
}
.testimonial-card p {
  color: #222C38;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 8px;
}
.testimonial-name {
  color: #222C38;
  font-size: .98rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-rating {
  font-size: 1.2em;
  color: #E8B023;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.18em;
  margin-top: -8px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 16px -8px #E8B02355;
  padding: 18px 22px;
  margin-bottom: 12px;
  border-left: 4px solid #E8B023cc;
  transition: background 0.13s, box-shadow 0.19s;
}
.faq-item h3 {
  font-size: 1.1rem;
  color: #222C38;
  margin-bottom: 7px;
}
.faq-item p {
  color: #325895;
  font-size: 0.99rem;
  margin: 0;
}
.faq-item:hover {
  background: #FFD35133;
  box-shadow: 0 7px 28px -8px #E8B02377;
}

.quick-search {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 10px;
}
.quick-search span {
  color: #325895;
  font-size: 1rem;
  font-weight: 500;
}

/*== CONTACT ==*/
.contact-info, .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
.contact-snippet {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #FFD35133;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 1rem;
  color: #222C38;
  font-weight: 600;
  transition: background 0.14s, transform 0.13s;
  box-shadow: 0 2px 7px -3px #E8B02322;
}
.contact-snippet img {
  width: 24px; height: 24px;
}
.contact-snippet:hover {
  background: #FFD35188;
  transform: scale(1.04) rotate(-2deg);
}
.access-info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
}
.access-info img {
  width: 28px;
  height: 28px;
}

/*== TABULAR ==*/
.tariff-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 24px;
  background: #FFD35122;
  border-radius: 12px;
}
.tariff-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: none;
}
.tariff-table th, .tariff-table td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 2px solid #FFD35155;
}
.tariff-table th {
  color: #222C38;
  background: #FFD35199;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
}
.tariff-table tr:last-child td {
  border-bottom: none;
}

.text-section {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 2px 13px -6px #222C3840;
  padding: 32px 28px;
  margin-bottom: 28px;
}

ul {
  margin-left: 18px;
  margin-bottom: 13px;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 7px;
  color: #222C38;
  font-size: 1rem;
}
ul li::before {
  content: '★';
  display: inline-block;
  color: #FFD351;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

/*== FOOTER ==*/
footer {
  background: #222C38;
  color: #fff;
  padding: 38px 0 20px 0;
  margin-top: 45px;
  width: 100%;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.footer-menu, .footer-contact, .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.footer-menu a {
  color: #FFD351;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.19s;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #fff;
}
.footer-contact {
  color: #FFD351;
  gap: 10px;
  font-size: .97rem;
  font-weight: 500;
}
.footer-legal {
  font-size: .93rem;
  color: #bbbbbb;
}

/*== COOKIE CONSENT BANNER ==*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #222C38;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 18px 22px;
  box-shadow: 0 -2px 15px -5px #222c3871;
  z-index: 999;
  font-size: 1rem;
  transition: transform 0.3s cubic-bezier(0.22,0.8,0.36,1);
  animation: cookiein 0.8s both;
}
@keyframes cookiein { 0%{ transform: translateY(100%); opacity: 0;} 100%{ transform: translateY(0); opacity: 1;} }
.cookie-banner button {
  margin-left: 8px;
}
.cookie-btn {
  background: #FFD351;
  color: #222C38;
  border: none;
  border-radius: 24px;
  padding: 8px 22px;
  margin: 0 6px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 2px 12px -7px #FFD35166;
  transition: background 0.18s, color 0.14s, transform 0.12s;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #fff2bb;
  color: #222C38;
  transform: scale(1.05);
}
.cookie-btn.reject {
  background: #FFE1E1;
  color: #B40034;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #FFD6D6;
  color: #c60044;
}
.cookie-btn.settings {
  background: #fff;
  color: #E8B023;
  border: 2px solid #E8B023;
}
.cookie-btn.settings:hover, .cookie-btn.settings:focus {
  background: #E8B023;
  color: #fff;
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-60%) scale(0.93);
  background: #fff;
  color: #222C38;
  border-radius: 22px;
  box-shadow: 0 18px 38px -10px #222C3871;
  z-index: 10000;
  min-width: 92vw; max-width: 400px;
  padding: 30px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.14s, transform 0.26s cubic-bezier(.2,.71,.41,1.1);
  font-size: 1rem;
  animation: cookiemodal-in 0.55s both;
}
.cookie-modal.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%,-50%) scale(1);
}
@keyframes cookiemodal-in { 0% { opacity:0; transform: translate(-50%,-90%) scale(0.87); } 100% { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
.cookie-modal h3 {
  color: #222C38;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.cookie-modal .cookies-categories {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-modal .category {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1rem;
}
.cookie-modal .category input[type="checkbox"] {
  accent-color: #FFD351;
  width: 1.1em;
  height: 1.1em;
}
.cookie-modal .category .essential {
  accent-color: #222C38;
  width: 1.1em;
  height: 1.1em;
}
.cookie-modal .modal-btn-row {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 10px;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 1.9rem;
  color: #E8B023;
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
  transition: color 0.17s, transform 0.13s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  color: #B40034;
  transform: scale(1.07) rotate(-2deg);
}

/*== PLAYFUL MICRO-ANIMATION & SHADOWS ==*/
.feature-item,.service-item,.testimonial-card,.faq-item,.contact-snippet {
  transition: box-shadow 0.21s, transform 0.15s, border 0.16s;
}

/* SPACING PATTERNS (MANDATORY) */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { margin-bottom: 20px; position: relative; }
.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; }
.testimonial-card { display: flex; align-items: center; gap: 20px; padding: 20px; }
.feature-item { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }

/*== RESPONSIVE DESIGN ==*/
@media (max-width: 1240px) {
  .container {
    max-width: 98vw;
    padding: 0 10px;
  }
  .feature-grid, .service-grid, .testimonial-slider, .testimonial-grid, .content-grid {
    gap: 18px;
  }
}
@media (max-width: 990px) {
  .feature-item, .service-item, .testimonial-card {
    min-width: 180px;
    padding: 23px 16px;
  }
  .footer-contact, .footer-menu {
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 850px) {
  /* Footer reflow */
  footer .container {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .container {
    min-height: 60px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  section {
    padding: 26px 5px;
    margin-bottom: 48px;
  }
  .content-wrapper, .text-section {
    padding: 12px 6px;
  }
  .feature-item, .service-item, .testimonial-card {
    min-width: 120px;
    padding: 14px 8px;
  }
  .feature-grid, .service-grid, .testimonial-slider, .testimonial-grid, .content-grid, .contact-info, .contact-details {
    flex-direction: column;
    gap: 16px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-menu, .footer-contact {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.17rem; }
  .cta-btn, .cta-link, .footer-menu a {
    font-size: 0.97rem;
    padding: 10px 16px;
  }
  .testimonial-card, .feature-item, .service-item {
    font-size: 0.97rem;
    min-width: unset; max-width: 98vw;
    padding: 9px 6px;
  }
  .footer-legal, .footer-contact {
    font-size: .91rem;
  }
}

/*== SCROLLBAR STYLES ==*/
::-webkit-scrollbar {
  width: 8px;
  background: #FFD35133;
}
::-webkit-scrollbar-thumb {
  background: #FFD351bb;
  border-radius: 8px;
}

/*== ADDITIONAL PLAYFUL_DYNAMIC DETAILS ==*/
/* Section heading with underline squiggle */
h2 {
  position: relative;
  z-index: 1;
}
h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 7px;
  margin-top: 8px;
  background: #FFD351;
  border-radius: 6px 13px 4px 9px/9px 8px 9px 12px;
  opacity: 0.65;
}

/* Fun font for playful buttons/CTAs */
.cta-btn, .cta-link {
  font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
  font-weight: 800;
}

/*== TABLE / FORMS BASIC ==*/
table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: 0 2px 9px -4px #FFD35155;
  width: 100%;
}
thead tr {
  background: #FFD35122;
}
tbody tr:nth-child(odd) {
  background: #FFD35111;
}
tbody tr:hover {
  background: #FFD35144;
}
th, td {
  padding: 9px 10px;
}
th {
  font-family: 'Montserrat', Arial, sans-serif;
}

/*== HIGHLIGHT BRAND ACCENT ==*/
strong, b, .highlight {
  color: #E8B023;
  font-weight: bold;
}

/*== MISC ==*/
hr {
  border: none;
  border-top: 2.5px dashed #FFD35166;
  margin: 25px 0;
}

/* Improve accessibility for focus states */
a:focus, button:focus, .cta-btn:focus {
  outline: 2.5px dashed #E8B023;
  outline-offset: 2px;
}

/*== Hide outlines for mouse-users */
:focus:not(:focus-visible) {
  outline: none;
}

/*== Prevent card/images overlap==*/
.card, .feature-item, .service-item, .testimonial-card, .faq-item {
  z-index: 1;
}

/*==== END OF CSS FILE ====*/
