

:root {
  --sf-navy:         #1a1f36;
  --sf-navy-mid:     #242b45;
  --sf-accent:       #4a90e2;
  --sf-accent-hover: #357abd;
  --sf-white:        #ffffff;
  --sf-gray-100:     #f4f6f9;
  --sf-gray-300:     #cdd3dc;
  --sf-gray-500:     #6b7280;
  --sf-gray-700:     #374151;
  --sf-radius:       6px;
  --sf-shadow-sm:    0 2px 8px rgba(26,31,54,.12);
  --sf-shadow-md:    0 4px 16px rgba(26,31,54,.18);
}

.shared-hosting section,
.shared-hosting .panel {
    margin-bottom: 20px;
}

/* Nagłówki sekcji */
.shared-hosting h1,
.shared-hosting h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.shared-hosting .page-header {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Breadcrumb */
.breadcrumb {
    background: #f9f9f9;
    border-radius: 4px;
    padding: 8px 15px;
}

/* Panel = karta */
.shared-hosting .panel {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.shared-hosting .panel:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Panel heading */
.shared-hosting .panel-heading {
    background: #f5f8ff;
    border-bottom: 1px solid #e1e4eb;
    border-radius: 8px 8px 0 0;
    padding: 12px;
    font-weight: 600;
}

/* Panel body */
.shared-hosting .panel-body {
    padding: 15px;
}

/* Ceny */
.shared-hosting .panel-body .lead {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Przycisk Zamów */
.shared-hosting .btn {
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.shared-hosting .btn-success:hover,
.shared-hosting .btn-primary:hover {
    background: #052963;
}

/* Tabele porównawcze */
.shared-hosting table {
    font-size: 13.5px;
}

.shared-hosting table td {
    padding: 6px 8px !important;
}

/* Odstępy między sekcjami */
.shared-hosting hr {
    margin: 30px 0;
}

/* Nagłówki mini */
.shared-hosting small {
    display: block;
    color: #888;
    font-size: 13px;
}

/* Ikony nagłówków sekcji */
.shared-hosting h3 i {
    color: #004aad;
    margin-right: 8px;
}

/* Label Popularne */
.shared-hosting .badge-pill {
    background: #004aad;
    color: #fff;
    font-size: 11px;
    border-radius: 12px;
    padding: 4px 10px;
}

/* --- Nowoczesny wygląd Hosting WWW --- */
.hosting-modern {
  font-family: 'Inter', 'Open Sans', sans-serif;
  margin-top: -70px;
}

/* hero section */
.hosting-modern .hero {
  margin-bottom: 40px;
}
.hosting-modern .hero small {
  color: #5a6a8a;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.hosting-modern .hero h1 {
  font-weight: 700;
  margin: 10px 0;
  color: #dae1fb;
}
.hosting-modern .hero .lead {
  color: #6c757d;
}

/* info cards */
.info-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 25px 15px;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 1px 5px rgba(0,0,0,0.04);
  margin-bottom: 25px;
}
.info-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.info-card img {
  height: 60px;
  margin-bottom: 15px;
}

/* pricing cards */
.price-card {
  background: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 25px;
}
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.price-card.featured {
  border-color: #004aad;
  background: #f7faff;
}
.card-header {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}
.card-header h3 {
  margin: 0;
  font-weight: 600;
}
.badge-popular {
  display: inline-block;
  background: #004aad;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 12px;
  margin-top: 8px;
}
.card-price {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  color: #004aad;
}
.card-features {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
}
.card-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f5;
}
.card-footer {
  padding: 15px 20px;
  text-align: center;
}
.btn-modern {
  background: #004aad;
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: 600;
  transition: background 0.2s ease;
}
.btn-modern:hover {
  background: #00337a;
  color: #fff;
}

/* features */
.feature-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
.feature-item i {
  font-size: 28px;
  color: #004aad;
  margin-bottom: 10px;
}

/* FAQ */
.faq .panel-heading a {
  display: block;
  padding: 10px;
  font-weight: 600;
  color: #0e1b4d;
}
.faq .panel-body {
  color: #555;
}


.softaculous-section {
  background: #f7faff;
  padding: 60px 0 50px;
}
.softaculous-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.softaculous-section .lead {
  color: #5f6c84;
  margin-bottom: 40px;
}
.softaculous-icons img {
  max-height: 60px;
  margin: 15px auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.softaculous-icons img:hover {
  filter: none;
  transform: scale(1.05);
}

/* --- Co wyróżnia --- */
.highlights-section {
  background: #fff;
  padding: 70px 0 50px;
}
.features-grid {
  margin-top: 40px;
}
.feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  min-height: 220px;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.feature-card i {
  font-size: 30px;
  color: #004aad;
  margin-bottom: 10px;
}
.feature-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* --- FAQ --- */
.faq-section {
  background: #f9fafc;
  padding: 70px 0;
  margin-bottom: 1rem;
}
.faq-section h2 {
  margin-bottom: 30px;
  font-weight: 700;
}
.faq-section .panel {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.faq-section .panel-heading {
  background: #fff;
  border-radius: 8px;
}
.faq-section .panel-title a {
  display: block;
  padding: 12px 15px;
  color: #0e1b4d;
  font-weight: 600;
  text-decoration: none;
}
.faq-section .panel-body {
  background: #fff;
  padding: 15px 20px;
  color: #555;
  line-height: 1.6;
}
.faq-section .panel-title a:hover {
  color: #004aad;
}

.alt-bg {
  background: #f7faff; /* delikatny błękit */
}

.highlights-section.dark {
  background: #051646;
  color: #fff;
}

.highlights-section.dark h2,
.highlights-section.dark h4 {
  color: #fff;
}

.highlights-section.dark p {
  color: #cfd7f0;
}

/* Dla kontrastu: kart w ciemnej sekcji */
.highlights-section.dark .feature-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  box-shadow: none;
  transition: all 0.3s ease;
}
.highlights-section.dark .feature-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}
.highlights-section.dark .feature-card i {
  color: #5eb8ff;
}
.highlights-section.dark .feature-card h4 {
  color: #fff;
}

.text-white {
	color: #fff; !important;
}

.myProductsSwiper {
  width: 100%;
  height: auto !important;       /* dopasowuje się do zawartości */
  margin-bottom: 0 !important;   /* usuwa zbędną przestrzeń */
  padding-bottom: 30px;          /* tylko lekki odstęp pod spodem */
}

.myProductsSwiper .swiper-wrapper {
  height: auto !important;
}

.productSwiper .swiper-slide {
  width: auto !important;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.single-pricing-pack-2 {
  width: 100%;
  max-width: 330px; /* opcjonalnie, żeby karty nie były zbyt szerokie na desktopie */
}

/* Wyrównanie przycisków Swipera do środka */
.myProductsSwiper .swiper-button-next,
.myProductsSwiper .swiper-button-prev {
  top: 45%;
  color: #004aad;
}

/* Nowoczesny switch - definitywnie poprawiony */
.price-switch-container {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.price-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    cursor: pointer;
}

.price-switch input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.price-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e0;
    transition: 0.3s;
    border-radius: 34px;
}

.price-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input:checked + .price-slider {
    background-color: #5cb85c;
}

input:checked + .price-slider:before {
    transform: translateX(24px);
}

.price-switch:hover .price-slider {
    box-shadow: 0 0 8px rgba(92, 184, 92, 0.3);
}

.price-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}
#footer,
section#footer {
  background: #1a1f36 !important;
  background-color: #1a1f36 !important;
  color: #fff !important;
  padding-top: 52px !important;
  padding-bottom: 24px !important;
}

/* ── column headings ── */
.sf-footer-col h4,
#footer .sf-footer-col h4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.6px !important;
  color: #ffffff !important;
  margin: 0 0 18px !important;
  position: relative !important;
  padding-bottom: 10px !important;
}

.sf-footer-col h4::after,
#footer .sf-footer-col h4::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 28px !important;
  height: 2px !important;
  background: #4a90e2 !important;
  border-radius: 2px !important;
}

/* ── link lists ── */
.sf-footer-col ul,
#footer .sf-footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sf-footer-col ul li,
#footer .sf-footer-col ul li {
  margin-bottom: 10px !important;
}

.sf-footer-col ul li a,
#footer .sf-footer-col ul li a {
  color: rgba(255,255,255,.55) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  display: inline-block !important;
  transition: color .2s, padding-left .2s !important;
}

.sf-footer-col ul li a:hover,
#footer .sf-footer-col ul li a:hover {
  color: #4a90e2 !important;
  padding-left: 4px !important;
}

.sf-footer-col ul li small,
#footer .sf-footer-col ul li small {
  color: rgba(255,255,255,.3) !important;
}

/* ── company column ── */
.sf-footer-company .sf-footer-brand,
#footer .sf-footer-company .sf-footer-brand {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  display: block !important;
}

/* LOGO - GŁÓWNA POPRAWKA DLA MOBILE */
.sf-footer-company .sf-footer-brand img,
#footer .sf-footer-company .sf-footer-brand img,
#footer img[src*="logo"] {
  max-height: 40px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.sf-footer-company .sf-footer-tagline,
#footer .sf-footer-company .sf-footer-tagline {
  font-size: 12px !important;
  color: rgba(255,255,255,.35) !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 16px !important;
  display: block !important;
}

.sf-footer-company p,
#footer .sf-footer-company p {
  font-size: 13px !important;
  line-height: 1.7 !important;
  margin: 0 0 3px !important;
  color: rgba(255,255,255,.55) !important;
}

.sf-footer-company .sf-footer-tax,
.sf-footer-company p.sf-footer-tax,
#footer .sf-footer-company .sf-footer-tax,
#footer .sf-footer-company p.sf-footer-tax {
  margin-top: 10px !important;
  font-size: 11.5px !important;
  color: rgba(255,255,255,.3) !important;
  line-height: 1.7 !important;
}

/* ── contact emails ── */
.sf-footer-emails,
#footer .sf-footer-emails {
  list-style: none !important;
  padding: 0 !important;
  margin: 16px 0 0 !important;
}

.sf-footer-emails li,
#footer .sf-footer-emails li {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
}

.sf-footer-emails li i,
#footer .sf-footer-emails li i {
  width: 18px !important;
  text-align: center !important;
  font-size: 13px !important;
  color: #4a90e2 !important;
  flex-shrink: 0 !important;
}

.sf-footer-emails li a,
#footer .sf-footer-emails li a {
  font-size: 13px !important;
  color: rgba(255,255,255,.55) !important;
  text-decoration: none !important;
  transition: color .2s !important;
}

.sf-footer-emails li a:hover,
#footer .sf-footer-emails li a:hover {
  color: #4a90e2 !important;
}

/* ── divider ── */
hr.sf-footer-divider,
#footer hr.sf-footer-divider {
  border: none !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  margin: 36px 0 24px !important;
}

/* ── footer wrapper (copyrights, languages, back to top) ── */
.wdes-footer-wrapper,
#footer .wdes-footer-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 24px !important;
}

.wdes-footer-wrapper .copyrights,
#footer .wdes-footer-wrapper .copyrights {
  margin: 0 !important;
  font-size: 13px !important;
  color: rgba(255,255,255,.5) !important;
  flex: 1 1 auto !important;
}

/* Languages dropdown */
.wdes-footer-wrapper .languages-list,
#footer .wdes-footer-wrapper .languages-list {
  position: relative !important;
}

.wdes-footer-wrapper .choose-language,
#footer .wdes-footer-wrapper .choose-language {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  color: rgba(255,255,255,.7) !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  transition: all 0.2s !important;
}

.wdes-footer-wrapper .choose-language:hover,
#footer .wdes-footer-wrapper .choose-language:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.25) !important;
  color: #fff !important;
}

/* Back to top button */
.wdes-back-to-top,
#footer .wdes-back-to-top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  background: #4a90e2 !important;
  color: #fff !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  flex-shrink: 0 !important;
}

.wdes-back-to-top:hover,
#footer .wdes-back-to-top:hover {
  background: #6ba8ec !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}

.wdes-back-to-top i,
#footer .wdes-back-to-top i {
  font-size: 16px !important;
}

/* ── responsive ── */
@media (max-width: 991px) {
  #footer,
  section#footer {
    padding-top: 40px !important;
  }
  
  .sf-footer-col,
  #footer .sf-footer-col {
    margin-bottom: 32px !important;
  }
}

@media (max-width: 767px) {
  #footer,
  section#footer {
    padding-top: 36px !important;
  }
  
  .sf-footer-col,
  #footer .sf-footer-col {
    margin-bottom: 32px !important;
  }
  
  /* Logo - mniejsze na mobile */
  .sf-footer-company .sf-footer-brand img,
  #footer .sf-footer-company .sf-footer-brand img,
  #footer img[src*="logo"] {
    max-height: 32px !important;
  }
  
  /* Footer wrapper - stack pionowo */
  .wdes-footer-wrapper,
  #footer .wdes-footer-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
  }
  
  .wdes-footer-wrapper .copyrights,
  #footer .wdes-footer-wrapper .copyrights {
    order: 2 !important;
    text-align: center !important;
  }
  
  .wdes-footer-wrapper .languages-list,
  #footer .wdes-footer-wrapper .languages-list {
    order: 1 !important;
  }
  
  .wdes-back-to-top,
  #footer .wdes-back-to-top {
    order: 3 !important;
  }
}

@media (max-width: 575px) {
  /* Logo - jeszcze mniejsze na bardzo małych ekranach */
  .sf-footer-company .sf-footer-brand img,
  #footer .sf-footer-company .sf-footer-brand img,
  #footer img[src*="logo"] {
    max-height: 28px !important;
  }
  
  /* Kolumny 100% szerokości */
  .sf-footer-col,
  #footer .sf-footer-col {
    width: 100% !important;
    float: none !important;
  }
}

/* Dodatkowe wsparcie dla Smarty variables w tekstach */
#footer a,
#footer p,
#footer li {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.sf-contact-wrap          { padding: 48px 0 64px; }

/* ────────────────────────────────────────────
   SIDEBAR
   ──────────────────────────────────────────── */
.sf-sidebar-card {
  background:    var(--sf-navy);
  color:         var(--sf-white);
  border-radius: 10px;
  padding:       32px 28px;
  box-shadow:    var(--sf-shadow-md);
  position:      sticky;
  top:           24px;
}

.sf-sidebar-card .sf-brand        { font-size: 22px; font-weight: 700; letter-spacing: .5px; margin-bottom: 4px; }
.sf-sidebar-card .sf-brand span   { color: var(--sf-accent); }
.sf-sidebar-card .sf-brand-sub    { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.4); margin-bottom: 26px; }

/* address */
.sf-sidebar-address              { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; margin-bottom: 22px; }
.sf-sidebar-address p            { margin: 0 0 3px; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.85); }
.sf-sidebar-address .sf-tax      { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 10px; }

/* departments */
.sf-dept-title                   { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.35); margin-bottom: 14px; }
.sf-dept-item                    { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.sf-dept-item:last-child         { border-bottom: none; }
.sf-dept-icon                    { width: 36px; height: 36px; border-radius: 8px; background: rgba(74,144,226,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sf-dept-icon i                  { font-size: 15px; color: var(--sf-accent); }
.sf-dept-text                    { flex: 1; }
.sf-dept-text .sf-dept-name      { font-size: 13px; font-weight: 600; color: var(--sf-white); margin-bottom: 2px; }
.sf-dept-text a                  { font-size: 12px; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.sf-dept-text a:hover            { color: var(--sf-accent); }

.sf-form-card                    { background: var(--sf-white); border-radius: 10px; box-shadow: var(--sf-shadow-sm); padding: 36px 32px 40px; }
.sf-form-card .sf-form-title     { font-size: 22px; font-weight: 700; color: var(--sf-navy); margin: 0 0 4px; }
.sf-form-card .sf-form-sub       { font-size: 14px; color: var(--sf-gray-500); margin: 0 0 26px; }

.sf-form-card .form-group        { margin-bottom: 20px; }
.sf-form-card label              { font-size: 13px; font-weight: 600; color: var(--sf-navy-mid); margin-bottom: 6px; display: block; }

.sf-form-card .form-control {
  border: 1px solid var(--sf-gray-300); border-radius: var(--sf-radius);
  padding: 10px 14px; font-size: 14px; color: var(--sf-gray-700);
  background: var(--sf-gray-100); box-shadow: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.sf-form-card .form-control:focus {
  border-color: var(--sf-accent); background: var(--sf-white);
  box-shadow: 0 0 0 3px rgba(74,144,226,.18); outline: none;
}
.sf-form-card .form-control.disabled,
.sf-form-card .form-control[disabled] { background: #eaecef; color: var(--sf-gray-500); cursor: not-allowed; }
.sf-form-card textarea.form-control   { resize: vertical; }

.sf-form-card select.form-control {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
}

/* file row */
.sf-file-row                     { display: flex; align-items: center; gap: 12px; }
.sf-file-row input[type="file"]  { flex: 1; font-size: 13px; }
.sf-btn-add-file {
  white-space: nowrap; font-size: 13px; font-weight: 600; color: var(--sf-accent);
  background: rgba(74,144,226,.08); border: 1px solid rgba(74,144,226,.25);
  border-radius: var(--sf-radius); padding: 8px 16px; cursor: pointer;
  transition: background .2s, border-color .2s;
}
.sf-btn-add-file:hover           { background: rgba(74,144,226,.16); border-color: var(--sf-accent); }
.sf-file-hint                    { font-size: 11.5px; color: var(--sf-gray-500); margin-top: 6px; }

/* actions */
.sf-form-actions                 { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 30px; }
.sf-btn-submit {
  background: var(--sf-accent); color: var(--sf-white); border: none;
  border-radius: var(--sf-radius); padding: 11px 36px; font-size: 15px; font-weight: 600;
  cursor: pointer; box-shadow: 0 2px 6px rgba(74,144,226,.35);
  transition: background .2s, transform .1s;
}
.sf-btn-submit:hover             { background: var(--sf-accent-hover); }
.sf-btn-submit:active            { transform: scale(.97); }
.sf-btn-cancel {
  background: transparent; color: var(--sf-gray-500); border: 1px solid var(--sf-gray-300);
  border-radius: var(--sf-radius); padding: 10px 28px; font-size: 14px;
  cursor: pointer; text-decoration: none; transition: border-color .2s, color .2s;
}
.sf-btn-cancel:hover             { border-color: var(--sf-gray-500); color: var(--sf-gray-700); }

/* ── responsive ── */
@media (max-width: 767px) {
  .sf-form-card    { padding: 24px 18px 28px; }
  .sf-sidebar-card { margin-bottom: 24px; position: static; }
}

/* ── responsive ── */
@media (max-width: 767px) {
  .sf-footer                     { padding-top: 40px; }
  .sf-footer-col                 { margin-bottom: 32px; }
  .sf-footer-bottom              { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 768px) {
  .productSwiper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .productSwiper .swiper-slide {
    width: 100% !important;
  }
}

/* Style z domain-check-widget.html + dodatkowe dla wyników */
.sf-domain-check {
  background: #f8f9fb;
  padding: 40px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.sf-domain-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.sf-domain-title {
  font-size: 24px;
  font-weight: 700;
  color: #213db5;
  margin: 0 0 24px;
}

.sf-domain-form {
  margin: 0;
}

.sf-domain-input-group {
  display: flex;
  align-items: stretch;
  gap: 0;
  box-shadow: 0 12px 40px rgba(33, 61, 181, 0.15);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #4a5dd8;
  transition: all 0.3s;
}

.sf-domain-input-group:focus-within {
  border-color: #213db5;
  box-shadow: 0 12px 40px rgba(33, 61, 181, 0.3);
}

.sf-domain-input {
  flex: 1;
  padding: 32px;
  border: none;
  font-size: 16px;
  color: #1a1a2e;
  outline: none;
  transition: all 0.3s;
  background: #fff;
  line-height: 1.5;
}

.sf-domain-input:focus {
  background: #fafbff;
}

.sf-domain-input::placeholder {
  color: #9ca3af;
  line-height: 1.5;
}

.sf-domain-btn {
  padding: 20px 32px;
  background: #213db5;
  color: #fff;
  border: none;
  border-left: 2px solid rgba(255,255,255,0.2);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 1.5;
}

.sf-domain-btn:hover:not(:disabled) {
  background: #1b2f96;
  transform: translateX(2px);
  box-shadow: -4px 0 12px rgba(33, 61, 181, 0.3);
}

.sf-domain-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.sf-domain-btn i {
  font-size: 15px;
}

.sf-domain-btn.loading .btn-text {
  display: none;
}

.sf-domain-btn.loading .btn-loading {
  display: flex !important;
}

.btn-loading {
  display: none;
}

.sf-domain-extensions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sf-ext-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
  margin-right: 8px;
}

.sf-ext-btn {
  padding: 10px 20px;
  background: #fff;
  color: #213db5;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 70px;
  text-align: center;
}

.sf-ext-btn:hover {
  background: #213db5;
  color: #fff;
  border-color: #213db5;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(33, 61, 181, 0.25);
}

.sf-ext-btn:active {
  transform: translateY(0);
}

/* Results */
.sf-domain-results {
  margin-top: 32px;
  text-align: left;
}

.sf-results-list {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.sf-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.2s;
}

.sf-result-item:last-child {
  border-bottom: none;
}

.sf-result-item:hover {
  background: #f9fafb;
}

.sf-result-domain {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.sf-result-status {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.sf-result-status.available {
  background: #d1fae5;
  color: #065f46;
}

.sf-result-status.taken {
  background: #fee2e2;
  color: #991b1b;
}

.sf-result-info {
  flex: 1;
}

.sf-result-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
}

.sf-result-status-text {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}

.sf-result-price {
  font-size: 15px;
  color: #6b7280;
  margin: 0 16px;
  font-weight: 600;
}

.sf-result-renew {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  font-weight: 400;
  margin-top: 2px;
}

.sf-result-action {
  flex-shrink: 0;
}

.sf-result-btn {
  padding: 10px 20px;
  background: #213db5;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.sf-result-btn:hover:not(:disabled) {
  background: #1b2f96;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(33, 61, 181, 0.3);
  color: #fff;
}

.sf-result-btn:disabled {
  background: #e5e7eb;
  color: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.sf-result-btn i {
  font-size: 13px;
}

/* Loading state */
.sf-results-loading {
  padding: 40px;
  text-align: center;
  color: #6b7280;
}

.sf-results-loading i {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
  color: #213db5;
}

/* Empty state */
.sf-results-empty {
  padding: 40px;
  text-align: center;
  color: #6b7280;
}

.sf-results-empty i {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
  color: #dc2626;
}

/* Responsive */
@media (max-width: 767px) {
  .sf-domain-check {
    padding: 32px 0;
  }

  .sf-domain-wrapper {
    padding: 0 16px;
  }

  .sf-domain-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sf-domain-input-group {
    flex-direction: column;
    border-radius: 10px;
  }

  .sf-domain-input {
    padding: 16px 20px;
    font-size: 15px;
    border-bottom: 2px solid #e5e7eb;
  }

  .sf-domain-btn {
    padding: 16px 20px;
    justify-content: center;
    font-size: 15px;
    border-left: none;
    border-top: 2px solid rgba(255,255,255,0.2);
  }

  .sf-domain-extensions {
    gap: 10px;
    margin-top: 20px;
  }

  .sf-ext-label {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .sf-ext-btn {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 65px;
  }
  
  .sf-result-item {
    flex-wrap: wrap;
    padding: 16px 18px;
  }

  .sf-result-domain {
    width: 100%;
    margin-bottom: 12px;
  }

  .sf-result-price {
    margin: 0 auto 0 0;
  }

  .sf-result-action {
    width: 100%;
  }

  .sf-result-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .sf-domain-check {
    padding: 24px 0;
  }

  .sf-domain-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .sf-domain-input {
    padding: 15px 18px;
    font-size: 14px;
  }

  .sf-domain-btn {
    padding: 15px 18px;
    font-size: 14px;
  }

  .sf-ext-btn {
    padding: 9px 14px;
    font-size: 13px;
    min-width: 60px;
  }
}