/* Dawn Fidelity | style.css - "playful_dynamic" style, Flexbox only, mobile-first, modern, energetic */

/* ==== CSS RESET & 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  background: #F6F8FB;
  color: #243046;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg {
  max-width: 100%;
  display: block;
  border: none;
}

/* ==== TYPOGRAPHY SYSTEM ==== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #1D2638;
  text-shadow: 1px 2px 0 rgba(55,121,194,0.07);
  letter-spacing: 0.01em;
}
h1 { font-size: 2.75rem; margin-bottom: 24px; line-height: 1.1; }
h2 { font-size: 2rem; margin-bottom: 18px; line-height: 1.15; }
h3 { font-size: 1.3rem; margin-bottom: 10px; line-height: 1.18; }
h4 { font-size: 1.1rem; margin-bottom: 8px; }

p, ul, ol, blockquote, table, .text-section, .legal-text, .confirmation-text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.06rem;
  color: #243046;
}
p {margin-bottom: 16px;}
a {color: #3779C2; text-decoration: none; transition: color .2s cubic-bezier(0.65,0,0.35,1);}
a:hover, a:focus {color: #181F2B; text-decoration: underline wavy #FFB125;}
strong, b {font-weight: bold; color: #3779C2;}

ul, ol {
  padding-left: 22px;
  margin-bottom: 18px;
  list-style-position: outside;
}
li {margin-bottom: 8px;}
blockquote {
  font-style: italic;
  background: #fffbe8;
  padding: 16px 28px;
  border-left: 7px solid #FF6B81;
  font-size: 1.11rem;
  border-radius: 16px;
  margin-bottom: 14px;
  color: #243046;
}

/* ==== BRAND/PERSONALITY ==== */
:root {
  --primary: #243046;
  --secondary: #F6F8FB;
  --accent: #3779C2;
  --accent-bright: #37C287;
  --error: #FF6B81;
  --warning: #FFB125;
  --info: #5CD8FB;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 8px 0 rgba(55,121,194,0.08);
  --shadow-md: 0 4px 24px 0 rgba(55,121,194,0.10);
  --shadow-lg: 0 8px 32px 0 rgba(55,121,194,0.13);
}

/* ==== REUSABLE CONTAINERS, SPACING, FLEXBOX LAYOUTS ==== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
  border-radius: var(--radius-lg);
}

.card-container,
.feature-grid,
.service-cards,
.service-list,
.case-study-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.card {
  position: relative;
  margin-bottom: 20px;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .22s cubic-bezier(0.6, 0.2, 0.1, 1), box-shadow .15s;
}
.card:hover {
  transform: translateY(-6px) scale(1.02) rotate(-1deg);
  box-shadow: var(--shadow-md);
}

.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;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
  max-width: 480px;
  min-width: 240px;
  color: #243046;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 18px;
}

/* ==== HERO IMAGE/TOP SECTION ANIMATION ==== */
main > section:first-of-type {
  background: #F6F8FB;
  position: relative;
}
main > section:first-of-type h1 {
  animation: dynamicEntrance 1.2s cubic-bezier(0.6, 0, 0.2, 1);
  color: #3779C2;
}
@keyframes dynamicEntrance {
  0%{ opacity:0; transform: translateY(30px) scale(0.95) rotate(-2deg); }
  80%{ opacity:0.9; transform: translateY(-4px) scale(1.02) rotate(1deg); }
  100%{opacity: 1; transform: none;}
}

/* ==== NAVIGATION (Desktop & Mobile) ==== */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(36,48,70,0.04);
  position: relative;
  z-index: 98;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 18px 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.03rem;
}
.main-nav img {
  height: 32px;
  margin-right: 20px;
}
.main-nav a {
  color: #243046;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 600;
  position: relative;
  transition: background .15s, color .16s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #E1EFFC;
  color: #3779C2;
}
.main-nav .cta.primary {
  background: #3779C2;
  color: #fff;
  border-radius: 16px;
  margin-left: 18px;
  box-shadow: 0 2px 8px 0 rgba(55,121,194,0.08);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  padding: 10px 22px;
  transition: background .15s, transform .14s, box-shadow .15s;
}
.main-nav .cta.primary:hover, .main-nav .cta.primary:focus {
  background: #243046;
  color: #fff;
  transform: scale(1.07) rotate(-2deg);
  box-shadow: var(--shadow-md);
}

/* ==== MOBILE NAVIGATION ==== */
.mobile-menu-toggle {
  display: block;
  position: absolute;
  top: 20px;
  right: 22px;
  background: #3779C2;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.7rem;
  z-index: 120;
  cursor: pointer;
  transition: background .19s, transform .20s;
  box-shadow: 0 2px 10px 0 rgba(55,121,194,.15);
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: #243046;
  transform: scale(1.08) rotate(-7deg);
}
@media (min-width: 901px) {
  .mobile-menu-toggle {display: none;}
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(246,248,251,0.98);
  z-index: 200;
  transform: translateX(110vw);
  transition: transform .42s cubic-bezier(0.65,0,0.35,1);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  box-shadow: 0 2px 32px 0 rgba(39,51,71,.13);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #3779C2;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px; height: 40px;
  font-size: 2rem;
  margin: 18px 22px 4px 0;
  cursor: pointer;
  transition: background .14s, transform .18s;
}
.mobile-menu-close:active, .mobile-menu-close:focus {
  background: #243046;
  transform: scale(1.15) rotate(10deg);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 34px 0 40px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.16rem;
}
.mobile-nav a {
  color: #243046;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: background .13s, color .16s;
  width: 100%;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #E1EFFC;
  color: #3779C2;
}
@media (max-width: 900px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: block; }
}
@media (min-width: 901px) {
  .mobile-menu {display: none !important;}
}

/* ==== FLEXBOX TABLES (CENNIK) ==== */
table {
  width: 100%;
  margin-bottom: 18px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.08rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
th, td {
  text-align: left;
  padding: 12px 17px;
}
th {
  background: #3779C2;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.03rem;
}
td {
  border-bottom: 1px solid #E1EFFC;
  color: #243046;
}
tr:last-child td {
  border-bottom: none;
}
.pricing-note {
  font-size: 0.98rem;
  color: #6B7AA0;
  background: #FFFBF0;
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  margin-bottom: 10px;
  margin-top: 8px;
}

/* ==== BUTTONS (CTA) ==== */
.cta,
button, .btn {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #3779C2;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 40px;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px 0 rgba(55,121,194,0.11);
  cursor: pointer;
  transition: background .15s, color .16s, transform .16s, box-shadow .16s;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  outline: none;
}
.cta.primary {
  background: linear-gradient(90deg, #3779C2 66%, #37C287 100%);
  color: #fff;
  border: none;
  box-shadow: 0 2px 16px 0 rgba(55,121,194,0.18);
}
.cta.primary:hover, .cta.primary:focus {
  background: linear-gradient(90deg, #243046 66%, #37C287 100%);
  color: #fff;
  transform: scale(1.07) rotate(-1deg);
  box-shadow: var(--shadow-md);
}
.cta:not(.primary):hover, .btn:hover, button:not(.mobile-menu-toggle):hover {
  background: #59cbe6;
  color: #243046;
  transform: scale(1.03) rotate(2deg);
}
button:active {
  transform: scale(0.97);
}

/* ==== CARDS & SERVICE LIST ==== */
.service-cards>div,
.service-list>div,
.case-study-cards>div,
.feature-grid>div {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 23px 20px 24px 20px;
  min-width: 210px;
  flex: 1 1 268px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  transition: transform .16s, box-shadow .16s;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
}
.service-cards>div:hover,.feature-grid>div:hover,.case-study-cards>div:hover {
  border-color: #37C287;
  box-shadow: var(--shadow-md);
  transform: scale(1.03) rotate(-1deg);
}
.service-cards>div img,
.service-list>div img,
.feature-grid>div img {
  height: 56px;
  width: 56px;
  margin-bottom: 6px;
  margin-top: -2px;
  background: #E1EFFC;
  border-radius: var(--radius-sm);
  padding: 5px;
  box-shadow: 0 1px 4px #dffaed2c;
  animation: bouncey 1.1s linear infinite alternate-reverse;
}
@keyframes bouncey {
  0%{transform: translateY(0) scale(1) rotate(-3deg);}
  100%{transform: translateY(-7px) scale(1.06) rotate(3deg);}
}
.service-cards>div h3, .service-list>div h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  color: #3779C2;
}

/* ==== CASE STUDY CARDS ==== */
.case-study-cards>div {
  background: #fffbef;
  border: 2px solid #ffe090;
  color: #243046;
}

.result-highlights ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

/* ==== PHILOSOPHY AND VALUE LISTS ==== */
.philosophy-list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fbf3ff;
  padding: 16px 24px;
  margin-top: 12px;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 6px 0 rgba(85, 64, 185, 0.06);
  font-size: 1.06rem;
}

/* ==== LEGAL TEXT ==== */
.legal-text {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 24px 18px 20px 22px;
  font-size: 1rem;
  color: #243046;
}
.legal-text h2 {
  margin-top: 22px;
  font-size: 1.2rem;
  color: #3779C2;
}

/* ==== FEEDBACK/FAQ ====*/
.faq-preview {
  background: #edf4ff;
  border-radius: var(--radius-sm);
  padding: 16px 19px 12px 19px;
  font-size: 1.03rem;
}
.faq-preview h3 { margin-bottom: 9px; color: #3779C2; }
.faq-preview ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 20px;
}

/* ==== MISC SECTIONS ==== */
.text-section, .confirmation-text {
  background: #fff;
  border-radius: var(--radius-sm);
  box-shadow: 0 1px 5px 0 rgba(36,48,70,.04);
  padding: 16px 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map-placeholder {
  min-height: 140px;
  background: repeating-linear-gradient(135deg, #E1EFFC 0 18px, #fff 18px 34px);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  color: #8bb1d8;
  margin: 16px 0 8px 0;
}

/* ==== FOOTER ==== */
footer {
  background: #243046;
  color: #fff;
  padding: 32px 0 18px 0;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  margin-top: 40px;
}
footer .container {
  padding-top: 6px;
  padding-bottom: 6px;
}
footer .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  color: #fff;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 0;
}
footer nav a {
  color: #fff;
  opacity: 0.90;
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 7px;
  text-shadow: 0 1px 0 #3779C2;
  transition: background .13s, color .13s;
}
footer nav a:hover, footer nav a:focus {
  background: #3779C2;
  color: #FFFDE3;
}
footer img {
  height: 38px;
  margin-bottom: 6px;
}
footer div p {
  margin-bottom: 4px;
  color: #D6E2F8;
}
footer div:last-child a img {
  background: #fff;
  border-radius: 6px;
  height: 32px;
  width: 32px;
  padding: 1px;
  margin-right: 3px;
  transition: transform .15s;
  box-shadow: 0 2px 6px rgba(55,121,194,0.15);
}
footer div:last-child a img:hover {
  transform: scale(1.18) rotate(-9deg);
}

/* ==== RESPONSIVE DESIGN (Mobile-first) ==== */
@media (min-width: 700px) {
  .content-wrapper { flex-direction: row; gap: 40px; align-items: flex-start; }
  .main-nav { justify-content: flex-start; gap: 20px; }
  .service-cards, .feature-grid, .content-grid, .case-study-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .testimonial-slider { flex-direction: row; }
  .testimonial-card { align-items: flex-start; min-width: 330px; }
  .text-image-section { flex-direction: row; gap: 36px; }
  .text-section, .confirmation-text {min-width: 320px;}
  footer .content-wrapper {flex-direction: row; justify-content: space-between; gap: 32px; align-items: flex-start;}
}

@media (max-width: 900px) {
  .main-nav { display: none !important; }
}
@media (max-width: 899px) {
  .content-wrapper { flex-direction: column; gap: 18px; }
  .service-cards, .feature-grid, .content-grid, .case-study-cards, .testimonial-slider {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .testimonial-card, .feature-item, .service-cards>div {min-width: unset;}
  footer .content-wrapper {flex-direction: column; gap: 24px;}
}
@media (max-width: 768px) {
  .section {padding: 29px 11px; margin-bottom: 38px;}
  .text-image-section {flex-direction: column; gap: 18px;}
}
@media (max-width: 520px) {
  .service-cards>div, .feature-grid>div, .case-study-cards>div {
    min-width: 170px; padding: 16px 7px 17px 9px;
  }
  .testimonial-card {padding: 13px 6px;}
}

/* ==== ANIMATIONS & MICRO-INTERACTIONS ==== */
.cta.primary {
  animation: vibrateAnim 2.5s cubic-bezier(0.32,0,0.4,1) infinite alternate-reverse;
}
@keyframes vibrateAnim {
  0% { box-shadow: 0 2px 16px 0 rgba(55,121,194,0.13); }
  15% { box-shadow: 0 4px 30px 3px rgba(55,193,135,0.13); }
  36% { box-shadow: 0 3px 18px 0 rgba(255,177,37,0.13); }
  49% { box-shadow: 0 2px 12px 0 rgba(255,107,129,0.13); }
  65% { box-shadow: 0 5px 19px 4px rgba(92,216,251,0.14);}
  100%{ box-shadow: 0 2px 16px 0 rgba(55,121,194,0.10); }
}

/* ==== VISUAL HIERARCHY & SPACING ==== */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}
section:last-child {margin-bottom: 0;}

/* ==== TESTIMONIAL CLARITY ==== */
.testimonial-card {
  background: #fff;
  color: #243046;
  border-left: 8px solid #37C287;
  font-size: 1.05rem;
}
.testimonial-card span:last-child {
  color: #FFB125;
  letter-spacing: 0.11em;
  font-size: 1.18rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
}
.testimonial-card span {
  color: #243046;
}

/* ==== COOKIE CONSENT BANNER ==== */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: #FFFDE3;
  box-shadow: 0 -2px 30px 0 rgba(36,48,70,0.08);
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 17px 6vw 14px 6vw;
  z-index: 999;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .5s cubic-bezier(.65,0,.35,1), opacity .35s;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1rem;
}
.cookie-banner.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.cookie-banner .cookie-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  width: 100%;
  margin-top: 3px;
}
.cookie-banner button, .cookie-banner .btn {
  background: #3779C2;
  color: #fff;
  border-radius: 24px;
  padding: 8px 19px;
  border: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0;
  transition: background .16s, color .13s;
}
.cookie-banner button.reject {
  background: #FF6B81;
}
.cookie-banner button.settings {
  background: #FFB125;
  color: #243046;
}
.cookie-banner button:hover, .cookie-banner .btn:hover {
  filter: brightness(1.08);
  transform: scale(1.06) rotate(-1deg);
  background: #37C287;
  color: #fff;
}

/* ==== COOKIE PREFERENCES MODAL ==== */
.cookie-modal {
  position: fixed;
  z-index: 1600;
  bottom: 0; left: 0; right: 0; top: 0;
  background: rgba(36,48,70,0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .31s;
}
.cookie-modal.visible {
  opacity: 1;
  pointer-events: all;
}
.cookie-modal .cookie-modal-content {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 8px 32px 0 rgba(55,121,194,0.19);
  padding: 30px 30px 26px 30px;
  min-width: 320px;
  max-width: 92vw;
  display: flex;
  flex-direction: column;
  gap: 23px;
  position: relative;
  animation: modalPop 0.32s cubic-bezier(.55,.02,.4,1.34) 1;
}
@keyframes modalPop {
  0% { transform: translateY(40px) scale(0.91); opacity: 0; }
  100%{ transform:translateY(0) scale(1); opacity:1; }
}
.cookie-modal .cookie-modal-close {
  position: absolute;
  top: 10px; right: 10px;
  background: #3779C2;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  width: 38px; 
  height: 38px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(55,121,194,0.13);
  transition: background .13s;
}
.cookie-modal .cookie-modal-close:hover {
  background: #FF6B81;
}
.cookie-modal h2 {
  font-size: 1.3rem;
  color: #243046;
  margin-bottom: 5px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F6F8FB;
  border-radius: var(--radius-md);
  padding: 10px 16px;
  margin-bottom: 8px;
}
.cookie-modal .cookie-category input[type=checkbox],.cookie-modal .cookie-category input[type=radio]{
  width: 22px; height: 22px;
  accent-color: #3779C2;
  margin-right: 7px;
}
.cookie-modal .cookie-category label {
  font-weight: 600;
  color: #3779C2;
  cursor: pointer;
  margin-right: 5px;
}
.cookie-modal .category-disabled {
  opacity: 0.75;
  color: #6B7AA0;
}
.cookie-modal .btn.save {
  background: #37C287;
  color: #fff;
  margin-top: 6px;
}
.cookie-modal .btn.save:hover {
  background: #243046;
}

/* ==== ACCESSIBILITY ==== */
:focus {
  outline: 2px dashed #37C287;
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .cookie-modal .cookie-modal-content { padding: 10vw 5vw 6vw 5vw; min-width:160px; }
}

/* END OF DAWN FIDELITY "playful_dynamic" FLEXBOX CSS */
