/* 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
ul, ol {
  margin-left: 1.5em;
  margin-bottom: 20px;
}
li {
  margin-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #22577A;
  margin-bottom: 14px;
}
strong, b {
  font-weight: 700;
}
:focus {
  outline: 2px solid #5CD2E6;
  outline-offset: 2px;
}


/* TYPOGRAPHY SCALE & BOLDNESS */
h1 {
  font-size: 2.5rem;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
h4 { font-size: 1.1rem; }

p, li, ul, ol, span, label, input, textarea {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #1A2933;
}
p {
  margin-bottom: 16px;
  line-height: 1.65;
  font-weight: 400;
}

/* CONTAINER & SECTION SPACING */
.container {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgba(34, 87, 122, 0.06);
}

.text-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.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;
  }
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  flex: 1 1 260px;
  min-width: 240px;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 4px 20px rgba(34, 87, 122, 0.07);
  padding: 24px 20px 20px 20px;
  transition: transform 0.22s cubic-bezier(.36,1.54,.73,1.01), box-shadow 0.22s;
}
.card:hover, .card:focus-within {
  transform: translateY(-8px) scale(1.025);
  box-shadow: 0 8px 32px 0 rgba(34, 87, 122, 0.11);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
}
.feature {
  background: #F4F4F4;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(92,210,230,0.08);
  padding: 28px 24px 20px 24px;
  flex: 1 1 240px;
  min-width: 200px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.18s, transform 0.19s cubic-bezier(.36,1.54,.73,1.01);
  margin-bottom: 20px;
}
.feature:hover, .feature:focus-within {
  box-shadow: 0 6px 24px 0 rgba(92,210,230,0.18);
  transform: translateY(-5px) scale(1.025);
}
.feature img {
  margin-bottom: 8px;
  width: 38px;
  height: 38px;
}
.feature h3 {
  color: #22577A;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.feature p {
  color: #22577A;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 18px;
}
.service {
  background: #F4F4F4;
  border-radius: 15px;
  box-shadow: 0 2px 14px rgba(92,210,230,0.07);
  padding: 24px 18px 18px 18px;
  flex: 1 1 220px;
  min-width: 180px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.service img {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
}
.service h3 {
  font-size: 1.09rem;
  margin-bottom: 10px;
}
.service p {
  margin-bottom: 0;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.project {
  background: #fff;
  border-radius: 14px;
  padding: 20px 18px;
  box-shadow: 0 3px 14px rgba(34,87,122,0.04);
  margin-bottom: 0;
  border-left: 5px solid #5CD2E6;
}

.team-member-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
  margin-bottom: 32px;
}
.team-member {
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 3px 20px rgba(92,210,230,0.07);
  flex: 1 1 210px;
  min-width: 170px;
  max-width: 236px;
  padding: 26px 14px 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  transition: box-shadow 0.14s, transform 0.16s cubic-bezier(.45,1.77,.73,1.01);
}
.team-member:hover, .team-member:focus-within {
  box-shadow: 0 7px 26px 0 rgba(92,210,230,0.14);
  transform: translateY(-4px) scale(1.018);
}
.team-member img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #5CD2E6;
  margin-bottom: 8px;
}
.team-member h3 {
  margin-bottom: 7px;
  font-size: 1.08rem;
  color: #22577A;
}
.team-member p {
  margin-bottom: 3px;
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F4F4F4;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(34,87,122,0.06);
  margin-bottom: 20px;
  color: #112233;
}
.testimonial-card p {
  font-size: 1rem;
  color: #112233;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-card span {
  font-size: 0.97rem;
  color: #22577A;
}

/* HERO SECTION STYLE */
.hero {
  background: #5CD2E6;
  color: #1A2933;
  padding: 0;
  margin-bottom: 40px;
  min-height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.hero .content-wrapper {
  background: rgba(255,255,255,0.91);
  border-radius: 24px;
  padding: 38px 24px 36px 24px;
  box-shadow: 0 8px 32px 0 rgba(34,87,122,0.05);
  align-items: flex-start;
  max-width: 590px;
}
.hero h1 {
  color: #22577A;
  font-size: 2.1rem;
}
.hero p {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 16px;
}
.hero .cta-btn {
  margin-top: 10px;
}

/* BUTTONS & CTA */
.cta-btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: #22577A;
  color: #fff;
  border-radius: 30px;
  font-size: 1.12rem;
  padding: 14px 34px;
  box-shadow: 0 2px 8px rgba(34,87,122,0.07);
  margin-top: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.22s, box-shadow 0.15s, transform 0.13s;
  outline: none;
}
.cta-btn:hover, .cta-btn:focus {
  background: #5CD2E6;
  color: #22577A;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 5px 26px #22577A28;
}

/* LINKS in content */
.content-wrapper a:not(.cta-btn),
.text-section a:not(.cta-btn) {
  color: #22577A;
  font-weight: 700;
  border-bottom: 2px solid #5CD2E6;
  transition: color 0.13s, border-bottom-color 0.13s;
}
.content-wrapper a:not(.cta-btn):hover,
.text-section a:not(.cta-btn):hover {
  color: #5CD2E6;
  border-bottom-color: #22577A;
}

/* HEADER & MAIN NAV */
header {
  background: #fff;
  box-shadow: 0 2px 14px rgba(34,87,122,0.08);
  padding: 0 0;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 30;
  height: 72px;
  width: 100%;
}
.logo {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.logo img {
  height: 42px;
  width: auto;
}
.main-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-left: 18px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.02rem;
  color: #22577A;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: color 0.14s;
  padding: 6px 2px;
  border-radius: 3px;
}
.main-nav a:hover, .main-nav a.active {
  color: #5CD2E6;
  background: #e8fafd;
}

header .cta-btn {
  margin-left: auto;
  margin-right: 24px;
  margin-top: 0;
  font-size: 1rem;
}
.mobile-menu-toggle {
  background: none;
  border: none;
  color: #22577A;
  font-size: 2.1rem;
  margin-right: 22px;
  cursor: pointer;
  display: none;
  z-index: 50;
  transition: color 0.2s, transform 0.18s;
}
.mobile-menu-toggle:focus {
  color: #5CD2E6;
}

/* MOBILE NAVIGATION */
@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #22577A;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100%);
  transition: transform 0.31s cubic-bezier(.65,1.32,.62,.99);
  opacity: 0.97;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 26px 32px 16px 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.14s, transform 0.16s;
  z-index: 1001;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #5CD2E6;
  transform: rotate(90deg);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 1.5rem 2rem;
  width: 90vw;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.34rem;
  letter-spacing: 0.04em;
  padding: 12px 0 8px 0;
  border-bottom: 2px solid transparent;
  width: 100%;
  transition: background 0.13s, color 0.15s, border-bottom 0.11s;
  border-radius: 6px;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #5CD2E6;
  color: #22577A;
  border-bottom: 2px solid #fff;
}

/* Responsive padding for containers */
@media (max-width: 768px) {
  .container { padding: 0 10px; }
  .section { padding: 24px 10px; }
}

/* Responsive: content flex direction */
@media (max-width: 1024px) {
  .feature-grid, .service-grid, .team-member-grid, .card-container, .content-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}

/* ABOUT & GENERAL SECTIONS */
.about-snippet, .services-snippet {
  margin-bottom: 38px;
}
.about-snippet a, .services-snippet a {
  display: inline-block;
  margin-top: 6px;
  font-weight: 700;
}

/* CONTACT SECTION */
.contact-cta {
  background: #22577A;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(34,87,122,0.08);
}
.contact-cta h2 {
  color: #fff;
}
.contact-cta p {
  color: #e9f7fb;
}
.contact-cta .cta-btn {
  background: #5CD2E6;
  color: #22577A;
}
.contact-cta .cta-btn:hover, .contact-cta .cta-btn:focus {
  background: #fff;
  color: #22577A;
  box-shadow: 0 3px 16px #5CD2E626;
}

/* CONTACT PAGE */
.contact-details {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-details img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 20px; height: 20px;
}

.map {
  background: #F4F4F4;
  border-radius: 15px;
  padding: 20px 16px;
  margin-bottom: 18px;
  font-size: 0.97rem;
  text-align: center;
  font-style: italic;
  color: #22577A;
}

.quick-contact {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* FOOTER */
footer {
  background: #F4F4F4;
  padding: 0;
  margin-top: 48px;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 22px 18px 22px;
  border-bottom: 1px solid #dbeafd;
}
.footer-main img {
  height: 46px;
  width: auto;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.footer-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #22577A;
  font-weight: 700;
  font-size: 0.97rem;
  letter-spacing: 0.03em;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.11s, border-bottom .16s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #5CD2E6;
  border-bottom: 1px solid #22577A;
}
.footer-contact {
  font-size: 0.98rem;
  color: #22577A;
  text-align: left;
}
.footer-contact a {
  color: #22577A;
}
.footer-copyright {
  text-align: center;
  padding: 16px 12px;
  font-size: 0.98rem;
  color: #6d8bad;
  background: #F4F4F4;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-contact { text-align: center; }
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background: #22577A;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  z-index: 9999;
  box-shadow: 0 -3px 18px #22577A36;
  padding: 20px 16px 18px 16px;
  font-size: 1rem;
  transition: transform 0.34s cubic-bezier(.45,1.77,.73,1.01);
}
.cookie-banner.hide {
  transform: translateY(110%);
  pointer-events: none;
}
.cookie-banner p {
  color: #fff;
  margin: 0 0.7em 0 0;
  flex: 2 1 320px;
}
.cookie-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  flex: 1 1 auto;
}
.cookie-btns button {
  padding: 9px 21px;
  border-radius: 22px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  background: #5CD2E6;
  color: #22577A;
  transition: background 0.15s, color 0.13s;
  cursor: pointer;
}
.cookie-btns button.cookie-accept {
  background: #5CD2E6;
  color: #22577A;
}
.cookie-btns button.cookie-accept:hover {
  background: #fff;
  color: #22577A;
}
.cookie-btns button.cookie-reject {
  background: #fff;
  color: #22577A;
}
.cookie-btns button.cookie-reject:hover {
  background: #Fd9191;
  color: #fff;
}
.cookie-btns button.cookie-settings {
  background: #22577A;
  color: #fff;
  border: 1px solid #5CD2E6;
}
.cookie-btns button.cookie-settings:hover {
  background: #5CD2E6;
  color: #22577A;
}

@media (max-width: 600px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-btns { margin-top: 7px; }
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90vw;
  max-width: 420px;
  background: #fff;
  color: #22577A;
  border-radius: 24px;
  box-shadow: 0 12px 50px #22577A33;
  z-index: 10010;
  padding: 32px 24px 24px 24px;
  transform: translate(-50%,-50%) scale(0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s cubic-bezier(.45,1.77,.73,1.01);
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%,-50%) scale(1);
}
.cookie-modal h2 {
  color: #22577A;
  margin-bottom: 14px;
}
.cookie-modal .cookie-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 18px 0 20px 0;
}
.cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #E0ECF6;
}
.cookie-option:last-child {
  border-bottom: none;
}
.cookie-option label {
  font-size: 1rem;
  color: #22577A;
}
.cookie-option .toggle {
  width: 38px;
  height: 22px;
  background: #E1F9FD;
  border-radius: 14px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: background 0.21s;
  margin-left: 10px;
}
.cookie-option .toggle input {
  display: none;
}
.cookie-option .slider {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: #5CD2E6;
  border-radius: 50%;
  transition: left 0.19s, background 0.15s;
  box-shadow: 0 2px 8px #5CD2E62d;
}
.cookie-option .toggle input:checked + .slider {
  background: #22577A;
  left: 19px;
}
.cookie-modal-actions {
  display: flex;
  gap: 15px;
  margin-top: 13px;
  justify-content: flex-end;
}
.cookie-modal-actions button {
  padding: 10px 22px;
  border-radius: 22px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  transition: background 0.15s, color 0.14s;
}
.cookie-modal-actions .save {
  background: #5CD2E6;
  color: #22577A;
}
.cookie-modal-actions .save:hover {
  background: #22577A; color: #fff;
}
.cookie-modal-actions .cancel {
  background: #fff;
  color: #22577A;
  border: 1px solid #22577A;
}
.cookie-modal-actions .cancel:hover {
  background: #5CD2E6; color: #22577A;
}

/* UTILITY: Hide visually */
.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* ANIMATIONS / MICRO-INTERACTIONS */
@media (prefers-reduced-motion: no-preference) {
  .cta-btn,
  .main-nav a,
  .feature,
  .service,
  .card,
  .testimonial-card,
  .team-member {
    transition: transform .18s cubic-bezier(.45,1.77,.73,1.01), box-shadow .17s;
  }
  .mobile-menu, .cookie-banner, .cookie-modal {
    transition: transform .32s cubic-bezier(.45,1.77,.73,1.01), opacity .18s;
  }
}

/* === GEOMETRIC ACCENTS (decorative only, e.g. for .hero) */
.hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 160px;
  height: 160px;
  background: #22577A10;
  border-radius: 36% 64% 70% 30%/36% 39% 61% 64%;
  left: -50px;
  top: -60px;
}
.hero .container,
.hero .content-wrapper { position: relative; z-index: 2; }
@media (max-width: 600px) { .hero::before { display: none; } }

/* FORMS & INPUTS */
input, textarea, select {
  font-family: inherit;
  font-size: 1rem;
  border: 2px solid #5CD2E6;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  transition: border 0.16s;
  margin-bottom: 17px;
  margin-top: 2px;
}
input:focus, textarea:focus, select:focus {
  border-color: #22577A;
}

/* SUBSCRIBE/THANK-YOU STYLE */
.text-section .cta-btn {
  margin-top: 18px;
}

/* GENERAL RESPONSIVE FIXES */
@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.25rem; }
  .project-list, .testimonial-card {gap: 0;}
  .feature, .team-member, .service {max-width: 100%;}
  .section, .content-wrapper, .about-snippet, .services-snippet, .contact-cta, .card {
    border-radius: 11px;
    box-shadow: 0 2px 7px rgba(34,87,122,0.09);
  }
  .cta-btn { font-size: 1rem; padding: 11px 18px; }
}

/* === END === */