/* RESET AND NORMALIZATION */
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, body { height:100%; }
body {
  min-height:100vh;
  background: #F5F6F8;
  color: #1D3E61;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  -webkit-font-smoothing:antialiased;
}
img { max-width:100%; height:auto; display:block; border:0; }
ol, ul { list-style: none; padding-left:0; }
a { color: #244E77; text-decoration: none; transition: color 0.2s; }
a:focus { outline: 2px solid #F0A830; outline-offset:2px; }


/* BRAND COLORS & FONTS */
:root {
  --brand-primary: #1D3E61;
  --brand-secondary: #F5F6F8;
  --brand-accent: #F0A830;
  --brand-dark: #244E77;
  --white: #FFFFFF;
  --text-dark: #1D3E61;
  --text-light: #FFFFFF;
  --electric-magenta: #EA3B8B;
  --electric-blue: #37A6F7;
  --electric-green: #18D193;
  --electric-cyan: #00DEFC;
  --shadow-vibrant: 0 6px 32px rgba(36, 78, 119, 0.12), 0 2px 8px rgba(240, 168, 48, 0.07);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--brand-primary);
  margin-bottom: 16px;
  line-height: 1.13;
}
h1 { font-size: 2.5rem; margin-bottom: 20px; }
h2 { font-size: 2rem; margin-bottom: 16px; }
h3 { font-size: 1.35rem; margin-bottom: 8px; }
h4 { font-size: 1.1rem; margin-bottom: 6px; }

p, li, blockquote {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--brand-dark);
}
strong { color: var(--brand-primary); font-weight: 700; }

/* ----- SPACING CONTAINERS PATTERNS (from instructions) ----- */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: var(--white);
  box-shadow: var(--shadow-vibrant);
  border-radius: 18px;
  padding: 28px 24px;
  min-width: 280px;
  flex: 1 1 320px;
  transition: box-shadow .2s, transform .22s;
}
.card:hover {
  box-shadow:0 8px 36px var(--electric-magenta, #EA3B8B, 0.13), 0 3px 18px var(--brand-accent, #F0A830, 0.13);
  transform: translateY(-2px) scale(1.02);
}
.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: var(--white);
  border-left: 6px solid var(--brand-accent);
  border-radius: 18px 4px 18px 4px;
  box-shadow: 0 3px 14px rgba(34, 53, 99, 0.13);
  margin-bottom: 20px;
  max-width: 700px;
  transition: box-shadow .2s, border-color .22s;
}
.testimonial-card:hover {
  box-shadow:0 8px 32px rgba(234, 59, 139, 0.10), 0 5px 26px rgba(36, 78, 119, 0.14);
  border-left-color: var(--electric-cyan);
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--white);
  border-radius: 12px;
  padding: 22px 18px 22px 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(36, 78, 119, 0.05);
  transition: box-shadow .18s, background .20s;
}


/************* HEADER AND NAVIGATION **************/
header {
  background: var(--white);
  box-shadow:0 4px 15px rgba(36, 78, 119, 0.04);
  position: sticky;
  top:0; left:0; right:0; z-index: 100;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  padding: 0 18px;
  min-height: 64px;
  width:100%;
}
.main-nav img {
  height: 44px; width:auto; margin-right: 24px;
  display:block;
}
.main-nav a:not(.cta-primary) {
  font-family:'Montserrat',sans-serif;
  font-weight: 600;
  color: var(--brand-primary);
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background .17s, color .14s;
}
.main-nav a:not(.cta-primary):hover,
.main-nav a:not(.cta-primary):focus{
  background: var(--electric-cyan);
  color: var(--brand-dark);
}

.cta-primary {
  background: linear-gradient(90deg,var(--brand-accent),var(--electric-magenta),var(--electric-blue));
  color: var(--white);
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 32px;
  padding: 10px 28px;
  box-shadow: 0 3px 12px rgba(240, 168, 48, 0.06);
  border: none;
  margin-left: 12px;
  transition: background 0.23s, box-shadow .18s, transform .14s;
  cursor: pointer;
  outline: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: linear-gradient(90deg,var(--electric-blue),var(--electric-magenta));
  color: var(--white);
  box-shadow: 0 8px 30px rgba(240,168,48,0.16);
  transform: scale(1.04);
}

.mobile-menu-toggle {
  display: none;
  background: var(--brand-accent);
  color: var(--brand-primary);
  border: none;
  font-size: 2rem;
  border-radius: 8px;
  padding: 6px 16px 4px 16px;
  margin-left: auto;
  align-self:center;
  cursor:pointer;
  transition: background .18s;
  z-index: 110;
}
.mobile-menu-toggle:hover {
  background: var(--electric-blue);
  color: var(--white);
}

/* MOBILE MENU OVERLAY */
.mobile-menu {
  display: none;
}
.mobile-menu.open {
  display: flex;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(36, 78, 119, 0.96);
  flex-direction: column;
  align-items: flex-end;
  z-index: 9999;
  transition: background 0.23s;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 70px 32px 32px 32px;
  width: 100vw;
  align-items: flex-start;
}
.mobile-nav a {
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  padding: 13px 0 9px 8px;
  border-radius: 10px;
  width: calc(100vw - 80px);
  transition: background .14s, color .11s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--brand-accent);
  color: var(--brand-primary);
}
.mobile-menu-close {
  background:transparent;
  border:none;
  font-size:2rem;
  color: var(--brand-accent);
  padding: 16px 30px 0 0;
  cursor:pointer;
  align-self: flex-end;
  transition: color .15s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: var(--electric-blue);
}

/* Common container utility */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1100px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}

/******************* HERO AND CTA SECTIONS **********************/
.hero-section {
  background: linear-gradient(96deg, var(--brand-accent) 6%, var(--electric-blue) 55%, var(--brand-secondary) 97%);
  color: var(--brand-primary);
  padding-top: 44px;
  padding-bottom: 44px;
  min-height: 320px;
  margin-bottom: 48px;
  box-shadow: 0 12px 44px rgba(36, 78, 119, 0.08);
}
.hero-section h1,
.hero-section .subheadline {
  color: var(--brand-primary);
}
.hero-section .subheadline {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.16rem;
  color: var(--brand-dark);
  margin-bottom: 18px;
  font-weight: 500;
}

.cta-section {
  background: linear-gradient(90deg, var(--brand-accent) 3%, var(--brand-primary) 120%);
  color: var(--white);
  margin: 52px 0;
  box-shadow: 0 2px 24px rgba(240, 168, 48, 0.07);
  border-radius: 14px;
}
.cta-section h2,
.cta-section p {
  color:var(--white);
}

/******************* FEATURE & CARD GRIDS **********************/
.features-section {
  margin-bottom: 56px;
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 32px;
  margin: 36px 0 0 0;
}
.feature-grid li {
  flex: 1 1 250px;
  min-width: 220px;
  max-width: 330px;
  background: var(--white);
  border-radius: 14px;
  padding: 22px 20px 18px 20px;
  box-shadow: 0 4px 18px rgba(55, 166, 247, 0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: box-shadow .18s, background .20s;
  margin-bottom: 20px;
  font-size: 1.045rem;
}
.feature-grid li img {
  height: 42px; margin-bottom: 8px;
}
.feature-grid li h3 {
  color: var(--brand-primary);
  font-size: 1.18rem;
}
.feature-grid li:hover, .feature-grid li:focus {
  background: var(--electric-cyan);
  box-shadow:0 8px 20px rgba(0,222,252,0.10),0 0 10px #EA3B8B55;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
  margin-top: 30px;
}
.service-list li {
  flex:1 1 260px;
  min-width: 210px;
  background: var(--electric-blue);
  color: var(--text-light);
  border-radius: 12px;
  margin-bottom:20px;
  padding: 22px 18px 18px 18px;
  box-shadow: 0 2px 12px rgba(55, 166, 247, 0.14);
  font-size:1.045rem;
  transition:background .19s, color .19s, box-shadow .18s;
}
.service-list li h3 { color: var(--white); font-size: 1.04rem; }
.service-list li:hover, .service-list li:focus {
  color: var(--brand-primary); background: var(--brand-accent);
  box-shadow: 0 7px 30px rgba(240,168,48,0.13);
}

/******** ACCORDION & FAQ STYLE ***********/
.accordion-section, .faq-section {
  margin-bottom:50px;
}
.faq-accordion > div, .faq-list > div,
.accordion-faq > div {
  padding: 18px 18px 18px 32px;
  background:var(--white);
  border-radius:13px;
  margin-bottom:20px;
  box-shadow:0 2px 8px rgba(36, 78, 119,0.09);
  transition: box-shadow .15s;
  position: relative;
}
.faq-accordion > div:hover,.faq-list > div:hover,.accordion-faq > div:hover {
  box-shadow:0 8px 24px rgba(55,166,247,0.13);
}
.faq-accordion h2, .faq-list h3, .accordion-faq h3 {
  font-size: 1.09rem;
  color: var(--electric-magenta);
  margin-bottom:10px;
}
.faq-accordion p, .faq-list p, .accordion-faq p {
  color:var(--brand-dark);
}
.top-questions-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top:20px;
}
.top-questions-list li {
  background:var(--brand-accent);
  color: var(--brand-primary);
  font-weight:700;
  font-family:'Montserrat',sans-serif;
  border-radius: 11px;
  padding: 9px 18px;
  font-size: 1rem;
}

/********* TIPS & EXPERT QUOTES ******/
.tips-section ul,
.best-practices ul {
  list-style:disc outside;
  padding-left:22px;
}
.tips-section li, .best-practices li {
  margin-bottom:10px;
  color:var(--brand-dark);
}
.expert-quotes blockquote {
  font-style: italic;
  font-size: 1.09rem;
  background:var(--brand-accent);
  color:var(--brand-primary);
  border-radius: 7px;
  padding:16px 16px 11px 32px;
  margin-bottom: 13px;
  line-height: 1.35;
  position: relative;
  transition: background .17s;
}
.expert-quotes blockquote span {
  display: block; margin-top: 5px; font-style: normal; font-weight: 600; color:var(--brand-primary);
}
.expert-quotes blockquote:hover {
  background:var(--electric-cyan);
}

/************ TESTIMONIAL CARDS (with contrast) ************/
.testimonials-section {
  margin-bottom: 50px;
}
.testimonial-card blockquote {
  color: var(--brand-primary);
  font-family: 'Montserrat',sans-serif;
  font-size: 1.11rem;
  font-style: italic;
  background:none;
  padding:0;
  margin:0 0 0 0;
}
.testimonial-author {
  color: #424242;
  font-size:0.98rem;
  font-style:normal;
  font-family:'Open Sans',sans-serif;
  font-weight:600;
  margin-top:4px;
}

/************ CONTACT & MAP SECTION ***********/
.contact-section ul {
  margin: 13px 0 20px 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.contact-section ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size:1.045rem;
  color:var(--brand-primary);
  font-family:'Montserrat',sans-serif;
  font-weight: 500;
}
.contact-section ul img {
  width:20px; height:20px;
}
.map-embed {
  margin-top:16px;
  background: var(--brand-accent);
  color: var(--brand-primary);
  padding:16px 18px;
  border-radius: 10px;
  font-size: 1.025rem;
}

/************ RESOURCE & DOWNLOAD LISTS ***********/
.resource-library-section ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin:18px 0 24px 0;
}
.resource-library-section a {
  color: var(--electric-magenta);
  font-weight:700;
  text-decoration: underline;
  transition: color .14s;
}
.resource-library-section a:hover, .resource-library-section a:focus {
  color: var(--brand-accent);
}

/****** THANK YOU SECTION ******/
.confirmation-section {
  margin: 60px auto 40px auto; text-align:center;
}
.confirmation-section ul {
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:20px 0 22px 0; align-items:center;
}

/********** FOOTER ***********/
footer {
  background: var(--brand-primary);
  color: var(--white);
  padding-top: 36px;
  margin-top: 40px;
  font-size: 1rem;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width:1100px;
  margin:0 auto;
  padding: 0 18px 28px 18px;
}
.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:36px;
  border-bottom: 1.8px solid #F0A83044;
  padding-bottom:18px;
}
.footer-top img {
  height:54px;
  display:block;
}
.footer-nav {
  display: flex;
  gap: 16px;
}
.footer-nav a {
  color: var(--brand-accent);
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size:1.02rem;
  transition: color .12s;
}
.footer-nav a:hover, .footer-nav a:focus { color: var(--white); }
.footer-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:13px 28px;
  font-family:'Open Sans',sans-serif;
  color:var(--white);
  font-size: 1.03rem;
}
.footer-contact img {
  height:17px;
  width:17px;
  margin-right: 4px;
}
.footer-contact a { color: var(--brand-accent); text-decoration:underline; }
.footer-contact a:hover, .footer-contact a:focus { color:var(--white); }
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social a img {
  height: 28px;
  width:28px;
  background: var(--brand-accent);
  border-radius: 50%;
  padding: 4px;
  transition: background .16s;
}
.footer-social a:hover img, .footer-social a:focus img {
  background: var(--electric-blue);
}
.footer-bottom {
  text-align: right;
  font-size: 0.98rem;
  color: #F0A830;
  margin-top: 8px;
}


/************* COOKIE CONSENT BANNER *************/
.cookie-banner {
  position: fixed;
  left:0; right:0;
  bottom:0;
  z-index:10000;
  width: 100vw;
  background: var(--brand-accent);
  color: var(--brand-primary);
  font-size: 1.04rem;
  padding: 20px 6vw 20px 7vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 -5px 25px rgba(36,78,119,0.14);
  gap: 42px;
  border-top: 3px solid var(--electric-magenta);
  animation: cookieSlideIn .55s cubic-bezier(.72,.2,.42,1.2) 1;
}
@keyframes cookieSlideIn {
  0% { transform: translateY(100%); opacity:0; }
  100%{ transform:translateY(0); opacity:1; }
}
.cookie-banner__text {
  flex:1 1 auto;
  max-width:700px;
}
.cookie-banner__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}
.cookie-btn {
  background:var(--white);
  color: var(--brand-primary);
  font-family:'Montserrat',sans-serif;
  font-weight:700;
  border:none;
  border-radius:7px;
  padding:10px 22px;
  font-size:1rem;
  box-shadow: 0 3px 9px rgba(240,168,48,0.07);
  cursor:pointer;
  margin-right:4px;
  margin-bottom:0;
  transition: background .14s, color .13s, box-shadow .13s;
}
.cookie-btn:hover, .cookie-btn:focus {
  background:var(--electric-blue);
  color: var(--white);
  box-shadow: 0 7px 20px rgba(55,166,247,0.10);
}
.cookie-btn--settings {
  background: var(--brand-accent);
  color: var(--brand-primary);
  border:2px solid var(--brand-primary);
  margin-right:0;
  font-weight:600;
}
.cookie-btn--settings:hover, .cookie-btn--settings:focus {
  background: var(--white);
  color: var(--electric-magenta);
  border-color: var(--electric-magenta);
}

/***** COOKIE MODAL DIALOG *****/
.cookie-modal {
  position: fixed;
  left:50%; top:50%;
  transform: translate(-50%,-54%) scale(1);
  z-index:10001;
  background: var(--white);
  color: var(--brand-primary);
  border-radius:14px;
  box-shadow: 0 9px 48px #1D3E6169, 0 2px 24px #F0A83027;
  padding: 34px 44px 28px 44px;
  min-width:320px;
  min-height:120px;
  max-width:97vw;
  max-height:98vh;
  overflow:auto;
  animation: cookieModalAppear .37s cubic-bezier(.77,0,.08,1.12) 1;
}
@keyframes cookieModalAppear {
  0% { opacity:0; transform:scale(.86) translate(-50%,-42%); }
  100%{ opacity:1; transform:scale(1) translate(-50%,-54%); }
}
.cookie-modal__title {
  font-size: 1.27rem;
  font-family:'Montserrat',sans-serif;
  font-weight:700;
  color: var(--brand-primary);
  margin-bottom:18px;
}
.cookie-modal__categories {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom:24px;
}
.cookie-category {
  display: flex;
  flex-direction: row;
  gap:12px;
  align-items:center;
  background: #F5F6F8;
  border-radius:7px;
  padding:12px 0 12px 16px;
}
.cookie-category input[type=checkbox], .cookie-category input[type=radio] {
  accent-color: var(--brand-accent);
  width:21px;height:21px;
}
.cookie-category__desc {
  font-size:1rem;
}
.cookie-category--essential input { pointer-events: none; }
.cookie-category--essential label { font-weight:600; color:var(--brand-primary);}
.cookie-modal__actions {
  margin-top:10px;
  display: flex;
  gap:16px;
  justify-content:flex-end;
}
.cookie-modal__close {
  background:none;
  border:none;
  font-size:1.8rem;
  color: var(--electric-magenta);
  position:absolute;
  top:12px; right:23px;
  cursor:pointer;
  transition: color .14s;
  z-index:6;
}
.cookie-modal__close:hover, .cookie-modal__close:focus {
  color:var(--electric-blue);
}

/********** RESPONSIVE DESIGN **********/
@media (max-width: 1080px) {
  .container,.footer-wrapper { max-width: 98vw; }
}
@media (max-width:900px) {
  .main-nav {
    gap:8px;
    padding: 0 6px;
  }
  .footer-top, .footer-contact, .footer-social, .main-nav {
    flex-wrap: wrap;
  }
  .feature-grid {
    gap: 18px 12px;
  }
}
@media (max-width:820px) {
  .footer-top { gap: 16px; }
  .feature-grid, .service-list {
    flex-direction: column;
  }
  .feature-grid li, .service-list li {
    max-width:100%;
  }
}
@media (max-width: 768px) {
  h1 { font-size:2rem; }
  h2 { font-size:1.5rem; }
  .section, .hero-section {
    padding:28px 7vw;
  }
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    position: absolute;
    top:10px; right:22px;
  }
  .footer-wrapper { padding:0 6vw 26px 6vw; }
  .container { padding:0 3vw; }
  .feature-grid, .service-list, .card-container, .content-grid, .top-questions-list {
    flex-direction: column;
    gap:20px;
  }
  .testimonial-card { max-width:100%; }
  .footer-contact { flex-direction: column; gap:8px; }
}
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    gap:13px;
    padding:16px 5vw 16px 5vw;
    font-size:.97rem;
  }
  .cookie-banner__actions {
    width:100%;
    gap:8px;
    justify-content:center;
  }
  .cookie-modal {
    padding: 19px 7vw 18px 7vw;
    min-width:0; max-width:96vw;
  }
  .hero-section, .cta-section, .section {
    padding:20px 3vw;
  }
}
@media (max-width:480px) {
  .hero-section,.cta-section, .section { padding: 11px 1vw; }
  .cookie-banner { padding:8px 2vw 10px 2vw; }
  .cookie-modal { padding: 13px 1vw 9px 1vw;}
  .footer-wrapper { padding:0 8px 20px 8px; }
}

/***** UTILITY CLASSES *****/
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mb-2 { margin-bottom: 2px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mt-28 { margin-top: 28px !important; }
.rounded { border-radius: 14px !important; }
.hide { display:none!important; }
.show { display:block!important; }

/***** Extra animations for micro-interactions *****/
.card, .feature-grid li, .service-list li, .testimonial-card, .faq-accordion > div {
  transition: box-shadow .22s cubic-bezier(.25,.6,.4,1), transform .16s;
}
.card:active, .feature-grid li:active, .service-list li:active, .testimonial-card:active {
  transform:scale(.98);
}
button:active, a:active {
  transform:scale(.97);
}

/***** FOCUS VISIBLE Outlines for Accessibility *****/
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--electric-magenta);
  outline-offset: 2px;
}

/***** Prevent Overlap and Z-index Safety for Important Layers *****/
.card, .feature-grid li, .service-list li, .faq-accordion > div, .testimonial-card {
  z-index: 1;
}
.mobile-menu, .cookie-banner, .cookie-modal {
  z-index: 10000;
}

/*********** Custom FONT IMPORTS *************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans:wght@400;600;700&display=swap');
