/*
LedgerLink Soft Pastel Modern UI CSS
--------------------------------------
RESET & BASE STYLES
--------------------------------------
*/
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 {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  min-height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background: #F8FAFB;
  color: #344052;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #405a7b;
  transition: color 0.18s;
}
a:hover, a:focus {
  color: #20324D;
}
img {
  max-width: 100%;
  display: block;
  border: none;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 20px;
}
blockquote {
  margin: 0;
  padding-left: 18px;
  border-left: 4px solid #aadcf4;
  color: #466697;
  font-style: italic;
  font-size: 1.1em;
}

/*--------------------------------------
TYPOGRAPHY
--------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1f2947;
  margin-bottom: 16px;
}
h1 { font-size: 2.5rem; line-height: 1.15; }
h2 { font-size: 2rem; line-height: 1.2; }
h3 { font-size: 1.35rem; line-height: 1.35; }
h4 { font-size: 1.17rem; font-weight: 600; }
h5, h6 { font-size: 1rem; font-weight: 600; }
.subheadline { color: #50617f; font-size: 1.3rem; margin-bottom: 1.5em; }

p, li {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #344052;
}
strong {
  font-weight: 700;
  color: #283a53;
}

.text-section {
  max-width: 700px;
  margin: auto;
}

/*--------------------------------------
CONTAINERS & LAYOUTS
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.content-wrapper {
  background: rgba(255,255,255,0.82);
  border-radius: 28px;
  box-shadow: 0 3px 22px 0 rgba(116,140,187, 0.10);
  padding: 40px 24px;
  margin-bottom: 32px;
}

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

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

.card {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px 0 rgba(138, 164, 206, 0.07);
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.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: #f1f8fd;
  border-radius: 20px;
  box-shadow: 0 1px 8px 0 rgba(138,164,206,.08);
  min-width: 0;
  margin-bottom: 24px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* Showcase Soft Pastel Feature Grid & Service Grid */
.feature-grid, .service-grid, .pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 24px 0;
}
.feature, .service, .pricing-plan {
  flex: 1 1 220px;
  background: #fcfdff;
  border-radius: 20px;
  box-shadow: 0 2px 14px 0 rgba(164,210,238,0.06);
  margin-bottom: 20px;
  padding: 32px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 200px;
  max-width: 325px;
  transition: box-shadow 0.22s;
}
.feature:hover, .service:hover, .pricing-plan:hover {
  box-shadow: 0 7px 28px 0 rgba(143,184,224,0.20);
}
.pricing-plan {
  align-items: center;
  background: #eaf6f9;
  border: 2px solid #d1e7f5;
}
.pricing-plan h3 {
  margin-bottom: 8px;
}

.plan-comparison ul {
  list-style: disc inside;
  margin: 16px 0 0 0;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 18px 0;
}

.service-list, .resource-list, .benefit-list, .faq-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 22px 0;
}
.service-list li, .resource-list li, .benefit-list li, .faq-list li {
  margin-bottom: 12px;
  font-size: 1.08rem;
  padding-left: 18px;
  position: relative;
}
.service-list li:before, .benefit-list li:before {
  content: '\2022';
  color: #aadcf4;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
}

/* Blog List & Category */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 18px 0 30px 0;
}
.blog-list article {
  background: #f8fcff;
  border-radius: 18px;
  box-shadow: 0 1px 8px 0 rgba(138,164,206,.07);
  padding: 26px 22px;
  min-width: 230px;
  flex: 1 1 230px;
  transition: box-shadow 0.16s;
}
.blog-list article:hover {
  box-shadow: 0px 6px 28px 0 rgba(164,210,238,0.12);
}

.category-filter {
  margin-top: 20px;
}
.category-filter ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.category-filter li {
  margin: 0;
}
.category-filter a {
  background: #e4f1f6;
  border-radius: 13px;
  padding: 6px 18px;
  color: #425e8b;
  font-size: 0.98rem;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: background 0.18s, color 0.18s;
}
.category-filter a:hover {
  background: #b8d9f2;
  color: #20324D;
}

.newsletter-signup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  background: #f1f8fd;
  padding: 22px 24px;
  border-radius: 18px;
  margin-top: 18px;
}

/*--------------------------------------
BUTTONS
--------------------------------------*/
.button {
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: #f7fafd;
  color: #34507a;
  border: none;
  border-radius: 22px;
  padding: 0.8em 2.6em;
  box-shadow: 0 2px 16px 0 rgba(217,230,247,0.13);
  cursor: pointer;
  transition: background 0.17s, color 0.17s, box-shadow 0.17s, transform 0.13s;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button:hover, .button:focus {
  background: #ddeff5;
  color: #20324D;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 4px 32px 0 rgba(148, 188, 222, 0.13);
  outline: none;
}
.button.primary,
.button.primary:visited {
  background: #506cbe;
  color: #fff;
  box-shadow: 0 4px 28px 0 rgba(92,149,231,0.16);
}
.button.primary:hover, .button.primary:focus {
  background: #20324D;
  color: #fff;
}
.button.secondary {
  background: #aadcf4;
  color: #20324D;
}
.button.secondary:hover, .button.secondary:focus {
  background: #758EB7;
  color: #fff;
}

/*--------------------------------------
HEADER & NAVIGATION
--------------------------------------*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  background: linear-gradient(90deg, #f8fafd 55%, #f1f8fd 100%);
  border-bottom: 1.5px solid #e7eff8;
  position: relative;
  z-index: 50;
}
header a img {
  height: 42px;
  width: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.07rem;
  font-weight: 500;
  color: #506cbe;
  padding: 5px 3px;
  border-radius: 8px;
  transition: background 0.17s, color 0.17s;
}
nav a:hover, nav a:focus {
  color: #20324D;
  background: #e4f1f6;
}
nav a.button {
  margin-left: 10px;
}

/* Burger/Hamburger */
.mobile-menu-toggle {
  display: none;
  background: #e4f1f6;
  color: #20324D;
  border: none;
  font-size: 2rem;
  padding: 8px 16px;
  border-radius: 13px;
  cursor: pointer;
  margin-left: 12px;
  transition: background 0.16s, color 0.19s;
  z-index: 110;
}
.mobile-menu-toggle:focus {
  outline: 2px solid #aadcf4;
}

/*-------------------------------------
MOBILE MENU OVERLAY
--------------------------------------*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238,248,252,0.93);
  transform: translateX(-100%);
  transition: transform 0.36s cubic-bezier(.87,0,.13,1);
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #506cbe;
  font-size: 2.1rem;
  font-weight: 400;
  align-self: flex-end;
  margin: 24px 24px 10px 0;
  cursor: pointer;
  transition: color 0.15s;
}
.mobile-menu-close:focus {
  outline: 2px solid #aac7e6;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding-left: 38px;
}
.mobile-nav a {
  font-size: 1.22rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #20324D;
  padding: 12px 0;
  transition: color 0.14s, background 0.14s;
  border-radius: 10px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #cadcf0;
  color: #34507a;
}

/* Sticky for overlay */
@media (max-width: 900px) {
  .mobile-menu {
    padding-top: 46px;
  }
}

/* Hide main navigation and show burger on mobile */
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}

/*--------------------------------------
FOOTER
--------------------------------------*/
footer {
  background: linear-gradient(90deg, #eaf6f9 65%, #f8fcff 100%);
  border-top: 1.5px solid #ddeff5;
  padding: 38px 0 24px 0;
  color: #425e8b;
  margin-top: 50px;
  width: 100%;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 240px;
}
.footer-brand img {
  height: 40px;
  margin-bottom: 11px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: #34507a;
  font-size: 1rem;
  transition: color 0.16s;
}
.footer-nav a:hover {
  color: #506cbe;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.97rem;
  max-width: 300px;
}
.footer-contact img {
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 8px;
  opacity: 0.8;
}
.footer-social {
  display: flex;
  gap: 18px;
}
.footer-social a {
  background: #e4f1f6;
  border-radius: 50%;
  padding: 9px;
  display: flex;
  align-items: center;
  transition: background 0.16s;
}
.footer-social a:hover {
  background: #aadcf4;
}
.footer-social img {
  height: 24px;
  width: 24px;
}

/* Responsive footer */
@media (max-width: 900px) {
  footer .container {
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }
  .footer-brand, .footer-nav, .footer-contact, .footer-social {
    align-items: flex-start;
  }
}

/*--------------------------------------
CARDS & TESTIMONIALS
--------------------------------------*/
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 22px;
}
.testimonial-card {
  flex: 1 1 280px;
  background: #f1f8fd;
  border-radius: 20px;
  min-width: 220px;
  max-width: 365px;
  border: 2px solid #e4f1f6;
  box-shadow: 0 2px 12px 0 rgba(138,164,206,0.10);
  color: #20324D;
  font-size: 1.07rem;
  align-items: flex-start;
}
.testimonial-card img {
  min-width: 34px;
  height: 34px;
  margin-right: 5px;
  opacity: 0.85;
}
.testimonial-card blockquote {
  color: #344052;
  font-size: 1.07rem;
  line-height: 1.6;
  margin-bottom: 10px;
  border-left: 3px solid #aadcf4;
  padding-left: 12px;
}
.testimonial-card p {
  color: #425e8b;
  margin-bottom: 0;
}

/*--------------------------------------
FORMS & CONTACT
--------------------------------------*/
.contact-details, .map-location {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fcfdff;
  padding: 18px 20px;
  border-radius: 14px;
  box-shadow: 0 1px 8px 0 rgba(183,206,236,0.08);
  margin-bottom: 14px;
}
.map-location {
  background: #f1f8fd;
  margin-top: 9px;
  align-items: flex-start;
}
.map-location img {
  display: inline-block;
  height: 28px;
  margin-bottom: 8px;
}

/* FAQ and Comparison Block */
.faq-snippet, .plan-comparison {
  background: #e4f1f6;
  border-radius: 14px;
  padding: 20px 22px;
  margin: 18px 0;
  color: #425e8b;
  box-shadow: 0 2px 12px 0 rgba(164,210,238,0.06);
}
.faq-snippet h3 {
  color: #20324D;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* Cookie Banner & Modal
-------------------------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eaf6f9;
  border-top: 2px solid #aadcf4;
  box-shadow: 0 -4px 32px 0 rgba(162,204,238,0.13);
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  gap: 18px;
  font-size: 1rem;
  font-family: 'Open Sans', Arial, sans-serif;
  transition: transform 0.46s cubic-bezier(.43,0,.13,1);
}
.cookie-banner.hide {
  transform: translateY(150%);
  pointer-events: none;
}
.cookie-banner p {
  margin-bottom: 0;
  color: #283a53;
  flex-shrink: 1;
  max-width: 530px;
}
.cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.cookie-actions .button {
  padding: 0.55em 1.5em;
  font-size: 1rem;
  margin: 0;
}
.cookie-actions .button.reject {
  background: #fff3e1;
  color: #aa6749;
  border: 1.5px solid #f7ca89;
}
.cookie-actions .button.reject:hover {
  background: #f7ca89;
  color: #20324D;
}
.cookie-actions .button.settings {
  background: #aadcf4;
  color: #20324D;
  border: 1.5px solid #aadcf4;
}
.cookie-actions .button.settings:hover {
  background: #506cbe;
  color: #fff;
}

/* Cookie Modal */
.cookie-modal {
  position: fixed;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%) scale(0.98);
  min-width: 340px;
  max-width: 96vw;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 38px 0 rgba(162,204,238,.26);
  padding: 30px 30px 22px 30px;
  color: #20324D;
  display: none;
  flex-direction: column;
  gap: 18px;
  animation: cookie-fade-in 0.35s ease;
}
.cookie-modal.open {
  display: flex;
}
@keyframes cookie-fade-in {
  from { opacity: 0; transform: translate(-50%,-65%) scale(0.94); }
  to   { opacity: 1; transform: translate(-50%,-60%) scale(0.98); }
}
.cookie-modal h2 {
  font-size: 1.27rem;
  margin-bottom: 8px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e4f1f6;
  border-radius: 12px;
  padding: 11px 15px;
  margin-bottom: 8px;
  gap: 12px;
}
.cookie-modal .cookie-category label {
  color: #20324D;
  font-size: 1rem;
  font-weight: 600;
}
.cookie-modal .cookie-toggle {
  appearance: none;
  width: 38px;
  height: 22px;
  background: #aadcf4;
  border-radius: 22px;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background .14s;
}
.cookie-modal .cookie-toggle:checked {
  background: #506cbe;
}
.cookie-modal .cookie-toggle:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: left .16s;
}
.cookie-modal .cookie-toggle:checked:before {
  left: 19px;
}
.cookie-modal .cookie-category.essential .cookie-toggle {
  background: #e4f1f6;
  cursor: not-allowed;
}
.cookie-modal .cookie-category.essential .cookie-toggle:before {
  background: #cadcf0;
}
.cookie-modal .cookie-category.essential label {
  color: #6682a4;
}
.cookie-modal .modal-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.cookie-modal .button {
  padding: 0.54em 1.2em;
  font-size: 1rem;
  margin: 0;
}

/* Cookie Modal Overlay */
.cookie-modal-overlay {
  content: '';
  position: fixed;
  z-index: 10000;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(56,107,164,0.24);
  display: none;
  pointer-events: none;
}
.cookie-modal.open ~ .cookie-modal-overlay {
  display: block;
  pointer-events: auto;
}

/*--------------------------------------
MEDIA QUERIES - RESPONSIVE
--------------------------------------*/
@media (max-width: 1200px) {
  .feature, .service, .pricing-plan {
    max-width: 48vw;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0 10px;
  }
  .content-wrapper {
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  html { font-size: 15px; }
  .section,
  .content-wrapper {
    padding: 28px 3vw;
    border-radius: 16px;
  }
  .feature-grid, .service-grid, .pricing-table, .testimonial-slider, .card-container, .blog-list, .content-grid {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .feature, .service, .pricing-plan, .card {
    min-width: 0;
    max-width: 98vw;
  }
  header {
    padding: 14px 14px 14px 10px;
    flex-direction: row;
    gap: 8px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .quick-links {
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    max-width: 98vw;
    gap: 10px;
    padding: 18px 10px;
  }
  .newsletter-signup {
    padding: 16px 10px;
  }
  .footer-contact {
    font-size: 0.97rem;
  }
  .plan-comparison, .faq-snippet {
    padding: 14px 5px;
  }
  .cookie-banner {
    padding: 14px 7px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .cookie-modal {
    min-width: 90vw;
    padding: 18px 10px 12px 10px;
  }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.46rem; }
}

/*--------------------------------------
SOFT PASTEL COLOR THEME (Brand-driven)
--------------------------------------*/
body, .content-wrapper, .section {
  background: #f8fafd;
}
.feature, .service, .pricing-plan, .testimonial-card, .faq-snippet, .plan-comparison,.newsletter-signup {
  background: #f1f8fd;
}

/* Pastel gradient accents for subtle dreamy effect on backgrounds */
.section {
  background: linear-gradient(120deg, #f8fafd 80%, #eaf6f9 100%);
}
.feature, .service, .pricing-plan {
  border: 1.5px solid #e4f1f6;
  box-shadow: 0 2px 14px 0 rgba(164,210,238,0.06);
}

h1, h2, h3, h4 {
  color: #20324D;
}

.button.primary {
  background: #506cbe;
  color: #fff;
}
.button.secondary {
  background: #aadcf4;
  color: #20324D;
}
.button {
  background: #e4f1f6;
  color: #34507a;
}

/* Subtle Focus & Hover for Soft Pastel UX */
.button:focus {
  outline: 2px solid #aadcf4;
  outline-offset: 1px;
}

/*--------------------------------------
ANIMATIONS & MICRO-INTERACTIONS
--------------------------------------*/
.button, .feature, .service, .pricing-plan, .testimonial-card, .cookie-banner, .cookie-modal {
  transition: box-shadow .19s, transform .13s, background .18s, color .16s;
}
.button:hover, .button:focus {
  box-shadow: 0 6px 28px 0 rgba(126, 196, 236, 0.10);
  transform: translateY(-2px) scale(1.04);
}
.feature:hover, .service:hover, .pricing-plan:hover, .testimonial-card:hover {
  box-shadow: 0 10px 32px 0 rgba(102, 145, 222, 0.17);
  transform: translateY(-2px) scale(1.03);
}

/*--------------------------------------
UTILITY & ACCESSIBILITY
--------------------------------------*/
:focus {
  outline: 2px solid #aadcf4;
  outline-offset: 2px;
}
::-webkit-input-placeholder { color: #7ba5c5; opacity: 1; }
::-moz-placeholder { color: #7ba5c5; opacity: 1; }
:-ms-input-placeholder { color: #7ba5c5; opacity: 1; }
::placeholder { color: #7ba5c5; opacity: 1; }

/* Hide visually */
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; border: 0 !important; }

/*--------------------------------------
END OF STYLE.CSS
--------------------------------------*/
