/*
Theme Name: Waskys Contabilidade
Theme URI: https://waskys.com.br
Author: Waskys
Author URI: https://waskys.com.br
Description: Tema personalizado para a Waskys Contabilidade e Assessoria
Version: 1.0.0
Text Domain: waskys
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #fff; color: #1f2a37; font-family: 'Montserrat', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #064F82; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #C9A87A; }
* { box-sizing: border-box; }
input, select, textarea, button { font-family: inherit; }

@keyframes wk-fade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.wk-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.wk-section-padding {
  padding: 64px 24px;
}

/* Header */
.wk-header {
  background: #064F82;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.wk-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.wk-header .wk-logo {
  display: block;
  text-align: left;
}

.wk-header .wk-logo .custom-logo-link {
  display: block;
}

.wk-header .wk-logo img,
.wk-header .wk-logo .custom-logo,
.wk-header .custom-logo-link img {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0;
}

.wk-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* Hamburger Button */
.wk-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 60;
}

.wk-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.wk-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.wk-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.wk-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.wk-nav a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 12px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  transition: all 0.2s ease;
}

.wk-nav a:hover,
.wk-nav a.active {
  color: #E1CCB0;
  border-bottom-color: #C9A87A;
}

.wk-cta-btn {
  margin-left: 10px;
  background: #C9A87A;
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.wk-cta-btn:hover {
  background: #B8946A;
  color: #fff !important;
}

/* Hero */
.wk-hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a2733;
}

.wk-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  background: #0f2a40;
}

.wk-hero-slide.active {
  opacity: 1;
}

.wk-hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 32, 55, 0.9) 0%, rgba(6, 32, 55, 0.7) 45%, rgba(6, 32, 55, 0.15) 100%);
}

.wk-hero-content {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 24px;
  color: #fff;
  z-index: 2;
}

.wk-hero-text {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wk-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
}

.wk-hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.95;
}

.wk-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 3;
}

.wk-hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.75);
  transition: background 0.2s ease;
}

.wk-hero-dot.active {
  background: #C9A87A;
}

/* Services */
.wk-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 32px 28px;
}

.wk-service-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.wk-service-icon {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: 4px;
  background: #C9A87A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk-service-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wk-service-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wk-service-text h3 {
  margin: 0;
  color: #064F82;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.wk-service-text p {
  margin: 0;
  color: #064F82;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.85;
}

/* Stats Bar */
.wk-stats-bar {
  background: #064F82;
  color: #fff;
}

.wk-stats-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 44px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 72px;
  flex-wrap: wrap;
}

.wk-stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wk-stat-item .wk-stat-value {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.wk-stat-item .wk-stat-text {
  font-size: 17px;
  line-height: 1.3;
}

.wk-stat-divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
}

/* Segments */
.wk-segments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.wk-segment-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: inherit;
  transition: all 0.2s ease;
}

.wk-segment-card:hover {
  box-shadow: 0 8px 24px rgba(6, 79, 130, 0.16);
  color: inherit;
}

.wk-segment-img {
  aspect-ratio: 16/8;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 8px;
}

.wk-segment-content {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wk-segment-content h3 {
  margin: 0;
  color: #064F82;
  font-size: 16px;
  font-weight: 700;
}

.wk-segment-content p {
  margin: 0;
  color: #064F82;
  font-size: 13.5px;
  line-height: 1.45;
  opacity: 0.85;
}

/* Stories */
.wk-stories-section {
  background: #EBEBEB;
}

.wk-stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.wk-story-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.wk-story-card img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}

.wk-story-content {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wk-story-tag {
  align-self: flex-start;
  background: #C9A87A;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 2px;
}

.wk-story-content h3 {
  margin: 0;
  color: #064F82;
  font-size: 18px;
  font-weight: 700;
}

.wk-story-content p {
  margin: 0;
  color: #3b4652;
  font-size: 13.5px;
  line-height: 1.5;
}

.wk-story-content .wk-story-with {
  margin: 6px 0 0;
  color: #064F82;
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

/* Blog */
.wk-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.wk-blog-card {
  display: grid;
  grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);
  border: 1px solid #e5e7eb;
  background: #fff;
  color: inherit;
  transition: all 0.2s ease;
}

.wk-blog-card:hover {
  box-shadow: 0 8px 24px rgba(6, 79, 130, 0.16);
  color: inherit;
}

.wk-blog-card img {
  min-height: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wk-blog-card-content {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wk-blog-card-content .wk-date {
  color: #7a8590;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.wk-blog-card-content h3 {
  margin: 0;
  color: #064F82;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

/* CTA Banner */
.wk-cta-banner {
  background: #C9A87A;
}

.wk-cta-banner-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 52px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.wk-cta-banner h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 700;
  max-width: 620px;
  text-align: left;
}

.wk-cta-banner .wk-cta-btn {
  display: inline-block;
  background: #064F82;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.wk-cta-banner .wk-cta-btn:hover {
  background: #043a60;
  color: #fff;
}

/* Section Headers */
.wk-section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wk-section-label {
  color: #064F82;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.wk-section-title {
  margin: 0;
  color: #064F82;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  font-weight: 700;
}

/* Footer */
.wk-footer {
  background: #064F82;
  color: #fff;
}

.wk-footer .wk-logo img,
.wk-footer .wk-logo .custom-logo,
.wk-footer .custom-logo-link img {
  max-width: 150px;
  height: auto;
  display: block;
}

.wk-footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 24px 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 36px 32px;
  align-items: start;
}

.wk-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.85;
  max-width: 240px;
}

.wk-footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 1.55;
}

.wk-footer-section h4 {
  color: #E1CCB0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

.wk-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wk-footer-bottom-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
  font-size: 12.5px;
  opacity: 0.85;
}

/* Cookie Banner */
.wk-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  margin: 0 auto;
  max-width: 960px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.wk-cookie-banner p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #1f2a37;
  max-width: 600px;
}

.wk-cookie-btn {
  background: #fff;
  border: 1px solid #064F82;
  color: #064F82;
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  padding: 11px 16px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wk-cookie-btn:hover {
  background: #064F82;
  color: #fff;
}

.wk-cookie-btn-accept {
  background: #064F82;
  border: 0;
  color: #fff;
}

.wk-cookie-btn-accept:hover {
  background: #043a60;
}

/* About Page */
.wk-about-hero {
  background: #064F82;
  color: #fff;
}

.wk-about-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 24px 64px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wk-founder-section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 48px;
  align-items: center;
}

.wk-founder-img {
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 560px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-bottom: 6px solid #C9A87A;
}

/* Differentials */
.wk-differential-card {
  border-top: 3px solid #C9A87A;
  padding: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wk-differential-card .wk-num {
  color: #C9A87A;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wk-differential-card h3 {
  margin: 0;
  color: #064F82;
  font-size: 19px;
  font-weight: 700;
}

.wk-differential-card p {
  margin: 0;
  color: #3b4652;
  font-size: 14.5px;
  line-height: 1.55;
}

/* Solutions Page */
.wk-solution-card {
  border: 1px solid #e5e7eb;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
}

.wk-solution-card .wk-solution-label {
  color: #C9A87A;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.wk-solution-card h2 {
  margin: 0;
  color: #064F82;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

.wk-solution-card p {
  margin: 0;
  color: #3b4652;
  font-size: 14.5px;
  line-height: 1.55;
}

.wk-solution-card ul {
  margin: 4px 0 0;
  padding: 0 0 0 18px;
  color: #3b4652;
  font-size: 14px;
  line-height: 1.7;
}

/* Blog Page */
.wk-blog-full-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.wk-blog-full-card {
  border: 1px solid #e5e7eb;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
}

.wk-blog-full-card:hover {
  box-shadow: 0 8px 24px rgba(6, 79, 130, 0.16);
}

.wk-blog-full-card img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}

.wk-blog-full-card-content {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.wk-blog-full-card-content .wk-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #7a8590;
}

.wk-blog-full-card-content .wk-tag {
  color: #C9A87A;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wk-blog-full-card-content h2 {
  margin: 0;
  color: #064F82;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.wk-blog-full-card-content p {
  margin: 0;
  color: #3b4652;
  font-size: 14px;
  line-height: 1.55;
  flex: 1;
}

/* Contact Page */
.wk-contact-grid {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
  gap: 48px;
  align-items: start;
}

.wk-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px 20px;
}

.wk-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wk-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #064F82;
}

.wk-form-group input,
.wk-form-group select,
.wk-form-group textarea {
  border: 1px solid #cfd6dd;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 2px;
  color: #1f2a37;
  transition: border-color 0.2s ease;
}

.wk-form-group input:focus,
.wk-form-group select:focus,
.wk-form-group textarea:focus {
  outline: none;
  border-color: #064F82;
}

.wk-form-submit {
  grid-column: 1/-1;
}

.wk-form-submit button {
  background: #C9A87A;
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.wk-form-submit button:hover {
  background: #B8946A;
}

.wk-contact-aside {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.wk-whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #064F82;
  color: #fff;
  padding: 18px 20px;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.wk-whatsapp-btn:hover {
  background: #043a60;
  color: #fff;
}

.wk-whatsapp-btn .wk-wa-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #C9A87A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  flex: none;
}

.wk-contact-info {
  border: 1px solid #e5e7eb;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wk-contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wk-contact-info-item .wk-label {
  color: #C9A87A;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.wk-contact-info-item span,
.wk-contact-info-item a {
  color: #1f2a37;
  font-size: 15px;
  line-height: 1.5;
}

/* Map Link */
.wk-map-link {
  display: block;
  aspect-ratio: 4/3;
  background-size: center/cover;
  position: relative;
}

.wk-map-link span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #064F82;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .wk-header {
    position: sticky;
    top: 0;
  }

  .wk-header-inner {
    flex-wrap: wrap;
    padding: 12px 16px;
  }
  
  .wk-menu-toggle {
    display: block;
    margin-left: auto;
  }
  
  .wk-nav {
    display: none;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #064F82;
    border-top: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  
  .wk-nav.active {
    display: flex;
  }
  
  .wk-nav a {
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
  }
  
  .wk-cta-btn {
    margin-left: 0;
    margin-top: 8px;
    text-align: center;
    width: 100%;
    display: block;
  }
  
  .wk-contact-grid {
    grid-template-columns: 1fr;
  }
  
  .wk-footer-inner {
    grid-template-columns: 1fr;
  }
  
  .wk-cta-banner-inner {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  
  .wk-cta-banner .wk-cta-btn {
    margin: 16px auto 0;
  }

  .wk-stories-section .wk-section-padding {
    grid-template-columns: 1fr !important;
  }

  .wk-stories-grid {
    grid-template-columns: 1fr;
  }

  .wk-boletins-grid {
    grid-template-columns: 1fr !important;
  }

  .wk-boletins-col4 {
    flex-direction: row !important;
  }
}
