:root{
  --ph-yellow:#ffdd00;
  --ph-blue:#0c53a5;
  --ph-blue-2:#004e9a;
  --ph-navy:#022041;
  --ph-dark:#2f2e2c;
  --ph-gray:#858380;
  --ph-soft:#f4f7fb;
  --ph-line:rgba(2,32,65,.10);
  --ph-white:#fff;
}

.podem-home,
.podem-home *:not(i){
  font-family:"Shabnam",Tahoma,sans-serif!important;
  box-sizing:border-box;
}

.podem-home{
  direction:rtl;
  color:var(--ph-dark);
  background:#fff;
  overflow:hidden;
}

.ph-container{
  width:min(1240px, calc(100% - 40px));
  margin:0 auto;
}

/* HERO */
.ph-hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  color:#fff;
  background:var(--ph-navy);
}

.ph-hero-bg{
  position:absolute;
  inset:0;
  z-index:1;
}

.ph-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.04) contrast(1.08);
}

.ph-hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle, rgba(255,221,0,.13) 1px, transparent 1.8px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2,32,65,.96) 0%, rgba(2,32,65,.82) 48%, rgba(2,32,65,.42) 100%);
  background-size:24px 24px,90px 90px,90px 90px,cover;
}

.ph-hero-inner{
  position:relative;
  z-index:3;
  min-height:720px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
  padding:95px 0 75px;
}

.ph-hero-content{
  max-width:760px;
}

.ph-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:var(--ph-yellow);
  font-size:10px !important;
  font-weight:900;
  letter-spacing:.35px;
}

.ph-kicker:before{
  content:"";
  width:36px;
  height:2px;
  background:var(--ph-yellow);
}

.ph-hero h1,
.ph-hero .ph-hero-content h1{
  margin:0 0 22px;
  font-size:28px !important;
  line-height:1.75 !important;
  font-weight:900 !important;
  max-width:760px;
}

.ph-hero p{
  max-width:740px;
  margin:0 0 13px;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:2.1;
}

.ph-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.ph-btn{
  position:relative;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:16px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  overflow:hidden;
  transition:.32s ease;
}

.ph-btn-primary{
  color:#071827;
  background:var(--ph-yellow);
  box-shadow:0 18px 46px rgba(255,221,0,.25);
}

.ph-btn-light{
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}

.ph-btn:hover{
  transform:translateY(-4px);
}

/* HERO PANEL */
.ph-hero-panel{
  align-self:end;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  padding:22px;
  border-radius:30px;
  background:rgba(2,32,65,.54);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  box-shadow:0 32px 90px rgba(0,0,0,.35);
}

.ph-hero-panel div{
  min-height:118px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  transition:.32s ease;
}

.ph-hero-panel div:hover{
  transform:translateY(-7px);
  border-color:rgba(255,221,0,.55);
  background:rgba(255,221,0,.10);
}

.ph-hero-panel strong{
  display:block;
  margin-bottom:10px;
  color:var(--ph-yellow);
  font-size:30px;
  line-height:1;
  font-weight:950;
}

.ph-hero-panel span{
  color:rgba(255,255,255,.9);
  font-size:13px;
}

/* SECTIONS */
.ph-section{
  position:relative;
  padding:90px 0;
}

.ph-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle, rgba(12,83,165,.08) 1px, transparent 1.7px),
    linear-gradient(90deg, rgba(2,32,65,.035) 1px, transparent 1px);
  background-size:26px 26px,92px 92px;
  opacity:.75;
}

.ph-section > .ph-container{
  position:relative;
  z-index:2;
}

.ph-intro,
.ph-products,
.ph-industries,
.ph-products-table{
  background:#fff;
}

.ph-gallery-section,
.ph-faq{
  background:var(--ph-soft);
}

.ph-split{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:60px;
  align-items:center;
}

.ph-section-title h2,
.ph-center-head h2{
  margin:0;
  color:var(--ph-navy);
  font-size:clamp(22px,2.4vw,34px) !important;
  line-height:1.65 !important;
  font-weight:900;
}

.ph-text p,
.ph-center-head p{
  margin:0 0 16px;
  color:#4e5b68;
  font-size:15px;
  line-height:2.1;
}

.ph-center-head{
  max-width:860px;
  margin:0 auto 48px;
  text-align:center;
}

.ph-center-head .ph-kicker{
  justify-content:center;
}

.ph-center-head .ph-kicker:before{
  display:none;
}

/* PRODUCTS */
.ph-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.ph-product-card{
  position:relative;
  min-height:560px;
  border-radius:34px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background:linear-gradient(180deg, #fff, rgba(244,247,251,.92));
  border:1px solid var(--ph-line);
  box-shadow:0 22px 55px rgba(2,32,65,.08);
  transition:.35s ease;
}

.ph-product-card:hover{
  transform:translateY(-10px);
  box-shadow:0 34px 85px rgba(2,32,65,.15);
}

.ph-product-img{
  position:relative;
  height:350px;
  margin:12px 12px 0;
  border-radius:30px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,221,0,.18), transparent 38%),
    linear-gradient(135deg, #f8fafc, #eef3f8);
}

.ph-product-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:18px;
  transform:scale(1);
  transition:.45s ease;
}

.ph-product-card:hover .ph-product-img img{
  transform:scale(1.025);
  filter:saturate(1.04) contrast(1.04);
}

.ph-product-img:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(2,32,65,.02), rgba(2,32,65,.10)),
    radial-gradient(circle at 18% 18%, rgba(255,221,0,.18), transparent 34%);
  pointer-events:none;
}

.ph-product-body{
  position:relative;
  padding:30px 28px 32px;
  min-height:205px;
}

.ph-product-body:before{
  content:"";
  position:absolute;
  top:-34px;
  right:30px;
  width:96px;
  height:7px;
  border-radius:20px;
  background:linear-gradient(90deg, var(--ph-yellow), #fff2a0);
  box-shadow:0 0 38px rgba(255,221,0,.65);
}

.ph-product-label{
  display:inline-flex;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(12,83,165,.08);
  color:var(--ph-blue);
  font-size:11px;
  font-weight:950;
}

.ph-product-body h3{
  margin:0 0 12px;
  color:var(--ph-navy);
  font-size:18px !important;
  line-height:1.65;
  font-weight:900;
}

.ph-product-body p{
  margin:0 0 22px;
  color:#54606d;
  font-size:14px;
  line-height:2;
}

.ph-product-link{
  display:inline-flex;
  color:var(--ph-navy);
  font-size:14px;
  font-weight:950;
}

/* DARK / PROCESS */
.ph-dark,
.ph-process,
.ph-final{
  color:#fff;
  background:
    radial-gradient(circle, rgba(255,221,0,.10) 1px, transparent 1.8px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(135deg, #022041, #0c53a5);
  background-size:26px 26px,92px 92px,cover;
}

.ph-dark:before,
.ph-process:before{
  display:none;
}

.ph-dark h2,
.ph-dark h3,
.ph-process h2,
.ph-process h3{
  color:#fff;
}

.ph-dark p,
.ph-process p{
  color:rgba(255,255,255,.78);
}

.ph-feature-grid,
.ph-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.ph-feature-grid div,
.ph-steps div{
  min-height:250px;
  padding:28px 23px;
  border-radius:26px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.13);
  transition:.35s ease;
}

.ph-feature-grid div:hover,
.ph-steps div:hover{
  transform:translateY(-8px);
  background:rgba(255,221,0,.10);
  border-color:rgba(255,221,0,.48);
}

.ph-feature-grid b,
.ph-steps span{
  display:block;
  margin-bottom:30px;
  color:var(--ph-yellow);
  font-size:32px;
  font-weight:950;
}

.ph-feature-grid h3,
.ph-steps h3{
  margin:0 0 13px;
  font-size:18px !important;
}

.ph-feature-grid p,
.ph-steps p{
  margin:0;
  font-size:14px;
  line-height:2;
}

/* GALLERY */
.ph-gallery-section .ph-container{
  width:100%;
  max-width:none;
}

.ph-gallery-section .ph-center-head{
  width:min(860px, calc(100% - 40px));
}

.ph-gallery{
  width:100%;
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr;
  grid-auto-rows:280px;
  gap:18px;
  padding:0 28px;
}

.ph-gallery figure{
  position:relative;
  margin:0;
  border-radius:28px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--ph-line);
  box-shadow:0 18px 46px rgba(2,32,65,.08);
}

.ph-gallery figure:nth-child(1){
  grid-row:span 2;
}

.ph-gallery img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
}

.ph-gallery figure:hover img{
  transform:scale(1.035);
}

/* INDUSTRIES */
.ph-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:13px;
}

.ph-tags span{
  padding:13px 22px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--ph-line);
  color:var(--ph-navy);
  font-size:14px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(2,32,65,.05);
}

/* FAQ */
.ph-faq-list{
  max-width:920px;
  margin:0 auto;
  display:grid;
  gap:10px;
}

.ph-faq-list details{
  border-radius:18px;
  background:#fff;
  border:1px solid var(--ph-line);
  box-shadow:0 10px 26px rgba(2,32,65,.045);
  overflow:hidden;
}

.ph-faq-list summary{
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  color:var(--ph-navy);
  font-size:15px;
  font-weight:950;
  list-style:none;
}

.ph-faq-list summary::-webkit-details-marker{
  display:none;
}

.ph-faq-list summary b{
  position:relative;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:12px;
  background:#f4f7fb;
  border:1px solid rgba(2,32,65,.08);
}

.ph-faq-list summary b:before,
.ph-faq-list summary b:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:12px;
  height:2px;
  background:var(--ph-blue);
  transform:translate(-50%,-50%);
}

.ph-faq-list summary b:after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.ph-faq-list details[open] summary b{
  background:var(--ph-yellow);
  border-color:var(--ph-yellow);
}

.ph-faq-list details[open] summary b:after{
  transform:translate(-50%,-50%) rotate(0deg);
}

.ph-faq-content{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .32s ease;
}

.ph-faq-list details[open] .ph-faq-content{
  grid-template-rows:1fr;
}

.ph-faq-content > p{
  overflow:hidden;
}

.ph-faq-list p{
  margin:0;
  padding:0 20px 18px;
  color:#56616e;
  font-size:14px;
  line-height:2;
}

/* TABLE */
.ph-table-search{
  max-width:760px;
  margin:0 auto 28px;
  position:relative;
}

.ph-table-search input{
  width:100%;
  height:62px;
  border-radius:22px;
  border:1px solid rgba(2,32,65,.12);
  background:#fff;
  padding:0 24px;
  outline:none;
  color:var(--ph-navy);
  font-size:15px;
  font-weight:800;
  box-shadow:0 16px 40px rgba(2,32,65,.06);
}

.ph-table-wrap{
  overflow:auto;
  border-radius:26px;
  border:1px solid rgba(2,32,65,.10);
  background:#fff;
  box-shadow:0 20px 60px rgba(2,32,65,.07);
}

.ph-product-table{
  width:100%;
  min-width:860px;
  border-collapse:collapse;
}

.ph-product-table th{
  background:linear-gradient(135deg, #022041, #0c53a5);
  color:#fff;
  padding:20px 18px;
  text-align:right;
  font-size:14px;
  font-weight:950;
}

.ph-product-table td{
  padding:18px;
  border-bottom:1px solid rgba(2,32,65,.08);
  color:#4f5b66;
  font-size:14px;
  line-height:1.9;
}

.ph-product-table a{
  color:var(--ph-blue);
  font-weight:900;
}

/* FINAL */
.ph-final{
  position:relative;
  padding:100px 0;
  text-align:center;
}

.ph-final span{
  display:block;
  margin-bottom:18px;
  color:var(--ph-yellow);
  font-weight:950;
}

.ph-final h2{
  max-width:880px;
  margin:0 auto 18px;
  font-size:clamp(24px,3vw,38px) !important;
  line-height:1.65 !important;
  font-weight:900;
}

.ph-final p{
  max-width:800px;
  margin:0 auto 34px;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:2.1;
}

/* RESPONSIVE */
@media (max-width:1100px){
  .ph-hero-inner,
  .ph-split{
    grid-template-columns:1fr;
  }

  .ph-product-grid,
  .ph-feature-grid,
  .ph-steps{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .ph-container{
    width:min(100% - 28px, 1240px);
  }

  .ph-hero,
  .ph-hero-inner{
    min-height:auto;
  }

  .ph-hero-inner{
    padding:80px 0 60px;
  }

  .ph-hero h1,
  .ph-hero .ph-hero-content h1{
    font-size:22px !important;
    line-height:1.8 !important;
  }

  .ph-kicker{
    font-size:9px !important;
  }

  .ph-hero p,
  .ph-text p,
  .ph-center-head p{
    font-size:14px;
  }

  .ph-actions{
    flex-direction:column;
  }

  .ph-btn{
    width:100%;
  }

  .ph-hero-panel,
  .ph-product-grid,
  .ph-feature-grid,
  .ph-steps{
    grid-template-columns:1fr;
  }

  .ph-section{
    padding:70px 0;
  }

  .ph-section-title h2,
  .ph-center-head h2{
    font-size:22px !important;
  }

  .ph-product-img{
    height:300px;
  }

  .ph-gallery{
    grid-template-columns:1fr;
    grid-auto-rows:230px;
    padding:0 14px;
  }

  .ph-gallery figure:nth-child(1){
    grid-row:auto;
  }

  .ph-final h2{
    font-size:24px !important;
  }
}
