/* VelvetSedan Remonty - Playful Dynamic CSS Theme */
/* CSS RESET & NORMALIZE */
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;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.7;
  min-height: 100vh;
  color: #25303C;
  background: #FFFDF5;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button, .btn-primary, input[type=button], input[type=submit] {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* TYPOGRAPHY */
h1, .hero h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #25303C;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
  line-height: 1.13;
}
h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #25303C;
  letter-spacing: -1px;
  margin-bottom: 16px;
  margin-top: 0;
}
h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFB84B;
  margin: 14px 0 10px 0;
  letter-spacing: -0.5px;
}
h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 8px;
}
cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #25303C;
  opacity: .75;
  font-weight: 500;
}
p, ul, ol, dl, details {
  font-size: 1rem;
  margin-bottom: 16px;
  line-height: 1.7;
  color: #3F4752;
}

/* LINKS, NAV */
nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .4px;
  color: #25303C;
  padding: 6px 12px;
  margin-right: 5px;
  border-radius: 16px;
  transition: background 0.15s, color 0.15s;
}
nav a:hover, .mobile-nav a:hover {
  background: #E6B67A;
  color: #25303C;
}

.mobile-nav a {
  display: block;
  font-size: 1.2rem;
  padding: 18px 0 18px 8px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #25303C;
  font-weight: 700;
  transition: background .16s, color .16s;
}
.mobile-nav a:active {
  background: #FFE0B2;
}

/* CONTAINERS & WRAPPERS */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

/* FLEXBOX LAYOUT PATTERNS */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #FFF9EA;
  border-radius: 24px;
  box-shadow: 0 2px 12px 0 rgba(230, 182, 122, 0.09);
  transition: transform 0.26s cubic-bezier(.75,-0.01,0,.99), box-shadow .19s;
}
.card:hover {
  transform: translateY(-7px) scale(1.02) rotate(-1deg);
  box-shadow: 0 12px 26px 0 rgba(221, 143, 29, 0.14);
}
.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: #FFF6DE;
  border-radius: 18px;
  box-shadow: 0 2px 10px 0 rgba(39, 48, 60, 0.09);
  margin-bottom: 20px;
  font-size: 1.11rem;
  color: #1a212a;
  position: relative;
  min-width: 250px;
  min-height: 70px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #FFF9EA;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 1px 7px 0 rgba(240,200,120,0.08);
}
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.feature-grid > div {
  background: #FAEFDE;
  border-radius: 16px;
  padding: 24px 24px 18px 24px;
  min-width: 220px;
  flex: 1 1 220px;
  box-shadow: 0 2px 8px 0 rgba(230, 182, 122, 0.09);
  text-align: left;
  transition: background 0.15s;
}
.feature-grid > div:hover {
  background: #FFE9C3;
}

/* HERO SECTION (Animated underline & playful feel) */
.hero {
  background: #FFE5AB;
  background-image: repeating-linear-gradient(-15deg, #FFE5AB 0 30px, #FFF9EA 30px 60px);
  border-bottom: 8px solid #E6B67A;
  min-height: 280px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.hero .content-wrapper {
  align-items: flex-start;
  padding: 44px 0 34px 0;
  gap: 14px;
}
.hero h1 {
  color: #25303C;
  position: relative;
  z-index: 1;
  font-size: 2.05rem;
  background: linear-gradient(90deg, #25303C 60%, #E6B67A 100%);
  background-clip: text;-webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hero .btn-primary {
  margin-top: 8px;
}

/* BUTTONS */
.btn-primary {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  padding: 14px 30px;
  background: #E6B67A;
  color: #25303C;
  border-radius: 26px;
  box-shadow: 0 2px 8px 0 rgba(39, 48, 60, 0.08);
  transition: background 0.15s, transform 0.13s, box-shadow 0.15s;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}
.btn-primary:hover, .btn-primary:focus {
  background: #FFB84B;
  color: #25303C;
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 5px 20px 0 rgba(39, 48, 60, 0.20);
}

button, input[type=button], input[type=submit] {
  border-radius: 16px;
  font-weight: 600;
}

/* PRICES & BADGES */
.price {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  color: #E6B67A;
  font-size: 1.09rem;
  margin-left: 8px;
  background: #FFF6DE;
  padding: 2px 9px;
  border-radius: 10px;
  letter-spacing: 0.01em;
}

/* ABOUT/CONTACT CARDS */
.contact-details, .office-location {
  background: #FFF9EA;
  padding: 24px;
  border-radius: 18px;
  box-shadow: 0 1px 8px 0 rgba(39,48,60,.07);
  margin-bottom: 20px;
  min-width: 230px;
}
.contact-details a {
  color: #FFB84B;
  text-decoration: underline;
  word-break: break-word;
}
.office-location h3 {
  color: #25303C;
}

/* TESTIMONIALS */
.testimonials {
  background: #FFEED8;
  border-radius: 18px;
  padding-bottom: 18px;
}
.testimonials h2 {
  color: #25303C;
  margin-bottom: 12px;
}
.testimonial-card {
  background: #FFF6DE;
  color: #1a212a;
  font-size: 1.09rem;
  font-family: 'Roboto', Arial, sans-serif;
  border-left: 6px solid #E6B67A;
  box-shadow: 0 1px 8px 0 rgba(230,182,122,0.10);
}
.testimonial-card:before {
  content: '“';
  color: #E6B67A;
  font-size: 3.2rem;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  opacity: 0.7;
  margin-right: 10px;
  margin-top: -18px;
}

/* CTA SECTIONS */
.cta {
  background: linear-gradient(90deg, #FFE5AB 70%, #FFF9EA 100%);
  border-radius: 24px;
  text-align: left;
  margin-bottom: 40px;
  box-shadow: 0 4px 16px 0 rgba(254, 217, 117, 0.15);
}
.cta .content-wrapper {
  align-items: flex-start;
}
.cta h2 {
  font-size: 2rem;
  color: #25303C;
}
.cta p {
  color: #3F4752;
  font-size: 1.1rem;
}

/* FOOTER */
footer {
  background: #25303C;
  color: #FFF;
  padding: 38px 0 16px 0;
  margin-top: 40px;
}
footer .container {
  padding: 0 18px;
}
footer .content-wrapper {
  align-items: center;
  gap: 24px;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 12px;
  margin-top: 4px;
}
footer nav a {
  color: #FFF;
  font-weight: 600;
  font-size: 1rem;
  padding: 4px 10px;
  border-radius: 10px;
}
footer nav a:hover {
  background: #E6B67A;
  color: #25303C;
}
footer p {
  font-size: 0.92rem;
  color: #FAEFDE;
}

/* HEADER & NAVIGATION */
header {
  background: #FFFDF5;
  box-shadow: 0 2px 17px 0 rgba(39,48,60,0.07);
  position: relative;
}
header .content-wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
header img {
  height: 43px;
  margin-right: 22px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .btn-primary {
  margin-right: 0;
  margin-left: 16px;
  font-size: 1rem;
}

/* BURGER MENU STYLES */
.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1100;
  background: #E6B67A;
  color: #25303C;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 8px 24px 0 rgba(230, 182, 122, 0.08);
  font-size: 2rem;
  transition: background 0.18s, color 0.18s;
  align-items: center;
  justify-content: center;
}
.mobile-menu-toggle:active, .mobile-menu-toggle:focus {
  background: #FFB84B;
  color: #1a212a;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF9EA;
  z-index: 2100;
  transform: translateX(-100vw);
  transition: transform 0.33s cubic-bezier(0.7,0,0.17,1);
  box-shadow: 0 24px 44px 0 rgba(230, 182, 122, 0.13);
  padding: 0 22px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 30px;
  font-size: 2rem;
  color: #25303C;
  background: #FFE0B2;
  border-radius: 12px;
  padding: 8px 16px 8px 16px;
  border: none;
  z-index: 2200;
  transition: background 0.16s;
}
.mobile-menu-close:hover {
  background: #E6B67A;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 94px;
  width: 100%;
}

/* Responsive NAVIGATION */
@media (max-width: 1040px) {
  header nav, header .btn-primary {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}
@media (min-width: 1041px) {
  .mobile-menu, .mobile-menu-toggle { display: none !important; }
  header nav, header .btn-primary {
    display: flex;
  }
}

/* FORMS & DETAILS */
details {
  border-radius: 14px;
  background: #FFF9EA;
  padding: 18px 20px;
  margin-bottom: 16px;
}
details[open] {
  background: #FFE5AB;
}
details summary {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #E6B67A;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  margin-bottom: 6px;
  outline: none;
}

/* LISTS AND DL */
ul, ol {
  list-style: disc inside;
  margin-left: 18px;
  margin-bottom: 14px;
}
ul li, ol li, dl dd, dl dt {
  margin-bottom: 8px;
  font-size: 1.05rem;
}
dt {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #E6B67A;
  font-size: 1.09rem;
  font-weight: 700;
  margin-bottom: 4px;
}
dd {
  margin-bottom: 14px;
  color: #3F4752;
}

/* SPECIAL PAGES */
.privacy-policy, .rodo-policy, .cookies-policy, .terms, .thank-you {
  background: #FFF9EA;
  border-radius: 20px;
  padding: 32px 14px;
  margin: 40px auto 32px auto;
  box-shadow: 0 2px 12px 0 rgba(230, 182, 122, 0.10);
  max-width: 860px;
}

/* ANIMATED DECORATIVE DOTS/ELEMENTS - for playful feel */
@keyframes floaty {
  0% { transform: translateY(0) scale(1) rotate(0); }
  50% { transform: translateY(-10px) scale(1.04) rotate(-3deg); }
  100% { transform: translateY(0) scale(1) rotate(0); }
}
.feature-grid > div img, .feature-item img {
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
  animation: floaty 2.4s infinite cubic-bezier(.35,.07,.62,1.03);
}
.card img {
  animation: floaty 3.1s infinite cubic-bezier(.53,.11,.47,1.07);
}

/* MICRO-INTERACTIONS: highlight on card/testimonial/button hover */
.card, .feature-grid > div, .testimonial-card, .btn-primary {
  transition:            box-shadow 0.20s, background 0.15s, transform 0.20s, color 0.15s;
}
.testimonial-card:hover {
  background: #FEECC6;
  box-shadow: 0 8px 32px 0 rgba(230,182,122,.14);
  transform: scale(1.03) translateY(-5px);
}

/* SPACING BETWEEN CARDS/SECTIONS/FLEX ITEMS */
.section + .section { margin-top: 0; } /* they stack anyway, spacing is handled below */
.section { margin-bottom: 60px; padding: 40px 20px; }
.card-container, .feature-grid, .content-grid { gap: 24px; }
.card { margin-bottom: 20px; }
.testimonial-card { margin-bottom: 20px; }

/* RESPONSIVE - MOBILE FIRST */
@media (max-width: 900px) {
  .container {
    max-width: 98vw;
    padding: 0 6px;
  }
  header .content-wrapper, footer .content-wrapper {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .feature-grid, .content-grid, .card-container {
    flex-direction: column;
    gap: 18px;
  }
  .feature-grid > div, .feature-item, .card, .testimonial-card, .contact-details, .office-location {
    min-width: 0;
  }
  .hero .content-wrapper {
    padding: 26px 0 20px 0;
  }
  .cta, .about-short, .privacy-policy, .rodo-policy, .cookies-policy, .terms, .thank-you {
    border-radius: 8px;
    margin-top: 18px;
    padding: 16px 8px;
  }
}

@media (max-width: 768px) {
  .content-wrapper, .content-grid, .feature-grid, .card-container {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
  .hero .content-wrapper {
    padding: 16px 0 9px 0;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .card, .feature-grid > div, .feature-item, .testimonial-card, .contact-details, .office-location {
    min-width: unset;
    max-width: 100%;
  }
  h1.hero, .hero h1 {
    font-size: 1.4rem;
  }
  h2 { font-size: 1.2rem; }
  h3 { font-size: 1rem; }
  .btn-primary, header .btn-primary {
    font-size: 1rem;
    padding: 12px 19px;
  }
  .section {
    margin-bottom: 36px;
    padding: 18px 4px;
  }
}

@media (max-width: 510px) {
  body, p, ul, ol, dl, .testimonial-card, .feature-grid > div {
    font-size: 0.99rem;
  }
  .btn-primary {
    font-size: 0.95rem;
    padding: 11px 15px;
  }
  .testimonials {
    padding: 9px 2px 13px 2px;
  }
  nav a {
    font-size: 0.98rem;
    padding: 3px 8px;
  }
}

/* COOKIE CONSENT BANNER */
.cookie-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  max-width: 100vw;
  z-index: 8000;
  background: #FFF6DE;
  color: #25303C;
  border-top: 3px solid #E6B67A;
  box-shadow: 0 -4px 12px 0 rgba(230,182,122,0.13);
  padding: 22px 8px 16px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.29s cubic-bezier(.79,.23,.42,0.93);
}
.cookie-banner.hide {
  transform: translateY(140%);
}
.cookie-banner .cookie-text {
  flex: 2 0 210px;
  margin-bottom: 3px;
}
.cookie-banner .cookie-btns {
  display: flex;
  flex-direction: row;
  gap: 11px;
}
.cookie-banner button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 11px;
  padding: 8px 18px;
  background: #E6B67A;
  color: #25303C;
  border: none;
  font-size: 1rem;
  margin-bottom: 0;
  transition: background .15s, color .15s, box-shadow .15s;
}
.cookie-banner button.accept {
  background: #39D978;
  color: #25303C;
}
.cookie-banner button.reject {
  background: #FF6680;
  color: #fff;
}
.cookie-banner button.settings {
  background: #B5A8FF;
  color: #25303C;
}
.cookie-banner button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 3px 10px 0 rgba(39, 48, 60, 0.17);
}

@media (max-width: 590px) {
  .cookie-banner {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    padding: 14px 3px;
  }
  .cookie-banner .cookie-btns {
    flex-direction: column;
    gap: 7px;
  }
}

/* COOKIE PREFERENCES MODAL */
.cookie-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(37,48,60,0.33);
  display: none;
  align-items: center;
  justify-content: center;
}
.cookie-modal.open {
  display: flex;
  animation: cookieSoftIn 0.4s cubic-bezier(.62,-0.04,.63,.98);
}
@keyframes cookieSoftIn {
  0%{ opacity: 0; transform: scale(.92) translateY(28px); }
  100%{opacity:1; transform: scale(1) translateY(0);}
}
.cookie-modal-content {
  background: #FFF6DE;
  color: #25303C;
  border-radius: 18px;
  padding: 34px 24px 28px 24px;
  min-width: 310px;
  min-height: 200px;
  box-shadow: 0 9px 50px 0 rgba(39,48,60,0.19);
  position: relative;
  max-width: 90vw;
}
.cookie-modal-content h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #25303C;
}
.cookie-modal-content ul {
  list-style-type: none;
  margin: 0 0 16px 0;
}
.cookie-modal-content li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.cookie-modal-content label {
  font-size: 1rem;
  font-weight: 500;
}
.cookie-modal-content input[type=checkbox] {
  width: 22px;
  height: 22px;
  accent-color: #E6B67A;
}
.cookie-modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 1.7rem;
  color: #25303C;
  background: #FFC37C;
  border-radius: 8px;
  padding: 2px 14px;
  cursor: pointer;
  border: none;
  transition: background .13s, color .13s;
}
.cookie-modal-close:hover {
  background: #E6B67A;
}
.cookie-modal-content .cookie-modal-footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 18px;
  justify-content: flex-end;
}
.cookie-modal-content .cookie-modal-footer button {
  font-size: 1rem;
  padding: 8px 18px;
  border-radius: 8px;
  background: #E6B67A;
  color: #25303C;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background .15s;
}
.cookie-modal-content .cookie-modal-footer button:hover {
  background: #FFB84B;
}

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

/* END OF CSS */
