/* --- Fonts: Suisse Intl (PT), HW Cigars (EN) --- */
@font-face {
  font-family: 'Suisse Intl';
  src: url('fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisse Intl';
  src: url('fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HW Cigars';
  src: url('fonts/hw-cigars-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HW Cigars';
  src: url('fonts/hw-cigars-medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* --- Reset & base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset, 88px);
}

section[id] {
  scroll-margin-top: var(--header-offset, 88px);
}

body {
  margin: 0;
  font-family: 'Suisse Intl', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fafafa;
}

.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;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* --- Header --- */
.header {
  padding: 1rem 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 2.25rem;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.nav a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
}

.nav a:hover {
  color: #1e5fbf;
}

.lang-toggle {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2563eb;
  background: transparent;
  border: 1px solid #2563eb;
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.lang-toggle:hover {
  background: #2563eb;
  color: #fff;
}

/* Header "try" button: same size as lang-toggle, but with CTA-like fill + shadow */
.lang-toggle.nav-try {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  animation: trial-pulse 2s ease-in-out infinite;
  will-change: transform;
}

.lang-toggle.nav-try:hover {
  background: #1d4ed8;
  color: #fff;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border: none;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
}

.btn-primary:hover {
  background: #1d4ed8;
}

.btn-cta {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.btn-cta:hover {
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.45);
}

.btn-outline {
  background: transparent;
  color: #2563eb;
  border: 2px solid #2563eb;
}

.btn-outline:hover {
  background: #2563eb;
  color: #fff;
}

/* --- Hero --- */
.hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 3rem 1.25rem;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.hero-benefit {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
}

.hero h1,
.hero-slogan {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.hero .tagline {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-typewriter-line {
  margin: 0 0 0.5rem;
  min-height: 1.75em;
  font-size: 1.125rem;
  color: #a5c8ff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero .btn-primary {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.hero .btn-primary:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.hero-typewriter-text {
  display: inline;
}

.hero-typewriter-cursor {
  display: inline-block;
  animation: hero-cursor-blink 0.8s step-end infinite;
  margin-left: 1px;
}

@keyframes hero-cursor-blink {
  50% { opacity: 0; }
}

/* --- Sections common --- */
.section h2,
.locations h2,
.contact h2 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
}

.section > .container > h2::after,
.locations > .container > h2::after,
.contact > .container > h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #1e5fbf;
  margin: 0.5rem auto 1rem;
}

.section-intro {
  margin: 0 0 1.5rem;
  color: #555;
  max-width: none;
  width: 100%;
  line-height: 1.65;
}

/* --- Industrial --- */
.industrial {
  padding: 1rem 0 1rem;
  background: #fff;
}

.industrial-questions {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.0625rem;
  color: #333;
  line-height: 1.7;
}

.industrial-q-block {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.industrial-q-answer {
  color: #555;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}

.industrial-q-block:first-child {
  margin-top: 0;
}

.industrial-q-intro {
  font-weight: 700;
  font-size: 1.25rem;
  color: #1a1a1a;
}

.industrial-q-question {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2a2a2a;
}

.industrial-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.industrial-ctas .btn-cta-secondary {
  background: transparent;
  color: #2563eb;
  border: 1px solid #2563eb;
}

.industrial-ctas .btn-cta-secondary:hover {
  background: #2563eb;
  color: #fff;
}

.industrial-trial {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}

.hero-trial {
  margin: 1.25rem 0 0.5rem;
  padding: 0 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: #f0f4ff;
  border: 1px solid #dbe7ff;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
  text-align: center;
}

.trial-badge-pulse {
  animation: trial-pulse 2s ease-in-out infinite;
}

@keyframes trial-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12); }
  50% { transform: scale(1.03); box-shadow: 0 14px 36px rgba(37, 99, 235, 0.2); }
}

.trial-emoji {
  font-size: 1.25em;
  line-height: 1;
}

.trial-text {
  font-weight: 800;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wa-float.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.wa-float-btn {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.wa-float:hover .wa-float-btn {
  background: #1fbf5c;
}

.wa-float:active .wa-float-btn {
  background: #128c7e;
  transform: scale(0.98);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.wa-float-label {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: #f0f4ff;
  border: 1px solid #dbe7ff;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
  text-align: center;
}

@media (max-width: 520px) {
  .wa-float-label {
    display: none;
  }
}

.industry-block {
  max-width: 900px;
  margin: 1.25rem auto 1.25rem;
}

.industry-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e5fbf;
  text-align: center;
}

.industry-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.industry-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
}

.industry-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.industry-label {
  font-weight: 700;
  color: #1a1a1a;
}

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

/* --- Locations (Self-Service) --- */
.locations {
  padding: 1rem 0 3rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.location-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: box-shadow 0.2s;
}

.location-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.location-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
}

.location-card .address {
  margin: 0 0 1rem;
  color: #666;
  font-size: 0.9375rem;
}

.location-card .btn-outline {
  margin-bottom: 1rem;
}

.map-preview {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  aspect-ratio: 16/10;
  min-height: 160px;
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  align-items: stretch;
}

.location-photo {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.location-photo--center {
  order: 0;
}

.location-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .location-photos {
    grid-template-columns: 1fr;
  }
  .location-photo {
    aspect-ratio: 4 / 3;
  }
}

/* --- Our story --- */
.story {
  padding: 3rem 0;
  background: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 2rem;
  align-items: start;
  margin-top: 1.5rem;
}

.story-text {
  max-width: 100%;
}

.story-para {
  margin: 0 0 1rem;
  color: #555;
  line-height: 1.75;
}

.story-para:last-child {
  margin-bottom: 0;
}

.story-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}

.story-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.story-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-role {
  margin-top: 0.75rem;
  font-weight: 700;
  color: #1a1a1a;
}

.story-signature-img {
  display: block;
  margin-top: 0.5rem;
  height: auto;
  max-width: 200px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .story-grid {
    grid-template-columns: 1fr;
  }
  .story-profile {
    margin-top: 0.5rem;
  }
}

/* --- Contact --- */
.contact {
  padding: 3rem 0;
  background: #fff;
}

.contact-text {
  margin: 0 0 1rem;
  color: #555;
  max-width: none;
  width: 100%;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.contact-link:hover {
  background: #1d4ed8;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-icon-wa {
  color: #fff;
}

.contact-link-wa {
  background: #25d366;
}

.contact-link-wa:hover {
  background: #20bd5a;
}

.social-block {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eee;
}

.social-label {
  display: block;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}


.social-link:hover {
  text-decoration: underline;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

.social-icon-fb svg,
.social-icon-ig svg {
  fill: currentColor;
}

/* --- Footer --- */
.footer {
  padding: 1.5rem 0;
  background: #1a1a1a;
  color: #999;
  text-align: center;
  font-size: 0.875rem;
  position: relative;
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-copy {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
}

.footer-links a {
  color: #aaa;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links .sep {
  color: #666;
  margin: 0 0.25rem;
}

/* --- Modal --- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal[hidden] {
  display: none;
}

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

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.modal-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.form-helper {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: #555;
  text-align: center;
}

.form-error {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: #b91c1c;
  font-weight: 700;
  text-align: center;
}

.form-success {
  text-align: center;
  padding: 0.75rem 0 0;
}

.form-success-badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 0.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f0f4ff;
  border: 1px solid #dbe7ff;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
  font-size: 2rem;
}

.form-success-title {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a1a1a;
}

.form-success-text {
  margin: 0 0 1.25rem;
  color: #555;
  line-height: 1.6;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}

.modal-close:hover {
  color: #1a1a1a;
}

.modal-title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

/* --- Form --- */
.form-orcamento label {
  display: block;
  margin-bottom: 1rem;
}

.form-orcamento label span {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #333;
}

.form-orcamento input[type="text"],
.form-orcamento input[type="tel"],
.form-orcamento input[type="email"],
.form-orcamento select {
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.form-orcamento input:focus,
.form-orcamento select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-orcamento .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.form-orcamento .checkbox-label input {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.form-orcamento .checkbox-label span {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.9rem;
}

.form-orcamento .btn-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.85rem;
}

/* --- Responsive --- */
@media (max-width: 640px) {
  .nav {
    gap: 0.75rem;
  }

  .hero {
    min-height: 360px;
  }
  .hero-content {
    padding: 2rem 1rem;
  }

  .location-cards {
    grid-template-columns: 1fr;
  }

  .modal-box {
    padding: 1.5rem;
  }
}
