@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --deep: #0D4B5A;
  --sea: #7BA7A6;
  --mist: #CFE3E1;
  --sand: #E8DCC6;
  --paper: #fbfaf7;
  --ink: #173f49;
  --muted: #64797c;
  --line: #dce6e4;
  --shadow: 0 12px 35px rgba(13,75,90,.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.funding-top { background: #fff; border-bottom: 1px solid var(--line); padding: 10px 20px 12px; }
.funding-top-inner { max-width: 1500px; margin: 0 auto; text-align: center; }
.funding-top p { max-width: 1380px; margin: 0 auto 9px; font-size: 11px; line-height: 1.45; color: #294c54; }
.funding-top img { display: block; width: min(100%, 1400px); height: auto; margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(13,75,90,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand img { display: block; width: 170px; height: auto; }
.nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav a { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; color: var(--deep); }
.nav a:hover { color: var(--sea); }
.phone-btn { border: 1px solid var(--deep); padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--deep); white-space: nowrap; }
.menu-toggle { display: none; border: 0; background: none; color: var(--deep); font-size: 28px; }

.hero { position: relative; min-height: 570px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('../images/hero-equipment.jpg') center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,250,247,.96) 0%, rgba(251,250,247,.88) 29%, rgba(251,250,247,.35) 52%, rgba(251,250,247,.08) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 680px; margin-left: 5cm; margin-right: 0; padding: 70px 0 170px; text-align: left; }
.eyebrow { margin: 0 0 9px; color: var(--deep); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero-slogan { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--deep); font-size: clamp(48px, 5vw, 72px); line-height: .98; margin: 0 0 20px; font-weight: 600; }
.hero-lead { max-width: 520px; font-size: 17px; margin: 0 0 24px; color: #294c54; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; transition: .2s; }
.btn-primary { background: var(--deep); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); }
.btn-light { background: rgba(255,255,255,.82); border-color: var(--deep); color: var(--deep); }

.hero-features { position: absolute; z-index: 3; left: 50%; bottom: 20px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.9); backdrop-filter: blur(8px); border: 1px solid rgba(13,75,90,.12); border-radius: 20px; padding: 13px 15px; box-shadow: var(--shadow); }
.hero-features > div { display: grid; grid-template-columns: 40px 1fr; column-gap: 10px; padding: 6px 15px; border-right: 1px solid rgba(13,75,90,.14); }
.hero-features > div:last-child { border-right: 0; }
.feature-icon { width: 36px; height: 36px; border: 1px solid var(--deep); border-radius: 50%; display: grid; place-items: center; grid-row: 1 / 3; color: var(--deep); font-size: 18px; }
.hero-features strong { font-size: 9px; color: var(--deep); letter-spacing: .03em; }
.hero-features small { font-size: 9px; line-height: 1.35; color: #5c7377; }

.section { padding: 68px 0; }
.section-head { text-align: center; max-width: 900px; margin: 0 auto 30px; }
.section-head h2, .rental h2, .funding h2, .contact h2 { font-family: 'Cormorant Garamond', serif; color: var(--deep); font-weight: 600; line-height: 1; margin: 0; }
.section-head h2 { font-size: clamp(38px, 4vw, 52px); }

.offer { background: #fff; }
.sprzet { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: start; }
.sprzet img { display: block; width: 100%; height: auto; border-radius: 14px; }

.rental { background: var(--deep); color: #fff; padding: 80px 0; }
.rental h2 { color: #fff; font-size: clamp(42px, 5vw, 60px); margin-bottom: 18px; }
.rental .eyebrow { color: var(--mist); }
.rental p { color: #d9e8e7; }
.rental-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 45px; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.steps > div { border: 1px solid rgba(255,255,255,.18); padding: 18px; border-radius: 16px; display: flex; gap: 14px; align-items: center; }
.steps b { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; display: grid; place-items: center; background: var(--sea); color: #fff; }
.steps span { font-weight: 700; }
.steps small { font-weight: 400; color: #c5dbd9; }
.delivery-box { grid-column: 1 / -1; background: #fff; color: var(--deep); padding: 28px; border-radius: 20px; }
.delivery-box h3 { margin-top: 0; font-family: 'Cormorant Garamond', serif; font-size: 32px; }
.delivery-box li { margin: 7px 0; color: #4e676c; }

.pricing { background: #f5efe5; }
.table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: var(--shadow); }
table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
th, td { padding: 16px; border-bottom: 1px solid var(--line); text-align: center; font-size: 13px; }
thead th { background: var(--deep); color: #fff; text-transform: uppercase; letter-spacing: .07em; font-size: 10px; }
tbody th { text-align: left; color: var(--deep); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.notes { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 18px; }
.notes p { margin: 0; background: #fff; padding: 16px 18px; border-radius: 14px; font-size: 12px; color: #61777a; }

.funding { background: linear-gradient(120deg, var(--mist), #fff); padding: 75px 0; }
.funding-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 45px; align-items: center; }
.funding h2 { font-size: clamp(40px, 4vw, 54px); margin-bottom: 18px; }
.funding p { font-size: 13px; color: #4f696d; }
.funding-logos { background: #fff; border-radius: 16px; padding: 14px; box-shadow: var(--shadow); }
.funding-logos img { width: 100%; height: auto; display: block; }
.funding details { margin-top: 18px; }
.funding summary { cursor: pointer; font-weight: 800; color: var(--deep); }
.hashtags { font-weight: 800; color: var(--deep) !important; }

.contact { padding: 85px 0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: stretch; }
.contact h2 { font-size: clamp(42px, 4vw, 56px); margin-bottom: 20px; }
.contact-row { display: flex; align-items: center; gap: 13px; margin: 14px 0; font-size: 16px; color: var(--deep); }
.contact-row span { width: 38px; height: 38px; border-radius: 50%; background: var(--mist); display: grid; place-items: center; }
.availability { font-size: 18px; line-height: 1.45; color: var(--deep); font-weight: 700; margin: 28px 0; }
.address { margin: 24px 0; color: #4f696d; }
.map { min-height: 420px; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

footer { background: var(--deep); color: #dceae9; }
.footer-main { padding: 40px 0; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 30px; font-size: 12px; }
.footer-logo { width: 160px; filter: brightness(0) invert(1); opacity: .95; }
.footer-main a, .footer-bottom a { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 15px 0; display: flex; justify-content: space-between; font-size: 11px; }
.to-top { position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--sea); color: #fff; font-size: 22px; display: none; place-items: center; z-index: 40; cursor: pointer; }
.to-top.visible { display: grid; }

@media (max-width: 1100px) {
  .hero-content { margin-left: 2.5cm; }
  .hero-features { grid-template-columns: repeat(2, 1fr); }
  .hero-features > div:nth-child(2) { border-right: 0; }
  .sprzet { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rental-grid, .funding-grid, .contact-grid { grid-template-columns: 1fr; }
  .funding-logos { max-width: 800px; margin: 0 auto; }
  .notes { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .funding-top p { font-size: 9px; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 145px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 10px; background: #fff; border-radius: 0 0 16px 16px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 11px; }
  .phone-btn { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(251,250,247,.22), rgba(251,250,247,.88) 52%, rgba(251,250,247,.98) 100%); }
  .hero-content { max-width: none; margin-left: 20px; margin-right: 20px; padding: 55px 0 245px; }
  .hero-slogan { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions .btn { width: auto; }
  .hero-features { left: 14px; right: 14px; width: auto; transform: none; grid-template-columns: 1fr 1fr; bottom: 12px; padding: 9px; }
  .hero-features > div { border-right: 0; padding: 7px; }
  .sprzet { grid-template-columns: 1fr 1fr; gap: 9px; }
  .section { padding: 55px 0; }
  .steps { grid-template-columns: 1fr; }
  .delivery-box { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .map, .map iframe { min-height: 340px; }
}

@media (max-width: 460px) {
  .sprzet { grid-template-columns: 1fr; }
  .hero-content { margin-left: 14px; margin-right: 14px; }
  .hero-slogan { font-size: 38px; }
  .hero-features { grid-template-columns: 1fr; }
  .hero-features > div { border-bottom: 1px solid rgba(13,75,90,.12); }
  .hero-features > div:last-child { border-bottom: 0; }
}
