*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #1a1a1a;
}

body.no-scroll {
  overflow: hidden;
}

.site {
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #1a1a1a;
}

.navbar {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
  margin-right: 8px;
}

.logo-text {
  color: #1a1a1a;
}

.logo-text--blue {
  color: #4a8dff;
}

.logo-paw {
  font-size: 18px;
}

.navbar-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.navbar-links a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.navbar-links a:hover {
  color: #4a8dff;
}

.navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-lang {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #555;
}

.btn-register {
  background: #f5c518;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;
}

.btn-register:hover {
  background: #e6b800;
}

.avatar-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e0e0e0;
  border: 2px solid #ccc;
}

.hero {
  background: #fff;
  padding: 48px 0 40px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero-content {
  flex: 1;
}

.hero-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.hero-title--black {
  color: #1a1a1a;
}

.hero-title--blue {
  color: #4a8dff;
}

.hero-desc {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 0 24px;
}

.hero-meta {
  margin-bottom: 32px;
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
  align-items: center;
}

.meta-item {
  font-size: 13px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 4px;
}

.meta-item--online {
  background: #e8f0fe;
  color: #4a8dff;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 500;
}

.btn-cta {
  display: inline-block;
  background: #f5c518;
  border: none;
  border-radius: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;
}

.btn-cta:hover {
  background: #e6b800;
}

.hero-visual {
  flex: 0 0 420px;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-blob {
  width: 360px;
  height: 320px;
  background: radial-gradient(ellipse at 50% 50%, #d0e8ff 0%, #b8d9ff 40%, #a0c8f8 70%, #7fb3f5 100%);
  border-radius: 60% 40% 50% 50% / 50% 50% 40% 60%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blob-paw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.paw-pad--main {
  width: 110px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  border: 3px solid rgba(255, 255, 255, 0.7);
}

.paw-toes {
  display: flex;
  gap: 8px;
  margin-top: -12px;
}

.paw-toe {
  width: 36px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.7);
}

.floating-orb {
  position: absolute;
  border-radius: 50%;
  opacity: 0.85;
}

.orb-1 {
  width: 36px;
  height: 36px;
  background: #f5c518;
  top: 30px;
  right: 40px;
  box-shadow: 0 4px 16px rgba(245, 197, 24, 0.4);
}

.orb-2 {
  width: 22px;
  height: 22px;
  background: #4a8dff;
  bottom: 50px;
  right: 20px;
  box-shadow: 0 4px 10px rgba(74, 141, 255, 0.4);
}

.orb-3 {
  width: 18px;
  height: 18px;
  background: #7cffd4;
  top: 60px;
  left: 30px;
  box-shadow: 0 4px 10px rgba(124, 255, 212, 0.4);
}

.benefits {
  background: #fff;
  padding: 60px 0;
}

.benefits-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.benefits-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 32px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.benefit-card {
  border-radius: 16px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 180px;
}

.benefit-icon {
  font-size: 32px;
  line-height: 1;
}

.benefit-text {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

.benefit-desc {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.benefit-tag {
  display: inline-block;
  background: #4a8dff;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 10px;
  font-weight: 500;
  margin-top: auto;
  align-self: flex-start;
}

.speakers-schedule {
  background: #f7f8fa;
  padding: 60px 0;
}

.ss-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  align-items: start;
}

.speakers-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-title {
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.speakers-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 24px;
}

.speaker-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 6px;
}

.speaker-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #555;
  flex-shrink: 0;
}

.avatar-initials {
  font-size: 14px;
  font-weight: 700;
}

.speaker-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.speaker-name {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

.speaker-role {
  font-size: 12px;
  color: #777;
}

.speaker-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  margin-top: 2px;
  align-self: flex-start;
}

.join-box {
  background: #7b6ef6;
  border-radius: 16px;
  padding: 24px 20px;
  color: #fff;
}

.join-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 14px;
}

.join-form {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.join-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  color: #fff;
  outline: none;
}

.join-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.join-radios {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.join-radio {
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.join-note {
  font-size: 11px;
  opacity: 0.8;
  margin: 0 0 16px;
  line-height: 1.4;
}

.btn-join {
  width: 100%;
  background: #f5c518;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #1a1a1a;
}

.btn-join:hover {
  background: #e6b800;
}

.schedule-col {
  display: flex;
  flex-direction: column;
}

.schedule-list {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
}

.schedule-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid #f5f5f5;
}

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

.schedule-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}

.schedule-time {
  font-size: 13px;
  color: #888;
  min-width: 100px;
  flex-shrink: 0;
  padding-top: 1px;
}

.schedule-content {
  flex: 1;
}

.schedule-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

.schedule-subtitle {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.schedule-tags {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.schedule-tag {
  background: #e8f0fe;
  color: #4a8dff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 8px;
  font-weight: 500;
}

.faq {
  background: #fff;
  padding: 60px 0;
}

.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

.faq-title {
  font-size: 36px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #ececec;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}

.faq-question:hover {
  color: #4a8dff;
}

.faq-chevron {
  font-size: 22px;
  transition: transform 0.2s;
  flex-shrink: 0;
  color: #888;
}

.faq-answer {
  display: none;
  padding: 0 0 18px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.contact {
  background: #f7f8fa;
  padding: 60px 0;
}

.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 36px;
  border: 1px solid #ececec;
}

.contact-title {
  font-size: 30px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.contact-subtitle {
  font-size: 14px;
  color: #888;
  margin: 0 0 24px;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14px;
  color: #333;
  outline: none;
  font-family: inherit;
  background: #fff;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: #4a8dff;
}

.contact-textarea {
  height: 96px;
  resize: vertical;
  margin-bottom: 20px;
  display: block;
}

.contact-footer {
  display: flex;
  justify-content: flex-end;
}

.btn-submit {
  background: #f5c518;
  border: none;
  border-radius: 10px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #1a1a1a;
}

.btn-submit:hover {
  background: #e6b800;
}

.footer {
  background: #1a1a2e;
  padding: 36px 0 28px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.footer-left {
  flex: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-logo-text {
  color: #fff;
}

.footer-logo-text--blue {
  color: #7baeff;
}

.footer-logo-paw {
  font-size: 16px;
}

.footer-address {
  font-size: 12px;
  color: #aaa;
  margin: 0;
  line-height: 1.6;
}

.footer-center,
.footer-right {
  display: flex;
  align-items: center;
  align-self: center;
}

.footer-center {
  gap: 14px;
}

.footer-link {
  font-size: 13px;
  color: #aaa;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link-btn {
  background: none;
  border: none;
  padding: 0;
  margin-left: 14px;
  cursor: pointer;
}

.form-message {
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 12px;
  margin: 0 0 12px;
}

.form-message--error {
  background: rgba(255, 107, 107, 0.2);
  border: 1px solid rgba(255, 107, 107, 0.45);
  color: #fff;
}

.contact .form-message--error {
  background: #ffe8e8;
  color: #a23333;
  border: 1px solid #ffc7c7;
}

.form-message--success {
  background: #e8f8ef;
  color: #1f7a3f;
  border: 1px solid #c8efd7;
}

.lang-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 24px);
  opacity: 0;
  pointer-events: none;
  background: rgba(26, 26, 46, 0.94);
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  z-index: 260;
  transition: opacity 0.22s ease, transform 0.22s ease;
  max-width: min(92vw, 620px);
}

.lang-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 35, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 20px;
}

.modal-overlay.is-open {
  display: flex;
}

.modal-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  padding: 24px;
}

.modal-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.modal-card p {
  margin: 0 0 16px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.modal-close {
  background: #4a8dff;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.modal-close:hover {
  background: #3a7ae8;
}

.cookie-banner {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 25, 0.58);
  z-index: 500;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 86px 12px 12px;
}

.cookie-banner.is-open {
  display: flex;
}

.cookie-banner-inner {
  width: 100%;
  max-width: 640px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(214, 214, 220, 0.75);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(8, 12, 30, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-text {
  margin: 0;
  font-size: 13px;
  color: #2f2f2f;
}

.cookie-please-inner {
  max-width: 460px;
  align-items: center;
  text-align: center;
}

.cookie-please-text {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
}

.cookie-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #333;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  width: 100%;
}

.cookie-btn {
  border: none;
  border-radius: 8px;
  background: #4a8dff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 13px;
  cursor: pointer;
  flex: 1;
}

.cookie-btn:hover {
  background: #3a7ae8;
}

.cookie-btn-muted {
  background: #f0f0f0;
  color: #333;
}

.cookie-btn-muted:hover {
  background: #e3e3e3;
}

@media (max-width: 1100px) {
  .hero-title {
    font-size: 46px;
  }

  .hero-visual {
    flex-basis: 340px;
    height: 300px;
  }

  .hero-blob {
    width: 300px;
    height: 270px;
  }
}

@media (max-width: 900px) {
  .navbar-inner {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 14px;
  }

  .navbar-links {
    order: 3;
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .navbar-actions {
    margin-left: auto;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-visual {
    width: 100%;
    flex: none;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ss-inner {
    grid-template-columns: 1fr;
  }

  .join-form {
    flex-direction: column;
  }

  .faq-inner {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-center,
  .footer-right {
    align-self: flex-start;
  }

  .footer-link-btn {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 32px;
  }

  .hero-title {
    font-size: 38px;
  }

  .contact-box {
    padding: 24px;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }

  .contact-footer {
    justify-content: stretch;
  }

  .btn-submit {
    width: 100%;
  }

  .cookie-banner {
    padding-top: 12px;
  }

  .cookie-banner-inner {
    max-width: 100%;
    border-radius: 12px;
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .hero-blob {
    width: 100%;
    max-width: 320px;
  }

  .schedule-item {
    flex-direction: column;
    gap: 6px;
  }

  .schedule-time {
    min-width: auto;
  }
}
