@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  color: #fff;
  background-color: #121212;
  background-image: url("../images/body.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.container {
  position: relative;
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

/* Tlačítka */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 18px;
  cursor: pointer;
  border-radius: 5px;
  color: #07131b;
  font-weight: 600;
  text-decoration: none;
  border: 0;
}
.btn.btn_orange {
  background: linear-gradient(to bottom, #f89832 0%, #d07425 100%);
  border-top: 1px solid #febb62;
  border-right: 1px solid #d07425;
  border-bottom: 1px solid #d07425;
  border-left: 1px solid #febb62;
}
.btn.btn_blue {
  background: linear-gradient(to bottom, #5bb1ed 0%, #2185cb 100%);
  border-top: 1px solid #7dc8fc;
  border-right: 1px solid #2185cb;
  border-bottom: 1px solid #2185cb;
  border-left: 1px solid #7dc8fc;
  color: #fff;
}
.btn.btn_blue:hover {
  filter: brightness(1.08);
}

/* Horní menu */
#top_menu {
  position: relative;
  z-index: 50;
}
#top_menu .menu_items {
  display: flex;
  width: 100%;
}
#top_menu .menu_items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-height: 50px;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid #252525;
  border-bottom: 1px solid #252525;
  background-image: url("../images/top_menu.png");
  background-repeat: repeat;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#top_menu .menu_items a:first-child {
  border-left: 1px solid #252525;
  border-bottom-left-radius: 8px;
}
#top_menu .menu_items a:last-child {
  border-bottom-right-radius: 8px;
}
#top_menu .menu_items a:hover, #top_menu .menu_items a.active {
  color: #e79300;
}

.mobile_menu_button {
  display: none;
}

/* Hlavička - PC verze (přesné pozicování dle originálu) */
#top {
  position: relative;
  height: 350px;
}
#top .top-brand {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 300px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
#top .top-brand .logo {
  width: 300px;
  max-width: 100%;
}
#top .top-brand .from {
  position: absolute;
  top: 125px;
  left: 165px;
  font-size: 20px;
  white-space: nowrap;
}
#top .top-brand .from strong {
  font-size: 30px;
}
#top .whois-wrapper {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 400px;
}
#top .whois_box {
  position: relative;
  width: 100%;
  min-height: 150px;
  padding: 32px 28px 20px;
  border: 1px solid #252525;
  border-radius: 8px;
  background-image: url("../images/top_menu.png");
  background-repeat: repeat;
}
#top .whois_box .whois_title {
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#top .whois_box .domain input {
  display: block;
  width: 100%;
  min-height: 39px;
  padding: 7px 12px;
  border: 1px solid #aaa;
  text-align: center;
  font-size: 17px;
}
#top .whois_box .submit {
  margin-top: 22px;
  text-align: center;
}
#top .whois_box .submit .btn {
  width: auto;
}

/* Hlavní obsah */
#content h1 {
  margin: 0;
  padding: 0 0 6px 10px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #202020;
}
#content .content {
  padding-bottom: 35px;
}

/* Úvodní stránka */
#homepage .promo {
  margin-top: 23px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
#homepage .promo span {
  color: #e79300;
}
#homepage .promo_button {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}
#homepage .promo_button .btn {
  min-width: 220px;
}
#homepage .compare {
  margin-top: 20px;
}
#homepage .compare > .title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
#homepage .compare .columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#homepage .compare .left_column,
#homepage .compare .right_column {
  min-width: 0;
}
#homepage .compare .left_column {
  padding-right: 28px;
  border-right: 1px solid #333;
}
#homepage .compare .right_column {
  padding-left: 28px;
}
#homepage .compare .param {
  margin-bottom: 4px;
  color: #47a9eb;
  font-size: 18px;
  font-weight: 600;
}
#homepage .compare .param_description {
  margin-bottom: 22px;
  color: #fff;
  line-height: 1.45;
}

/* Blok tarifu Gold */
#tariff_gold_promo {
  padding: 22px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.74);
}
#tariff_gold_promo .tariff_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
#tariff_gold_promo .name {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#tariff_gold_promo .name i {
  color: #f3a500;
  font-size: 21px;
}
#tariff_gold_promo .tariff_links {
  flex-shrink: 0;
  text-align: right;
}
#tariff_gold_promo .vip_button a {
  color: #47a9eb;
  font-weight: 600;
}
#tariff_gold_promo .vip {
  display: none;
  margin-top: 7px;
}
#tariff_gold_promo .vip a {
  color: #47a9eb;
}
#tariff_gold_promo .tariff_content {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 170px;
  align-items: center;
  gap: 38px;
  min-height: 320px;
}
#tariff_gold_promo .tariff_recommendation {
  text-align: center;
}
#tariff_gold_promo .tariff_recommendation .compromise_img {
  max-width: 185px;
  margin: 0 auto 12px;
}
#tariff_gold_promo .compromise {
  color: #47a9eb;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}
#tariff_gold_promo .compromise span {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
}
#tariff_gold_promo .params {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
#tariff_gold_promo .params .param {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
#tariff_gold_promo .params .param i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #f3a500;
  font-size: 21px;
  border-radius: 5px;
  background: rgba(243, 165, 0, 0.08);
}
#tariff_gold_promo .tariff_prices {
  align-self: flex-end;
  width: 100%;
}
#tariff_gold_promo #price_vip {
  display: none;
}
#tariff_gold_promo #price_normal,
#tariff_gold_promo #price_vip {
  width: 100%;
}
#tariff_gold_promo .price_box {
  width: 100%;
  padding: 14px 12px;
  border-radius: 5px;
  background: rgba(24, 24, 24, 0.96);
  text-align: center;
}
#tariff_gold_promo .price_box .price_title {
  margin-bottom: 3px;
  color: #e79300;
  font-weight: 600;
}
#tariff_gold_promo .price_box .price {
  white-space: nowrap;
}
#tariff_gold_promo .price_box .price span {
  font-size: 30px;
}
#tariff_gold_promo .price_box .price small {
  font-size: 13px;
}

/* Patčka */
#footer {
  padding: 28px 0 24px;
  background: #282828;
  text-align: center;
}
#footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0;
  margin-bottom: 20px;
}
#footer .links a {
  position: relative;
  padding: 0 14px;
  color: #aaa;
  text-decoration: none;
}
#footer .links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 14px;
  background: #555;
}
#footer .links a:hover, #footer .links a.active {
  color: #fff;
}
#footer .provider {
  margin-bottom: 5px;
}
#footer .vat {
  color: #ccc;
  font-size: 13px;
}

/* ==========================================================================
   RESPONZIVNÍ MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 1000px) {
  #top .top-brand {
    left: 10px;
    width: 270px;
  }
  #top .top-brand .from {
    left: 145px;
  }
  #top .whois-wrapper {
    right: 10px;
    width: 370px;
  }
  #tariff_gold_promo .tariff_content {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }
  #tariff_gold_promo .tariff_prices {
    grid-column: 1/-1;
    align-self: auto;
    justify-self: center;
    width: 230px;
  }
}
@media screen and (max-width: 800px) {
  body {
    background-position: center 60px;
  }
  .container {
    width: auto;
    max-width: none;
    margin-right: 15px;
    margin-left: 15px;
  }
  .mobile_menu_button {
    display: block;
    width: 46px;
    height: 42px;
    margin: 10px 0 10px auto;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #252525;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.9);
  }
  .mobile_menu_button span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .mobile_menu_button.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile_menu_button.open span:nth-child(2) {
    opacity: 0;
  }
  .mobile_menu_button.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  #top_menu {
    min-height: 62px;
  }
  #top_menu .menu_items {
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #252525;
    border-radius: 8px;
    background: #080808;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.45);
  }
  #top_menu .menu_items.open {
    display: flex;
  }
  #top_menu .menu_items a {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-bottom: 1px solid #252525;
    border-radius: 0;
  }
  #top_menu .menu_items a:first-child {
    border-left: 0;
    border-bottom-left-radius: 0;
  }
  #top_menu .menu_items a:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0;
  }
  /* Přepnutí na mobilní rozvržení v hlavičce */
  #top {
    height: auto;
    min-height: 0;
    padding: 25px 0 35px;
  }
  #top .top-brand {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #252525;
    border-radius: 8px;
    text-align: center;
  }
  #top .top-brand .logo {
    margin: 0 auto;
    width: 260px;
  }
  #top .top-brand .from {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }
  #top .whois-wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin: 15px auto 0;
  }
  #top .whois_box {
    min-height: 0;
    padding: 22px;
  }
  #top .whois_box .whois_title {
    position: relative;
    top: auto;
    margin-bottom: 16px;
  }
  #top .whois_box .submit .btn {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #content h1 {
    padding-left: 0;
    font-size: 19px;
  }
  #homepage .promo {
    font-size: 20px;
  }
  #homepage .compare .columns {
    grid-template-columns: 1fr;
  }
  #homepage .compare .left_column {
    padding-right: 0;
    border-right: 0;
  }
  #homepage .compare .right_column {
    padding-left: 0;
  }
  #tariff_gold_promo {
    padding: 18px;
  }
  #tariff_gold_promo .tariff_header {
    align-items: flex-start;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #202020;
  }
  #tariff_gold_promo .name {
    font-size: 18px;
  }
  #tariff_gold_promo .tariff_links {
    max-width: 145px;
    font-size: 14px;
  }
  #tariff_gold_promo .tariff_content {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }
  #tariff_gold_promo .params {
    order: 1;
  }
  #tariff_gold_promo .tariff_recommendation {
    order: 2;
  }
  #tariff_gold_promo .tariff_recommendation .compromise_img {
    display: none;
  }
  #tariff_gold_promo .tariff_prices {
    order: 3;
    grid-column: auto;
    width: 100%;
  }
  #tariff_gold_promo .compromise {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(71, 169, 235, 0.24);
    border-radius: 7px;
    background: rgba(71, 169, 235, 0.06);
    font-size: 17px;
    text-align: left;
  }
  #tariff_gold_promo .compromise span {
    flex-shrink: 0;
    margin: 0;
    font-size: 16px;
  }
  #tariff_gold_promo .price_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 14px;
  }
  #tariff_gold_promo .price_box .price_title {
    margin: 0;
    font-size: 13px;
  }
  #tariff_gold_promo .price_box .price {
    display: flex;
    align-items: baseline;
    gap: 3px;
  }
  #tariff_gold_promo .price_box .price span {
    font-size: 25px;
  }
  #footer {
    padding-bottom: 90px;
  }
  #footer .links {
    flex-direction: column;
    align-items: center;
  }
  #footer .links a {
    padding: 5px 10px;
  }
  #footer .links a::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    background-size: auto 430px;
  }
  #top .top-brand .logo {
    width: 225px;
  }
  #top .top-brand .from {
    font-size: 17px;
  }
  #top .top-brand .from strong {
    font-size: 23px;
  }
  #top .whois_box {
    padding: 18px 15px;
  }
  #top .whois_box .whois_title {
    font-size: 17px;
  }
  #homepage .promo {
    font-size: 18px;
  }
  #homepage .promo_button .btn {
    width: 100%;
    min-width: 0;
  }
  #tariff_gold_promo {
    padding: 16px 14px;
  }
  #tariff_gold_promo .tariff_header {
    display: block;
  }
  #tariff_gold_promo .tariff_links {
    max-width: none;
    margin-top: 7px;
    text-align: left;
  }
  #tariff_gold_promo .params .param {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    min-height: 38px;
    font-size: 14px;
  }
  #tariff_gold_promo .params .param i {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  #tariff_gold_promo .compromise {
    display: block;
    text-align: center;
  }
  #tariff_gold_promo .compromise span {
    margin-top: 4px;
  }
}
#whois {
  padding: 20px 0 0 0;
}
#whois table {
  width: 100%;
}
#whois table tr td {
  background-color: black;
  padding: 8px 15px;
}
#whois table tr td.name {
  width: 300px;
}
#whois table tr td.state .free {
  color: #05c100;
  font-weight: 600;
}
#whois table tr td.state .used {
  color: #e00000;
  font-weight: 600;
}
#whois table tr td.state .unknown {
  color: #c1c1c1;
}

/* ==========================================================================
   SEKCE KONTAKTY (#contact)
   ========================================================================== */
#contact {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
#contact .contact_right,
#contact .contact_left {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.6);
}
#contact .title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#contact .title:not(:first-child) {
  margin-top: 25px;
}
#contact .text {
  color: #ddd;
  font-size: 14.5px;
  line-height: 1.6;
}
#contact .text p {
  margin: 0 0 15px;
}
#contact .text p:last-child {
  margin-bottom: 0;
}
#contact .text p strong {
  color: #fff;
}
#contact .text a {
  color: #47a9eb;
  text-decoration: underline;
}
#contact .text a:hover {
  color: #e79300;
  text-decoration: none;
}
#contact .text {
  /* E-mail tlačitko roztáhnuté přes plnou šířku */
}
#contact .text .icons {
  margin-top: 18px;
}
#contact .text .icons .icon {
  width: 100%;
}
#contact .text .icons .icon.mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  background: rgba(243, 165, 0, 0.08);
  border: 1px solid rgba(243, 165, 0, 0.25);
  color: #e79300;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
#contact .text .icons .icon.mail a i {
  font-size: 18px;
}
#contact .text .icons .icon.mail a:hover {
  background: rgba(243, 165, 0, 0.16);
  border-color: rgba(243, 165, 0, 0.5);
  color: #fff;
  text-decoration: none;
}
#contact .content {
  color: #ddd;
  font-size: 14.5px;
  line-height: 1.6;
}
#contact .content strong {
  color: #fff;
}
#contact .line {
  margin: 25px 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* RESPONZIVITA PRO KONTAKTY */
@media screen and (max-width: 800px) {
  #contact {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #contact .contact_right,
  #contact .contact_left {
    padding: 18px;
  }
  #contact .text .icons .icon.mail a {
    min-height: 44px;
    font-size: 15px;
  }
}
/* ==========================================================================
   SEKCE WEBHOSTING
   ========================================================================== */
#webhosting .promo {
  margin: 25px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#webhosting .promo strong {
  color: #e79300;
}
#webhosting .parameters {
  margin-top: 40px;
}
#webhosting .parameters h2 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #282828;
  text-align: center;
}
#webhosting .parameters .param {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.6);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#webhosting .parameters .param:hover {
  background: rgba(30, 30, 30, 0.8);
  border-color: rgba(243, 165, 0, 0.3);
}
#webhosting .parameters .param .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: rgba(243, 165, 0, 0.08);
}
#webhosting .parameters .param .icon i {
  color: #f3a500;
  font-size: 22px;
}
#webhosting .parameters .param .param_info {
  flex: 1;
  min-width: 0;
}
#webhosting .parameters .param .param_info .name {
  margin-bottom: 6px;
  color: #47a9eb;
  font-size: 18px;
  font-weight: 600;
}
#webhosting .parameters .param .param_info .description {
  color: #ddd;
  font-size: 14px;
  line-height: 1.6;
}
#webhosting .parameters .param .param_info .description strong {
  color: #fff;
}

/* RESPONZIVITA PRO WEBHOSTING */
@media screen and (max-width: 650px) {
  #webhosting .promo {
    font-size: 19px;
    margin: 18px 0;
  }
  #webhosting .parameters {
    margin-top: 25px;
  }
  #webhosting .parameters h2 {
    font-size: 19px;
    margin-bottom: 18px;
  }
  #webhosting .parameters .param {
    /* Místo sloupce držíme ikonu a text vedle sebe */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
  }
  #webhosting .parameters .param .icon {
    width: 38px;
    height: 38px;
  }
  #webhosting .parameters .param .icon i {
    font-size: 18px;
  }
  #webhosting .parameters .param .param_info .name {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  #webhosting .parameters .param .param_info .description {
    font-size: 13.5px;
    line-height: 1.5;
  }
}
/* ==========================================================================
   SEKCE DOMĚNY
   ========================================================================== */
#domain .promo_vip {
  margin: 20px 0 30px;
  padding: 14px 18px;
  border: 1px solid rgba(243, 165, 0, 0.3);
  border-radius: 8px;
  background: rgba(243, 165, 0, 0.08);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#domain .promo_vip a {
  color: #e79300;
  font-weight: 600;
}
#domain .promo_vip a:hover {
  text-decoration: underline;
}
#domain .all_domains {
  margin: 25px 0;
  text-align: center;
}
#domain .all_domains .btn {
  min-width: 260px;
}
#domain #all_domains_list {
  display: none;
  margin-top: 25px;
}
#domain .list {
  margin-bottom: 25px;
}
#domain .list .table_responsive {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 15, 15, 0.8);
}
#domain .list table.domain_table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#domain .list table.domain_table th, #domain .list table.domain_table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#domain .list table.domain_table th {
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
#domain .list table.domain_table th.title_background {
  color: #e79300;
  font-size: 17px;
}
#domain .list table.domain_table th.title {
  text-align: right;
  width: 150px;
}
#domain .list table.domain_table tbody tr {
  transition: background-color 0.15s ease;
}
#domain .list table.domain_table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
#domain .list table.domain_table tbody tr:last-child td {
  border-bottom: 0;
}
#domain .list table.domain_table td.tld {
  font-weight: 700;
  color: #47a9eb;
  font-size: 16px;
  width: 140px;
}
#domain .list table.domain_table td.name {
  color: #ccc;
}
#domain .list table.domain_table td.price {
  text-align: right;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* RESPONZIVITA PRO DOMĚNY (MOBILNÍ KARTY) */
@media screen and (max-width: 650px) {
  #domain .promo_vip {
    font-size: 14px;
    padding: 12px;
    margin: 15px 0 20px;
  }
  #domain .all_domains .btn {
    width: 100%;
  }
  #domain .list table.domain_table {
    display: block;
  }
  #domain .list table.domain_table thead {
    display: block;
  }
  #domain .list table.domain_table thead tr {
    display: block;
  }
  #domain .list table.domain_table thead tr th {
    display: block;
    width: 100% !important;
    text-align: center !important;
    padding: 12px;
    /* Skryjeme hlavičky "Registrace" a "Prodloužení", necháme jen název sekce */
  }
  #domain .list table.domain_table thead tr th.title {
    display: none;
  }
  #domain .list table.domain_table tbody {
    display: block;
  }
  #domain .list table.domain_table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  #domain .list table.domain_table tbody tr td {
    border: 0;
    padding: 2px 0;
  }
  #domain .list table.domain_table tbody tr td.tld {
    width: 100%;
    font-size: 17px;
    margin-bottom: 4px;
  }
  #domain .list table.domain_table tbody tr td {
    /* Skryjeme dlouhé názvy/popisy zemí pro zkompaktnění */
  }
  #domain .list table.domain_table tbody tr td.name {
    display: none;
  }
  #domain .list table.domain_table tbody tr td.price {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    text-align: left;
    /* Přidáme štítek před cenu na mobilu */
  }
  #domain .list table.domain_table tbody tr td.price::before {
    content: attr(data-label) ": ";
    color: #888;
    font-weight: normal;
    font-size: 13px;
  }
}
/* ==========================================================================
   SEKCE FAQ (NÁPOVĚDA)
   ========================================================================== */
#faq {
  margin-top: 25px;
}
#faq .faq_categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
#faq .category_card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.6);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
#faq .category_card:hover {
  background: rgba(26, 26, 26, 0.8);
  border-color: rgba(243, 165, 0, 0.25);
}
#faq .category_card .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #e79300;
  font-size: 18px;
  font-weight: 600;
}
#faq .category_card .title i {
  font-size: 18px;
}
#faq .category_card .articles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#faq .category_card .articles a {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: #ccc;
  font-size: 14.5px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}
#faq .category_card .articles a i {
  flex-shrink: 0;
  margin-top: 3px;
  color: #47a9eb;
  font-size: 13px;
}
#faq .category_card .articles a:hover {
  color: #fff;
  transform: translateX(3px);
}
#faq .category_card .articles a:hover i {
  color: #e79300;
}

/* RESPONZIVITA PRO FAQ */
@media screen and (max-width: 768px) {
  #faq .faq_categories {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #faq .category_card {
    padding: 16px;
  }
  #faq .category_card .title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  #faq .category_card .articles {
    gap: 10px;
  }
  #faq .category_card .articles a {
    font-size: 14px;
    padding: 4px 0;
  }
}
/* ==========================================================================
   DETAIL STRÁNKY / NÁPOVĚDY (#static_page)
   ========================================================================== */
#static_page {
  margin-top: 20px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.6);
}
#static_page .text {
  color: #ddd;
  font-size: 15px;
  line-height: 1.65;
}
#static_page .text p {
  margin: 0 0 16px;
}
#static_page .text p:last-child {
  margin-bottom: 0;
}
#static_page .text p strong {
  color: #fff;
}
#static_page .text a {
  color: #47a9eb;
  text-decoration: underline;
}
#static_page .text a:hover {
  color: #e79300;
  text-decoration: none;
}
#static_page .text {
  /* Stylizace seznamů (číslované i odrážky) */
}
#static_page .text ol, #static_page .text ul {
  margin: 15px 0 20px;
  padding-left: 24px;
}
#static_page .text ol li, #static_page .text ul li {
  margin-bottom: 8px;
  padding-left: 4px;
}
#static_page .text ol li:last-child, #static_page .text ul li:last-child {
  margin-bottom: 0;
}
#static_page .text ol li strong, #static_page .text ul li strong {
  color: #fff;
}
#static_page .text ol {
  list-style-type: decimal;
}
#static_page .text ol li::marker {
  color: #e79300;
  font-weight: bold;
}
#static_page .text ul {
  list-style-type: disc;
}
#static_page .text ul li::marker {
  color: #47a9eb;
}
#static_page .text {
  /* Odstavec s TIPem / Upozorněním */
}
#static_page .text p:has(strong:first-child) {
  margin-top: 20px;
  padding: 12px 16px;
  border-left: 3px solid #e79300;
  border-radius: 0 6px 6px 0;
  background: rgba(243, 165, 0, 0.08);
}
#static_page .text p:has(strong:first-child) strong {
  color: #e79300;
}

/* RESPONZIVITA PRO DETAIL STRÁNKY */
@media screen and (max-width: 650px) {
  #static_page {
    padding: 16px;
    margin-top: 15px;
  }
  #static_page .text {
    font-size: 14px;
    line-height: 1.6;
  }
  #static_page .text ol, #static_page .text ul {
    padding-left: 18px;
  }
  #static_page .text p:has(strong:first-child) {
    padding: 10px 12px;
  }
}
/* ==========================================================================
   SEKCE REGISTRACE A AKTIVACE (#registration, #activation)
   ========================================================================== */
#registration {
  margin-top: 25px;
}
#registration .promo {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
#registration .promo strong {
  color: #e79300;
}
#registration {
  /* Úspěšná registrace */
}
#registration .registration_success {
  max-width: 600px;
  margin: 30px auto;
  padding: 30px 20px;
  border: 1px solid rgba(71, 169, 235, 0.3);
  border-radius: 8px;
  background: rgba(71, 169, 235, 0.08);
  text-align: center;
}
#registration .registration_success i {
  color: #47a9eb;
  font-size: 48px;
  margin-bottom: 15px;
}
#registration .registration_success .title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#registration .registration_success .text {
  color: #ccc;
  font-size: 15px;
}
#registration .registration_success .text strong {
  color: #e79300;
}
#registration {
  /* Box s formulářem */
}
#registration .form_box {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.6);
}
#registration .section_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#registration .section_title:first-child {
  margin-top: 0;
}
#registration .section_title i {
  color: #e79300;
  font-size: 18px;
}
#registration .form_group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#registration .form_group .label_col {
  width: 200px;
  flex-shrink: 0;
  padding-right: 15px;
  color: #ccc;
  font-size: 14.5px;
  font-weight: 600;
}
#registration .form_group .label_col label {
  cursor: pointer;
}
#registration .form_group .label_col .required {
  color: #e79300;
  margin-left: 2px;
}
#registration .form_group .input_col {
  flex: 1;
  min-width: 0;
}
#registration .form_group .input_col input[type=text],
#registration .form_group .input_col input[type=email],
#registration .form_group .input_col input[type=tel] {
  width: 100%;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background: #0d0d0d;
  color: #fff;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#registration .form_group .input_col input[type=text]:focus,
#registration .form_group .input_col input[type=email]:focus,
#registration .form_group .input_col input[type=tel]:focus {
  outline: 0;
  border-color: #47a9eb;
  box-shadow: 0 0 0 3px rgba(71, 169, 235, 0.15);
}
#registration .form_group .input_col input[type=text]::placeholder,
#registration .form_group .input_col input[type=email]::placeholder,
#registration .form_group .input_col input[type=tel]::placeholder {
  color: #666;
}
#registration .recaptcha_wrapper {
  display: flex;
  justify-content: center;
  margin: 25px 0 20px;
}
#registration .button_wrapper {
  text-align: center;
  margin-top: 20px;
}
#registration .button_wrapper .btn {
  min-width: 240px;
  min-height: 46px;
  font-size: 16px;
}
#registration {
  /* Flash zprávy */
}
#registration .flashes {
  max-width: 700px;
  margin: 0 auto 20px;
}
#registration .flashes .flash {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14.5px;
}
#registration .flashes .flash.error {
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #ff6b6b;
}
#registration .flashes .flash.info {
  background: rgba(71, 169, 235, 0.15);
  border: 1px solid rgba(71, 169, 235, 0.4);
  color: #7dc8fc;
}

/* Sekce aktivace */
#activation {
  margin-top: 30px;
}
#activation .status_box {
  max-width: 600px;
  margin: 0 auto;
  padding: 35px 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  background: rgba(20, 20, 20, 0.6);
  text-align: center;
}
#activation .status_box .state_ok,
#activation .status_box .state_error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
#activation .status_box .state_ok i,
#activation .status_box .state_error i {
  font-size: 28px;
}
#activation .status_box .state_ok {
  color: #28a745;
}
#activation .status_box .state_error {
  color: #dc3545;
}
#activation .status_box .message {
  color: #ccc;
  font-size: 15px;
}

/* RESPONZIVITA PRO REGISTRACI A AKTIVACI */
@media screen and (max-width: 650px) {
  #registration .promo {
    font-size: 18px;
    margin-bottom: 18px;
  }
  #registration .form_box {
    padding: 18px 15px;
  }
  #registration .form_group {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 14px;
  }
  #registration .form_group .label_col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 6px;
    font-size: 13.5px;
  }
  #registration .form_group .input_col input[type=text],
  #registration .form_group .input_col input[type=email],
  #registration .form_group .input_col input[type=tel] {
    min-height: 40px;
    font-size: 14px;
  }
  #registration .button_wrapper .btn {
    width: 100%;
  }
  #registration .recaptcha_wrapper {
    transform: scale(0.9);
    transform-origin: center;
    margin: 15px 0 10px;
  }
  #activation .status_box {
    padding: 22px 15px;
  }
  #activation .status_box .state_ok,
  #activation .status_box .state_error {
    font-size: 18px;
  }
  #activation .status_box .state_ok i,
  #activation .status_box .state_error i {
    font-size: 22px;
  }
  #activation .status_box .message {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
