.page-shell {
  padding: 28px 0 68px;
  background: linear-gradient(180deg, #f7f9fd, #ffffff);
}

.panel-shell {
  background:
    radial-gradient(circle at top right, rgba(54, 102, 223, 0.12), transparent 22%),
    linear-gradient(180deg, #eef3fb 0%, #f8fbff 34%, #ffffff 100%);
}

.page-hero {
  padding: 24px 0 16px;
}

.page-hero-box,
.content-card,
.contact-card,
.member-card {
  border: 1px solid rgba(15, 37, 84, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(7, 28, 74, 0.07);
}

.page-hero-box {
  padding: 24px 28px;
  background:
    radial-gradient(circle at top right, rgba(78, 129, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.panel-hero-box {
  position: relative;
  overflow: hidden;
  border-color: rgba(8, 30, 83, 0.14);
  background:
    radial-gradient(circle at top right, rgba(103, 153, 255, 0.34), transparent 25%),
    radial-gradient(circle at bottom left, rgba(47, 107, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #081b47 0%, #102c67 54%, #193e8b 100%);
  box-shadow: 0 20px 40px rgba(10, 28, 74, 0.18);
}

.panel-hero-box::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(8px);
}

.panel-hero-box .page-kicker {
  color: #dce7ff;
  background: rgba(255, 255, 255, 0.1);
}

.page-kicker {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #4b74d7;
  background: rgba(45, 107, 255, 0.08);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.page-hero-box h1 {
  margin: 14px 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: #172b58;
}

.panel-hero-box h1 {
  color: #ffffff;
}

.page-hero-box p {
  max-width: 760px;
  margin: 0;
  color: #64718e;
  line-height: 1.65;
  font-size: 0.96rem;
}

.panel-hero-box p {
  color: rgba(232, 239, 255, 0.82);
}

.panel-hero-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.panel-hero-metric {
  padding: 14px 16px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.panel-hero-metric span {
  display: block;
  margin-bottom: 6px;
  color: rgba(225, 233, 255, 0.74);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-hero-metric strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.content-card {
  padding: 24px;
}

.content-card-media {
  width: 100%;
  height: 220px;
  margin-bottom: 18px;
  border-radius: 18px;
  object-fit: cover;
}

.content-card-media-large {
  height: auto;
  max-height: 420px;
}

.content-card h2,
.content-card h3,
.contact-card h2,
.member-card h2 {
  margin: 0 0 12px;
  color: #162a57;
  font-family: "Outfit", sans-serif;
}

.content-card p,
.contact-card p,
.member-table td,
.member-table th,
.member-card li {
  color: #69758f;
  line-height: 1.75;
}

.stack-layout {
  display: grid;
  gap: 18px;
}

.blog-grid,
.contact-grid,
.member-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-card,
.member-card {
  padding: 24px;
}

.panel-shell .member-card {
  border-color: rgba(13, 37, 86, 0.1);
  box-shadow: 0 18px 34px rgba(7, 28, 74, 0.08);
}

.panel-shell .member-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.panel-shell .member-card h2::before {
  content: "";
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6bff, #6d95ff);
  box-shadow: 0 0 0 6px rgba(47, 107, 255, 0.1);
}

.contact-list,
.member-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form,
.signup-form-page {
  display: grid;
  gap: 16px;
}

.signup-form-page label {
  display: grid;
  gap: 8px;
}

.signup-form-page label span {
  color: #22345f;
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.signup-form-page input,
.signup-form-page textarea,
.signup-form-page select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(20, 35, 74, 0.12);
  border-radius: 14px;
  background: #f8faff;
  font: inherit;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.signup-form-page textarea {
  min-height: 150px;
  resize: vertical;
}

.member-table {
  width: 100%;
  border-collapse: collapse;
}

.member-table th,
.member-table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(15, 37, 84, 0.08);
  text-align: left;
  font-size: 0.88rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.08);
  color: #275df2;
  font-size: 0.72rem;
  font-weight: 800;
}

.notice-box {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(28, 166, 106, 0.08);
  color: #11724b;
  font-size: 0.86rem;
  font-weight: 700;
}

.notice-error {
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
}

.site-toast-stack {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 120;
  display: grid;
  gap: 12px;
  width: min(360px, calc(100vw - 28px));
}

.site-toast {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  padding: 14px 14px 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 37, 84, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(7, 28, 74, 0.16);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
  backdrop-filter: blur(12px);
}

.site-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.site-toast-success {
  border-color: rgba(28, 166, 106, 0.16);
}

.site-toast-error {
  border-color: rgba(180, 35, 24, 0.16);
}

.site-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.site-toast-success .site-toast-icon {
  color: #11724b;
  background: rgba(28, 166, 106, 0.12);
}

.site-toast-error .site-toast-icon {
  color: #b42318;
  background: rgba(180, 35, 24, 0.12);
}

.site-toast-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.site-toast-content {
  color: #20345f;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.55;
}

.site-toast-close {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: #6b7894;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-toast-close:hover {
  background: rgba(15, 37, 84, 0.06);
}

.member-profile-form {
  margin-top: 18px;
}

.member-form-grid {
  display: grid;
  gap: 16px;
}

.member-form-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.member-static-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.member-static-field {
  padding: 16px 18px;
  border: 1px solid rgba(20, 35, 74, 0.1);
  border-radius: 16px;
  background: #f8faff;
}

.member-static-field span {
  display: block;
  margin-bottom: 6px;
  color: #6d7993;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.member-static-field strong {
  color: #162a57;
  font-size: 0.98rem;
}

.member-form-note {
  margin: 0 0 14px;
  color: #6c7891;
  line-height: 1.7;
}

.is-hidden {
  display: none !important;
}

.panel-tabbar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.panel-tabbar-shell {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(15, 37, 84, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 34px rgba(7, 28, 74, 0.06);
}

.panel-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(15, 37, 84, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 26px rgba(7, 28, 74, 0.06);
  color: #30456f;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.panel-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(7, 28, 74, 0.1);
}

.panel-tab.is-active {
  color: #ffffff;
  border-color: rgba(47, 107, 255, 0.2);
  background: linear-gradient(135deg, #2f6bff, #5f8fff);
  box-shadow: 0 18px 34px rgba(47, 107, 255, 0.22);
}

.panel-tab-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.panel-tab-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.panel-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.panel-stat-card {
  display: grid;
  gap: 10px;
  align-content: start;
  position: relative;
  overflow: hidden;
}

.panel-stat-card::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -34px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: rgba(47, 107, 255, 0.06);
}

.panel-stat-card strong {
  color: #152a58;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1;
}

.panel-stat-label {
  color: #6480c5;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.panel-support-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.panel-support-user {
  padding: 18px 20px;
  border: 1px solid rgba(15, 37, 84, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff, #f4f8ff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.panel-support-user span {
  display: block;
  margin-bottom: 8px;
  color: #6a7894;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.panel-support-user strong {
  display: block;
  margin-bottom: 6px;
  color: #142a58;
  font-size: 1.16rem;
}

.panel-support-user small {
  color: #6b7790;
  line-height: 1.6;
}

.panel-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.panel-support-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(15, 37, 84, 0.08);
  border-radius: 22px;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.panel-support-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(7, 28, 74, 0.1);
}

.panel-support-card.is-active {
  border-color: rgba(47, 107, 255, 0.22);
  background: linear-gradient(180deg, rgba(47, 107, 255, 0.08), rgba(255, 255, 255, 0.98));
  box-shadow: 0 22px 36px rgba(47, 107, 255, 0.14);
}

.panel-support-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.panel-support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #2f68f5;
  background: rgba(47, 107, 255, 0.08);
}

.panel-support-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.panel-support-card strong {
  color: #142a58;
  font-size: 1rem;
}

.panel-support-card small {
  color: #66748e;
  line-height: 1.7;
}

.registration-company-field {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.service-search-card {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.service-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.service-search-head p {
  margin: 8px 0 0;
}

.service-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.service-search-form input[type="search"] {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(20, 35, 74, 0.12);
  border-radius: 14px;
  background: #f8faff;
  font: inherit;
}

.service-search-empty {
  margin-top: 4px;
}

.error-page-card {
  text-align: center;
}

.error-page-code {
  display: block;
  margin: 14px 0 8px;
  color: #2f6bff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 12vw, 7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.error-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.error-page-help {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
  text-align: left;
}

.services-grid-detailed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.services-grid-detailed .service-card {
  gap: 16px;
  min-height: 100%;
  padding: 24px;
}

.service-card-image {
  width: 100%;
  height: 220px;
  border-radius: 18px;
  object-fit: cover;
}

.service-detail-copy {
  color: #637089;
  font-size: 0.9rem;
  line-height: 1.8;
}

.service-price-stack {
  display: grid;
  gap: 4px;
}

.service-price-stack strong {
  color: #183266;
  font-size: 1rem;
}

.service-price-stack span {
  color: #4d6dc0;
  font-size: 0.84rem;
  font-weight: 700;
}

.service-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-feature-list li {
  padding: 12px 14px;
  border: 1px solid rgba(20, 35, 74, 0.08);
  border-radius: 14px;
  color: #5f6f8e;
  background: #f8faff;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.service-cart-form {
  display: inline-flex;
}

.service-button-secondary {
  color: #17377e;
  background: rgba(23, 55, 126, 0.08);
  border-color: rgba(23, 55, 126, 0.12);
}

.service-button-secondary:hover {
  background: #17377e;
}

.cart-stack {
  display: grid;
  gap: 14px;
}

.cart-item-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(15, 37, 84, 0.08);
  border-radius: 18px;
  background: #f8fbff;
}

.cart-item-copy h3 {
  margin: 0 0 8px;
}

.cart-item-copy p {
  margin: 0 0 8px;
}

.cart-item-copy strong {
  color: #163263;
}

.cart-qty-field {
  display: grid;
  gap: 8px;
}

.cart-qty-field span {
  color: #22345f;
  font-size: 0.84rem;
  font-weight: 700;
}

.button[disabled] {
  opacity: 0.55;
  pointer-events: none;
}

.domain-search-card {
  display: grid;
  gap: 18px;
}

.domain-search-copy {
  margin: -6px 0 0;
  color: #6c7891;
  line-height: 1.8;
}

.domain-search-form {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

.domain-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 268px;
  gap: 18px;
  align-items: center;
}

.domain-search-input-wrap {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(15, 37, 84, 0.14);
  background: #ffffff;
}

.domain-search-prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: #243c72;
  font-size: 1.25rem;
  font-weight: 800;
}

.domain-search-input-wrap input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #20345f;
  font: inherit;
  font-size: 1.02rem;
}

.domain-search-input-wrap input::placeholder {
  color: #929eb8;
}

.domain-search-submit {
  min-height: 58px;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.domain-extension-group {
  display: grid;
  gap: 14px;
}

.domain-extension-group > span {
  color: #22345f;
  font-size: 0.88rem;
  font-weight: 700;
}

.domain-extension-options {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 18px;
}

.domain-check-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  cursor: pointer;
}

.domain-check-option input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}

.domain-check-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(15, 37, 84, 0.18);
  background: #ffffff;
  transition: all 0.18s ease;
}

.domain-check-box::after {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 0;
  background: #ffffff;
  clip-path: polygon(14% 54%, 0 68%, 42% 100%, 100% 22%, 84% 8%, 40% 68%);
  transition: opacity 0.18s ease;
}

.domain-check-text {
  color: #22345f;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
}

.domain-check-option input:checked + .domain-check-box {
  border-color: #3a5ea7;
  background: #3a5ea7;
}

.domain-check-option input:checked + .domain-check-box::after {
  opacity: 1;
}

.domain-check-option:hover .domain-check-text {
  color: #2f6bff;
}

.domain-ext-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.domain-ext-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #305fd8;
  background: rgba(47, 107, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 700;
}

.domain-result-card {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 37, 84, 0.08);
}

.domain-results-grid {
  display: grid;
  gap: 16px;
}

.domain-inline-form,
.domain-bulk-form {
  margin-top: 6px;
}

.domain-result-card strong {
  color: #142a58;
  font-size: 1.2rem;
}

.domain-result-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.domain-result-card p {
  margin: 0;
}

.domain-result-available {
  background: rgba(16, 185, 129, 0.08);
}

.domain-result-available span {
  color: #0e8b61;
  background: rgba(16, 185, 129, 0.12);
}

.domain-result-taken {
  background: rgba(244, 63, 94, 0.08);
}

.domain-result-taken span {
  color: #d03159;
  background: rgba(244, 63, 94, 0.12);
}

.domain-result-unknown {
  background: rgba(59, 130, 246, 0.08);
}

.domain-result-unknown span {
  color: #2b65d9;
  background: rgba(59, 130, 246, 0.12);
}

.domain-raw-box {
  margin-top: 12px;
  padding: 18px;
  border-radius: 18px;
  background: #0d1f49;
}

.domain-raw-toggle {
  margin-top: 6px;
}

.domain-raw-toggle summary {
  cursor: pointer;
  color: #335fcf;
  font-size: 0.84rem;
  font-weight: 700;
}

.cart-domain-block {
  margin-top: 18px;
}

.cart-item-card-domain {
  grid-template-columns: 1fr;
}

.domain-raw-box h3 {
  margin: 0 0 12px;
  color: #ffffff;
}

.domain-raw-box pre {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
}

.floating-contact-bar {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 60;
  display: flex;
  gap: 14px;
}

.floating-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  box-shadow: 0 18px 32px rgba(7, 28, 74, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: floatingContactPulse 2.8s ease-in-out infinite;
}

.floating-contact-btn:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 24px 36px rgba(7, 28, 74, 0.22);
}

.floating-contact-btn svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.floating-contact-btn-anydesk {
  background-color: #ef4439;
  width: auto;
  min-width: 140px;
  border-radius: 33px;
  padding: 0 20px;
  display: inline-flex;
  gap: 8px;
}

.floating-contact-btn-anydesk svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.floating-contact-brand {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.floating-contact-btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(135deg, #25d366, #17b955);
  animation-delay: 0.35s;
}

@keyframes floatingContactPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-4px) scale(1.03);
  }
}

.auth-card {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .content-grid,
  .blog-grid,
  .contact-grid,
  .member-grid {
    grid-template-columns: 1fr;
  }

  .services-grid-detailed {
    grid-template-columns: 1fr;
  }

  .panel-tabbar,
  .panel-summary-grid,
  .panel-hero-metrics,
  .panel-support-grid,
  .panel-support-intro,
  .member-form-grid-two,
  .service-search-form,
  .error-page-help {
    grid-template-columns: 1fr;
  }

  .domain-search-row,
  .domain-extension-options {
    grid-template-columns: 1fr;
  }

  .cart-item-card {
    grid-template-columns: 1fr;
  }

  .domain-search-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-hero,
  .page-section {
    overflow-x: clip;
  }

  .site-toast-stack {
    top: 14px;
    right: 14px;
    width: calc(100vw - 28px);
  }

  .panel-tab {
    min-height: 60px;
    padding: 12px 14px;
    font-size: 0.84rem;
  }

  .domain-search-input-wrap {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .domain-search-prefix,
  .domain-search-input-wrap input,
  .domain-search-submit {
    min-height: 52px;
  }

  .floating-contact-bar {
    left: 14px;
    bottom: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .floating-contact-btn {
    width: 58px;
    height: 58px;
  }

  .floating-contact-btn svg {
    width: 26px;
    height: 26px;
  }

  .floating-contact-btn-anydesk {
    width: auto;
    min-width: 0;
    max-width: calc(100vw - 28px);
    min-width: 122px;
    padding: 0 14px;
  }

  .floating-contact-brand {
    font-size: 0.88rem;
  }

  .member-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .member-table th,
  .member-table td {
    padding: 10px 8px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .page-hero-box,
  .panel-hero-box,
  .content-card,
  .contact-card,
  .member-card,
  .panel-tabbar-shell {
    padding-left: 18px;
    padding-right: 18px;
  }
}
