/* =========================================================
   XEE CONSULTING
   PORTUGAL BANK ACCOUNT
   Primary: #9D7530
========================================================= */

.xee-bank-page {
  --xee-gold: #9d7530;
  --xee-gold-dark: #76531e;
  --xee-gold-light: #c8a769;

  --xee-dark: #181713;
  --xee-heading: #211f1a;
  --xee-text: #68625a;

  --xee-white: #ffffff;
  --xee-soft: #f8f5ef;
  --xee-soft-2: #f1ece3;

  --xee-border: rgba(157, 117, 48, 0.18);

  width: 100%;
  color: var(--xee-text);
  font-family: inherit;
  line-height: 1.75;
}

.xee-bank-page *,
.xee-bank-page *::before,
.xee-bank-page *::after {
  box-sizing: border-box;
}

.xee-bank-page h1,
.xee-bank-page h2,
.xee-bank-page h3,
.xee-bank-page h4,
.xee-bank-page p {
  margin-top: 0;
}

.xee-bank-page h1,
.xee-bank-page h2,
.xee-bank-page h3,
.xee-bank-page h4 {
  color: var(--xee-heading);
}

/* =========================================================
   WORDPRESS CLASSIC EDITOR CLEANUP
========================================================= */

.xee-bank-page > p:empty,
.xee-bank-page section > p:empty,
.xee-bank-page div > p:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   CONTAINER
========================================================= */

.xee-bank-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

  padding-left: 36px;
  padding-right: 36px;
}

.xee-bank-section {
  padding: 75px 0;
}

.xee-bank-soft {
  background: var(--xee-soft);
}

/* =========================================================
   EYEBROW
========================================================= */

.xee-bank-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;

  margin-bottom: 15px;

  color: var(--xee-gold);

  font-size: 12px;
  line-height: 1;
  font-weight: 700;

  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.xee-bank-eyebrow::before {
  content: "";

  width: 28px;
  height: 1px;

  background: var(--xee-gold);
}

.xee-bank-eyebrow-light {
  color: #ffffff !important;
}

.xee-bank-eyebrow-light::before {
  background: #ffffff;
}

/* =========================================================
   COMMON HEADING
========================================================= */

.xee-bank-heading {
  max-width: 730px;
  margin-bottom: 42px;
}

.xee-bank-heading h2 {
  margin: 0 0 17px;

  font-size: clamp(31px, 3.3vw, 43px);
  line-height: 1.1;

  letter-spacing: -1.2px;
  font-weight: 600;
}

.xee-bank-heading p {
  margin: 0;

  font-size: 15px;
  line-height: 1.85;
}

/* =========================================================
   HERO
========================================================= */

.xee-bank-hero {
  position: relative;
  overflow: hidden;

  padding: 72px 0 62px;

  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(157, 117, 48, 0.12),
      transparent 31%
    ),
    linear-gradient(135deg, #ffffff 0%, #fbf9f5 100%);
}

.xee-bank-hero::after {
  content: "";

  position: absolute;

  right: -250px;
  bottom: -350px;

  width: 600px;
  height: 600px;

  border: 1px solid rgba(157, 117, 48, 0.11);
  border-radius: 50%;

  pointer-events: none;
}

.xee-bank-hero-content {
  position: relative;
  z-index: 2;

  max-width: 750px;
}

.xee-bank-hero-content h2 {
  max-width: 700px;

  margin: 17px 0 25px;

  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.05;

  letter-spacing: -1.8px;
  font-weight: 500;
}

.xee-bank-hero-content h2 span {
  display: block;

  margin-top: 4px;

  color: var(--xee-gold);
}

.xee-bank-lead {
  color: #4f4a42;

  font-size: 17px !important;
  line-height: 1.8 !important;
}

.xee-bank-hero-content p {
  max-width: 710px;

  margin-bottom: 17px;

  font-size: 15px;
  line-height: 1.85;
}

.xee-bank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;

  margin-top: 28px;
}

/* =========================================================
   BUTTONS
========================================================= */

.xee-bank-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 0 22px;

  border-radius: 4px;

  text-decoration: none !important;

  font-size: 13px;
  font-weight: 700;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.xee-bank-button:hover {
  transform: translateY(-2px);
}

.xee-bank-button-primary {
  color: #ffffff !important;
  background: var(--xee-gold);
}

.xee-bank-button-primary:hover {
  color: #ffffff !important;
  background: var(--xee-gold-dark);
}

.xee-bank-button-outline {
  color: var(--xee-gold) !important;

  border: 1px solid var(--xee-gold);
  background: transparent;
}

.xee-bank-button-outline:hover {
  color: #ffffff !important;
  background: var(--xee-gold);
}

/* =========================================================
   HERO POINTS
========================================================= */

.xee-bank-hero-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 12px;

  max-width: 760px;

  margin-top: 38px;
}

.xee-bank-hero-item {
  display: flex;
  align-items: center;
  gap: 15px;

  min-height: 88px;

  padding: 17px 18px;

  background: #ffffff;

  border: 1px solid var(--xee-border);
  border-radius: 5px;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.xee-bank-hero-item:hover {
  transform: translateY(-3px);

  border-color: rgba(157, 117, 48, 0.38);

  box-shadow: 0 12px 30px rgba(71, 52, 22, 0.07);
}

.xee-bank-hero-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  color: #ffffff;
  background: var(--xee-gold);

  font-size: 10px;
  font-weight: 800;
}

.xee-bank-hero-item strong {
  display: block;

  margin-bottom: 3px;

  color: var(--xee-heading);

  font-size: 14px;
}

.xee-bank-hero-item small {
  display: block;

  color: #89837a;

  font-size: 12px;
  line-height: 1.45;
}

/* =========================================================
   WHY ACCOUNT CARDS
========================================================= */

.xee-bank-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 15px;
}

.xee-bank-reason {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  padding: 22px;

  background: #ffffff;

  border: 1px solid var(--xee-border);
  border-radius: 5px;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.xee-bank-reason:hover {
  transform: translateY(-3px);

  border-color: rgba(157, 117, 48, 0.38);
}

.xee-bank-reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 31px;

  width: 31px;
  height: 31px;

  border-radius: 50%;

  color: var(--xee-gold);

  background: rgba(157, 117, 48, 0.1);

  font-size: 10px;
  font-weight: 800;
}

.xee-bank-reason strong {
  display: block;

  margin-bottom: 5px;

  color: var(--xee-heading);

  font-size: 14px;
}

.xee-bank-reason p {
  margin: 0;

  font-size: 13px;
  line-height: 1.7;
}

/* =========================================================
   NON RESIDENT SECTION
========================================================= */

.xee-bank-nonresident {
  padding: 75px 0;

  color: #ffffff;

  background: linear-gradient(135deg, #ad833a 0%, #9d7530 48%, #74511d 100%);
}

.xee-bank-nonresident-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;

  gap: 48px;
}

.xee-bank-nonresident h2 {
  margin: 15px 0 18px;

  color: #ffffff !important;

  font-size: clamp(31px, 3.4vw, 43px);
  line-height: 1.1;
}

.xee-bank-nonresident p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.xee-bank-important-list {
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}

.xee-bank-important-item {
  display: grid;
  grid-template-columns: 45px 1fr;

  gap: 14px;

  padding: 18px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.xee-bank-important-item span {
  color: rgba(255, 255, 255, 0.55);

  font-size: 11px;
  font-weight: 800;
}

.xee-bank-important-item strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 14px;
}

.xee-bank-important-item p {
  margin: 0;

  font-size: 13px;
  line-height: 1.65;
}

/* =========================================================
   DOCUMENTS
========================================================= */

.xee-bank-documents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 13px;
}

.xee-bank-document {
  display: flex;
  align-items: flex-start;

  gap: 13px;

  padding: 19px;

  background: #ffffff;

  border: 1px solid var(--xee-border);
  border-radius: 5px;

  color: var(--xee-heading);

  font-size: 14px;
  font-weight: 600;

  line-height: 1.55;
}

.xee-bank-document-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 26px;

  width: 26px;
  height: 26px;

  border-radius: 50%;

  color: var(--xee-gold);

  background: rgba(157, 117, 48, 0.1);

  font-size: 11px;
  font-weight: 800;
}

/* =========================================================
   NOTE
========================================================= */

.xee-bank-note {
  margin-top: 22px;

  padding: 18px 20px;

  background: var(--xee-soft);

  border-left: 3px solid var(--xee-gold);

  color: var(--xee-text);

  font-size: 13px;
  line-height: 1.75;
}

.xee-bank-note strong {
  color: var(--xee-heading);
}

/* =========================================================
   ACCOUNT TYPES
========================================================= */

.xee-bank-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;
}

.xee-bank-type {
  padding: 29px;

  background: #ffffff;

  border: 1px solid var(--xee-border);
  border-radius: 5px;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.xee-bank-type:hover {
  transform: translateY(-4px);

  border-color: rgba(157, 117, 48, 0.38);

  box-shadow: 0 16px 38px rgba(67, 49, 20, 0.07);
}

.xee-bank-type-number {
  display: block;

  margin-bottom: 23px;

  color: var(--xee-gold);

  font-size: 11px;
  font-weight: 800;
}

.xee-bank-type h3 {
  margin: 0 0 9px;

  font-size: 19px;
  line-height: 1.3;
}

.xee-bank-type p {
  margin: 0;

  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   PROCESS
========================================================= */

.xee-bank-process {
  border-top: 1px solid var(--xee-border);
}

.xee-bank-process-item {
  display: grid;
  grid-template-columns: 58px 1fr;

  gap: 17px;

  padding: 28px 0;

  border-bottom: 1px solid var(--xee-border);

  transition: padding-left 0.25s ease;
}

.xee-bank-process-item:hover {
  padding-left: 7px;
}

.xee-bank-process-number {
  color: var(--xee-gold);

  font-size: 12px;
  font-weight: 800;
}

.xee-bank-process-item h3 {
  margin: 0 0 7px;

  font-size: 19px;
  line-height: 1.3;
}

.xee-bank-process-item p {
  margin: 0;

  font-size: 14px;
  line-height: 1.75;
}

/* =========================================================
   TIMELINE
========================================================= */

.xee-bank-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  margin-top: 28px;

  padding: 27px 30px;

  background: var(--xee-dark);

  border-radius: 5px;
}

.xee-bank-timeline small {
  display: block;

  margin-bottom: 5px;

  color: var(--xee-gold-light);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.xee-bank-timeline h3 {
  margin: 0;

  color: #ffffff !important;

  font-size: 18px;
}

.xee-bank-timeline-time {
  flex: 0 0 auto;

  color: var(--xee-gold-light);

  font-size: 31px;
  font-weight: 700;
}

/* =========================================================
   READY SECTION
========================================================= */

.xee-bank-ready {
  padding: 42px;

  color: #ffffff;

  background: var(--xee-dark);

  border-radius: 6px;
}

.xee-bank-ready h2 {
  margin: 14px 0 17px;

  color: #ffffff !important;

  font-size: clamp(30px, 3.4vw, 41px);
  line-height: 1.12;
}

.xee-bank-ready p {
  max-width: 850px;

  color: rgba(255, 255, 255, 0.76) !important;

  font-size: 15px;
  line-height: 1.85;
}

.xee-bank-ready p:last-of-type {
  margin-bottom: 25px;
}

/* =========================================================
   FAQ
   WORDPRESS CLASSIC EDITOR SAFE
========================================================= */

.xee-bank-faq {
  width: 100%;
  max-width: 900px;
}

.xee-bank-faq > p:empty,
.xee-bank-faq-item > p:empty,
.xee-bank-faq-answer > p:empty,
.xee-bank-faq-answer-inner > p:empty {
  display: none !important;

  height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.xee-bank-faq-item {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  border-bottom: 1px solid var(--xee-border);
}

.xee-bank-faq-item:first-child {
  border-top: 1px solid var(--xee-border);
}

.xee-bank-page button.xee-bank-faq-question {
  width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 20px !important;

  min-height: 0 !important;

  margin: 0 !important;
  padding: 21px 0 !important;

  background: transparent !important;
  background-image: none !important;

  border: 0 !important;
  border-radius: 0 !important;

  outline: none !important;
  box-shadow: none !important;

  color: var(--xee-heading) !important;
  -webkit-text-fill-color: var(--xee-heading) !important;

  font-family: inherit !important;

  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;

  text-align: left !important;
  text-transform: none !important;
  text-decoration: none !important;

  letter-spacing: normal !important;

  cursor: pointer !important;

  appearance: none !important;
  -webkit-appearance: none !important;
}

.xee-bank-page button.xee-bank-faq-question:hover,
.xee-bank-page button.xee-bank-faq-question:focus {
  color: var(--xee-gold) !important;
  -webkit-text-fill-color: var(--xee-gold) !important;

  background: transparent !important;

  box-shadow: none !important;
}

.xee-bank-faq-question-text {
  display: block !important;

  flex: 1 1 auto;

  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

/* FAQ icon */

.xee-bank-faq-icon {
  position: relative;

  display: block !important;

  flex: 0 0 40px;

  width: 40px;
  height: 40px;

  border: 1px solid rgba(157, 117, 48, 0.28);
  border-radius: 50%;

  background: #ffffff !important;

  transform: none !important;
}

.xee-bank-faq-icon::before,
.xee-bank-faq-icon::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  background: var(--xee-gold);

  border-radius: 4px;

  transform: translate(-50%, -50%) !important;
}

.xee-bank-faq-icon::before {
  width: 14px;
  height: 2px;
}

.xee-bank-faq-icon::after {
  width: 2px;
  height: 14px;

  transition: opacity 0.2s ease;
}

.xee-bank-faq-item.is-open .xee-bank-faq-icon {
  background: var(--xee-gold) !important;
  border-color: var(--xee-gold);
}

.xee-bank-faq-item.is-open .xee-bank-faq-icon::before {
  background: #ffffff;
}

.xee-bank-faq-item.is-open .xee-bank-faq-icon::after {
  opacity: 0;
}

/* FAQ answer */

.xee-bank-page .xee-bank-faq-answer {
  display: none !important;

  width: 100% !important;

  height: auto !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;

  opacity: 1 !important;
  visibility: visible !important;
}

.xee-bank-page .xee-bank-faq-item.is-open .xee-bank-faq-answer {
  display: block !important;
}

.xee-bank-faq-answer-inner {
  padding: 0 55px 23px 0 !important;
}

.xee-bank-page .xee-bank-faq-answer-inner p {
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--xee-text) !important;
  -webkit-text-fill-color: var(--xee-text) !important;

  background: transparent !important;

  opacity: 1 !important;
  visibility: visible !important;

  font-family: inherit !important;

  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
}

/* =========================================================
   FINAL CTA
========================================================= */

.xee-bank-cta {
  padding: 72px 0;

  color: #ffffff;

  background: var(--xee-gold);
}

.xee-bank-cta-grid {
  display: grid;
  grid-template-columns: 1fr;

  gap: 28px;
}

.xee-bank-cta h2 {
  max-width: 720px;

  margin: 14px 0 17px;

  color: #ffffff !important;

  font-size: clamp(30px, 3.5vw, 43px);
  line-height: 1.12;
}

.xee-bank-cta p {
  max-width: 720px;

  margin: 0;

  color: rgba(255, 255, 255, 0.8) !important;

  font-size: 15px;
  line-height: 1.8;
}

/* =========================================================
   REVEAL
========================================================= */

.xee-bank-reveal {
  opacity: 0;

  transform: translateY(20px);

  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.xee-bank-reveal.xee-bank-visible {
  opacity: 1;

  transform: translateY(0);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .xee-bank-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xee-bank-nonresident-grid {
    grid-template-columns: 1fr;
  }

  .xee-bank-hero-grid,
  .xee-bank-reasons,
  .xee-bank-documents,
  .xee-bank-types {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {
  .xee-bank-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .xee-bank-section,
  .xee-bank-nonresident {
    padding: 58px 0;
  }

  .xee-bank-hero {
    padding: 52px 0 46px;
  }

  .xee-bank-hero-content h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .xee-bank-type,
  .xee-bank-ready {
    padding: 26px 23px;
  }

  .xee-bank-process-item {
    grid-template-columns: 43px 1fr;
  }

  .xee-bank-timeline {
    align-items: flex-start;
    flex-direction: column;
  }

  .xee-bank-timeline-time {
    font-size: 27px;
  }

  .xee-bank-page button.xee-bank-faq-question {
    padding: 18px 0 !important;
    font-size: 15px !important;
  }

  .xee-bank-faq-icon {
    flex-basis: 36px;

    width: 36px;
    height: 36px;
  }

  .xee-bank-faq-answer-inner {
    padding: 0 0 20px 0 !important;
  }

  .xee-bank-actions,
  .xee-bank-button {
    width: 100%;
  }
}
