/* Zenith Plan – Creative Artistic Flexbox CSS Style */

/* 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 {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #263159;
  background: #fff;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #F0A500;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #263159;
  text-decoration: underline;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}
ul, ol {
  list-style: none;
}

/*=============== BRAND FONTS ===============*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,800,900|Roboto:400,500,700&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Arial Black', Arial, sans-serif;
  font-weight: 800;
  color: #263159;
  line-height: 1.1;
  margin-bottom: 16px;
}
h1 {
  font-size: 2.8rem;
  letter-spacing: -1.5px;
}
h2 {
  font-size: 2rem;
  letter-spacing: -1px;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.2rem;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 40px rgba(38, 49, 89, 0.07), 0 0 0 4px #FAF6E7;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Creative Artistic BG & Details */
body {
  background-color: #fff;
  background-image: radial-gradient(circle at 10% 80%, #F0A50010 0, #FEE6A011 26%, #fff 44%, #fff 100%);
}
.section:nth-child(even) {
  background: #fffbe8;
  box-shadow: 0 8px 40px rgba(240, 165, 0, 0.05), 0 2px 0 0 #F0A50010;
}

/* ========== HEADER & NAV ========= */
header {
  background: #fff;
  box-shadow: 0 2px 16px rgba(38,49,89,0.03);
  position: relative;
  z-index: 30;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo img {
  height: 46px;
  filter: drop-shadow(0 2px 0 #F0A50033);
  transition: transform .25s;
}
.logo:hover img {
  transform: rotate(-4deg) scale(1.08);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  color: #263159;
  letter-spacing: 0.03em;
  padding: 6px 0 6px 0;
  position: relative;
  transition: color .18s;
}
.main-nav a:hover, .main-nav a:focus {
  color: #F0A500;
}

.cta-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #F0A500;
  color: #263159;
  border-radius: 28px 10px;
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: 0.085em;
  padding: 13px 36px 13px 24px;
  box-shadow: 2px 4px 18px 0 #f0a50028;
  transition: background .2s, color .2s, box-shadow .25s, transform .18s;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-left: 18px;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #263159;
  color: #fffde3;
  transform: translateY(-3px) scale(1.03) rotate(-2deg);
  box-shadow: 0 4px 30px 0 #26315929;
}

/* ========== MOBILE MENU ========= */
.mobile-menu-toggle {
  background: #F0A500;
  color: #263159;
  border-radius: 12px 38px 16px 12px;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 9px #26315907;
  border: none;
  cursor: pointer;
  transition: background .15s, color .15s, transform .16s;
  z-index: 120;
}
.mobile-menu-toggle:active {
  background: #263159;
  color: #F0A500;
  transform: scale(.96);
}
@media (max-width: 992px) {
  .main-nav { display: none; }
  .cta-btn { display: none; }
  .mobile-menu-toggle { display: flex; }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #263159f4;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(100%);
  transition: transform .34s cubic-bezier(0.7,0,.31,1) 30ms;
  padding: 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  background: #F0A500;
  color: #263159;
  font-size: 2.25rem;
  border-radius: 18px 8px 20px 15px;
  border: none;
  margin: 28px 24px 0 0;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #F0A50012;
  cursor: pointer;
  z-index: 150;
  transition: background .18s, color .18s, transform .1s;
}
.mobile-menu-close:active {
  background: #263159;
  color: #F0A500;
  transform: scale(.96) rotate(-2deg);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 48px;
  margin-right: 42px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fffde3;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  padding: 14px 38px 14px 0;
  border-right: 6px solid #F0A500;
  border-radius: 0 32px 32px 0;
  background: none;
  transition: background .13s, color .18s, border-color .18s;
  margin-right: 0;
  display: block;
  min-width: 150px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #F0A500;
  border-right: 6px solid #fffde3;
  background: #263159;
}

/* ========== HERO / INTRO ========== */
.section:first-child .content-wrapper {
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
.section:first-child h1 {
  color: #F0A500;
  font-size: 2.6rem;
  letter-spacing: -2px;
  text-shadow: 1px 2px 16px #26315914;
  margin-bottom: 16px;
}
.section:first-child p {
  font-size: 1.17rem;
  color: #263159;
  max-width: 600px;
  text-align: center;
}

/* FEATURES / WHY US LISTS */
ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
ul li {
  font-size: 1.12rem;
  color: #263159;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.4;
  background: #E8E8E8;
  border-radius: 20px 8px 14px 24px;
  padding: 13px 18px;
  box-shadow: 0 3px 8px #2631590a;
}
ul li img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}

/* CARDS AND FLEX GROUPS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px #26315916;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 22px;
  min-width: 240px;
  flex: 1 1 220px;
  transition: transform .18s, box-shadow .21s;
  z-index: 2;
}
.card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 32px #26315923;
}
.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;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
}

/* TESTIMONIALS */
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px 34px 10px 24px;
  box-shadow: 0 2px 22px #26315917;
  margin-bottom: 24px;
  border-left: 9px solid #F0A500;
  max-width: 560px;
  transition: box-shadow .18s, transform .18s;
}
.testimonial-card:hover, .testimonial-card:focus {
  box-shadow: 0 9px 44px #F0A50029;
  transform: translateY(-2px) scale(1.01) rotate(-1deg);
}
.testimonial-card p {
  font-size: 1rem;
  color: #263159;
  line-height: 1.45;
}
.testimonial-card strong {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #263159;
  font-weight: 700;
}
/* Ensuring strong contrast for testimonials */
.testimonial-card {
  background: #fff;
  color: #263159;
}

/* FEATURE ITEMS */
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

/* ADDRESS & FOOTER */
footer {
  background: #263159;
  color: #fffde3;
  padding-top: 38px;
  padding-bottom: 28px;
  border-top-left-radius: 38px;
  border-top-right-radius: 14px;
  box-shadow: 0 -8px 40px #2631590a;
  margin-top: 60px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-logo img {
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav a {
  color: #F0A500;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  transition: color .19s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #fffde3;
}
.footer-contact address {
  font-style: normal;
  color: #fffde3;
  font-size: 1rem;
  max-width: 260px;
  line-height: 1.7;
}
.footer-contact a {
  color: #F0A500;
  font-weight: 700;
  text-decoration: underline dotted;
  transition: color .18s;
}
.footer-contact a:hover {
  color: #fffbe8;
}

/* ========== COOKIE CONSENT BANNER ========== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 220;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #263159;
  box-shadow: 0px -5px 40px #26315923, 0 0 0 3px #f0a50025;
  padding: 24px 16px;
  border-radius: 24px 24px 0 0;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .22s, transform .28s;
}
.cookie-banner.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(80px);
}
.cookie-banner__text {
  font-size: 1rem;
  flex: 1 0 180px;
}
.cookie-banner__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 20px 8px 14px 14px;
  border: none;
  cursor: pointer;
  background: #F0A500;
  color: #263159;
  transition: background .18s, color .18s, box-shadow .18s;
  box-shadow: 0 2px 9px #2631590a;
}
.cookie-btn--settings {
  background: #263159;
  color: #fffde3;
}
.cookie-btn--accept:hover, .cookie-btn--accept:focus {
  background: #263159;
  color: #fffde3;
}
.cookie-btn--reject {
  background: #E8E8E8;
  color: #263159;
}
.cookie-btn--reject:hover, .cookie-btn--reject:focus {
  background: #F0A500;
  color: #263159;
}
.cookie-btn--settings:hover, .cookie-btn--settings:focus {
  background: #F0A500;
  color: #263159;
}

@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px 8px;
  }
  .cookie-banner__actions {
    gap: 10px;
    justify-content: flex-end;
  }
}

/* Cookie Modal */
.cookie-modal {
  display: none;
  position: fixed;
  z-index: 250;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(38,49,89,0.56);
  align-items: center;
  justify-content: center;
}
.cookie-modal.show {
  display: flex;
  animation: fadeInModal .32s;
}
@keyframes fadeInModal {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.cookie-modal__content {
  background: #fff;
  color: #263159;
  max-width: 420px;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0 8px 42px #26315923;
  padding: 38px 26px 32px 28px;
  position: relative;
}
.cookie-modal__close {
  position: absolute;
  top: 14px; right: 16px;
  font-size: 1.8rem;
  background: #F0A500;
  color: #263159;
  border: none;
  border-radius: 12px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .17s;
}
.cookie-modal__close:hover {
  background: #263159;
  color: #fff;
}
.cookie-modal__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.23rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F0A500;
}
.cookie-modal__desc {
  font-size: .98rem;
  margin-bottom: 17px;
  color: #263159cc;
}
.cookie-modal__category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cookie-switch {
  width: 42px;
  height: 24px;
  border-radius: 13px;
  background: #E8E8E8;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .16s;
  border: none;
}
.cookie-switch[aria-checked='true'] {
  background: #F0A500;
}
.cookie-switch__thumb {
  display: block;
  position: absolute;
  left: 4px; top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: left .18s;
}
.cookie-switch[aria-checked='true'] .cookie-switch__thumb {
  left: 20px;
}
.cookie-modal__footer {
  margin-top: 20px;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

/* ========== RESPONSIVE LAYOUTS ==========
   Mobile first approach, flex only.  */
@media (max-width: 992px) {
  header .container, footer .container {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
}
@media (max-width: 800px) {
  .section, .section:nth-child(even) {
    padding: 28px 8px;
    border-radius: 16px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.15rem; }
  .section {
    padding: 20px 2px;
    margin-bottom: 35px;
  }
  footer {
    padding-top: 24px;
    border-radius: 18px 10px 0 0;
    margin-top: 35px;
  }
  .card {
    padding: 18px 9px;
    min-width: 120px;
    border-radius: 10px;
  }
}

/* Extra Flex & Gaps for Key Layouts */
.section {
  display: flex;
  flex-direction: column;
  gap: 22px;
  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;
}

/* SECTION SPACING on all major containers */
.section > .container,
footer > .container,
header > .container {
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

/* Forms, Address and Misc */
address {
  font-style: normal;
}

/* ========== ANIMATIONS & MICRO-INTERACTIONS ========== */
.cta-btn, .cookie-btn, .card, .testimonial-card {
  transition: box-shadow .20s, background .20s, color .18s, transform .13s;
}
.card:active, .testimonial-card:active {
  transform: scale(.98) rotate(-1deg);
  box-shadow: 0 7px 18px #F0A50021;
}

/* Artistic accents */
.section {
  overflow: visible;
}
.section::before {
  content: '';
  display: block;
  position: absolute;
  top: -18px; left: 9px;
  width: 42px; height: 42px;
  background: #F0A50022;
  border-radius: 70% 20% 50% 82% / 60% 60% 80% 50%;
  z-index: 0;
  pointer-events: none;
  filter: blur(2px);
}
.section:nth-child(even)::before {
  left: unset; right: 32px; top: -22px;
  background: #E8E8E84a;
}
.section::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px; right: 18px;
  width: 28px; height: 28px;
  background: #F0A5001c;
  border-radius: 80% 30% 20% 90% / 10% 80% 90% 10%;
  pointer-events: none;
  z-index: 0;
  filter: blur(1px);
}
.section > * { position: relative; z-index: 1; }

/* ========== TYPOGRAPHY & SELECTION ========== */
::-moz-selection {
  background: #F0A50044;
  color: #263159;
}
::selection {
  background: #F0A50044;
  color: #263159;
}

/* ========== UTILITY CLASSES ========== */
.m-b-24 { margin-bottom: 24px !important; }
.text-center { text-align: center; }

/* ========== END ========== */
