/* ======= CSS RESET & BASE ======= */
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 {
 box-sizing: border-box; margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline;}
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  color: #13334C;
  background: #F6F7F9;
  min-height: 100vh;
}
img, svg { display: block; max-width: 100%; height: auto; }
ul, ol { list-style-position: inside; margin-left: 0; }
a { color: #4B9AA4; text-decoration: none; transition: color 0.18s; }
a:hover, a:focus { color: #13334C; text-decoration: underline; }
strong { font-weight: 700; }


/* ======= TYPOGRAPHY ======= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  margin-bottom: 12px;
  font-weight: 700;
  color: #13334C;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.7rem; line-height: 1.1; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 18px; }
h3 { font-size: 1.25rem; color: #4B9AA4; }
h4 { font-size: 1.1rem; }
p, ul, ol { font-size: 1.08rem; margin-bottom: 14px; }
ul, ol { margin-left: 24px; }

/* Vibrant Artistic Headers */
.hero h1, .hero p { color: #13334C; }
.hero h1 {
  background: linear-gradient(95deg, #4B9AA4 40%, #FFAD05 85%, #EB5757 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 3px 8px rgba(20,54,100,0.07);
  letter-spacing: 0.05em;
  font-size: 2.5rem;
}
.hero p {
  color: #13334C;
  font-size: 1.15rem;
  font-family: 'Roboto', Arial, sans-serif;
}

/* ======= SPACING & CONTAINERS ======= */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 2px rgba(75,154,164,0.06);
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section { padding: 26px 10px; margin-bottom: 36px; }
  .content-wrapper { gap: 14px; }
}


/* ======= HEADER & NAVIGATION ======= */
header {
  background: #fff;
  padding: 0 20px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 18px 1px rgba(19,51,76,0.07);
  position: relative;
  z-index: 101;
}
header > a img { height: 44px; }
header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #13334C;
  letter-spacing: 0.01em;
  border-radius: 9px;
  padding: 2px 8px;
  transition: background 0.14s, color 0.2s;
}
header nav a:hover, header nav a:focus {
  background: #4B9AA4;
  color: #fff;
}
.cta-primary {
  background: #FFAD05; /* vibrant artistic accent */
  color: #13334C;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.09rem;
  font-weight: 800;
  padding: 10px 24px;
  border-radius: 25px;
  box-shadow: 0 2px 8px #F6F7F9;
  border: none;
  display: inline-block;
  margin-left: 12px;
  transition: background 0.19s, color 0.19s, box-shadow 0.2s;
  cursor: pointer;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}
.cta-primary:hover, .cta-primary:focus {
  background: #4B9AA4;
  color: #fff;
  box-shadow: 0 4px 18px 2px rgba(75,154,164,0.13);
}

/* Hamburger button */
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 1080px) {
  header nav { display: none; }
  .cta-primary { display: none; }
  .mobile-menu-toggle {
    display: inline-block;
    background: #FFAD05;
    color: #13334C;
    border: none;
    font-size: 2.1rem;
    border-radius: 50%;
    width: 44px; height: 44px;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: 0 2px 12px 2px rgba(75,154,164,0.06);
    transition: box-shadow 0.15s;
    z-index: 202;
  }
  .mobile-menu-toggle:active,
  .mobile-menu-toggle:focus {
    box-shadow: 0 0px 0px #fff;
    outline: 3px solid #4B9AA4;
  }
}

/* ======= MOBILE MENU ======= */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(19,51,76,0.94);
  color: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.76,0,0.24,1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-top: 0;
}
.mobile-menu.open {
  transform: translateX(0%);
}
.mobile-menu-close {
  display: block;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 1001;
  cursor: pointer;
  padding: 0.2em 0.5em;
  border-radius: 50%;
  transition: background 0.18s, color 0.18s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #FFAD05;
  color: #13334C;
}
.mobile-nav {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  align-items: flex-start;
  padding-left: 38px;
  padding-right: 38px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.28;
  background: none;
  border: none;
  padding: 8px 0 8px 0;
  border-radius: 5px;
  transition: color 0.17s, background 0.17s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #FFAD05;
  color: #13334C;
}
@media (min-width: 1081px) {
  .mobile-menu, .mobile-menu-toggle { display: none!important; }
}

/* ======= HERO SECTION ======= */
.hero {
  background: linear-gradient(119deg, #F6F7F9 55%, #FFEFDB 100%);
  border-radius: 0 0 26px 26px;
  padding-top: 60px;
  margin-bottom: 38px;
  box-shadow: 0 7px 28px 2px rgba(75,154,164,0.07);
}
.hero .container { width: 100%; }
.hero .content-wrapper {
  align-items: flex-start;
  gap: 16px;
  max-width: 650px;
  text-align: left;
  padding: 15px 0 30px 0;
}
.hero a.cta-primary { margin-top: 18px; }
@media (max-width: 900px) {
  .hero { padding-top: 38px; }
}
@media (max-width: 600px) {
  .hero { padding-top: 22px; margin-bottom: 20px; }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 1rem; }
  .hero .container { padding: 0 7px; }
}


/* ======= FEATURE, SERVICE, TEAM, TESTIMONIALS FLEX LAYOUT ======= */
.feature-grid,
.service-grid,
.team-list,
.service-list,
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
.feature-grid > div,
.service-grid > div,
.team-list > div,
.service-list > div {
  background: #F6F7F9;
  border-radius: 18px;
  padding: 26px 24px 20px 24px;
  box-shadow: 0 2px 12px 0 rgba(75,154,164,0.09);
  flex: 1 1 250px;
  min-width: 220px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
  border-left: 6px solid #FFAD05;
  transition: box-shadow 0.21s, transform 0.19s;
}
.feature-grid > div:hover,
.service-grid > div:hover,
.team-list > div:hover,
.service-list > div:hover {
  box-shadow: 0 8px 28px 4px rgba(75,154,164,0.21);
  transform: translateY(-6px) scale(1.016) rotate(-0.8deg);
}
.feature-grid img { height: 36px; width: 36px; margin-bottom: 2px; }
.feature-grid h3, .service-grid h3, .team-list h3 {
  color: #13334C; font-size: 1.19rem; margin-bottom: 4px;
}

@media (max-width: 900px) {
  .feature-grid, .service-grid, .team-list, .service-list { gap: 14px; }
  .feature-grid > div, .service-grid > div, .team-list > div, .service-list > div {
    min-width: 158px; max-width: 100%; padding: 18px 12px 13px 15px;
  }
}
@media (max-width: 700px) {
  .feature-grid, .service-grid, .team-list, .service-list {
    flex-direction: column;
    gap: 13px;
  }
  .feature-grid > div, .service-grid > div, .team-list > div, .service-list > div {
    width: 100%; min-width: 0;
  }
}


/* ======= TESTIMONIALS ======= */
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 6px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 9px 1px rgba(19,51,76,0.07);
  margin-bottom: 20px;
  min-width: 220px;
  flex: 1 1 270px;
  position: relative;
  border-left: 6px solid #4B9AA4;
  font-size: 1.05rem;
  transition: box-shadow 0.16s, border-color 0.15s;
}
.testimonial-card strong {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.1rem;
  color: #13334C;
  margin-bottom: 3px;
}
.testimonial-card p {
  color: #13334C;
  font-size: 1.01rem;
  margin-bottom: 6px;
}
.testimonial-card span {
  color: #FFAD05;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.03em;
}
.testimonial-card:hover {
  box-shadow: 0 8px 28px 7px rgba(75,154,164,0.14);
  border-color: #FFAD05;
}
@media (max-width: 600px) {
  .testimonial-list { flex-direction: column; gap: 8px; }
  .testimonial-card { width: 100%; }
}


/* ======= VALUE PROPOSITIONS ======= */
.value-propositions {
  margin-top: 14px;
  background: #FFFAEE;
  border-radius: 10px;
  padding: 20px 16px;
  font-size: 1.1rem;
  color: #13334C;
  box-shadow: 0 2px 8px 1px rgba(255,173,5,0.11);
}

/* ======= BUTTONS ======= */
button, .cta-primary, .cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}
.cookie-btn {
  padding: 8px 18px;
  border-radius: 21px;
  font-size: 1.04rem;
  transition: background 0.18s, color 0.14s, box-shadow 0.17s;
  margin: 5px 10px 5px 0;
  background: #4B9AA4;
  color: #fff;
  box-shadow: 0 1px 7px 1px rgba(19,51,76,0.09);
  position: relative;
  z-index: 1;
}
.cookie-btn.accept {
  background: #FFAD05; color: #13334C;
}
.cookie-btn.reject {
  background: #EB5757; color: #fff;
}
.cookie-btn.settings {
  background: #4B9AA4; color: #fff;
}
.cookie-btn:hover, .cookie-btn:focus {
  box-shadow: 0 3px 16px 0px rgba(75,154,164,0.12);
  background: #13334C; color: #fff;
}
.cookie-btn.accept:hover { background: #4B9AA4; color: #fff; }
.cookie-btn.reject:hover { background: #13334C; color: #fff; }

/* ======= FLEX HELPERS ======= */
.card-container { display: flex; flex-wrap: wrap; gap: 24px; }
.card { 
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px 1px rgba(19,51,76,0.07);
  padding: 22px 18px;
  flex: 1 1 210px;
}
.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) {
  .text-image-section { flex-direction: column; align-items: flex-start; gap: 20px; }
  .content-grid { flex-direction: column; gap: 10px; }
}

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

/* ======= LISTS & MAPS ======= */
.agency-contact-info ul, .location-map ul {
  display: flex; flex-direction: column; gap: 10px;
}
.agency-contact-info ul li, .location-map ul li {
  display: flex; align-items: center; gap: 8px;
  font-size: 1.07rem;
}
@media (max-width: 600px) {
  .agency-contact-info ul, .location-map ul { gap: 7px; font-size: 0.97rem; }
}

/* ======= FOOTER ======= */
footer {
  background: #13334C;
  color: #fff;
  padding: 32px 0 18px 0;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -3px 16px 1px rgba(75,154,164,0.08);
  margin-top: 46px;
}
footer .container {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
footer nav {
  display: flex; gap: 19px; flex-wrap: wrap;
}
footer nav a {
  color: #FFAD05;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.17s;
}
footer nav a:hover, footer nav a:focus {
  color: #fff;
}
footer .contact-footer {
  margin-top: 9px;
  font-size: 0.97rem;
  color: #F6F7F9;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
footer img { height: 38px; margin-bottom: 5px; }
@media (max-width: 600px) {
  footer .container { padding: 0 7px; }
  footer nav { gap: 9px; font-size: 0.97rem; }
}

/* ======= COOKIE BANNER ======= */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  right: 0;
  background: #fffbe6;
  color: #13334C;
  border-top: 4px solid #FFAD05;
  box-shadow: 0 -2px 20px 2px rgba(255,173,5,0.08);
  padding: 18px 20px 11px 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  animation: cookieBannerEnter 0.5s cubic-bezier(0.5,0.6,0.3,1);
  font-family: 'Roboto', Arial, sans-serif;
}
@keyframes cookieBannerEnter {
  from { transform: translateY(100px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 600px) {
  .cookie-banner { font-size: 0.97rem; padding: 13px 8px 8px 8px; }
  .cookie-banner-actions { flex-direction: column; gap: 7px; }
}

/* ======= COOKIE MODAL ======= */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100vh;
  background: rgba(19,51,76,0.85);
  display: flex;
  align-items: center; justify-content: center;
  z-index: 10001;
  animation: cookieModalFadeIn 0.21s cubic-bezier(0.65,0,0.35,1);
}
@keyframes cookieModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal-content {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 6px 36px 5px rgba(75,154,164,0.16);
  padding: 38px 28px;
  max-width: 480px;
  width: 95vw;
  color: #13334C;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 1.13rem;
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
}
.cookie-modal-content h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  margin-bottom: 8px;
  color: #13334C;
  font-size: 1.22rem;
}
.cookie-modal-content .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.cookie-modal-content label { font-size: 1rem; }
.cookie-modal-close {
  position: absolute;
  top: 12px;
  right: 17px;
  background: none;
  border: none;
  font-size: 1.38rem;
  color: #13334C;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.19em 0.59em;
  transition: background 0.14s;
}
.cookie-modal-close:hover, .cookie-modal-close:focus {
  background: #FFAD05;
}
.cookie-category input[type=checkbox] {
  width: 19px;
  height: 19px;
  accent-color: #FFAD05;
  margin-top: 0;
}
.cookie-category[disabled] label, .cookie-category[aria-disabled=true] label {
  color: #bababa; text-decoration: line-through;
}
@media (max-width: 545px) {
  .cookie-modal-content { padding: 20px 6px; }
}

/* ======= ANCHORS & MICRO-INTERACTIONS ======= */
a, button, .cta-primary, .cookie-btn, .mobile-menu-toggle, .mobile-menu-close, .cookie-modal-close {
  transition: all 0.19s cubic-bezier(0.68, 0.01, 0.35, 1);
  outline: none;
}
a:focus, button:focus, .cta-primary:focus, .cookie-btn:focus {
  box-shadow: 0 0 0 2px #FFAD05;
  outline: none;
}

/* ======= ARTISTIC DECORATIVE ELEMENTS ======= */
.section {
  position: relative;
  overflow: hidden;
}
.section::after {
  content: '';
  position: absolute;
  right: -60px; top: 22%;
  width: 120px; height: 120px;
  background: rgba(75,154,164,0.05);
  border-radius: 50%;
  z-index: 0;
}
.section::before {
  content: '';
  position: absolute;
  left: -76px; bottom: -36px;
  width: 128px; height: 67px;
  transform: rotate(-12deg);
  background: linear-gradient(87deg, #FFAD05 90%, rgba(246,247,249,0.33));
  opacity: 0.09;
  border-radius: 25px 25px 64px 64px;
  z-index: 0;
}
@media (max-width: 600px) {
  .section::after, .section::before { display: none; }
}

/* ======= MISC FORMATTING AND UTILITIES ======= */
::-webkit-scrollbar {
  width: 13px;
  background: #f6f7f9;
}
::-webkit-scrollbar-thumb {
  background: #4B9AA4;
  border-radius: 7px;
}


/* ======= ARTISTIC FONTS (FALLBACKS) ======= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;900&family=Roboto:wght@400;500;700&display=swap');



/* ======= ACCESSIBILITY & SELECTION ======= */
::selection {
  color: #fff;
  background: #4B9AA4;
}

/* ======= PRINT ======= */
@media print {
  header, footer, .cookie-banner, .mobile-menu { display: none!important; }
  body { background: #fff; color: #111; }
  .container, .section, .content-wrapper { box-shadow: none!important; }
}
