/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.5rem; border-radius: var(--radius-md);
  font-weight: 700; font-size: 0.85rem; letter-spacing: 0.04em;
  text-transform: uppercase; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary {
  background: var(--accent-teal); color: #fff;
  box-shadow: 0 4px 16px rgba(26, 138, 138, 0.35);
}
.btn-primary:hover { background: var(--accent-teal-dark); color: #fff; }
.btn-coral { background: var(--accent-coral); color: #fff; box-shadow: 0 4px 16px rgba(232, 93, 93, 0.35); }
.btn-coral:hover { background: var(--accent-coral-dark); color: #fff; }
.btn-outline {
  background: transparent; border-color: var(--text-on-dark); color: var(--text-on-dark);
}
.btn-outline:hover { background: rgba(255,255,255,0.08); color: #fff; }
.btn-outline-dark {
  background: transparent; border-color: var(--heading-navy); color: var(--heading-navy);
}
.btn-ghost {
  background: transparent; border-color: var(--border-glass); color: var(--heading-navy);
}
.btn-sm { padding: 0.5rem 1rem; font-size: 0.75rem; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.35rem 0.85rem; border-radius: 999px;
  font-size: 0.8rem; font-weight: 600;
  background: rgba(232, 93, 93, 0.12); color: var(--accent-coral);
}
.badge-shield::before { content: '🛡'; font-size: 0.9rem; }

/* Hero */
.hero-hostiko {
  padding: 4rem 0 8rem;
  text-align: center;
  background: var(--section-light-bg);
  position: relative;
}
.hero-hostiko h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15; margin: 1rem 0;
  font-weight: 800; color: var(--heading-navy);
  max-width: 720px; margin-left: auto; margin-right: auto;
}
.hero-hostiko .lead {
  font-size: 1.1rem; color: var(--text-muted);
  max-width: 560px; margin: 0 auto 2rem;
}

/* Domain panel overlap */
.domain-panel-wrap {
  margin-top: -5rem;
  position: relative; z-index: 10;
  padding-bottom: 2rem;
}
.domain-panel {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
  padding: 2rem;
  max-width: 900px; margin: 0 auto;
}
.domain-panel-title {
  text-align: center; font-size: 1.1rem; font-weight: 700;
  color: var(--heading-navy); margin: 0 0 1.25rem;
}
.domain-tabs { display: flex; justify-content: center; margin-bottom: 1.25rem; }
.domain-tab {
  padding: 0.6rem 1.5rem; border-radius: 999px;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; border: 2px solid var(--accent-teal);
  background: #fff; color: var(--accent-teal); cursor: default;
}
.domain-tab.active { background: var(--accent-teal); color: #fff; }
.domain-form-row {
  display: flex; gap: 0.5rem; flex-wrap: wrap;
}
.domain-form-row input {
  flex: 1; min-width: 200px;
  padding: 0.9rem 1.15rem; border-radius: var(--radius-md);
  border: 1px solid var(--border-glass); background: #f8f9fb;
  font-size: 1rem; color: var(--heading-navy);
}
.domain-form-row input:focus { outline: 2px solid var(--accent-teal); border-color: transparent; }
.domain-form-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.domain-form-actions .btn { min-width: 120px; }
.tld-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem; margin-top: 1.5rem;
  padding-top: 1.5rem; border-top: 1px solid var(--border-glass);
}
.tld-strip-item {
  text-align: center; padding: 0.75rem;
}
.tld-strip-item strong { display: block; font-size: 1rem; color: var(--heading-navy); }
.tld-strip-item span { font-size: 0.85rem; color: var(--accent-teal); font-weight: 600; }
.tld-strip-link {
  grid-column: 1 / -1; text-align: center; margin-top: 0.5rem;
  font-size: 0.9rem; font-weight: 600; color: var(--accent-coral);
}
.domain-results-wrap { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 1.25rem; }
.domain-results-hero { display: flex; flex-direction: column; gap: 0.65rem; }
.domain-results-section { display: flex; flex-direction: column; gap: 0.65rem; }
.domain-results-heading-row {
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; flex-wrap: wrap;
}
.domain-results-heading {
  margin: 0; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-muted);
}
.domain-results-filters { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.domain-results-filter {
  padding: 0.3rem 0.65rem; border-radius: 999px; border: 1px solid var(--border-glass);
  background: #fff; color: var(--text-muted); font-size: 0.72rem; font-weight: 600;
  cursor: pointer; transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.domain-results-filter--active {
  background: var(--accent-teal); border-color: var(--accent-teal); color: #fff;
}
.domain-trusted-badge {
  align-self: flex-start; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent-teal-dark);
  background: rgba(26, 138, 138, 0.1); padding: 0.25rem 0.55rem; border-radius: 999px;
}
.domain-results-panel {
  border-radius: var(--radius-lg); border: 1px solid var(--border-glass);
  overflow: hidden; box-shadow: var(--shadow-card); background: #fff;
}
.domain-row {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.25rem; border-bottom: 1px solid var(--border-glass); background: #fff;
}
.domain-row:last-child { border-bottom: none; }
.domain-row.unavailable { opacity: 0.55; }

/* Spaceship-style domain result rows */
.domain-result-spaceship { box-sizing: border-box; }

/* Hero card — exact match */
.domain-result-spaceship--hero-card {
  display: flex; flex-direction: column; gap: 1rem;
  padding: 1.25rem 1.35rem; border-radius: var(--radius-xl);
  border: 1px solid rgba(26, 138, 138, 0.35);
  background: linear-gradient(135deg, rgba(26, 138, 138, 0.14) 0%, rgba(26, 138, 138, 0.04) 100%);
}
.domain-result-spaceship--hero-taken {
  border-color: rgba(10, 37, 64, 0.15);
  background: linear-gradient(135deg, rgba(10, 37, 64, 0.06) 0%, #fff 100%);
}
.domain-result-spaceship__hero-top {
  display: flex; align-items: flex-start; gap: 0.75rem;
}
.domain-result-spaceship__check--hero {
  width: 32px; height: 32px; margin-top: 0.1rem;
  background: rgba(26, 138, 138, 0.18); color: var(--accent-teal-dark);
}
.domain-result-spaceship__hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; min-width: 0; flex: 1;
}
.domain-result-spaceship__hero-title {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 0.5rem; min-width: 0;
}
.domain-result-spaceship__avail-inline {
  font-size: 0.95rem; font-weight: 500; color: var(--accent-teal-dark);
}
.domain-result-spaceship__avail-inline--taken { color: var(--text-muted); }
.domain-result-spaceship__hero-price-row { display: flex; justify-content: flex-end; }
.domain-result-spaceship__price--hero { font-size: 1.65rem; }
.domain-result-spaceship__btn--hero {
  width: 100%; justify-content: center; padding: 0.75rem 1.25rem;
  background: #3b5bdb; font-size: 0.95rem;
}
.domain-result-spaceship__btn--hero:hover:not(:disabled) { background: #364fc7; }

/* List rows — suggested / all results */
.domain-result-spaceship--list {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  flex-wrap: wrap; padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-glass); background: #fff;
  transition: background 0.2s;
}
.domain-result-spaceship--list:last-child { border-bottom: none; }
.domain-result-spaceship--available.domain-result-spaceship--list {
  background: linear-gradient(90deg, rgba(26, 138, 138, 0.06) 0%, #fff 50%);
}
.domain-result-spaceship--taken.domain-result-spaceship--list { opacity: 0.7; }
.domain-result-spaceship__left {
  display: flex; align-items: flex-start; gap: 0.75rem; min-width: 0; flex: 1 1 220px;
}
.domain-result-spaceship__check {
  flex-shrink: 0; color: var(--accent-teal); margin-top: 0.15rem;
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  background: rgba(26, 138, 138, 0.12); border-radius: 50%;
}
.domain-result-spaceship__meta { min-width: 0; }
.domain-result-spaceship__title-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem 0.5rem;
}
.domain-result-spaceship__domain {
  font-weight: 700; font-size: 1.05rem; color: var(--heading-navy); font-family: var(--font-sans);
}
.domain-result-spaceship__status {
  margin: 0.25rem 0 0; font-size: 0.85rem; color: var(--text-muted); font-weight: 500;
}
.domain-result-spaceship__badge {
  display: inline-block; font-size: 0.65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.03em; padding: 0.15rem 0.45rem; border-radius: 999px; white-space: nowrap;
}
.domain-result-spaceship__badge--premium { background: rgba(245, 158, 11, 0.15); color: #b45309; }
.domain-result-spaceship__badge--sale { background: rgba(26, 138, 138, 0.15); color: var(--accent-teal-dark); }
.domain-result-spaceship__badge--pct { background: rgba(59, 130, 246, 0.12); color: #2563eb; }
.domain-result-spaceship__right {
  display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; flex-wrap: wrap;
}
.domain-result-spaceship__pricing {
  display: flex; align-items: baseline; gap: 0.45rem; flex-wrap: wrap; text-align: right;
}
.domain-result-spaceship__list {
  text-decoration: line-through; color: var(--text-muted); font-size: 0.9rem;
}
.domain-result-spaceship__price { font-size: 1.35rem; font-weight: 700; color: var(--heading-navy); }
.domain-result-spaceship__per { font-size: 0.85rem; color: var(--text-muted); font-weight: 500; }
.domain-result-spaceship__btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.55rem 1.1rem; border-radius: 999px; border: none; cursor: pointer;
  background: var(--accent-teal); color: #fff; font-size: 0.875rem; font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}
.domain-result-spaceship__btn--icon {
  width: 42px; height: 42px; padding: 0; border-radius: 50%;
  background: #3b5bdb; flex-shrink: 0;
}
.domain-result-spaceship__btn--icon:hover:not(:disabled) { background: #364fc7; }
.domain-result-spaceship__btn:hover:not(:disabled) { background: var(--accent-teal-dark); }
.domain-result-spaceship__btn:disabled { opacity: 0.6; cursor: wait; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
@media (max-width: 640px) {
  .domain-result-spaceship__right { width: 100%; justify-content: space-between; }
  .domain-result-spaceship__hero-price-row { justify-content: flex-start; }
}

/* Hosting plan cards (Hostiko dark style) */
.plans-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.hostiko-plan-card {
  background: var(--section-dark-card);
  border: 1px solid var(--section-dark-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative; overflow: hidden;
}
.hostiko-plan-card::after {
  content: ''; position: absolute; bottom: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(26,138,138,0.15), transparent 70%);
  pointer-events: none;
}
.hostiko-plan-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-teal);
  box-shadow: var(--shadow-glow);
}
.hostiko-plan-card h3 { margin: 0 0 0.5rem; color: var(--text-on-dark); font-size: 1.25rem; }
.hostiko-plan-card .plan-desc { color: var(--text-muted-dark); font-size: 0.9rem; margin: 0 0 1.25rem; min-height: 2.8rem; }
.hostiko-plan-card .price-label { font-size: 0.85rem; color: var(--accent-coral); font-weight: 600; margin-bottom: 0.25rem; }
.hostiko-plan-card .price {
  font-size: 2.25rem; font-weight: 800; color: var(--text-on-dark); margin-bottom: 1.25rem;
}
.hostiko-plan-card .price small { font-size: 0.9rem; font-weight: 500; color: var(--text-muted-dark); }
.hostiko-plan-card .plan-features {
  list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1;
  font-size: 0.88rem; color: var(--text-muted-dark);
}
.hostiko-plan-card .plan-features li {
  padding: 0.35rem 0; padding-left: 1.1rem; position: relative;
}
.hostiko-plan-card .plan-features li::before {
  content: ''; position: absolute; left: 0; top: 0.65rem;
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent-coral);
}

/* Generic plan cards (inner pages) */
.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.plan-card {
  background: #fff; border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg); padding: 2rem 1.5rem;
  display: flex; flex-direction: column; box-shadow: var(--shadow-card);
  transition: transform 0.2s, box-shadow 0.2s;
}
.section--dark .plan-card {
  background: var(--section-dark-card); border-color: var(--section-dark-border);
}
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-dark); }
.plan-card.featured { border-color: var(--accent-teal); box-shadow: var(--shadow-glow); }
.plan-card h3 { margin: 0 0 0.5rem; }
.plan-card .plan-desc { color: var(--text-muted); font-size: 0.9rem; margin: 0 0 0.75rem; }
.plan-card .price { font-size: 2rem; font-weight: 800; margin: 0.5rem 0; }
.plan-card .price small { font-size: 0.9rem; font-weight: 500; color: var(--text-muted); }
.plan-features { list-style: none; padding: 0; margin: 1rem 0; font-size: 0.9rem; color: var(--text-muted); }
.plan-features li { padding: 0.3rem 0; }
.plan-features li::before { content: '✓ '; color: var(--accent-teal); font-weight: 700; }
.badge-popular { position: absolute; top: 1rem; right: 1rem; background: var(--accent-teal); color: #fff; }
.badge-save { position: absolute; top: 1rem; left: 1rem; background: rgba(232,93,93,0.15); color: var(--accent-coral); }

.cycle-toggle { display: flex; justify-content: center; gap: 0.5rem; margin-bottom: 2rem; }
.cycle-toggle button {
  padding: 0.55rem 1.25rem; border-radius: 999px;
  border: 2px solid var(--border-glass); background: #fff;
  color: var(--text-muted); cursor: pointer; font-weight: 600;
}
.cycle-toggle button.active {
  background: var(--accent-teal); color: #fff; border-color: var(--accent-teal);
}

/* Datacenter */
.datacenter-section { text-align: center; }
.datacenter-map-wrap {
  margin-top: 2.5rem; position: relative; max-width: 900px; margin-left: auto; margin-right: auto;
}
.datacenter-map-wrap svg { width: 100%; height: auto; }
.map-pin {
  fill: var(--accent-coral);
  animation: pinPulse 2s ease-in-out infinite;
}
.map-path {
  fill: none; stroke: rgba(255,255,255,0.5);
  stroke-width: 1.5; stroke-dasharray: 6 4;
  animation: pathDash 3s linear infinite;
}

/* Features grid */
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
}
.feature-card {
  text-align: center; padding: 2rem 1.25rem;
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); transition: transform 0.2s;
}
.feature-card:hover { transform: translateY(-4px); }
.feature-icon {
  width: 64px; height: 64px; margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(26, 138, 138, 0.1);
}
.feature-icon svg { width: 32px; height: 32px; stroke: var(--accent-teal); }
.feature-card h4 { margin: 0 0 0.5rem; font-size: 1.05rem; color: var(--heading-navy); }
.feature-card p { margin: 0; font-size: 0.9rem; color: var(--text-muted); }

/* Stats */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center;
}
.stat-item { padding: 1.5rem; }
.stat-num {
  font-size: clamp(2rem, 5vw, 3rem); font-weight: 800;
  color: var(--accent-teal); line-height: 1;
}
.section--dark .stat-num { color: var(--accent-coral); }
.stat-label { margin-top: 0.5rem; font-size: 0.95rem; color: var(--text-muted); }
.section--dark .stat-label { color: var(--text-muted-dark); }

/* Growth section */
.growth-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
.growth-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.growth-list li {
  padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-left: 1.25rem; position: relative; color: var(--text-muted-dark);
}
.growth-list li::before {
  content: ''; position: absolute; left: 0; top: 1.35rem;
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent-coral);
}
.growth-image {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-card-dark);
}
.growth-image img, .growth-image svg { width: 100%; height: auto; }

/* Testimonials */
.testimonials-section { overflow: hidden; }
.testimonials-header { text-align: center; margin-bottom: 2rem; }
.testimonials-rating { font-size: 0.95rem; color: var(--text-muted); margin-top: 0.5rem; }
.testimonials-track-wrap { position: relative; overflow: hidden; }
.testimonials-track {
  display: flex; transition: transform 0.5s ease;
}
.testimonial-slide {
  flex: 0 0 100%; padding: 0 1rem; box-sizing: border-box;
}
.testimonial-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 2rem; box-shadow: var(--shadow-card);
  max-width: 640px; margin: 0 auto; text-align: center;
}
.testimonial-avatar {
  width: 56px; height: 56px; border-radius: 50%;
  margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-coral));
  color: #fff; font-weight: 700; font-size: 1rem;
}
.testimonial-stars { color: #fbbf24; font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-quote { font-size: 1.05rem; color: var(--text-main); font-style: italic; margin: 0 0 1.25rem; line-height: 1.7; }
.testimonial-author { font-weight: 700; color: var(--heading-navy); margin: 0; }
.testimonial-role { font-size: 0.85rem; color: var(--text-muted); margin: 0.25rem 0 0; }
.btn.is-selected { pointer-events: auto; }
.plan-card .btn.is-selected,
.hostiko-plan-card .btn.is-selected { opacity: 0.92; }
.testimonials-nav {
  display: flex; justify-content: center; align-items: center; gap: 1rem; margin-top: 1.5rem;
}
.testimonials-nav button {
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid var(--border-glass); background: #fff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.15s, border-color 0.15s;
}
.testimonials-nav button:hover { border-color: var(--accent-teal); background: rgba(26,138,138,0.08); }
.testimonials-dots { display: flex; gap: 0.5rem; }
.testimonials-dots button {
  width: 10px; height: 10px; border-radius: 50%; border: none;
  background: var(--border-glass); cursor: pointer; padding: 0;
}
.testimonials-dots button.active { background: var(--accent-teal); }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border-glass);
  background: #fff; border-radius: var(--radius-md);
  margin-bottom: 0.75rem; overflow: hidden;
  box-shadow: 0 2px 8px rgba(10,37,64,0.04);
}
.section--dark .faq-item { background: var(--section-dark-card); border-color: rgba(255,255,255,0.08); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  color: inherit; padding: 1.15rem 1.25rem; font-size: 1rem; font-weight: 600;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q::after {
  content: '+'; font-size: 1.25rem; font-weight: 400; color: var(--accent-teal);
  transition: transform 0.2s;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  display: none; padding: 0 1.25rem 1.15rem;
  color: var(--text-muted); font-size: 0.95rem; line-height: 1.7;
}
.section--dark .faq-a { color: var(--text-muted-dark); }
.faq-item.open .faq-a { display: block; }

/* Bottom CTA */
.cta-band {
  padding: 4rem 0; text-align: center;
  background: linear-gradient(135deg, var(--accent-teal), var(--accent-teal-dark));
  color: #fff;
}
.cta-band h2 { margin: 0 0 0.75rem; font-size: clamp(1.5rem, 4vw, 2rem); color: #fff; }
.cta-band p { margin: 0 0 1.5rem; opacity: 0.9; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-band .btn { background: #fff; color: var(--accent-teal); }
.cta-band .btn:hover { background: var(--section-light-bg); color: var(--heading-navy); }

/* TLD grid */
.tld-grid-wrap { margin-top: 2rem; }
.tld-grid-toolbar {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap;
}
.tld-grid-search { max-width: 320px; flex: 1 1 200px; }
.tld-grid-count { font-size: 0.875rem; color: var(--text-muted); white-space: nowrap; }
.tld-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 0.75rem; }
.tld-chip {
  padding: 1rem; text-align: center; border-radius: var(--radius-md);
  background: #fff; border: 1px solid var(--border-glass); box-shadow: var(--shadow-card);
}

/* Checkout */
.checkout-layout { display: grid; grid-template-columns: 1fr 380px; gap: 2rem; padding: 2rem 0 4rem; }
.checkout-card {
  background: #fff; border-radius: var(--radius-lg);
  padding: 1.5rem; box-shadow: var(--shadow-card);
  border: 1px solid var(--border-glass);
}
.checkout-lines { display: flex; flex-direction: column; gap: 1rem; }
.checkout-line { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.checkout-summary { position: sticky; top: calc(var(--header-h) + 1rem); }
.alert { padding: 1rem; border-radius: var(--radius-md); margin-bottom: 1rem; font-size: 0.9rem; }
.alert-warn { background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.35); color: #92400e; }
.alert-error { background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.35); color: #b91c1c; }
.alert-info { background: rgba(26,138,138,.12); border: 1px solid rgba(26,138,138,.35); color: var(--accent-teal-dark); }
.loading-text { color: var(--text-muted); text-align: center; padding: 2rem; }
.glass-card {
  background: #fff; border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: var(--shadow-card);
}
#payment-element { margin: 1rem 0; padding: 1rem; background: #f8f9fb; border-radius: var(--radius-md); }
.toast {
  position: fixed; bottom: 5rem; right: 1.5rem; z-index: 200;
  padding: 0.85rem 1.25rem; border-radius: var(--radius-md);
  background: var(--heading-navy); color: #fff;
  box-shadow: var(--shadow-card-dark);
  animation: slideUp 0.3s ease;
}

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.contact-info-item strong { display: block; color: var(--heading-navy); margin-bottom: 0.25rem; }
.contact-form input, .contact-form textarea {
  width: 100%; padding: 0.85rem 1rem; margin-bottom: 1rem;
  border: 1px solid var(--border-glass); border-radius: var(--radius-md);
  font-family: inherit; font-size: 1rem;
}
.contact-form textarea { min-height: 140px; resize: vertical; }

.checkout-auth-banner { margin-top: 1rem; }
.checkout-auth-banner p { margin: 0; }

.cookie-settings-modal {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(10, 22, 40, 0.45);
  display: none; align-items: center; justify-content: center; padding: 1rem;
}
.cookie-settings-modal.visible { display: flex; }
.cookie-settings-panel {
  max-width: 420px; width: 100%; padding: 1.5rem;
}
.cookie-pref { display: flex; gap: 0.65rem; align-items: center; margin: 0.75rem 0; font-size: 0.95rem; }

@media (max-width: 992px) {
  .plans-row, .features-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .growth-grid { grid-template-columns: 1fr; }
  .tld-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .plans-row, .features-grid, .stats-grid { grid-template-columns: 1fr; }
  .domain-form-row { flex-direction: column; }
  .checkout-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-hostiko { padding-bottom: 6rem; }
  .domain-panel-wrap { margin-top: -3rem; }
}

/* Loading indicators */
.spinner {
  display: inline-block;
  width: 1.25rem; height: 1.25rem;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
}
.spinner--sm { width: 1rem; height: 1rem; border-width: 2px; }
.spinner--lg { width: 2rem; height: 2rem; border-width: 3px; }
.btn .spinner { border-color: rgba(255,255,255,0.35); border-top-color: #fff; }
.btn-ghost .spinner, .btn-outline .spinner { border-color: rgba(10,37,64,0.15); border-top-color: var(--accent-teal); }
.btn-loading { position: relative; pointer-events: none; opacity: 0.85; }
.loading-panel {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.75rem; padding: 2rem; color: var(--text-muted);
}
.loading-panel .spinner { border-color: rgba(10,37,64,0.12); border-top-color: var(--accent-teal); }
.skeleton {
  background: linear-gradient(90deg, rgba(10,37,64,0.06) 25%, rgba(10,37,64,0.12) 50%, rgba(10,37,64,0.06) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s ease-in-out infinite;
  border-radius: var(--radius-md);
}
.skeleton-row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: 1rem; border-bottom: 1px solid var(--border-glass);
}
.skeleton-row .skeleton-block { height: 1rem; border-radius: 6px; }
.skeleton-row .skeleton-block--title { width: 45%; height: 1.1rem; }
.skeleton-row .skeleton-block--meta { width: 25%; height: 0.85rem; margin-top: 0.35rem; }
.skeleton-row .skeleton-block--btn { width: 88px; height: 36px; border-radius: var(--radius-sm); }
.skeleton-card {
  background: #fff; border-radius: var(--radius-lg); padding: 1.5rem;
  border: 1px solid var(--border-glass); box-shadow: var(--shadow-card);
}
.skeleton-card .skeleton-line { height: 0.9rem; margin-bottom: 0.65rem; border-radius: 6px; }
.skeleton-card .skeleton-line--title { width: 55%; height: 1.25rem; margin-bottom: 1rem; }
.skeleton-card .skeleton-line--price { width: 35%; height: 1.5rem; margin: 1rem 0; }
.skeleton-card .skeleton-line--btn { width: 100%; height: 44px; margin-top: 1rem; border-radius: var(--radius-md); }
.skeleton-chip { height: 72px; border-radius: var(--radius-md); }
.skeleton-grid { display: grid; gap: 1rem; }
.skeleton-grid--plans { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.skeleton-grid--rows { gap: 0; border: 1px solid var(--border-glass); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.skeleton-grid--chips { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
.cart-count.is-loading { animation: pulse-glow 1s ease-in-out infinite; opacity: 0.65; }
.checkout-root--busy { opacity: 0.55; pointer-events: none; transition: opacity 0.2s; }
