h1.title {
    font-size: 2.25rem;
    text-align: center;
    line-height: 2.5rem;
    margin: 1.5rem 0px;
    font-weight: 700;
}

p.subtitle {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
}

div.header {
    background: linear-gradient(to right, #fbf0e0, #dceffa);
    padding: 1rem 0;
}

h2 {
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 3rem;
}

div.faq {
    border: #bbb 1px solid;
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}

.faq h3 {
    text-align: left;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.faq h3 button {
    border: none;
    background: #fff;
   transition: transform 0.3s ease-in;
}

.faq p {
    text-align: justify;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

.faq ul {
    margin-left: 40px;
}

.faq ul li {
    text-align: left;
    font-weight: 300;
    color: #666;
}

.faq ol {
    margin-left: 40px;
}

.faq ol li {
    text-align: left;
    font-weight: 300;
    color: #666;
}

div.answer {
    color: #666;
    font-weight: 500;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
button.up {
    transform: rotate(180deg);
}

div.contact {
    margin: auto;
    padding: 1rem;
    border: gray 1px solid;
    border-radius: 0.5rem;
    max-width: 30vh;
    text-align: center;
    margin-bottom: 1rem;
}
div.contact h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0.5rem 0px;
}

div.contact a {
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.5rem 0;
    border-radius: 0.5rem;
    background: linear-gradient(to right, #fbf0e0, #dceffa);
    display: block;
    border: #999 1px solid;
}
*{
    margin: 0;
    padding: 0;
    font-family: Arial-fallback,Linux-fallback,Helvetica,Helvetica Neue,-apple-system,BlinkMacSystemFont,sans-serif;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #5a5a5a;
}
img{
    cursor: pointer;
}
nav{
    display: flex;
    padding: 10px 2%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}
nav h1 {
	display: inline;
	color: #04a2ff;
	font-size: 3em;
	margin-left: 10px;
}
nav img.logo {
    width:  42px;
	vertical-align: text-bottom;
}
.nav-links {
    flex: 1;
    text-align: right;
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding:8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #f69400;
    text-decoration: none;
    font-size: 1.35em;
    font-weight: 600;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #04a2ff;
    display: block;
    margin: auto;
    transition: 0.56s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
button.menu-close {
    display: none;
}
button.menu-open {
    display: none;
}
div.container{
    padding-left: 2%;
    padding-right: 2%;
    padding-top:20px;
    padding-bottom: 20px;
    margin: auto;
    max-width: 80%;
}
button.nav_btn {
    border-radius: 0.5rem;
    margin: 10px 5px;
    background-color: #fcfbf8;
    color: #5a5a5a;
    padding: 0.75rem 1rem;
    border: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
button.nav_btn img {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

button.nav_btn:hover {
    background-color: #f69400;
    color: #fff;
}
button.nav_btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(106%) contrast(101%);
}

select.lang-select {
    max-width: 120px;
}

@media (max-width: 700px) {
    div.container {
        max-width: 36rem;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #B0DEF5;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        display: none;
    }
    nav .fa{
        display: block;
        color: #f69400;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    button.menu-close {
        display: block;
        width: 32px;
        border: 0px;
        margin-left: 20px;
        margin-top: 20px;
        background: #B0DEF5;
    }
    button.menu-open {
        display: block;
        width: 32px;
        background-color: #fff;
        border: none;
    }
    nav img.logo {
        width : 42px;
    }
	nav h1 {
		font-size: 1.7em;
		display:block;
	}
    nav {
        padding: 2% 2%;
    }
}
@media screen 
    and (max-width: 1400px) 
    and (min-width: 701px) {
    div.container {
        max-width: 72rem;
    }
        .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #B0DEF5;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        display: none;
    }
    nav .fa{
        display: block;
        color: #f69400;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    button.menu-close {
        display: block;
        width: 32px;
        border: 0px;
        margin-left: 20px;
        margin-top: 20px;
        background: #B0DEF5;
    }
    button.menu-open {
        display: block;
        width: 32px;
        background-color: #fff;
        border: none;
    }

    nav h1 {
		font-size: 2.25em;
		display:block;
	}
}
section.content {
    color : #3a3a3a;
    background-color: #fcfbf8;
}


.copyright {
margin: auto;
text-align: center;
}
ul.plist {
    list-style-type:  none;
}
ul.plist li {
    margin-bottom: 10px;
}
ul.plist li button.link-button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    padding: 0;
    text: inherit;
    font: inherit;
    text-decoration: none;
}
ul.plist li button.link-button:hover {
    text-decoration: underline;
}
ul.plist li.top {
    font-weight: 600;
}
div.social {
    text-align: left;
}
div.social img {
width: 24px;
height: 24px;
}
img.playstore {
    width: 180px;
    margin-left: -10px;
    margin-right: 25px;
}
img.appstore {
width: 160px;
margin-right: 25px;
margin-bottom: 10px;

}
img.logo-small {
width: 64px;
}
footer {
    padding-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 10px;
    width: 100%;
    margin: auto;
    font-size: 1.1rem;
    color: #313131;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
div.footer-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    gap: 2rem;
    margin-top: 15px;
}
footer .store-btn {
  padding: 15px 30px; 
  font-size: 18px;
  color: white; 
  border: none; 
  border-radius: 8px; 
  cursor: pointer; 
  background-image: linear-gradient(to right, #f69400, #04a2ff); 
  margin : 10px;
  display: block;
  font-weight:600;
  max-width: 250px;
}
footer ul.buttons {
    display: block;
	margin-bottom:2rem;
	margin-right: 1em;
	list-style-type:none;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color : #f69400;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
}
.cookie-consent__inner {
  pointer-events: auto;
  background: rgba(255,255,255,0.98);
  color: #111;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
  padding: 14px 16px;
  max-width: 980px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "text text" "links actions";
  gap: 12px;
  align-items: center;
}
.cookie-consent__text { grid-area: text; font-size: 14px; }
.cookie-consent__links { grid-area: links; margin-right: 8px; display: flex; align-items: center; gap:8px; }
.cookie-consent__link { color: #2b6cb0; text-decoration: underline; font-size: 13px; }
.cookie-consent__manage { background: transparent; border: none; color: #333; cursor: pointer; font-size: 13px; }
.cookie-consent__actions { grid-area: actions; display: flex; gap: 8px; justify-self: end; align-self: center; }
.cookie-consent__btn { padding: 8px 12px; border-radius: 6px; border: 1px solid transparent; cursor: pointer; font-size: 14px; }
.cookie-consent__btn--primary { background: #1f7a8c; color: #fff; }
.cookie-consent__btn--ghost { background: transparent; color: #333; border-color: #e6e6e6; }

/* Modal */
.cookie-consent__modal { position: fixed; inset: 0; display:flex; align-items:center; justify-content:center; background: rgba(0,0,0,0.4); z-index: 1100; }
.cookie-consent__modal { pointer-events: auto; }

/* Keep banner near bottom on small screens for better UX */
@media (max-width: 600px) {
  .cookie-consent {
    top: auto;
    bottom: 18px;
    transform: none;
  }
  .cookie-consent__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "links" "actions";
  }
  .cookie-consent__actions { justify-self: start; }
}

/* respect the HTML5 hidden attribute when toggled from JS */
.cookie-consent[hidden], .cookie-consent__modal[hidden] {
  display: none !important;
  pointer-events: none !important;
}
.cookie-consent__modal { pointer-events: auto; }
.cookie-consent__modal-inner { background: #fff; padding: 20px; border-radius: 8px; max-width: 640px; width: calc(100% - 40px); max-height: 90vh; overflow-y: auto; }
.cookie-consent__pref { margin: 12px 0; }
.cookie-consent__pref-row { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.cookie-consent__pref-title { font-weight:600; }
.cookie-consent__modal-actions { display:flex; justify-content:flex-end; gap:8px; margin-top:12px; }

/* Prevent body scroll when modal is open */
body.cookie-modal-open { overflow: hidden; }

