* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  background: #0f0f0f;
  color: #f1f1f1;
  padding-bottom: 70px;
}

/* HERO / OFERTA */
.container {
  max-width: 520px;
  padding: 40px 20px;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.subtitle {
  color: #aaa;
  margin-bottom: 25px;
}

.box {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 20px;
  margin-bottom: 25px;
  text-align: left;
}

.box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box li {
  margin-bottom: 8px;
}

h2 {
  margin-bottom: 10px;
}

.small {
  font-size: 0.9rem;
  color: #bbb;
  margin-bottom: 15px;
}

.form {
  display: flex;
  gap: 10px;
}

.form input {
  flex: 1;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
}

.form button {
  padding: 10px 15px;
  border-radius: 4px;
  border: none;
  background: #ffcc00;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.form button:hover {
  background: #ffdb4d;
}

/* FAQ – SZEROKA SEKCJA */
.faq {
  width: 100%;
  background: #0b0b0b;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 60px 20px;
  margin-top: 60px;
}

.faq-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: 40px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.faq-item {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 20px;
}

.faq-item h3 {
  margin: 0 0 8px 0;
  font-size: 1rem;
}

.faq-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}

/* STOPKA */
.footer {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding: 20px;
}

.alt-hosting {
  margin-top: 25px;
  padding: 15px;
  border: 1px dashed #444;
  background: #121212;
  font-size: 0.9rem;

}

.alt-hosting p {
  margin: 0 0 8px 0;
  color: #aaa;
}

.alt-hosting a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

.alt-hosting a:hover {
  text-decoration: underline;
}

.not-for-you {
  width: 100%;
  background: #0f0f0f;
  border-top: 1px solid #222;
  padding: 60px 20px;
}

.not-for-you-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.not-for-you h2 {
  text-align: center;
  margin-bottom: 40px;
}

.not-for-you-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.not-item {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 20px;
}

.not-item h3 {
  margin: 0 0 8px 0;
  font-size: 1rem;
}

.not-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}

.not-item.highlight {
  border-color: #ffcc00;
  background: #181818;
}

.not-item.highlight a {
  display: inline-block;
  margin-top: 10px;
  color: #ffcc00;
  font-weight: bold;
  text-decoration: none;
}

.not-item.highlight a:hover {
  text-decoration: underline;
}

.mail-button {
  display: inline-block;
  padding: 10px 15px;
  background: #ffcc00;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}
.mail-fallback {
  margin-top: 20px;
  padding: 12px;
  border: 1px dashed #333;
  background: #121212;
  font-size: 0.85rem;
}

.mail-fallback p {
  margin: 0 0 6px 0;
  color: #aaa;
}

.mail-fallback a {
  color: #ffcc00;
  font-weight: bold;
  text-decoration: none;
}

.mail-fallback a:hover {
  text-decoration: underline;
}

.how-it-works {
  width: 100%;
  background: #0b0b0b;
  border-top: 1px solid #222;
  padding: 60px 20px;
}

.how-it-works-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.how-it-works h2 {
  text-align: center;
  margin-bottom: 40px;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.how-item {
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 20px;
}

.how-item h3 {
  margin: 0 0 8px 0;
  font-size: 1rem;
}

.how-item p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}

.header {
  width: 100%;
  padding: 20px;
  background: #0f0f0f;
  display: flex;
  justify-content: center; /* logo na środku */
  align-items: center;
  border-bottom: 1px solid #222;
}

.header .logo {
  max-height: 120px;
  height: auto;
  width: auto;
}
.domains {
  padding: 40px 20px;
  background: #111;
  color: #fff;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.domains .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.domains h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.domains p {
  font-size: 1.1rem;
  opacity: 0.85;
  margin-bottom: 40px;
}

.domain-box {
  background: #1a1a1a;
  border: 2px dashed #f5c400;
  padding: 30px;
  border-radius: 12px;
}

.domain-box h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.domain-box p {
  margin-bottom: 25px;
}

.domain-button {
  display: inline-block;
  background: #f5c400;
  color: #000;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.domain-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.domain-box small {
  display: block;
  margin-top: 15px;
  font-size: 0.85rem;
  opacity: 0.7;
}

/* ===== OFERTY ===== */

.offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}


.offer h3 {
  margin-top: 0;
  font-size: 1.3rem;
}

.price {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 15px 0;
  color: #ffcc00;
}

.offer.highlight {
  border-color: #ffcc00;
  background: #181818;
}
@media (max-width: 700px) {
  .offers-grid {
    grid-template-columns: 1fr;
  }
}
.renew {
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 15px;
}

.use-cases {
  padding: 80px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.use-cases h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.use-cases-subtitle {
  text-align: center;
  color: #aaa;
  margin-bottom: 50px;
  font-size: 1rem;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.use-case {
  background: #121212;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.use-case:hover {
  transform: translateY(-4px);
  border-color: #333;
}

.use-case h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.use-case p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
}

.use-case.warning {
  border-color: #442222;
  background: #160d0d;
}

.use-case.warning h3 {
  color: #ff6b6b;
}
.no-spam {
  padding: 70px 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.no-spam h2 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.no-spam-lead {
  color: #aaa;
  font-size: 1rem;
  margin-bottom: 40px;
}

.no-spam-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.no-spam-point {
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px;
}

.no-spam-point h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.no-spam-point p {
  font-size: 0.95rem;
  color: #ccc;
  line-height: 1.5;
}

.no-spam-summary {
  font-size: 0.95rem;
  color: #bbb;
  margin-top: 10px;
  font-style: italic;
}

.top-nav {
  position: sticky;
  top: 0;
  background: #111;
  z-index: 1000;
  border-bottom: 1px solid #222;
}

.nav-container {
  max-width: 520px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-weight: bold;
  color: #f5c400;
  font-size: 18px;
  text-decoration: none;
}

.top-nav nav a {
  margin-left: 15px;
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.top-nav nav a:hover {
  color: #f5c400;
}

@media (max-width: 600px) {
  .nav-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 10px;
  }

  .mobile-nav a {
    font-size: 14px;
    white-space: nowrap;
  }
}

.tech-specs {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 20px;
  text-align: left;
border-top: 1px solid #222;
    border-bottom: 1px solid #222;
 
}

.tech-specs h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.tech-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  max-width: 520px;
}

.tech-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  font-size: 15px;
}

.tech-list li strong {
  color: #eaeaea;
}


.tech-note {
  max-width: 520px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.5;
}

.comparison {
    margin-top: 80px;
    text-align: center;
}

.comparison h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.comparison-desc {
    color: #aaa;
    max-width: 520px;
    margin: 0 auto 40px;
    font-size: 0.95rem;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.comparison-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: left;
}

.comparison-card h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.comparison-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.comparison-card ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #ddd;
}

.comparison-note {
    font-size: 0.85rem;
    color: #999;
}

.comparison-card.highlight {
    border-color: #ffcc00;
    background: #141414;
}

.comparison-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.use-cases2 {
    max-width: 720px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: left;
}

.use-cases2 h2 {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
}

.use-cases2-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.use-cases2-list li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.use-cases2-list li strong {
    color: #fff;
    font-weight: 600;
}

.use-cases2-note {
    margin-top: 28px;
    font-size: 15px;
    opacity: 0.85;
    text-align: center;
}

.for-whom {
    max-width: 760px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
}

.for-whom h2 {
    font-size: 26px;
    margin-bottom: 32px;
}

.for-whom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    text-align: left;
}

.for-whom-item {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
}

.for-whom-item h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.for-whom-item p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.for-whom-note {
    margin-top: 28px;
    font-size: 15px;
    opacity: 0.85;
}

.why-not-free {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: left;
}

.why-not-free h2 {
  font-size: 26px;
  margin-bottom: 24px;
  text-align: center;
}

.why-not-free-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-not-free-list li {
  padding: 14px 0;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.why-not-free-list strong {
  color: #fff;
  font-weight: 600;
}

.why-not-free-note {
  margin-top: 28px;
  font-size: 15px;
  opacity: 0.9;
  text-align: center;
}

.case-study {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: left;
}

.case-study h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.case-intro {
  font-size: 15px;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 30px;
}

.case-box {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 20px 22px;
  background: rgba(255,255,255,0.02);
}

.case-box h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.case-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.case-list li {
  font-size: 14px;
  line-height: 1.6;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.case-list strong {
  color: #fff;
  font-weight: 600;
}

.case-result {
  font-size: 14px;
  margin-top: 14px;
  opacity: 0.95;
}

.case-warning {
  font-size: 13px;
  margin-top: 12px;
  opacity: 0.75;
}

.case-link {
  margin-top: 16px;
  font-size: 14px;
}

.case-link a {
  color: inherit;
  text-decoration: underline;
}


.discord-info {
    max-width: 720px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
   
}

.discord-info h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.discord-list {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.discord-list li {
    font-size: 15px;
    line-height: 1.6;
    padding: 6px 0;
    opacity: 0.9;
}

.discord-note {
    margin-top: 12px;
    font-size: 14px;
    opacity: 0.75;
}

.infrastructure {
  max-width: 720px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.infrastructure h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.infrastructure p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

.infra-note {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.75;
}

.cta-note {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #aaa;
}


.test-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #2b2f77, #1b1f5c);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.15);
  z-index: 9999;
}



.test-bar__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.test-bar__text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}

.test-bar__cta {
  white-space: nowrap;
  background: #fff;
  color: #000;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, transform 0.1s ease;
}

.test-bar__cta:hover {
  background: #eaeaea;
  transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 700px) {
  .test-bar__content {
    flex-direction: column;
    text-align: center;
  }

  .test-bar__cta {
    width: 100%;
    text-align: center;
  }
}

.signup-section {
    max-width: 720px;
    margin: 80px auto;
    padding: 32px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #030303;
}

.signup-section h2 {
    margin-top: 0;
    font-size: 24px;
}

.signup-desc {
    font-size: 15px;
    
    margin-bottom: 24px;
}

.form-wrapper {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    /* bardzo ważne */
}

.form-wrapper iframe {
    width: 100%;
    height: 700px;
    border: none;
}

.privacy-note {
    margin-top: 12px;
    font-size: 13px;
    color: #777;
}

html {
    scroll-behavior: smooth;
}

.menu-cta {
  background: #3b82f6;
  /* czerwony akcent */
  color: #fff !important;
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: 600;
}

.menu-cta:hover {
  background: #2563eb;
}

.why-cheap {
  margin: 48px auto;
  padding: 28px 24px;
  max-width: 900px;
  background: linear-gradient(180deg, #0f172a, #020617); /* ciemne tło */
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.why-cheap h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #e5e7eb;
}

.why-cheap .lead {
  color: #cbd5f5;
  margin-bottom: 16px;
  line-height: 1.6;
}

.why-cheap .reasons {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.why-cheap .reasons li {
  background: rgba(255,255,255,0.05);
  padding: 12px 14px;
  border-radius: 10px;
  color: #e5e7eb;
  border: 1px solid rgba(255,255,255,0.06);
}

.why-cheap .note {
  font-size: 0.95rem;
  color: #a5b4fc;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 640px) {
  .why-cheap {
    margin: 28px 12px;
    padding: 20px 16px;
  }
}

.why-cheap-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #3b82f6; /* niebieski */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.why-cheap-cta:hover {
  background: #2563eb;
}

.quick-usecase-cta {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #3b82f6;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(59,130,246,0.35);
}

.quick-usecase-cta:hover {
  background: #2563eb;
}

.quick-usecase-note {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #94a3b8;
}