/* ===== Showcase block ===== */
.hitip-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 60px;

  min-height: 320px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* dotted background */
.hitip-showcase::before {
  content: "";
  position: absolute;

  
}

/* soft glow */
.hitip-showcase::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
 
  top: 50%;
  left: 50%;
  pointer-events: none;
}

/* content */
.hitip-showcase-inner {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
}

/* image */
.hitip-showcase-image {
  width: 100%;
  max-width: 460px;
  animation: float 6s ease-in-out infinite;
}

/* floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* responsive */
@media (max-width: 768px) {
  .hitip-showcase {
    padding: 32px 20px;
    min-height: 310px;
  }

  .hitip-showcase-image {
    max-width: 100%;
  }
}

/* ===== Showcase block ===== */
.hitip-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 60px;
  max-height: 320px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* dotted background */
.hitip-showcase::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: radial-gradient(
    circle,
    rgba(66, 84, 102, 0.14) 1px,
    transparent 1px
  );

  background-size: 14px 14px;
  pointer-events: none;

  -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 90%);
  mask-image: radial-gradient(circle at center, black 30%, transparent 90%);
}

/* soft glow */
.hitip-showcase::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* content */
.hitip-showcase-inner {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
}

/* image */
.hitip-showcase-image {
  width: 100%;
  max-width: 460px;

  animation: float 6s ease-in-out infinite;
}

/* floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* responsive */
@media (max-width: 768px) {
  .hitip-showcase {
    padding: 32px 20px;
    min-height: 330px;
  }

  .hitip-showcase-image {
    max-width: 100%;
  }
}

/* ===== Showcase block ===== */
.hitip-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 60px;
  max-height: 370px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* dotted background */
.hitip-showcase::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: radial-gradient(
    circle,
    rgba(66, 84, 102, 0.14) 1px,
    transparent 1px
  );

  background-size: 14px 14px;
  pointer-events: none;

  -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 90%);
  mask-image: radial-gradient(circle at center, black 30%, transparent 90%);
}

/* soft glow */
.hitip-showcase::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 380px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* content */
.hitip-showcase-inner {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
}

/* image */
.hitip-showcase-image {
  width: 100%;
  max-width: 460px;

  animation: float 6s ease-in-out infinite;
}

/* floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* responsive */
@media (max-width: 768px) {
  .hitip-showcase {
    padding: 32px 20px;
    min-height: 310px;
  }

  .hitip-showcase-image {
    max-width: 100%;
  }
}

.hitip-europe-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:0px;

    padding: 24px 24px 24px 24px;


    background:linear-gradient(
      135deg,
      #0073E6 0%,
      #4D8EFF 50%,
      #8B7CF6 100%
    );

    overflow:hidden;
}

.hitip-europe-left{
    max-width: 440px;
}
.hitip-europe-cta::before{
    content:"";

    position:absolute;

    width:220px;
    height:390px;

    left:24px;
    bottom: 24px;

    background-image:radial-gradient(
      rgba(255,255,255,.22) 1px,
      transparent 1px
    );

    background-size:12px 12px;

    opacity:.8;

    pointer-events:none;
}

.hitip-europe-cta::after{
    content:"";

    position:absolute;

    width:220px;
    height:260px;

    right:80px;
    top:40px;

    background-image:radial-gradient(
      rgba(255,255,255,.18) 1px,
      transparent 1px
    );

    background-size:12px 12px;

    opacity:.6;

    pointer-events:none;
}

.hitip-label{
    display:inline-block;

    margin-bottom:16px;

    font-size:18px;
    font-weight:600;
    letter-spacing:1px;

    color:rgba(255,255,255,.8);
}

.hitip-europe-left h2{
    color:white;
    font-weight: 600;
    font-size:27px;
    line-height:1.1;

    margin:0 0 16px;
}

.hitip-europe-left p{
    color:rgba(255,255,255,.9);

    font-size:18px;
    line-height:1.5;

    margin-bottom:28px;
}

.hitip-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    height:54px;
    padding:0 28px;

    background:white;
    color:#0A2540;

    border-radius: 8px;

    text-decoration:none;
    font-weight:700;
}

.hitip-europe-right{
    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:22px;

    min-width:340px;
}

.flag{
    width:64px;
    height:64px;

    border-radius:50%;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;

    transition:.2s;
}

.flag:hover{
    transform:translateY(-4px);
}
/* ==========================
   MOBILE
========================== */

@media (max-width: 768px){

  .hitip-europe-cta{
    flex-direction:column;
    text-align:center;

    gap:32px;

    padding:32px 20px;
  }

  .hitip-europe-left{
    max-width:100%;
  }

  .hitip-label{
    font-size:14px;
    margin-bottom:12px;
  }

  .hitip-europe-left h2{
    font-size:32px;
    line-height:1.15;
    margin-bottom:12px;
  }

  .hitip-europe-left p{
    font-size:16px;
    margin-bottom:24px;
  }

  .hitip-button{
    width:100%;
    max-width:280px;
    margin:auto;
  }

  .hitip-europe-right{
    min-width:unset;

    width:100%;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:14px;

    justify-items:center;
  }

  .flag{
    width:52px;
    height:52px;

    font-size:28px;
  }

  /* dots smaller */

  .hitip-europe-cta::before{
    width:120px;
    height:120px;

    left:-20px;
    bottom:-20px;

    opacity:.4;
  }

  .hitip-europe-cta::after{
    width:120px;
    height:120px;

    right:-20px;
    top:-20px;

    opacity:.3;
  }
}

/* ==========================
   SMALL PHONES
========================== */

@media (max-width: 480px){

  .hitip-europe-right{
    grid-template-columns:repeat(3,1fr);
  }

  .flag{
    width:48px;
    height:48px;

    font-size:26px;
  }

  .hitip-europe-left h2{
    font-size:28px;
  }
  
  .hitip-europe-cta::after{
    width:120px;
    height:120px;

    right: 0px !important;
    top:-20px;

    opacity:.3;
  }

  .hitip-europe-left p{
    font-size:15px;
  }
}

/* ===== Tabs ===== */

.hitip-tab-btn {
  display: flex;
  align-items: center;
  font-family: 'Inter', Sans-Serif;

  gap: 18px;
  margin-bottom: 18px;
    color: #0A2540;

  padding: 14px 18px;
  font-size: 27px;

  border: 1px solid transparent;

  background: transparent;

  cursor: pointer;
  text-align: left;

  transition: all .22s ease;
}

.hitip-tab-btn:hover {
  background: #D5E5F9;
  transform: translateX(2px);
}

/* ACTIVE */

.hitip-tab-btn.active {
}

/* ===== ICON ===== */

.hitip-tab-icon {
  width: 62px;
  height: 62px;

  border-radius: 22px;

  background: #D5E5F9;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;

  font-size: 27px;
  font-weight: 600;

  flex-shrink: 0;

  transition: all .25s ease;
}

/* ===== TEXT ===== */

.hitip-tab-text h4 {
  margin: 0 0 4px;

  font-size: 18px;
  font-weight: 600;
    letter-spacing: 0.1px;


  color: #0A2540;
}

.hitip-tab-text p {
  margin: 0;

  font-size: 16px;
  line-height: 1.45;

  color: #425466;
  letter-spacing: 0.3px;
}

/* active text */

.hitip-tab-btn.active .hitip-tab-text h4 {
  color: #0A2540;
}

.hitip-tab-btn.active .hitip-tab-text p {
  color: #425466;
}
/* active icon */

.hitip-tab-btn.active .hitip-tab-icon {
  color: white;
  background: #0073E6;
  transform: scale(1.04);
}


/* ===== Content ===== */
.hitip-tab-content {
  display: none;
  padding: 24px;

}

.hitip-tab-content.active {
  display: block;
}

/* ===== Card ===== */
.hitip-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.hitip-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0073e6;
  font-size: 18px;
  flex-shrink: 0;
}



.dot-background {
  position: relative;
  overflow: hidden;
}

.dot-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(66, 84, 102, 0.15) 1px,
    transparent 1px
  );
  background-size: 14px 14px;
  pointer-events: none;
}

/* ===== Tabs ===== */
.hitip-tabs {
  font-family: Inter, system-ui, sans-serif;
  display: flex;
}

.hitip-tabs-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

  gap: 12px;
  margin-bottom: 24px;
  width: 50%;
}

.hitip-tab-btn {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  padding: 0px 0px 0px 24px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s ease;
}

.hitip-tab-btn:hover {
  background: #f5f7fa;
}

.hitip-tab-btn.active {
  box-shadow: inset 1px 0 0 #0073e6;
}

/* ===== Tab icon ===== */
.hitip-tab-icon {
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: #D5E5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0073E6;
  font-size: 18px;
  flex-shrink: 0;
}

/* ===== Content ===== */
.hitip-tab-content {
  display: none;
  padding: 24px;
  position: relative;
  z-index: 999 !important;
  
}

.hitip-tab-content-1 {
  width: 52%;
  height: auto;

  padding: 24px;
  position: relative;
  z-index: 999 !important;
  
}

.hitip-tab-content.active {
  display: block;
}

/* ===== Card ===== */
.hitip-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  position: relative;
  z-index: 999;
}

.hitip-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0073e6;
  font-size: 18px;
  flex-shrink: 0;
}

.hitip-card h4 {
    z-index: 1;
    color: #0073E6;
  margin: 0 0 6px;
  font-size: 18px;
}

.hitip-card p {
  margin: 0;
  color: #4b5563;
}

.dot-background {
  position: relative;
  overflow: hidden;
  padding: ;
}

.dot-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(66, 84, 102, 0.15) 1px,
    transparent 1px
  );
  background-size: 14px 14px;
  pointer-events: none;
  z-index: 0;
}
/* ==========================
   MOBILE
========================== */

@media (max-width: 768px){
      .hitip-tab-content-1{
      width:100% !important;
      padding:0;
  }

  .hitip-tabs{
      width: 100%;
    flex-direction:column;
    padding: 24px;
  }

  .hitip-tabs-nav{
    width:100% !important;
    gap:0;
    margin-bottom:24px;
  }

  .hitip-tab-btn{
    width:100%;

    padding: 0px 0;

    margin-bottom:12px;

    align-items:flex-start;
  }
  
  
.hitip-tab-btn.active {
  box-shadow: inset 1px 0 0 transparent;
}

  .hitip-tab-icon{
    width:52px;
    height:52px;

    font-size: 24px;

    flex-shrink:0;
  }

  .hitip-tab-text h4{
    font-size: 14px;
    line-height:1.1;
  }

  .hitip-tab-text p{
    font-size:16px;
    line-height:1.4;
  }

  .hitip-tab-content{
    width:100%;
    padding: 0;
  }

  .hitip-card{
    width:100%;
  }

  .hitip-card img{
    width:100%;
    min-height: auto;
    display:block;
  }

  .dot-background{
    padding:20px 0;
  }
}

/* ==========================
   SMALL PHONES
========================== */

@media (max-width: 480px){

  .hitip-tab-btn{
    gap:14px;
  }

  .hitip-tab-icon{
    width:46px;
    height:46px;

    font-size:22px;
  }

  .hitip-tab-text h4{
    font-size:16px;
  }

  .hitip-tab-text p{
    font-size:15px;
  }
}

/* ===========================
   HITIP PRICING BLOCK
=========================== */

.hitip-pricing{
    position:relative;
    overflow:hidden;

    padding:34px 24px;

    background:linear-gradient(
      135deg,
      #0073E6 0%,
      #4D8EFF 50%,
      #8B7CF6 100%
    );

    box-shadow:
      0 20px 60px rgba(0,115,230,.18);
}

/* Dots left */

.hitip-pricing::before{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    left:-20px;
    bottom:-20px;

    background-image:
      radial-gradient(
        rgba(255,255,255,.22) 1px,
        transparent 1px
      );

    background-size:12px 12px;

    opacity:.7;

    pointer-events:none;
}

/* Dots right */

.hitip-pricing::after{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    right:50px;
    top:40px;

    background-image:
      radial-gradient(
        rgba(255,255,255,.18) 1px,
        transparent 1px
      );

    background-size:12px 12px;

    opacity:.6;

    pointer-events:none;
}

.hitip-pricing > *{
    position:relative;
    z-index:2;
}

/* ===========================
   HEADER
=========================== */

.pricing-label{
    display:inline-block;

    margin-bottom:14px;

    color:rgba(255,255,255,.8);

    font-size:18px;
    font-weight:600;
    letter-spacing:1px;

    text-transform:uppercase;
}

.hitip-pricing h2{
    margin:0 0 14px;

    color:white;
    font-weight: 600;
    font-size:26px;
    line-height:1.1;
    font-weight:700;
}

.hitip-pricing > p{
    max-width:620px;

    margin:0 0 40px;

    color:rgba(255,255,255,.9);

    font-size:18px;
    line-height:1.5;
}

/* ===========================
   PRICING CARDS
=========================== */

.pricing-cards{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:24px;

    margin-bottom:20px;
}

.pricing-card{
    padding: 20px;

    border-radius:8px;

    background:rgba(255,255,255,.14);

    backdrop-filter:blur(14px);

    border:1px solid rgba(255,255,255,.15);
}

.pricing-number{
    font-size:32px;
    font-weight:800;

    color:white;

    line-height:1;

    margin-bottom:12px;
}

.pricing-title{
    font-size:20px;
    font-weight:600;
    color:white;
}

.pricing-text{
    font-size:15px;
    line-height:1.6;

    color:rgba(255,255,255,.85);
}

/* ===========================
   EXAMPLE
=========================== */

.pricing-example{
    padding:28px;

    border-radius:8px;

    background:rgba(255,255,255,.1);

    backdrop-filter:blur(14px);

    border:1px solid rgba(255,255,255,.12);
}

.pricing-example span{
    display:block;

    margin-bottom:18px;

    color:white;

    font-size:14px;
    font-weight:700;

    text-transform:uppercase;
    letter-spacing:.8px;
}

.flow{
    display:flex;
    align-items:center;
    gap:14px;

    flex-wrap:wrap;
}

.flow div{
    background:rgba(255,255,255,.16);

    color:white;

    border-radius:12px;

    padding:10px 16px;

    font-size:15px;
    font-weight:600;
}

/* ===========================
   TRUST LINE
=========================== */

.pricing-trust{
    margin-top:28px;

    color:rgba(255,255,255,.85);

    font-size:14px;
    font-weight:500;
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

    .hitip-pricing{
        padding:36px 24px;
    }

    .hitip-pricing h2{
        font-size:34px;
    }

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

    .flow{
        gap:10px;
    }

    .flow div{
        width:100%;
        text-align:center;
    }
}