/* Porto 13.1.0 integration layer for zalozenifirmygruzie.cz v13. */
:root {
  --blue: #0a3156;
  --blue-2: #071f38;
  --blue-3: #144a79;
  --primary: #d8202f;
  --primary-100: #c41b29;
  --primary-200: #b41725;
  --primary-300: #a31320;
  --primary--100: #e73745;
  --primary--200: #ea4d59;
  --primary--300: #ed626d;
  --primary-rgba-10: rgba(216, 32, 47, .1);
  --primary-rgba-20: rgba(216, 32, 47, .2);
  --primary-rgba-30: rgba(216, 32, 47, .3);
  --primary-rgba-50: rgba(216, 32, 47, .5);
  --primary-rgba-80: rgba(216, 32, 47, .8);
  --primary-inverse: #fff;
  --dark: #071f38;
  --dark-100: #061b31;
  --dark-200: #05172a;
  --dark-300: #03111f;
}

body.porto-v15 {
  overflow-x: hidden;
}

body.porto-v15 .btn {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body.porto-v15 .btn-primary,
body.porto-v15 .btn-primary:focus {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

body.porto-v15 .btn-primary:hover,
body.porto-v15 .btn-primary:active {
  color: #fff;
  background: var(--red-2);
  border-color: var(--red-2);
}

/* Porto header and responsive navigation */
#header.porto-header {
  position: relative;
  z-index: 1030;
  min-height: 116px;
}

#header.porto-header .header-body {
  background: rgba(255, 255, 255, .985);
  border: 0;
  box-shadow: 0 1px 0 rgba(15, 43, 72, .1);
}

#header.porto-header .header-top {
  min-height: 34px;
  background: var(--blue-2) !important;
}

#header.porto-header .header-top .header-row {
  min-height: 34px;
}

.porto-top-note,
.porto-top-contacts a {
  color: #dbe9f6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}

.porto-top-note i,
.porto-top-contacts i {
  color: #ff98a1;
  margin-right: 6px;
}

.porto-top-contacts {
  display: flex;
  gap: 24px;
}

.porto-top-contacts a:hover {
  color: #fff;
}

#header.porto-header .header-container {
  min-height: 82px;
}

#header.porto-header .header-logo {
  width: 245px;
  height: 62px;
  margin: 0;
}

.porto-logo {
  display: block;
  width: 245px !important;
  height: 62px !important;
  object-fit: cover;
  object-position: center 50%;
}

#header.porto-header .header-nav-main nav > ul > li > a {
  min-height: 82px;
  padding: 0 11px;
  color: #25384c;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

#header.porto-header .header-nav-main nav > ul > li:hover > a,
#header.porto-header .header-nav-main nav > ul > li > a.active {
  color: var(--red) !important;
  background: transparent !important;
}

#header.porto-header .header-nav-main nav > ul > li > a.active::before {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 19px;
  left: 11px;
  height: 2px;
  background: var(--red);
}

#header.porto-header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  min-width: 278px;
  padding: 10px;
  background: #fff;
  border: 0;
  border-top: 3px solid var(--red);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 18px 45px rgba(7, 31, 54, .16);
}

#header.porto-header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  color: #32455a;
  border-radius: 6px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

#header.porto-header .dropdown-menu i {
  width: 18px;
  color: var(--red);
  text-align: center;
}

#header.porto-header .dropdown-menu a:hover,
#header.porto-header .dropdown-menu a.active {
  color: var(--blue) !important;
  background: var(--soft) !important;
}

.porto-header-cta {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 11px;
}

#header.porto-header .header-btn-collapse-nav {
  width: 46px;
  height: 43px;
  margin: 0 0 0 10px;
  background: var(--blue);
  border-radius: 6px;
}

/* Porto Owl hero */
.home-hero.porto-hero {
  min-height: 0;
  display: block;
  isolation: auto;
  overflow: hidden;
  background: var(--blue-2);
}

.home-hero.porto-hero::before,
.home-hero.porto-hero::after {
  display: none;
}

.porto-hero-carousel,
.porto-hero-carousel .owl-stage-outer,
.porto-hero-carousel .owl-stage,
.porto-hero-carousel .owl-item {
  min-height: 670px;
}

.porto-hero-slide {
  position: relative;
  min-height: 670px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.slide-tbilisi-night { background-image: url('/assets/images/tbilisi-night.jpg'); }
.slide-public-service { background-image: url('/assets/images/public-service-hall.jpg'); }
.slide-tbilisi-panorama { background-image: url('/assets/images/tbilisi-panorama.jpg'); }

.porto-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 20, 37, .97) 0%, rgba(6, 31, 56, .87) 55%, rgba(10, 49, 86, .38) 100%);
}

.porto-hero-slide .hero-grid {
  position: relative;
  z-index: 2;
  min-height: 670px;
  padding-top: 78px;
  padding-bottom: 78px;
  align-items: center;
}

.porto-hero-slide .hero-grid-single {
  grid-template-columns: minmax(0, 760px) 1fr;
}

.porto-hero-slide .hero-copy h1,
.porto-hero-slide .hero-copy h2 {
  max-width: 760px;
  margin: 17px 0 23px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(48px, 5.8vw, 76px);
  line-height: .98;
  letter-spacing: -.04em;
}

.porto-hero-slide .hero-copy > p {
  max-width: 720px;
  color: #e1ebf4;
  font-size: 16px;
  line-height: 1.75;
}

.porto-hero-slide .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.porto-hero-slide .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .55);
}

.porto-hero-slide .button-ghost:hover {
  color: var(--blue);
  background: #fff;
  border-color: #fff;
}

.porto-hero-slide .hero-points span {
  position: relative;
  padding-left: 29px;
}

.porto-hero-slide .hero-points i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ff9da5;
  font-size: 17px;
}

.porto-hero-slide .hero-panel {
  border: 1px solid rgba(255, 255, 255, .52);
  box-shadow: 0 25px 75px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

.porto-hero-slide .panel-tag i {
  margin-right: 5px;
}

.porto-hero-carousel.owl-theme .owl-nav {
  margin: 0;
}

.porto-hero-carousel.owl-carousel .owl-nav button.owl-prev,
.porto-hero-carousel.owl-carousel .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(7, 31, 54, .62);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-size: 29px;
}

.porto-hero-carousel.owl-theme .owl-dots {
  bottom: 27px;
}

.porto-hero-carousel.owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 4px;
  background: rgba(255, 255, 255, .45);
  border-radius: 4px;
}

.porto-hero-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: var(--red);
}

/* Porto feature boxes, service cards and counters */
.trust-grid > .feature-box {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 21px 18px;
}

.trust-grid .feature-box-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 16px;
}

.trust-grid .feature-box-info {
  min-width: 0;
  padding: 0;
}

.trust-grid .feature-box-info b {
  display: none;
}

.trust-grid .feature-box-info span,
.trust-grid .feature-box-info small {
  display: block;
}

.service-card.feature-box {
  position: relative;
  display: block !important;
  padding-top: 84px;
}

.porto-service-icon {
  position: absolute;
  top: 24px;
  left: 25px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: #fff1f2;
  border-radius: 50%;
  font-size: 18px;
}

.service-card.featured .porto-service-icon {
  color: #fff;
  background: var(--red);
}

.service-card .porto-service-icon i {
  position: static !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.service-card.featured h3,
.service-card.featured strong {
  color: #fff !important;
}

.service-card.featured p {
  color: #dce9f4 !important;
}

.service-card.featured small,
.service-card.featured > i {
  color: #ff9da6 !important;
}

.service-card .card-index {
  position: absolute;
  top: 31px;
  right: 25px;
  margin: 0;
}

.tax-cards > div {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.tax-cards > div::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 86px;
  height: 86px;
  border: 12px solid rgba(18, 61, 106, .05);
  border-radius: 50%;
}

.tax-cards > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 43, 72, .1);
}

/* Process / timeline */
.porto-process > div {
  position: relative;
  padding-top: 75px;
}

.porto-process > div::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 66px;
  width: calc(100% - 37px);
  height: 1px;
  background: rgba(255, 255, 255, .18);
}

.porto-process > div:last-child::after {
  display: none;
}

.process-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 7px solid #123b60;
  border-radius: 50%;
  font-size: 17px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.porto-process > div > b {
  position: absolute;
  top: 16px;
  right: 8px;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}

/* Porto tables and pricing cards */
.comparison-wrap {
  box-shadow: 0 16px 45px rgba(15, 43, 72, .07);
}

.comparison-wrap .porto-comparison-table {
  min-width: 800px;
  margin: 0;
}

.comparison-wrap .porto-comparison-table thead th {
  color: #fff;
  background: var(--blue);
  border: 0;
}

.comparison-wrap .porto-comparison-table tbody tr:hover > * {
  background: #f5f8fb;
}

.price-table.porto-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 28px 0;
}

.price-table.porto-pricing-grid > .plan {
  min-width: 0;
  margin: 0;
  padding: 27px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.price-table.porto-pricing-grid > .plan::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--red);
  border-radius: 4px;
}

.price-table.porto-pricing-grid > .plan:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 32, 47, .36);
  box-shadow: 0 18px 45px rgba(15, 43, 72, .1);
}

.porto-table-list {
  margin: 24px 0 34px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 43, 72, .06);
}

.porto-table-list > div:nth-child(even) {
  background: #f8fafc;
}

/* Porto accordion */
.faq-list.porto-accordion {
  border-top: 0;
}

.porto-accordion .card {
  margin: 0 0 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
}

.porto-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}

.porto-accordion .card-title {
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.porto-accordion .accordion-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 52px 20px 20px;
  color: var(--blue);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.porto-accordion .accordion-toggle i {
  color: var(--red);
  font-size: 17px;
}

.porto-accordion .accordion-toggle::after {
  content: "\f068";
  position: absolute;
  top: 50%;
  right: 21px;
  color: var(--red);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-50%);
}

.porto-accordion .accordion-toggle.collapsed::after {
  content: "\2b";
}

.porto-accordion .accordion-toggle:not(.collapsed) {
  color: #fff;
  background: var(--blue);
}

.porto-accordion .accordion-toggle:not(.collapsed) i,
.porto-accordion .accordion-toggle:not(.collapsed)::after {
  color: #ff9ba4;
}

.porto-accordion .card-body {
  padding: 21px 24px 24px 52px;
  border-top: 1px solid var(--line);
}

.porto-accordion .card-body p:last-child {
  margin-bottom: 0;
}

/* Page headers, images, forms and asides */
.inner-hero.page-header {
  min-height: 470px;
  margin: 0;
  padding: 0;
  border: 0;
}

.inner-hero.page-header::after {
  background: linear-gradient(90deg, rgba(3, 20, 37, .98) 0%, rgba(6, 31, 56, .88) 57%, rgba(10, 49, 86, .38) 100%);
}

.panorama-section::after {
  background: linear-gradient(90deg, rgba(3, 20, 37, .94), rgba(10, 49, 86, .42));
}

.inner-hero.page-header .inner-hero-content {
  display: block;
}

.image-stack img,
.article-image,
.contact-photo img {
  box-shadow: 0 18px 46px rgba(15, 43, 72, .14);
}

.callout.alert {
  color: inherit;
  background: var(--soft);
  border-left: 4px solid var(--red) !important;
}

.aside-card {
  box-shadow: 0 20px 50px rgba(7, 31, 54, .18);
}

.contact-cards > * {
  position: relative;
  padding-left: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-cards > *::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  background: var(--red);
  border-radius: 0 4px 4px 0;
}

.contact-cards > *:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(15, 43, 72, .09);
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 50px;
  border-color: #cfd7df;
  border-radius: 7px;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 165px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(18, 61, 106, .1);
}

.contact-form .btn {
  min-height: 50px;
}

/* Porto call to action */
.contact-band.call-to-action {
  margin: 0;
  padding: 52px 0;
  background: var(--red);
  border: 0;
}

.contact-band.call-to-action > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.contact-band .call-to-action-content {
  flex: 1 1 auto;
  padding: 0;
}

.contact-band .call-to-action-content h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.contact-band .call-to-action-content p {
  color: #ffe1e4;
}

.contact-band .call-to-action-btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 0;
}

.contact-band .call-to-action-btn .btn {
  color: var(--blue);
  border-radius: 6px;
}

/* Porto footer */
#footer.porto-footer {
  margin: 0;
  padding: 0;
  background: #061f38 !important;
  color: #c3d0dc;
}

#footer.porto-footer .footer-brand img {
  width: 290px !important;
  max-width: 100% !important;
  height: 66px !important;
  margin-bottom: 20px;
  object-fit: cover !important;
  object-position: center 50% !important;
  background: #fff !important;
  border-radius: 10px !important;
}

#footer.porto-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#footer.porto-footer a {
  display: block;
  padding: 5px 0;
  color: #c3d0dc;
  font-size: 12px;
}

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

#footer.porto-footer p {
  color: #aebdcc;
  font-size: 12px;
  line-height: 1.75;
}

.porto-footer-contact i {
  width: 22px;
  color: #ff8f99;
}

.porto-social-icons {
  display: flex;
  gap: 8px;
}

#footer.porto-footer .porto-social-icons a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
  font-size: 16px;
}

#footer.porto-footer .porto-social-icons a:hover {
  background: var(--red);
}

#footer.porto-footer .footer-copyright {
  margin: 0;
  background: #041628 !important;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

#footer.porto-footer .footer-copyright p {
  margin: 0;
}

.porto-legal a {
  display: inline-block !important;
  margin-left: 20px;
}

#footer.porto-footer .photo-credit {
  padding-top: 12px;
  padding-bottom: 18px;
  color: #6f8497;
  font-size: 9px;
}

.whatsapp {
  font-size: 23px;
}

@media (max-width: 1199px) {
  #header.porto-header .header-logo,
  .porto-logo {
    width: 215px !important;
  }

  #header.porto-header .header-nav-main nav > ul > li > a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }

  .porto-header-cta {
    display: none;
  }
}

@media (max-width: 991px) {
  #header.porto-header {
    min-height: 110px;
  }

  #header.porto-header .header-container {
    min-height: 76px;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 220px !important;
    height: 56px !important;
  }

  #header.porto-header .header-nav-main nav {
    max-height: calc(100vh - 110px);
    padding: 12px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--line);
  }

  #header.porto-header .header-nav-main nav > ul > li > a {
    min-height: 45px;
    padding: 10px 13px;
    font-size: 13px;
  }

  #header.porto-header .header-nav-main nav > ul > li > a.active::before {
    display: none;
  }

  #header.porto-header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    min-width: 0;
    padding: 4px 0 8px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #header.porto-header .header-nav-main nav > ul li.dropdown .dropdown-menu li a {
    padding: 9px 12px;
  }

  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 780px;
  }

  .porto-hero-slide .hero-grid {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
  }

  .porto-hero-slide .hero-panel {
    max-width: 620px;
  }

  .porto-process > div:nth-child(2)::after {
    display: none;
  }
}

/* V9 accessibility, contrast and interactive regional map */
body.porto-v15 {
  color: #172332;
}

body.porto-v15 :focus-visible {
  outline: 3px solid #ffd43b !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px #071f38 !important;
}

body.porto-v15 .skip-link {
  color: #071f38;
  font-weight: 800;
}

body.porto-v15 .skip-link:focus-visible {
  top: 16px;
}

body.porto-v15 .aside-card h2,
body.porto-v15 .aside-card .aside-phone {
  color: #fff !important;
}

body.porto-v15 .aside-card .eyebrow {
  color: #ffd9dd !important;
}

body.porto-v15 .aside-card p {
  color: #edf4fa;
}

body.porto-v15 .price-czk {
  opacity: 1;
}

body.porto-v15 .article-content > p,
body.porto-v15 .article-content ul,
body.porto-v15 .article-content ol {
  color: #384b61;
}

body.porto-v15 .aside-note p,
body.porto-v15 .price-table p,
body.porto-v15 .form-note {
  color: #526174;
}

#footer.porto-footer {
  color: #e4ecf3;
}

#footer.porto-footer a {
  min-height: 32px;
  display: flex;
  align-items: center;
  color: #e4ecf3;
  font-size: 13px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#footer.porto-footer a:hover,
#footer.porto-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

#footer.porto-footer p,
#footer.porto-footer .footer-copyright p {
  color: #cad7e2;
  font-size: 13px;
}

#footer.porto-footer .photo-credit {
  color: #b8c6d2;
  font-size: 10.5px;
}

#footer.porto-footer .porto-social-icons a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, .14);
}

.hero-motion-toggle {
  position: absolute;
  z-index: 8;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 24px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(3, 20, 37, .9);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.hero-motion-toggle:hover {
  background: #071f38;
}

.geo-teaser {
  padding: 38px 0;
  color: #fff;
  background: linear-gradient(110deg, #071f38, #0a3156 58%, #144a79);
}

.geo-teaser-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.geo-teaser-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d8202f;
  border-radius: 18px;
  font-size: 27px;
}

.geo-teaser .eyebrow {
  color: #ffd9dd;
}

.geo-teaser h2 {
  margin: 3px 0 5px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(26px, 3vw, 37px);
  line-height: 1.1;
}

.geo-teaser p {
  margin: 0;
  color: #dfeaf3;
  font-size: 13px;
}

.geo-teaser .btn {
  color: #071f38;
  white-space: nowrap;
}

.geo-section {
  overflow: hidden;
  background: #f5f8fb;
}

.geo-heading h2 {
  max-width: 720px;
  color: #0a3156;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
}

.geo-heading > p {
  color: #40546a;
}

.geo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
}

.geo-map-card,
.geo-info {
  border: 1px solid #cbd7e1;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(7, 31, 56, .12);
}

.geo-map-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.geo-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 15px;
  background: #eef3f7;
  border-bottom: 1px solid #cbd7e1;
}

.geo-filter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  color: #0a3156;
  background: #fff;
  border: 1px solid #afbfcd;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.geo-filter:hover {
  border-color: #0a3156;
}

.geo-filter.is-active {
  color: #fff;
  background: #0a3156;
  border-color: #0a3156;
}

.geo-map-wrap {
  overflow-x: auto;
  background: #0a3a62;
  scrollbar-color: #d8202f #e5edf3;
}

.geo-map {
  width: 100%;
  min-width: 740px;
  height: auto;
  display: block;
}

.geo-sea {
  fill: #0b426d;
}

.geo-country {
  vector-effect: non-scaling-stroke;
  transition: opacity .18s ease, fill .18s ease, stroke .18s ease;
}

.geo-country--neighbor {
  fill: #dce5ec;
  stroke: #8295a7;
  stroke-width: 1.25;
  cursor: pointer;
}

.geo-country--neighbor:hover,
.geo-country--neighbor.is-active {
  fill: #fff;
  stroke: #d8202f;
  stroke-width: 3;
}

.geo-country--georgia {
  fill: #fff6ee;
  stroke: #d8202f;
  stroke-width: 4;
}

.geo-country-label {
  fill: #263b50;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  pointer-events: none;
}

.geo-country-label--georgia {
  fill: #0a3156;
  font-size: 20px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.geo-route path {
  fill: none;
  stroke: #d8202f;
  stroke-width: 4;
  stroke-dasharray: 10 9;
  vector-effect: non-scaling-stroke;
}

.geo-route-label {
  fill: #fff;
  paint-order: stroke;
  stroke: #0b426d;
  stroke-width: 5px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.geo-sea-target {
  cursor: pointer;
}

.geo-sea-target rect {
  fill: rgba(255, 255, 255, .06);
  stroke: rgba(255, 255, 255, .54);
  stroke-width: 1.5;
}

.geo-sea-target text {
  fill: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .13em;
}

.geo-sea-target .geo-sea-subtitle {
  fill: #d7e6f1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.geo-sea-target path {
  fill: none;
  stroke: #a9d4ed;
  stroke-width: 3;
}

.geo-sea-target:hover rect,
.geo-sea-target.is-active rect {
  fill: rgba(255, 255, 255, .13);
  stroke: #ffd43b;
  stroke-width: 3;
}

.geo-marker {
  cursor: pointer;
  transition: opacity .18s ease;
}

.geo-marker-link {
  stroke: #526b82;
  stroke-width: 2;
  stroke-dasharray: 3 3;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.geo-marker-halo {
  fill: #fff;
  stroke: #0a3156;
  stroke-width: 2;
}

.geo-marker-dot {
  fill: #d8202f;
}

.geo-marker-icon {
  fill: #fff;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  pointer-events: none;
}

.geo-marker--airports .geo-marker-halo {
  fill: #0a3156;
  stroke: #fff;
}

.geo-marker--airports .geo-marker-dot,
.geo-marker--ports .geo-marker-dot {
  fill: #ffd43b;
}

.geo-marker--ports .geo-marker-halo {
  fill: #8b1b26;
  stroke: #fff;
}

.geo-marker-label {
  fill: #102a44;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 5px;
  stroke-linejoin: round;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  pointer-events: none;
}

.geo-marker:hover .geo-marker-halo,
.geo-marker.is-active .geo-marker-halo,
.geo-marker:focus-visible .geo-marker-halo {
  stroke: #ffd43b;
  stroke-width: 5;
}

.geo-map [data-category].is-filtered {
  opacity: .1;
  pointer-events: none;
}

.geo-map-note {
  margin: 0;
  padding: 11px 16px;
  color: #526174;
  background: #fff;
  border-top: 1px solid #d5dfe7;
  font-size: 11px;
}

.geo-map-note i {
  margin-right: 7px;
  color: #0a3156;
}

.geo-info {
  position: relative;
  padding: 32px;
  overflow: hidden;
  color: #eaf2f8;
  background: linear-gradient(160deg, #071f38, #0a3156);
}

.geo-info::after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .025);
}

.geo-info > * {
  position: relative;
  z-index: 1;
}

.geo-info-kicker {
  color: #ffd9dd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.geo-info-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 24px 0 20px;
  color: #fff;
  background: #d8202f;
  border-radius: 15px;
  font-size: 22px;
}

.geo-info h3 {
  margin: 0 0 15px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 31px;
  line-height: 1.12;
}

.geo-info > p {
  color: #dce8f1;
  font-size: 13px;
  line-height: 1.75;
}

.geo-info-facts {
  margin: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.geo-info-facts > div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.geo-info-facts dt {
  color: #bcd0df;
  font-size: 11px;
}

.geo-info-facts dd {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.geo-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.geo-benefits article {
  min-width: 0;
  display: flex;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid #cbd7e1;
  border-radius: 15px;
}

.geo-benefits article > i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d8202f;
  border-radius: 11px;
}

.geo-benefits h3 {
  margin: 0 0 7px;
  color: #0a3156;
  font-size: 15px;
}

.geo-benefits p,
.geo-noscript {
  margin: 0;
  color: #526174;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .geo-layout {
    grid-template-columns: 1fr;
  }

  .geo-info {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px;
  }

  .geo-info-kicker,
  .geo-info-facts {
    grid-column: 1 / 3;
  }

  .geo-info-icon {
    grid-row: 2 / 4;
  }

  .geo-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .geo-teaser-inner {
    grid-template-columns: auto 1fr;
  }

  .geo-teaser .btn {
    grid-column: 1 / 3;
    width: 100%;
  }

  .geo-heading {
    display: block;
  }

  .geo-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .geo-filter {
    flex: 0 0 auto;
  }

  .geo-info {
    display: block;
    padding: 26px;
  }

  .geo-info-icon {
    margin: 20px 0 16px;
  }

  .geo-benefits {
    grid-template-columns: 1fr;
  }

  .hero-motion-toggle {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  .geo-country,
  .geo-marker-halo,
  .geo-marker-dot,
  .geo-sea-target rect {
    forced-color-adjust: auto;
  }
}

@media (max-width: 767px) {
  .porto-top-note {
    display: none;
  }

  .porto-top-contacts {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }

  .porto-top-contacts a {
    font-size: 9px;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 190px !important;
    height: 51px !important;
  }

  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 820px;
  }

  .porto-hero-slide .hero-grid {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .porto-hero-slide .hero-copy h1,
  .porto-hero-slide .hero-copy h2 {
    font-size: 45px;
  }

  .porto-hero-slide .hero-copy > p {
    font-size: 14px;
  }

  .porto-hero-carousel.owl-carousel .owl-nav {
    display: none;
  }

  .price-table.porto-pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-band.call-to-action > .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .contact-band .call-to-action-btn {
    align-items: flex-start;
  }

  .contact-band .call-to-action-content h2 {
    font-size: 34px;
  }

  .porto-legal {
    margin-top: 8px;
    text-align: left !important;
  }

  .porto-legal a {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 520px) {
  .porto-top-contacts a:last-child {
    display: none;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 176px !important;
    height: 48px !important;
  }

  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 870px;
  }

  .porto-hero-slide .hero-copy h1,
  .porto-hero-slide .hero-copy h2 {
    font-size: 40px;
  }

  .porto-hero-slide .hero-panel {
    padding: 20px;
  }

  .porto-hero-slide .hero-points {
    grid-template-columns: 1fr;
  }

  .porto-process > div::after {
    display: none;
  }

  .porto-accordion .accordion-toggle {
    padding-left: 16px;
  }

  .porto-accordion .card-body {
    padding-left: 20px;
  }
}

/* V10: clearer four-step remote-registration process */
body.porto-v15 .process-section {
  padding: 96px 0;
  background: linear-gradient(135deg, #071f38 0%, #0a3156 100%);
}

body.porto-v15 .process-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

body.porto-v15 .process-intro .section-heading {
  max-width: 760px;
  margin: 0;
}

body.porto-v15 .process-intro .section-heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}

body.porto-v15 .process-intro > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: #d8e6f1;
  font-size: 15px;
  line-height: 1.75;
}

body.porto-v15 .process-grid.porto-process {
  counter-reset: process-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.porto-v15 .process-grid.porto-process > li {
  position: relative;
  min-height: 270px;
  padding: 27px 25px 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .2);
  border-top: 4px solid #d8202f;
  border-radius: 14px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body.porto-v15 .process-grid.porto-process > li:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .105);
  border-color: rgba(255, 255, 255, .34);
  border-top-color: #ff4452;
}

body.porto-v15 .process-grid.porto-process > li::after {
  display: none;
}

body.porto-v15 .process-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

body.porto-v15 .process-icon {
  position: static;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  color: #fff;
  background: #d8202f;
  border: 0;
  font-size: 18px;
  box-shadow: 0 0 0 6px rgba(216, 32, 47, .16);
}

body.porto-v15 .process-card-head > b {
  position: static;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  opacity: .94;
}

body.porto-v15 .process-grid h3 {
  min-height: 54px;
  margin: 0 0 13px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  line-height: 1.18;
}

body.porto-v15 .process-grid p {
  margin: 0;
  color: #dbe7f1;
  font-size: 13px;
  line-height: 1.7;
}

body.porto-v15 .process-section .text-link-light {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .42);
}

@media (max-width: 1000px) {
  body.porto-v15 .process-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.porto-v15 .process-grid.porto-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  body.porto-v15 .process-section {
    padding: 72px 0;
  }

  body.porto-v15 .process-grid.porto-process {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.porto-v15 .process-grid.porto-process > li {
    min-height: 0;
    padding: 25px 23px;
  }

  body.porto-v15 .process-grid h3 {
    min-height: 0;
    font-size: 24px;
  }
}

/* Individual Entrepreneur: tax, VAT and eligibility guide */
body.porto-v15 .tax-rule-grid,
body.porto-v15 .vat-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

body.porto-v15 .tax-rule-card,
body.porto-v15 .vat-card {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid #d8e2eb;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(7, 31, 56, .07);
}

body.porto-v15 .tax-rule-card {
  border-top: 4px solid var(--primary);
}

body.porto-v15 .tax-rule-card h3,
body.porto-v15 .vat-card h3 {
  margin: 10px 0 9px;
  color: #082b4b;
  font-size: 20px;
  line-height: 1.2;
}

body.porto-v15 .tax-rule-card p,
body.porto-v15 .vat-card p,
body.porto-v15 .tax-callout p {
  margin: 0;
  color: #334c63;
  font-size: 14px;
  line-height: 1.65;
}

body.porto-v15 .tax-step,
body.porto-v15 .vat-label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  color: #b41725;
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.porto-v15 .tax-step {
  justify-content: center;
  width: 32px;
  color: #fff;
  background: var(--primary);
  border-radius: 999px;
  letter-spacing: 0;
}

body.porto-v15 .tax-callout {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin: 24px 0;
  padding: 21px 22px;
  color: #fff;
  background: #0a3156;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(7, 31, 56, .12);
}

body.porto-v15 .tax-callout > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
}

body.porto-v15 .tax-callout strong {
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

body.porto-v15 .tax-callout p {
  color: #e4edf5;
}

body.porto-v15 .tax-callout-info {
  background: #123d6a;
}

body.porto-v15 .tax-callout-warning {
  background: #4e2630;
  border-left: 5px solid #f05a66;
}

body.porto-v15 .tax-note {
  margin: 18px 0 28px;
  padding: 17px 19px;
  color: #243f58;
  background: #f2f6fa;
  border-left: 4px solid var(--primary);
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  line-height: 1.65;
}

body.porto-v15 .tax-calculation {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #d6e1eb;
  border-radius: 11px;
  box-shadow: 0 10px 30px rgba(7, 31, 56, .07);
}

body.porto-v15 .tax-calculation:focus-visible {
  outline: 3px solid #f05a66;
  outline-offset: 3px;
}

body.porto-v15 .tax-calculation table {
  width: 100%;
  min-width: 590px;
  margin: 0;
  border-collapse: collapse;
  color: #263f56;
  font-size: 14px;
}

body.porto-v15 .tax-calculation caption {
  padding: 17px 19px;
  color: #fff;
  background: #0a3156;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  caption-side: top;
}

body.porto-v15 .tax-calculation th,
body.porto-v15 .tax-calculation td {
  padding: 14px 17px;
  border-bottom: 1px solid #dce5ed;
  text-align: left;
  vertical-align: top;
}

body.porto-v15 .tax-calculation thead th {
  color: #fff;
  background: #123d6a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.porto-v15 .tax-calculation tbody th {
  color: #0a3156;
  font-weight: 800;
}

body.porto-v15 .tax-calculation tbody tr:last-child th,
body.porto-v15 .tax-calculation tbody tr:last-child td {
  border-bottom: 0;
}

body.porto-v15 .vat-card {
  display: flex;
  flex-direction: column;
  border-top: 4px solid #123d6a;
}

body.porto-v15 .vat-example {
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding-top: 18px;
  color: #53697d;
  font-size: 12px;
  line-height: 1.45;
}

body.porto-v15 .vat-example strong {
  color: #b41725;
  font-size: 17px;
}

body.porto-v15 .prohibited-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 0;
  counter-reset: prohibited;
  list-style: none;
}

body.porto-v15 .prohibited-list li {
  position: relative;
  min-height: 70px;
  padding: 16px 16px 16px 52px;
  color: #293f54;
  background: #f5f8fb;
  border: 1px solid #dce5ed;
  border-radius: 8px;
  counter-increment: prohibited;
}

body.porto-v15 .prohibited-list li::before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  content: counter(prohibited);
  font-size: 12px;
  font-weight: 800;
}

/* V12 — crypto, accounting and VASP guide */
body.porto-v15 .crypto-teaser {
  color: #fff;
  background: linear-gradient(125deg, #071f38 0%, #0a3156 62%, #144a79 100%);
  border-top: 4px solid var(--primary);
}

body.porto-v15 .crypto-teaser-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

body.porto-v15 .crypto-teaser-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #d91f32;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .1);
  font-size: 29px;
}

body.porto-v15 .crypto-teaser h2,
body.porto-v15 .crypto-teaser p {
  color: #fff;
}

body.porto-v15 .crypto-teaser p {
  margin: 6px 0 0;
  color: #dbe8f3;
}

body.porto-v15 .crypto-scenario-grid,
body.porto-v15 .vasp-requirements {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

body.porto-v15 .crypto-scenario-card,
body.porto-v15 .vasp-requirements section {
  position: relative;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d6e1ea;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(7, 31, 56, .08);
}

body.porto-v15 .crypto-scenario-card::after {
  position: absolute;
  right: -18px;
  bottom: -31px;
  color: rgba(10, 49, 86, .06);
  content: "₿";
  font-size: 106px;
  font-weight: 800;
  line-height: 1;
}

body.porto-v15 .crypto-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  background: #d91f32;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

body.porto-v15 .crypto-scenario-card h3,
body.porto-v15 .vasp-requirements h3 {
  margin: 0 0 10px;
  color: #0a3156;
}

body.porto-v15 .crypto-scenario-card p,
body.porto-v15 .vasp-requirements p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #334e68;
}

body.porto-v15 .crypto-record-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 22px 0 28px;
  list-style: none;
}

body.porto-v15 .crypto-record-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #f5f8fb;
  border-left: 4px solid #d91f32;
  border-radius: 8px;
}

body.porto-v15 .crypto-record-list i,
body.porto-v15 .vasp-requirements > section > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #0a3156;
  border-radius: 50%;
}

body.porto-v15 .crypto-record-list strong,
body.porto-v15 .crypto-record-list span {
  display: block;
}

body.porto-v15 .crypto-record-list strong {
  color: #0a3156;
}

body.porto-v15 .crypto-record-list span {
  margin-top: 4px;
  color: #405a72;
}

body.porto-v15 .vasp-activity-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 32px;
  counter-reset: vasp;
  list-style: none;
}

body.porto-v15 .vasp-activity-list li {
  position: relative;
  padding: 15px 18px 15px 58px;
  color: #29445d;
  background: #f5f8fb;
  border: 1px solid #dae4ec;
  border-radius: 8px;
  counter-increment: vasp;
}

body.porto-v15 .vasp-activity-list li::before {
  position: absolute;
  top: 12px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #d91f32;
  border-radius: 50%;
  content: counter(vasp, decimal-leading-zero);
  font-size: 11px;
  font-weight: 800;
}

body.porto-v15 .vasp-requirements {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.porto-v15 .vasp-requirements section {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 14px;
}

body.porto-v15 .vasp-requirements h3,
body.porto-v15 .vasp-requirements p {
  grid-column: 2;
}

body.porto-v15 .vasp-requirements > section > i {
  grid-row: 1 / span 2;
}

/* V13 — compliant crypto-to-fiat payment route and provider example */
body.porto-v15 .crypto-payment-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 24px 0 30px;
  list-style: none;
}

body.porto-v15 .crypto-payment-flow li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 20px;
  background: #f5f8fb;
  border: 1px solid #d7e2eb;
  border-radius: 9px;
}

body.porto-v15 .crypto-payment-flow li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #d91f32;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

body.porto-v15 .crypto-payment-flow strong {
  display: block;
  margin-bottom: 5px;
  color: #0a3156;
}

body.porto-v15 .crypto-payment-flow p {
  margin: 0;
  color: #334e68;
}

body.porto-v15 .crypto-provider-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 30px;
  margin: 32px 0 18px;
  background: #fff;
  border: 1px solid #ccdbe7;
  border-top: 4px solid #0a3156;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 31, 56, .1);
}

body.porto-v15 .crypto-provider-badge {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 18px;
  color: #fff;
  text-align: center;
  background: #0a3156;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

body.porto-v15 .crypto-provider-badge i {
  color: #fff;
  font-size: 34px;
}

body.porto-v15 .crypto-provider-card h3 {
  margin: 3px 0 12px;
  color: #0a3156;
}

body.porto-v15 .crypto-provider-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

@media (max-width: 1100px) {
  body.porto-v15 .tax-rule-grid,
  body.porto-v15 .vat-scenarios {
    grid-template-columns: 1fr;
  }

  body.porto-v15 .vat-example {
    margin-top: 0;
  }

  body.porto-v15 .crypto-scenario-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  body.porto-v15 .tax-rule-card,
  body.porto-v15 .vat-card {
    padding: 19px;
  }

  body.porto-v15 .tax-callout {
    grid-template-columns: 1fr;
  }

  body.porto-v15 .prohibited-list {
    grid-template-columns: 1fr;
  }

  body.porto-v15 .crypto-teaser-inner,
  body.porto-v15 .crypto-record-list,
  body.porto-v15 .vasp-requirements,
  body.porto-v15 .crypto-payment-flow,
  body.porto-v15 .crypto-provider-card {
    grid-template-columns: 1fr;
  }

  body.porto-v15 .crypto-teaser .button {
    justify-self: start;
  }

  body.porto-v15 .vasp-requirements section {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 19px;
  }
}

@media print {
  #header.porto-header,
  .porto-hero-carousel .owl-nav,
  .porto-hero-carousel .owl-dots {
    display: none !important;
  }
}

/* V14 — compact, reliable mobile layout and iOS Safari fixes */
@media (max-width: 991px) {
  #header.porto-header,
  #header.porto-header .header-body,
  html.sticky-header-active #header.porto-header .header-body {
    position: relative !important;
    top: auto !important;
    min-height: 0;
    transform: none !important;
  }

  #header.porto-header .header-top {
    display: none !important;
  }

  #header.porto-header .header-container {
    min-height: 72px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 198px !important;
    height: 56px !important;
  }

  #header.porto-header .header-btn-collapse-nav {
    position: relative;
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-left: 12px;
    padding: 0;
  }

  #header.porto-header .header-btn-collapse-nav i {
    display: none !important;
  }

  #header.porto-header .header-btn-collapse-nav::before {
    content: "\2630";
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 23px;
    line-height: 1;
  }

  #header.porto-header .header-nav-main nav {
    max-height: calc(100dvh - 72px);
  }
}

@media (max-width: 767px) {
  :root {
    --shell: calc(100% - 32px);
  }

  body.porto-v15 {
    font-size: 16px;
    line-height: 1.62;
  }

  body.porto-v15 .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body.porto-v15 .section-heading {
    margin-bottom: 30px;
  }

  body.porto-v15 .section-heading h2,
  body.porto-v15 .story-copy h2,
  body.porto-v15 .tax-grid h2,
  body.porto-v15 .contact-details h2,
  body.porto-v15 .contact-form h2,
  body.porto-v15 .section > .container > h2,
  body.porto-v15 .section > .shell > h2 {
    font-size: clamp(32px, 9.3vw, 39px);
    line-height: 1.08;
    letter-spacing: -.025em;
  }

  body.porto-v15 .split-heading {
    gap: 14px;
  }

  body.porto-v15 .split-heading p,
  body.porto-v15 .story-copy > p,
  body.porto-v15 .tax-grid > div > p {
    font-size: 15px;
    line-height: 1.65;
  }

  body.porto-v15 .appear-animation {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
  }

  .home-hero.porto-hero,
  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 0 !important;
  }

  .porto-hero-slide {
    min-height: 610px !important;
    background-position: 58% center;
  }

  .porto-hero-slide .hero-grid,
  .porto-hero-slide .hero-grid-single {
    min-height: 610px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding-top: 46px;
    padding-bottom: 88px;
  }

  .porto-hero-slide .hero-panel {
    display: none;
  }

  .porto-hero-slide .hero-copy h1,
  .porto-hero-slide .hero-copy h2 {
    max-width: 570px;
    margin: 18px 0;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.02;
  }

  .porto-hero-slide .hero-copy > p {
    font-size: 15px;
    line-height: 1.62;
  }

  .porto-hero-slide .hero-kicker {
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: .09em;
  }

  .porto-hero-slide .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .porto-hero-slide .hero-actions .button {
    min-height: 48px;
  }

  .porto-hero-slide .hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }

  .porto-hero-slide .hero-points span {
    min-width: 0;
    padding-left: 0;
    font-size: 10px;
    line-height: 1.35;
  }

  .porto-hero-slide .hero-points i {
    position: static;
    display: block;
    min-height: 19px;
    margin-bottom: 5px;
  }

  .porto-hero-slide .hero-points b {
    font-size: 13px;
  }

  .porto-hero-carousel.owl-theme .owl-dots {
    right: auto;
    bottom: 22px;
    left: 16px;
    width: auto;
  }

  .hero-motion-toggle {
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .hero-motion-toggle i {
    display: none;
  }

  .trust-strip {
    padding: 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: #d7e2eb;
  }

  .trust-grid > .feature-box,
  .trust-grid > div,
  .trust-grid > div:first-child {
    min-height: 104px;
    gap: 11px;
    padding: 16px 12px;
    background: #fff;
    border: 0;
  }

  .trust-grid .feature-box-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 14px;
  }

  .trust-grid .feature-box-info span {
    font-size: 12px;
    line-height: 1.35;
  }

  .trust-grid .feature-box-info small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.4;
  }

  .service-grid {
    gap: 16px;
  }

  .service-card,
  .service-card.feature-box {
    min-height: 0;
    padding: 76px 22px 28px;
  }

  .porto-service-icon {
    top: 21px;
    left: 22px;
    width: 42px;
    height: 42px;
  }

  .service-card .card-index {
    top: 28px;
    right: 22px;
  }

  .service-card h3 {
    margin: 9px 0 13px;
    font-size: 29px;
  }

  .service-card p {
    font-size: 14px;
    line-height: 1.62;
  }

  .service-card strong {
    margin-top: 18px;
    font-size: 20px;
  }

  .service-card > i {
    position: static;
    display: block;
    margin-top: 18px;
  }

  .geo-teaser,
  body.porto-v15 .crypto-teaser {
    padding: 44px 0;
  }

  .geo-teaser-inner,
  body.porto-v15 .crypto-teaser-inner {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .geo-teaser-icon,
  body.porto-v15 .crypto-teaser-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    font-size: 21px;
  }

  .geo-teaser h2,
  body.porto-v15 .crypto-teaser h2 {
    font-size: clamp(30px, 8.7vw, 37px);
    line-height: 1.08;
  }

  .geo-teaser p,
  body.porto-v15 .crypto-teaser p {
    font-size: 15px;
    line-height: 1.6;
  }

  .geo-teaser .btn,
  body.porto-v15 .crypto-teaser .button,
  body.porto-v15 .crypto-teaser .btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 48px;
  }

  body.porto-v15 .process-section {
    padding: 62px 0;
  }

  body.porto-v15 .process-intro {
    display: block;
    margin-bottom: 30px;
  }

  body.porto-v15 .process-intro .section-heading {
    margin-bottom: 18px;
  }

  body.porto-v15 .process-grid {
    gap: 14px;
    margin-top: 0;
  }

  body.porto-v15 .process-grid > li {
    min-height: 0;
    padding: 20px;
  }

  body.porto-v15 .process-grid h3 {
    margin: 14px 0 7px;
    font-size: 18px;
  }

  body.porto-v15 .process-grid p {
    font-size: 13px;
    line-height: 1.58;
  }

  .porto-accordion .accordion-toggle {
    min-height: 56px;
    padding: 14px 40px 14px 14px;
    font-size: 14px;
    line-height: 1.35;
    text-transform: none;
  }

  .porto-accordion .accordion-toggle i {
    display: none;
  }

  .porto-accordion .card-body {
    padding: 4px 16px 18px;
  }

  .contact-band.call-to-action {
    padding: 48px 0;
  }

  .contact-band.call-to-action > .container {
    gap: 24px;
  }

  .contact-band .call-to-action-content h2 {
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.08;
  }

  .contact-band .call-to-action-content p {
    font-size: 15px;
    line-height: 1.55;
  }

  .contact-band .call-to-action-btn,
  .contact-band .call-to-action-btn .btn {
    width: 100%;
    align-items: stretch;
  }

  #footer.porto-footer .container.py-5 {
    padding-top: 42px !important;
    padding-bottom: 34px !important;
  }

  #footer.porto-footer .row.gy-5 {
    --bs-gutter-y: 2rem;
  }

  #footer.porto-footer .footer-brand img {
    width: 235px !important;
    height: 60px !important;
    margin-bottom: 15px;
  }

  #footer.porto-footer h3 {
    margin-bottom: 10px;
    font-size: 11px;
  }

  #footer.porto-footer a,
  #footer.porto-footer p,
  #footer.porto-footer .footer-copyright p {
    color: #dce6ee;
    font-size: 12px;
    line-height: 1.55;
  }

  #footer.porto-footer a {
    min-height: 31px;
    padding: 4px 0;
  }

  #footer.porto-footer .porto-legal a {
    display: inline-flex !important;
    margin: 5px 16px 0 0;
  }

  #footer.porto-footer .photo-credit {
    padding-top: 13px;
    padding-bottom: 76px;
    color: #c6d2dc;
    font-size: 10px;
    line-height: 1.5;
  }

  .whatsapp {
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
    font-size: 0;
  }

  .whatsapp i {
    display: none;
  }

  .whatsapp::before {
    content: "WA";
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -.02em;
  }
}

@media (max-width: 420px) {
  #header.porto-header .header-logo,
  .porto-logo {
    width: 178px !important;
    height: 51px !important;
  }

  .porto-hero-slide,
  .porto-hero-slide .hero-grid,
  .porto-hero-slide .hero-grid-single {
    min-height: 590px !important;
  }

  .porto-hero-slide .hero-copy h1,
  .porto-hero-slide .hero-copy h2 {
    font-size: 38px;
  }

  .hero-motion-toggle span {
    font-size: 10px;
  }
}

/* V15 — local SVG icons: no icon-font dependency in Safari */
body.porto-v15 i.fas,
body.porto-v15 i.far,
body.porto-v15 i.fab {
  --zfg-icon: url('/assets/icons/fa/circle-info.svg');
  width: 1em;
  height: 1em;
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-family: inherit !important;
  font-size: inherit;
  font-style: normal;
  line-height: 1;
  vertical-align: -.125em;
}

body.porto-v15 i.fas::before,
body.porto-v15 i.far::before,
body.porto-v15 i.fab::before {
  content: "" !important;
  width: 100%;
  height: 100%;
  display: block;
  background-color: currentColor;
  -webkit-mask: var(--zfg-icon) center / contain no-repeat;
  mask: var(--zfg-icon) center / contain no-repeat;
}

.porto-accordion .accordion-toggle::after,
.porto-accordion .accordion-toggle.collapsed::after {
  font-family: Arial, sans-serif !important;
}

.porto-accordion .accordion-toggle::after {
  content: "\2212" !important;
}

.porto-accordion .accordion-toggle.collapsed::after {
  content: "+" !important;
}

.fa-anchor { --zfg-icon: url('/assets/icons/fa/anchor.svg') !important; }
.fa-ban { --zfg-icon: url('/assets/icons/fa/ban.svg') !important; }
.fa-bars { --zfg-icon: url('/assets/icons/fa/bars.svg') !important; }
.fa-bitcoin { --zfg-icon: url('/assets/icons/fa/bitcoin.svg') !important; }
.fa-bolt { --zfg-icon: url('/assets/icons/fa/bolt.svg') !important; }
.fa-border-all { --zfg-icon: url('/assets/icons/fa/border-all.svg') !important; }
.fa-building { --zfg-icon: url('/assets/icons/fa/building.svg') !important; }
.fa-building-columns { --zfg-icon: url('/assets/icons/fa/building-columns.svg') !important; }
.fa-calculator { --zfg-icon: url('/assets/icons/fa/calculator.svg') !important; }
.fa-calendar-check { --zfg-icon: url('/assets/icons/fa/calendar-check.svg') !important; }
.fa-calendar-day { --zfg-icon: url('/assets/icons/fa/calendar-day.svg') !important; }
.fa-chart-pie { --zfg-icon: url('/assets/icons/fa/chart-pie.svg') !important; }
.fa-circle-info { --zfg-icon: url('/assets/icons/fa/circle-info.svg') !important; }
.fa-circle-question { --zfg-icon: url('/assets/icons/fa/circle-question.svg') !important; }
.fa-city { --zfg-icon: url('/assets/icons/fa/city.svg') !important; }
.fa-clock { --zfg-icon: url('/assets/icons/fa/clock.svg') !important; }
.fa-coins { --zfg-icon: url('/assets/icons/fa/coins.svg') !important; }
.fa-comments { --zfg-icon: url('/assets/icons/fa/comments.svg') !important; }
.fa-compass { --zfg-icon: url('/assets/icons/fa/compass.svg') !important; }
.fa-earth-europe { --zfg-icon: url('/assets/icons/fa/earth-europe.svg') !important; }
.fa-envelope { --zfg-icon: url('/assets/icons/fa/envelope.svg') !important; }
.fa-file-signature { --zfg-icon: url('/assets/icons/fa/file-signature.svg') !important; }
.fa-fingerprint { --zfg-icon: url('/assets/icons/fa/fingerprint.svg') !important; }
.fa-globe { --zfg-icon: url('/assets/icons/fa/globe.svg') !important; }
.fa-handshake { --zfg-icon: url('/assets/icons/fa/handshake.svg') !important; }
.fa-laptop { --zfg-icon: url('/assets/icons/fa/laptop.svg') !important; }
.fa-laptop-code { --zfg-icon: url('/assets/icons/fa/laptop-code.svg') !important; }
.fa-link { --zfg-icon: url('/assets/icons/fa/link.svg') !important; }
.fa-list-check { --zfg-icon: url('/assets/icons/fa/list-check.svg') !important; }
.fa-location-crosshairs { --zfg-icon: url('/assets/icons/fa/location-crosshairs.svg') !important; }
.fa-location-dot { --zfg-icon: url('/assets/icons/fa/location-dot.svg') !important; }
.fa-map-location-dot { --zfg-icon: url('/assets/icons/fa/map-location-dot.svg') !important; }
.fa-paper-plane { --zfg-icon: url('/assets/icons/fa/paper-plane.svg') !important; }
.fa-pause { --zfg-icon: url('/assets/icons/fa/pause.svg') !important; }
.fa-phone { --zfg-icon: url('/assets/icons/fa/phone.svg') !important; }
.fa-plane { --zfg-icon: url('/assets/icons/fa/plane.svg') !important; }
.fa-plane-departure { --zfg-icon: url('/assets/icons/fa/plane-departure.svg') !important; }
.fa-route { --zfg-icon: url('/assets/icons/fa/route.svg') !important; }
.fa-scale-balanced { --zfg-icon: url('/assets/icons/fa/scale-balanced.svg') !important; }
.fa-shield-halved { --zfg-icon: url('/assets/icons/fa/shield-halved.svg') !important; }
.fa-stamp { --zfg-icon: url('/assets/icons/fa/stamp.svg') !important; }
.fa-star { --zfg-icon: url('/assets/icons/fa/star.svg') !important; }
.fa-tags { --zfg-icon: url('/assets/icons/fa/tags.svg') !important; }
.fa-triangle-exclamation { --zfg-icon: url('/assets/icons/fa/triangle-exclamation.svg') !important; }
.fa-user-shield { --zfg-icon: url('/assets/icons/fa/user-shield.svg') !important; }
.fa-user-tie { --zfg-icon: url('/assets/icons/fa/user-tie.svg') !important; }
.fa-water { --zfg-icon: url('/assets/icons/fa/water.svg') !important; }
.fa-whatsapp { --zfg-icon: url('/assets/icons/fa/whatsapp.svg') !important; }

@media (max-width: 991px) {
  #header.porto-header .header-nav-main nav > ul > li > a {
    min-height: 44px;
    padding: 9px 20px;
  }

  #header.porto-header .header-nav-main nav > ul > li > a.dropdown-toggle::after {
    content: "+" !important;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    margin: 0;
    color: #52677b;
    border: 0 !important;
    font-family: Arial, sans-serif !important;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
  }

  #header.porto-header .header-nav-main nav > ul > li.open > a.dropdown-toggle::after,
  #header.porto-header .header-nav-main nav > ul > li.accessibility-open > a.dropdown-toggle::after {
    content: "\2212" !important;
  }

  #header.porto-header .dropdown-menu i.fas,
  #header.porto-header .dropdown-menu i.far,
  #header.porto-header .dropdown-menu i.fab {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 767px) {
  body.porto-v15 .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  body.porto-v15 .section-heading h2,
  body.porto-v15 .story-copy h2,
  body.porto-v15 .tax-grid h2,
  body.porto-v15 .contact-details h2,
  body.porto-v15 .contact-form h2,
  body.porto-v15 .section > .container > h2,
  body.porto-v15 .section > .shell > h2 {
    font-size: clamp(29px, 8vw, 34px);
    line-height: 1.1;
  }

  body.porto-v15 .split-heading p {
    font-size: 14px;
  }

  .services-section .section-heading {
    margin-bottom: 24px;
  }

  .service-card,
  .service-card.feature-box {
    padding: 66px 19px 22px;
  }

  .porto-service-icon {
    top: 17px;
    left: 19px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .service-card .card-index {
    top: 22px;
    right: 19px;
  }

  .service-card small {
    font-size: 9px;
  }

  .service-card h3 {
    margin: 7px 0 11px;
    font-size: 25px;
  }

  .service-card p {
    font-size: 13px;
    line-height: 1.55;
  }

  .service-card strong {
    margin-top: 14px;
    font-size: 18px;
  }

  .service-card > i:not(.fas):not(.far):not(.fab) {
    margin-top: 13px;
  }

  body.porto-v15 .process-section {
    padding: 50px 0;
  }

  body.porto-v15 .process-intro {
    margin-bottom: 24px;
  }

  body.porto-v15 .process-grid.porto-process > li {
    padding: 18px;
  }

  body.porto-v15 .process-card-head {
    margin-bottom: 14px;
  }

  body.porto-v15 .process-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 15px;
    box-shadow: 0 0 0 4px rgba(216, 32, 47, .15);
  }

  body.porto-v15 .process-card-head > b {
    font-size: 32px;
  }

  body.porto-v15 .process-grid h3 {
    margin: 9px 0 6px;
    font-size: 19px;
  }

  body.porto-v15 .process-grid p {
    font-size: 12.5px;
    line-height: 1.52;
  }

  .porto-accordion .accordion-toggle i.fas,
  .porto-accordion .accordion-toggle i.far {
    width: 15px;
    height: 15px;
    display: inline-flex !important;
    margin-right: 9px;
  }

  #footer.porto-footer .container.py-5 {
    padding-top: 34px !important;
    padding-bottom: 26px !important;
  }

  #footer.porto-footer .row.gy-5 {
    --bs-gutter-y: 1.45rem;
  }

  #footer.porto-footer a,
  #footer.porto-footer p,
  #footer.porto-footer .footer-copyright p {
    color: #edf3f8;
    line-height: 1.45;
  }

  #footer.porto-footer .porto-social-icons a {
    width: 38px;
    height: 38px;
  }

  #footer.porto-footer .photo-credit {
    padding-bottom: 62px;
    font-size: 9px;
  }

  .whatsapp {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .whatsapp::before {
    content: none !important;
  }

  .whatsapp i.fab {
    width: 20px;
    height: 20px;
    display: inline-flex !important;
  }
}
