* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Work Sans", sans-serif;
  background-color: #f3eee5;
  color: #ccc;
}
a {
  text-decoration: none;
  color: inherit;
}
strong {
  color: #241c1c;
  font-weight: 600;
}
/* --- HEADER & NAV --- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 1000;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  color: #462d2d;
}
.header-inner {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}
.logo-section {
  display: flex;
  align-items: center;
  gap: 16px;
}
.logo {
  width: 90px;
  height: 90px;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.office-info {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  color: #462d2d;
}
.office-info h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: "DM Serif Text", serif;
  color: #462d2d;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav a {
  font-weight: 400;
  padding: 12px 2px;
}
nav a:hover {
  padding-bottom: 9px;
  border-bottom: 3px solid #241c1c;
}
.dropdown {
  position: relative;
  z-index: 1001; /* ensure dropdown is above other content */
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -18px;
  background-color: #f3eee5;
  padding: 18px;
  margin-top: 12px;
  min-width: 260px;
  border-radius: 3px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  z-index: 1002;
}
.dropdown-menu a {
  display: block;
  padding: 6px 12px;
  color: #241c1c;
  transition: all 0.25s ease;
}
.dropdown-menu a:hover {
  color: #c7a552;
  border: 0;
  padding: 6px 12px;
  transform: translateX(5px);
}
.btn-pay {
  background: #241c1c;
  color: #c7a552;
  border-radius: 66px;
  padding: 14px 24px;
}
.btn-pay:hover {
  background: #c7a552;
  color: #241c1c;
  padding: 14px 24px;
  border: 0;
  transform: scale(1.02);
}
/* --- HERO --- */
@keyframes fadeSlideUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #F9F4EC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f7f1e8' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f4eee4' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23f1ebe0' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23eee7dd' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23EAE4DA' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23e6e0d6' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e3ddd2' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23dfd9cf' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23dad5cb' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23D6D1C8' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #241c1c;
}
.hero-inner {
  height: 100%;
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
}
.hero-text {
  flex: 1;
  animation: fadeSlideUp 1s ease both;
  animation-delay: 0.3s;
}
.hero-text h1 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 66px;
  letter-spacing: 1px;
}
.hero-text h2 {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 66px;
  letter-spacing: 1px;
}
.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 40px 0px;
  color: #665050;
}
.hero-text a {
  display: inline-block;
  padding: 16px 28px;
  background-color: #241c1c;
  color: #c7a552;
  border-radius: 36px;
}
.hero-text a:hover {
  background-color: #c7a552;
  color: #241c1c;
  transform: scale(1.02);
  box-shadow: 0 0 8px rgba(199,165,82,0.3);
}
.hero-image {
  flex: 1;
  text-align: center;
  animation: fadeSlideUp 1s ease both;
  animation-delay: 0.6s;
}
.hero-image img {
  max-width: 100%;
  height: auto;
}

/* --- ABOUT --- */
.about {
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.about-inner {
  padding: 120px 0;
  width: 80%;
  margin: 0 auto;
  color: #333;
}
.about-icon span {
  font-size: 48px;
  color: #c7a552;
  margin-bottom: 16px;
  display: inline-block;
}
.about h2 {
  font-family: "DM Serif Text", serif;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.about p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto 40px;
  color: #665050;
  text-align: left;
}
.about-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.about-stats div {
  flex: 1;
  min-width: 200px;
}
.stat-number {
  font-family: "DM Serif Text", serif;
  font-size: 48px;
  color: #241c1c;
  margin-bottom: 8px;
}
.stat-label {
  font-family: "DM Serif Text", serif;
  font-size: 14px;
  color: #896e6e;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- QUOTE --- */
.quote {
  background: url('images/quote-image.png') no-repeat center center/cover;
  width: 100%;
  padding: 100px 0;
  color: white;
  text-align: center;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(36, 28, 28, 0.8);
}
.quote-inner {
  position: relative;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.quote-inner h2 {
  font-family: 'DM Serif Text', serif;
  font-size: 80px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 10px;
}
.quote-inner p {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  color: #eee;
  margin-top: 30px;
}

/* --- TASKS --- */
.tasks {
  background: #fff;
  padding: 100px 0;
  width: 100%;
}
.tasks-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  color: #241c1c;
  text-align: center;
}
.tasks-header {
  text-align: center;
  margin-bottom: 60px;
}
.tasks-header h2 {
  font-family: "DM Serif Text", serif;
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.tasks-header p {
  font-size: 18px;
  color: #665050;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}
.tasks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.task-tile {
  background-color: #F9F4EC;
  padding: 30px;
  border-radius: 3px;
  text-align: left;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.task-tile:hover {
  transform: translateY(-5px);
}
.task-tile span {
  font-size: 32px;
  color: #c7a552;
  flex-shrink: 0;
  margin-top: 4px;
}
.task-tile p {
  font-size: 16px;
  line-height: 1.6;
  color: #665050;
}

/* --- ACCESS --- */
.access {
  background: linear-gradient(to bottom, #fbf6ef, #d9d5cc);
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.access-inner {
  width: 80%;
  margin: 0 auto;
  color: #241c1c;
}
.access h2 {
  font-family: "DM Serif Text", serif;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.access p {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.6;
  color: #665050;
}
.access-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}
.access-icon {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
  display: inline-block;
}
.access-tile {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.access-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 18px rgba(0,0,0,0.09);
}
.access-tile h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.access-tile p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  text-align: justify;
  color: #896e6e;
}
/* --- MAP --- */
.map iframe {
  display: block;
  width: 100%;
  height: 540px;
  border: 0;
}
/* --- CONTACT & FOOTER --- */
.contact-footer {
  background-color: #241c1c;
  color: #ccc;
  padding: 100px 0 40px;
  width: 100%;
}
.contact-footer-inner {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-box {
  flex: 1;
  max-width: 280px;
}
.contact-box h4 {
  font-size: 18px;
  font-weight: 400;
  color: #c7a552;
  margin-bottom: 16px;
}
.contact-box p,
.contact-box a {
  font-size: 14px;
  line-height: 1.6;
}
.contact-box a:hover {
  color: #c7a552;
}
.footer-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  color: #896e6e;
}
.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-box li a {
  color: #ccc;
  transition: color 0.3s ease;
}
.footer-logo {
  max-width: 80px;
  margin-bottom: 16px;
}
.footer-bottom {
  text-align: center;
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #462d2d;
  font-size: 13px;
  color: #896e6e;
}
.material-symbols-outlined {
  font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' -25,
	'opsz' 24;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 4px;
}

.page-header {
  background-color: #F9F4EC;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f7f1e8' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f4eee4' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23f1ebe0' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23eee7dd' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23EAE4DA' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23e6e0d6' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e3ddd2' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23dfd9cf' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23dad5cb' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23D6D1C8' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  padding: 160px 0 80px;
  width: 100%;
}

.page-header-inner {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
}
.page-header h1 {
  font-family: "DM Serif Text", serif;
  font-size: 58px;
  line-height: 66px;
  color: #241c1c;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-header p {
  font-size: 18px;
  color: #665050;
  line-height: 1.6;
}

.page-section {
  background-color: #fff;
  padding: 100px 0;
  width: 100%;
}
.page-section-inner {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  color: #241c1c;
}
.page-section h2 {
  font-family: "DM Serif Text", serif;
  font-size: 36px;
  margin-bottom: 20px;
  color: #462d2d;
}
.page-section h3 {
  margin: 10px 0 20px;
  font-weight: 600;
  color: #462d2d;
}
.page-section p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
  color: #665050;
}
.page-section ul {
  margin-bottom: 28px;
}
.page-section li {
  font-size: 18px;
  line-height: 1.8;
  color: #665050;
  padding-left: 12px;
  margin-left: 32px;
}
.page-section .button {
  display: inline-block;
  padding: 16px 28px;
  margin-bottom: 20px;
  background-color: #241c1c;
  color: #c7a552;
  border-radius: 36px;
  cursor: pointer;
}
.page-section .button:hover {
  background-color: #c7a552;
  color: #241c1c;
  transform: scale(1.02);
  box-shadow: 0 0 8px rgba(199,165,82,0.3);
}

.download-section {
  background-color: #fff;
  padding: 100px 0;
  width: 100%;
}
.download-inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  color: #241c1c;
}
.download-inner h2 {
  font-family: "DM Serif Text", serif;
  font-size: 36px;
  margin-bottom: 20px;
  color: #462d2d;
}
.download-inner p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #665050;
}
.download-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px 40px;
}
.download-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.download-list li span {
  font-size: 28px;
  color: #c7a552;
}
.download-list li a {
  font-size: 16px;
  color: #241c1c;
  transition: color 0.3s ease;
}
.download-list li a:hover {
  color: #c7a552;
}

.accordion-section {
  background-color: #fff;
  padding: 30px 0 60px;
  width: 100%;
}
.accordion-inner {
  width: 80%;
  margin: 0 auto;
  max-width: 900px;
}
.accordion-inner h2 {
  font-family: "DM Serif Text", serif;
  font-size: 36px;
  margin-bottom: 20px;
  color: #462d2d;
}
.accordion-inner p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 28px;
  color: #665050;
}
.accordion-item {
  border-top: 1px solid #ddd;
}
.accordion-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.accordion-header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: #241c1c;
  cursor: pointer;
  transition: color 0.3s;
  text-align: left;
}
.accordion-header:hover {
  color: #c7a552;
}
.accordion-header .icon {
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' -25,
    'opsz' 24;
  transition: transform 0.3s;
}

/* zawartość domyślnie schowana */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.accordion-content ul {
  list-style: disc inside;
  padding-left: 1em;
  margin: 12px 0 24px;
}
.accordion-content li {
  margin-bottom: 8px;
  color: #665050;
  font-size: 18px;
}
/* gdy otwarte – zmiana ikony i rozciągnięcie */
.accordion-item.active .accordion-content {
  max-height: 500px; /* powinno wystarczyć na kilka punktów */
}
.accordion-item.active .accordion-header .icon {
  transform: rotate(180deg);
}
.image-section {
  background-color: #fff;
  padding: 40px 0;
  margin: 40px 0;
  width: 100%;
}
.image-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.image-inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- CONTACT PAGE: LAYOUT --- */
.contact-page {
  background: transparent;
  padding: 0px 0 30px;
  width: 100%;
}
.contact-page-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0;
}

/* lewa kolumna */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.info-card,
.bank-card {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
}

/* prawa kolumna – szybki kontakt */
.contact-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-quick {
  background: #c7a552;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-quick .quick-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-quick .quick-item span {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' -25,
    'opsz' 24;
  font-size: 28px;
  color: #fff;
}
.contact-quick .quick-item a {
  color: #fff;
  font-size: 18px;
}

/* prawa kolumna – formularz */
.contact-form-wrapper {
  background: #241c1c;
  padding: 24px;
  border-radius: 3px;
}
.contact-form-wrapper h3 {
  font-family: "DM Serif Text", serif;
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
}
.contact-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  padding: 20px 16px;
  border: 1px solid #241c1c;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
}
.contact-form-wrapper button {
  align-self: flex-end;
  padding: 16px 28px;
  background: none;
  background: #c7a552;
  border-radius: 66px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
.contact-form-wrapper button:hover {
  background-color: #c7a552;
  color: #241c1c;
  transform: scale(1.02);
  box-shadow: 0 0 8px rgba(199,165,82,0.3);
}
/* --- SIMPLE MODAL --- */
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right:0; bottom:0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.modal-content {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
}
.modal-close {
  position: absolute;
  top: 12px; right: 16px;
  font-size: 24px;
  cursor: pointer;
}
.info-card h3,
.bank-card h3 {
  font-family: "DM Serif Text", serif;
  font-size: 22px;
  margin-bottom: 12px;
  color: #241c1c;
}
.info-card p,
.bank-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #665050;
  margin-bottom: 16px;
}
.info-card a,
.bank-card a {
  color: #241c1c;
  text-decoration: underline;
}
.info-card a:hover,
.bank-card a:hover {
  color: #c7a552;
}

/* --- AUCTIONS SECTION --- */
.auctions-section {
  background: transparent;
  padding: 140px 0;
  width: 100%;
}
.auctions-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.auction-card {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  border-radius: 3px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.auction-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 18px rgba(0,0,0,0.1);
}
.auction-card img {
  max-width: 400px;
  height: auto;
  margin-bottom: 30px;
}
.auction-card h3 {
  font-family: "DM Serif Text", serif;
  font-size: 24px;
  margin-bottom: 12px;
  color: #241c1c;
}
.auction-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #665050;
}
.banks {
  background: #fff;
  padding: 20px 0;
}
.banks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  align-items: center;
  justify-items: center;
}
.bank-link {
  display: block;
  width: 100%;
  max-width: 240px;
  transition: transform 0.3s;
}
.bank-link:hover {
  transform: translateY(-6px);
}
.bank-link img {
  width: 100%;
  height: auto;
  filter: grayscale(80%);
  transition: filter 0.3s;
}
.bank-link:hover img {
  filter: none;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1200px) {
  .banks-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
@media (max-width: 768px) {
  .banks-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 16px;
  }
  .bank-link {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .banks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bank-link {
    max-width: 100px;
  }
}


/* --- RESPONSIVE SECTIONS & DROPDOWN --- */
@media (max-width: 1024px) {
  .header-inner { width: 90%; }
  .hero-inner, .about-inner, .tasks-inner, .access-inner, .auctions-inner, .download-inner, .accordion-inner, .image-inner, .page-section-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  header { flex-direction: column; height: auto; padding: 16px 0; }
  .logo-section { margin-bottom: 12px; }
  nav { flex-wrap: wrap; gap: 0px; justify-content: center; }
  .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
    border-radius: 0;
  }
  .hero { height: auto; padding-top: 140px; }
  .hero-inner { flex-direction: column; padding-top: 16px; }
  .hero-text, .hero-image { width: 100%; }
  .about-stats, .tasks-grid, .access-grid, .download-list, .banks-grid {
    grid-template-columns: 1fr;
    display: grid;
    gap: 24px;
  }
  .map iframe { height: 300px; }
  .contact-page-inner { grid-template-columns: 1fr; padding: 40px 0; }
  .contact-form-wrapper, .contact-quick, .info-card, .bank-card { width: 100%; }
  .auction-card { flex: 1 1 100%; }
  .auction-card img { width: 100%; }
}
@media (max-width: 480px) {
  nav a {  font-size: 14px; }
  .office-info h2 { font-size: 24px; }
  .office-info div { font-size: 8px; }
  .hero-text h1, .hero-text h2 { font-size: 36px; line-height: 44px; }
  .quote-inner h2 { font-size: 48px; }
  .tasks-header h2, .access h2, .about h2, .page-header h1 { font-size: 42px; }
}

/* --- HAMBURGER & MOBILE NAV --- */
.nav-toggle {
  display: none;
}
.nav-toggle-label {
  display: none;
  position: absolute;
  top: calc(50% - 20px);
  right: 30px;
  width: 30px;
  height: 24px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1100;
}
.nav-toggle-label span {
  display: block;
  width: 100%;
  height: 4px;
  background: #241c1c;
  border-radius: 2px;
  transition: all 0.3s;
}

/* mobile */
@media (max-width: 768px) {
  /* pokaż hamburger */
  .nav-toggle-label { display: flex; }
  /* schowaj office-info i zmniejsz logo */
  .office-info { display: none; }
  .logo { width: 80px; height: 80px; }
  /* początkowo nav jest ukryte poza headerem */
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f3eee5;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    padding: 44px 30px 40px; /* wysokość headera */
    z-index: 1050;
  }
  /* gdy checkbox jest zaznaczony – rozwiń nav */
  .nav-toggle:checked + .nav-toggle-label + .header-inner nav {
    transform: translateY(0);
  }
  /* linki full-width i podziałka */
  nav a {
    width: 100%;
    padding: 16px;
    margin-bottom: 10px;
    border-bottom: 0px solid rgba(36,28,28,0.1);
  }
  .dropdown {
    width: 100%;
    padding: 14px 0px;
    margin-bottom: 10px;
    border-bottom: 0px solid rgba(36,28,28,0.1);
  }
  nav a:hover, .dropdown > a:hover {
    padding: 16px;
    border-bottom: 0px solid rgba(36,28,28,0.1);
  }
  /* submenu: ukryte domyślnie */
  .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    box-shadow: none;
    padding-left: 20px; /* wcięcie */
    background: none;
  }
  /* dropdown otwarte kiedy kliknięty toggle */
  .dropdown > a::after {
    content: '';
    float: right;
    transition: transform 0.3s;
  }
  /* gdy rodzic ma .open (dodamy w JS) pokażemy submenu */
  .dropdown.open > .dropdown-menu {
    display: block;
  }
}