/* === 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  color: #162447;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #e43f5a;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #b81f38;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-weight: 900;
  color: #162447;
  letter-spacing: 0.01em;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
h4, h5, h6 {
  font-size: 1.15rem;
}
p, ul, ol, li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #1f4068;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
strong {
  font-weight: bold;
  color: #e43f5a;
}
blockquote {
  padding: 16px 24px;
  border-radius: 14px;
  background: #fbeff2;
  color: #162447;
  font-style: italic;
  font-size: 1.15rem;
  margin-bottom: 12px;
  border-left: 5px solid #e43f5a;
  box-shadow: 0 2px 12px 0 rgba(228,63,90,0.08);
}

/* === LAYOUT === */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 24px 0 rgba(31,64,104,0.09);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff4fa;
  border-radius: 18px;
  box-shadow: 0 4px 16px 0 rgba(246,90,96,0.10);
  padding: 24px 18px;
  min-width: 260px;
  flex: 1 1 260px;
}

.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;
  background: #fff6eb;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(31,64,104,0.07);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.testimonial-card blockquote {
  background: transparent;
  border: none;
  color: #1f4068;
  margin: 0;
  box-shadow: none;
  font-size: 1.09rem;
  max-width: 600px;
}
.testimonial-card span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #e43f5a;
}

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

/* === HEADER & NAVIGATION === */
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #162447;
  padding: 14px 0;
  box-shadow: 0 2px 10px 0 rgba(31,64,104,0.10);
  position: relative;
  z-index: 20;
}
header > a img {
  height: 40px;
  margin: 0 20px 0 0;
}
.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.main-nav a {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 14px;
  border-radius: 9px;
  transition: background 0.20s, color 0.20s;
  letter-spacing: 0.015em;
}
.main-nav a:hover, .main-nav a:focus {
  background: #e43f5a;
  color: #fff;
}
.cta.primary {
  margin-left: auto;
  margin-right: 18px;
}
.cta {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e43f5a;
  color: #fff !important;
  border: none;
  border-radius: 16px;
  padding: 12px 28px;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 24px 0 rgba(228,63,90,0.18);
  position: relative;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.14s;
  outline: none;
  line-height: 1.2;
}
.cta:hover, .cta:focus {
  background: #b81f38;
  transform: translateY(-2px) scale(1.05) rotate(-1deg);
  box-shadow: 0 12px 32px 0 rgba(184,31,56,0.17);
}
/* Hamburger - Hidden on Desktop */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  margin-left: 12px;
  padding: 6px 14px 6px 10px;
  border-radius: 10px;
  cursor: pointer;
  z-index: 21;
  transition: background 0.18s;
}
.mobile-menu-toggle:focus {
  background: #e43f5a;
}

/* === HERO STYLE === */
.hero {
  background: linear-gradient(97deg, #ffd6e0 0%, #e7f9ff 100%) !important;
  border-radius: 0 0 48px 48px;
  padding: 38px 0 52px 0;
  position: relative;
}
.hero .container .content-wrapper {
  align-items: flex-start;
  gap: 14px;
  min-height: 260px;
}
.hero h1 {
  font-size: 2.6rem;
  color: #e43f5a;
  text-shadow: 1px 2px 1px #fff;
  letter-spacing: 0.01em;
}
.hero h2 {
  color: #162447;
  font-size: 1.3rem;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}
.hero p {
  font-size: 1.05rem;
  color: #1f4068;
  margin-bottom: 12px;
}
.hero .cta {
  margin-top: 14px;
  animation: bounceIn 1.1s ease;
}
@keyframes bounceIn {
  0% { transform: scale(0.85); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}

/* === SERVICE / FEATURE LISTS === */
.service-list, .content-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.service-list > div, .content-wrapper > ul > li {
  background: #e7f9ff;
  border-radius: 15px;
  box-shadow: 0 2px 10px 0 rgba(31,64,104,0.07);
  padding: 18px 20px;
  flex: 1 1 260px;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  min-width: 210px;
}
.service-list > div strong {
  font-size: 1.18rem;
  color: #e43f5a;
  margin-bottom: 6px;
}
.service-list > div span {
  font-weight: 700;
  color: #1f4068;
  font-size: 1.05rem;
  margin-top: 12px;
}
.content-wrapper > ul > li img {
  height: 22px;
  margin-right: 7px;
  vertical-align: middle;
}
.content-wrapper > ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #162447;
  margin-bottom: 8px;
  background: #f6faff;
  border-radius: 10px;
  padding: 7px 14px;
}

/* === FOOTER === */
footer {
  background: #162447;
  padding: 32px 0 14px 0;
  margin-top: 60px;
}
footer .container {
  padding: 0 12px;
}
footer .content-wrapper {
  align-items: flex-start;
  gap: 18px;
}
footer img {
  height: 34px;
  margin-bottom: 14px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 12px;
}
footer nav a {
  color: #e7f9ff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: color 0.18s;
}
footer nav a:hover, footer nav a:focus {
  color: #e43f5a;
}
footer .contact-info p {
  color: #e7f9ff;
  font-size: 0.97rem;
}
.social-media {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
.social-media a img {
  width: 27px;
  height: 27px;
  filter: drop-shadow(0 2px 6px #e7f9ff77);
  transition: transform 0.14s;
}
.social-media a:hover img {
  transform: scale(1.16) rotate(-8deg);
}

/* === MOBILE MENU === */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(31,64,104,0.98);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.38s cubic-bezier(0.68, -0.15, 0.27, 1.15);
  z-index: 80;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 24px 30px 16px 0;
  font-size: 2.1rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 13px;
  transition: background 0.15s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: #e43f5a;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 0 38px;
  height: 100%;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.24rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  border-radius: 10px;
  padding: 9px 18px;
  margin-right: 8px;
  box-shadow: none;
  transition: background 0.17s, color 0.17s;
  line-height: 1.65;
  min-width: 160px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #e43f5a;
  color: #fff;
}

/* === COOKIE CONSENT BANNER === */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 -4px 28px 0 rgba(31,64,104,0.19);
  z-index: 100;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 34px 20px 20px;
  border-radius: 22px 22px 0 0;
  animation: cookieBannerIn 0.7s cubic-bezier(0.33, 0, 0.2, 1);
}
@keyframes cookieBannerIn {
  from {transform: translateY(100%); opacity:0;}
  to {transform: translateY(0); opacity:1;}
}
.cookie-banner p {
  color: #1f4068;
  font-size: 0.98rem;
  max-width: 430px;
  margin-bottom: 0;
}
.cookie-btn {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  padding: 10px 22px;
  margin-left: 12px;
  background: #e43f5a;
  color: #fff;
  box-shadow: 0 2px 9px 0 rgba(228,63,90,0.09);
  cursor: pointer;
  transition: background 0.18s, transform 0.14s;
}
.cookie-btn.accept {
  background: #e43f5a;
}
.cookie-btn.reject {
  background: #eee;
  color: #e43f5a;
  border: 2px solid #e43f5a;
}
.cookie-btn.settings {
  background: #1f4068;
  color: #fff;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #b81f38;
  color: #fff;
  transform: scale(1.06);
}

/* === COOKIE PREFERENCES MODAL === */
.cookie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(31,64,104,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.33, 0, 0.2, 1);
}
.cookie-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal-dialog {
  background: #fff;
  padding: 38px 30px 30px 30px;
  border-radius: 24px;
  min-width: 320px;
  max-width: 98vw;
  box-shadow: 0 12px 38px 0 rgba(31,64,104,0.17);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  animation: modalIn 0.4s cubic-bezier(0.52, 0, 0.2, 1);
}
@keyframes modalIn {
  from {transform: translateY(80px) scale(0.88); opacity:0;}
  to {transform: translateY(0) scale(1); opacity:1;}
}
.cookie-modal-dialog h3 {
  font-size: 1.24rem;
  color: #e43f5a;
}
.cookie-modal-dialog .cookie-category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 9px;
}
.cookie-toggle {
  width: 38px;
  height: 22px;
  background: #eee;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: background 0.17s;
  margin-left: 10px;
}
.cookie-toggle input {
  display: none;
}
.cookie-toggle span {
  display: block;
  width: 18px;
  height: 18px;
  background: #e43f5a;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: left 0.16s, background 0.16s;
}
.cookie-toggle input:checked + span {
  left: 18px;
  background: #1f4068;
}
.cookie-modal-dialog .cookie-note {
  font-size: 0.98rem;
  margin-left: 15px;
  color: #1f4068;
}
.cookie-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #e43f5a;
}
.cookie-modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

/* === ANIMATIONS & INTERACTIONS === */
.section, .card, .testimonial-card, .service-list > div, .content-wrapper > ul > li {
  transition: box-shadow 0.18s, transform 0.18s;
}
.card:hover, .service-list > div:hover, .testimonial-card:hover, .content-wrapper > ul > li:hover {
  box-shadow: 0 12px 32px 0 rgba(228,63,90,0.13);
  transform: scale(1.025) rotate(-0.6deg);
}

/* === PLAYFUL DYNAMIC DECORATIVE ELEMENTS === */
.section::before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 32px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e7f9ff;
  z-index: 0;
  opacity: 0.42;
  pointer-events: none;
  animation: floatShape 6s infinite alternate ease-in-out;
}
@keyframes floatShape {
  0%{transform: translateY(0);} 100%{transform: translateY(16px);}
}
.section {
  position: relative;
  z-index: 2;
}

/* === SPACING & WHITE SPACE === */
.card, .testimonial-card {
  margin-bottom: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

/* === MISC COMPONENTS === */
.text-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-info strong {
  color: #e43f5a;
}

/* === RESPONSIVE & MOBILE-FIRST === */
@media (max-width: 1100px) {
  .container {
    max-width: 97vw;
  }
}
@media (max-width: 900px) {
  .main-nav {
    gap: 12px;
  }
  .service-list, .content-wrapper > ul, .content-grid, .card-container {
    gap: 12px;
  }
  .content-wrapper {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 99vw;
    padding-left: 6px;
    padding-right: 6px;
  }
  header {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 0 6px 0;
  }
  .main-nav {
    display: none;
  }
  .cta.primary {
    margin-left: 0;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .service-list, .content-wrapper > ul, .content-grid, .card-container, .footer nav {
    flex-direction: column;
    gap: 8px;
  }
  .section, .hero {
    padding: 18px 4px 24px 4px;
    margin-bottom: 34px;
  }
  .content-wrapper {
    gap: 13px;
  }
  .testimonial-card {
    flex-direction: column;
    gap: 12px;
    padding: 16px 10px;
  }
  .footer nav {
    gap: 8px;
  }
  .cookie-banner {
    flex-direction: column;
    padding: 18px 10px 12px 10px;
    gap: 18px;
    border-radius: 18px 18px 0 0;
  }
  .cookie-modal-dialog {
    padding: 26px 12px 16px 12px;
    min-width: 85vw;
    max-width: 98vw;
  }
}
@media (max-width: 470px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.22rem; }
  .cookie-banner p { font-size: 0.92rem; }
}

/* === UTILITY CLASSES === */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-20 { margin-bottom: 20px !important; }

/* === SCROLLBAR for cookie/modal === */
.mobile-menu, .cookie-modal {
  scrollbar-width: thin;
  scrollbar-color: #b81f38 #eee;
}
.mobile-menu::-webkit-scrollbar, .cookie-modal::-webkit-scrollbar {
  width: 8px;
}
.mobile-menu::-webkit-scrollbar-thumb, .cookie-modal::-webkit-scrollbar-thumb {
  background: #b81f38;
  border-radius: 10px;
}

/* === ANIMATED ICONS (playful style) === */
.content-wrapper > ul > li img, .service-list > div img,
.content-wrapper ul li img {
  transition: transform 0.19s;
}
.content-wrapper > ul > li:hover img,
.service-list > div:hover img {
  transform: scale(1.26) rotate(-10deg);
}

/* === SPECIALS for playful/dynamic look === */
.section {
  box-shadow: 0 8px 24px rgba(31,64,104,0.11), 0 1.5px 8px rgba(228,63,90,0.04);
  background: #fff;
}
.card, .testimonial-card, .service-list > div, .content-wrapper > ul > li {
  border: 2px solid #ffd6e0;
  background: #fff4fa;
}

/* ==== FOCUS STATES (Accessibility) ==== */
a:focus, .cta:focus, .mobile-menu-toggle:focus, .cookie-btn:focus {
  outline: 2px solid #e43f5a;
  outline-offset: 2px;
}
.cookie-toggle:focus {
  box-shadow: 0 0 0 2px #e43f5a;
}

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