/*
Theme Name: PH Prime Seguros
Theme URI: https://phprimeseguros.com.br
Author: Impulse Lead
Description: Tema premium para corretora de seguros PH Prime.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: ph-prime-seguros
*/

:root{
  --ph-black:#050505;
  --ph-black-2:#101010;
  --ph-black-3:#171717;
  --ph-gold:#c9a45d;
  --ph-gold-2:#f1d08a;
  --ph-white:#ffffff;
  --ph-soft:#f5f2ec;
  --ph-text:#171717;
  --ph-muted:#666666;
  --ph-line:rgba(201,164,93,.28);
  --ph-shadow:0 26px 80px rgba(0,0,0,.18);
}

*{box-sizing:border-box}

html{
  margin:0;
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#fff;
  color:var(--ph-text);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}

body.admin-bar .ph-header{
  top:32px;
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

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

.ph-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(5,5,5,.96);
  border-bottom:1px solid rgba(201,164,93,.28);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}

.ph-header-inner{
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.ph-logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.ph-logo img{
  width:245px;
  max-height:78px;
  object-fit:contain;
}

.ph-nav{
  flex:1;
  display:flex;
  justify-content:center;
}

.ph-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  list-style:none;
  margin:0;
  padding:0;
}

.ph-menu a{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  transition:.22s ease;
}

.ph-menu a:hover{
  color:var(--ph-gold-2);
}

.ph-header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.ph-phone{
  min-height:46px;
  padding:0 18px;
  border:1px solid rgba(201,164,93,.40);
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}

.ph-btn{
  min-height:48px;
  padding:0 24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:linear-gradient(135deg,var(--ph-gold-2),var(--ph-gold));
  color:#101010!important;
  font-size:13px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(201,164,93,.22);
  transition:.22s ease;
}

.ph-btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
}

.ph-btn.dark{
  background:#101010;
  color:#fff!important;
  border:1px solid rgba(201,164,93,.32);
  box-shadow:none;
}

.ph-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(201,164,93,.32);
  border-radius:12px;
  background:#111;
  cursor:pointer;
}

.ph-menu-toggle span{
  width:27px;
  height:2px;
  background:#fff;
  border-radius:999px;
  display:block;
  margin:6px auto;
}

/* BLOCO PRETO - HERO */
.ph-hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.83) 42%,rgba(5,5,5,.35) 100%),
    url("http://phprimeseguros.com.br/wp-content/uploads/2026/05/hero-ph-prime-seguros.png") center right/cover no-repeat;
  overflow:hidden;
}

.ph-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%,rgba(201,164,93,.22),transparent 28%),
    linear-gradient(180deg,rgba(5,5,5,0) 65%,#050505 100%);
  pointer-events:none;
}

.ph-hero-content{
  position:relative;
  z-index:2;
  max-width:790px;
  padding:90px 0;
}

.ph-kicker{
  display:inline-flex;
  align-items:center;
  color:var(--ph-gold-2);
  font-size:12px;
  font-weight:950;
  letter-spacing:.20em;
  text-transform:uppercase;
  margin:0 0 20px;
}

.ph-kicker:after{
  content:"";
  width:58px;
  height:1px;
  background:var(--ph-gold-2);
  margin-left:14px;
  opacity:.8;
}

.ph-hero h1{
  margin:0 0 24px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,5.4vw,86px);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:500;
  text-shadow:0 22px 70px rgba(0,0,0,.65);
}

.ph-hero h1 span{
  color:var(--ph-gold-2);
}

.ph-hero p{
  margin:0 0 32px;
  max-width:660px;
  color:#f4f0e7;
  font-size:20px;
  line-height:1.65;
}

.ph-hero-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.ph-hero-badges{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:36px;
  max-width:720px;
}

.ph-badge{
  border:1px solid rgba(201,164,93,.26);
  border-radius:18px;
  background:rgba(255,255,255,.055);
  padding:18px;
  backdrop-filter:blur(12px);
}

.ph-badge strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:4px;
}

.ph-badge span{
  color:#d6cec0;
  font-size:13px;
  line-height:1.45;
}

/* BLOCO BRANCO - SEGUROS */
.ph-section{
  padding:88px 0;
}

.ph-section.white{
  background:#fff;
  color:var(--ph-text);
}

.ph-section.black{
  background:
    radial-gradient(circle at 12% 0%,rgba(201,164,93,.16),transparent 28%),
    linear-gradient(180deg,#050505 0%,#101010 100%);
  color:#fff;
}

.ph-section.soft{
  background:#f6f2ec;
  color:var(--ph-text);
}

.ph-section-head{
  max-width:940px;
  margin:0 auto 46px;
  text-align:center;
}

.ph-section-head h2{
  margin:0 0 18px;
  color:inherit;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.6vw,68px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:500;
}

.ph-section-head p{
  max-width:780px;
  margin:0 auto;
  color:var(--ph-muted);
  font-size:18px;
  line-height:1.7;
}

.ph-section.black .ph-section-head p{
  color:#d7d0c5;
}

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

.ph-service-card{
  background:#fff;
  border:1px solid rgba(5,5,5,.08);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(5,5,5,.10);
  display:flex;
  flex-direction:column;
  transition:.22s ease;
}

.ph-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 75px rgba(5,5,5,.16);
}

.ph-service-card img{
  width:100%;
  height:210px;
  object-fit:cover;
}

.ph-service-body{
  padding:22px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.ph-service-body h3{
  margin:0 0 10px;
  color:#101010;
  font-size:22px;
  line-height:1.08;
}

.ph-service-body p{
  margin:0 0 18px;
  color:#666;
  font-size:14px;
  line-height:1.55;
}

.ph-service-body a{
  margin-top:auto;
  color:#101010;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  display:inline-flex;
  align-items:center;
}

.ph-service-body a:after{
  content:"→";
  margin-left:8px;
  color:var(--ph-gold);
}

/* BLOCO PRETO - SOBRE */
.ph-about-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:34px;
  align-items:stretch;
}

.ph-about-image{
  min-height:520px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(201,164,93,.22);
  box-shadow:0 30px 90px rgba(0,0,0,.34);
}

.ph-about-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ph-about-content{
  border:1px solid rgba(201,164,93,.22);
  border-radius:32px;
  padding:46px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
}

.ph-about-content h2{
  margin:0 0 20px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,4vw,64px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:500;
}

.ph-about-content p{
  color:#e6dfd4;
  font-size:17px;
  line-height:1.8;
  margin:0 0 16px;
}

.ph-differentials{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:28px;
}

.ph-diff{
  border:1px solid rgba(201,164,93,.20);
  border-radius:18px;
  padding:18px;
  background:rgba(255,255,255,.055);
}

.ph-diff strong{
  color:var(--ph-gold-2);
  display:block;
  margin-bottom:6px;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.09em;
}

.ph-diff span{
  color:#ddd4c6;
  font-size:14px;
  line-height:1.5;
}

/* BLOCO BRANCO - DIFERENCIAIS */
.ph-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.ph-feature{
  background:#fff;
  border-radius:24px;
  border:1px solid rgba(5,5,5,.08);
  padding:26px;
  box-shadow:0 18px 45px rgba(5,5,5,.08);
}

.ph-feature b{
  display:block;
  color:var(--ph-gold);
  font-size:34px;
  font-family:Georgia,"Times New Roman",serif;
  margin-bottom:12px;
}

.ph-feature h3{
  margin:0 0 10px;
  color:#101010;
  font-size:20px;
}

.ph-feature p{
  margin:0;
  color:#666;
  line-height:1.6;
}

/* BLOCO BRANCO - FORMULÁRIO */
.ph-form-section{
  background:#fff;
  color:#101010;
}

.ph-form-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:30px;
  align-items:stretch;
}

.ph-form-info{
  border-radius:32px;
  overflow:hidden;
  min-height:640px;
  position:relative;
  background:
    linear-gradient(180deg,rgba(5,5,5,.26),rgba(5,5,5,.82)),
    url("http://phprimeseguros.com.br/wp-content/uploads/2026/05/formulario-ph-prime.png") center/cover no-repeat;
  display:flex;
  align-items:flex-end;
  padding:34px;
  color:#fff;
}

.ph-form-info h2{
  margin:0 0 14px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:44px;
  line-height:1;
  letter-spacing:-.04em;
}

.ph-form-info p{
  color:#f2eadf;
  line-height:1.65;
  margin:0;
}

.ph-form-card{
  border:1px solid rgba(5,5,5,.08);
  border-radius:32px;
  padding:38px;
  background:#fff;
  box-shadow:0 28px 85px rgba(5,5,5,.12);
}

.ph-form-card h2{
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  line-height:1;
  letter-spacing:-.04em;
}

.ph-form-card p{
  margin:0 0 24px;
  color:#666;
  line-height:1.6;
}

.ph-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.ph-field{
  display:block;
}

.ph-field.full{
  grid-column:1/-1;
}

.ph-field span{
  display:block;
  margin:0 0 8px;
  color:#101010;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ph-field input,
.ph-field select,
.ph-field textarea{
  width:100%;
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(5,5,5,.16);
  background:#f8f8f8;
  color:#111;
  padding:0 16px;
  font-size:15px;
  outline:none;
}

.ph-field textarea{
  min-height:130px;
  padding:15px 16px;
  resize:vertical;
}

.ph-file-box{
  border:1px dashed rgba(201,164,93,.62);
  background:#fffaf0;
  border-radius:18px;
  padding:18px;
}

.ph-file-box small{
  display:block;
  color:#777;
  line-height:1.55;
  margin-top:8px;
}

.ph-form .ph-btn{
  grid-column:1/-1;
  width:100%;
  border-radius:18px;
  min-height:60px;
}

/* BLOCO PRETO - CTA FINAL */
.ph-final-cta{
  position:relative;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,5,5,.95),rgba(5,5,5,.72)),
    url("http://phprimeseguros.com.br/wp-content/uploads/2026/05/cta-final-ph-prime.png") center/cover no-repeat;
}

.ph-final-box{
  max-width:760px;
}

.ph-final-box h2{
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.5vw,68px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:500;
}

.ph-final-box p{
  color:#f1eadf;
  font-size:18px;
  line-height:1.7;
  margin:0 0 28px;
}

/* FOOTER */
.ph-footer{
  background:#050505;
  color:#fff;
  padding:56px 0 26px;
  border-top:1px solid rgba(201,164,93,.22);
}

.ph-footer-grid{
  display:grid;
  grid-template-columns:1.25fr .8fr .8fr 1fr;
  gap:34px;
}

.ph-footer-logo img{
  width:230px;
  max-height:80px;
  object-fit:contain;
  margin-bottom:18px;
}

.ph-footer h3{
  margin:0 0 16px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:500;
}

.ph-footer p,
.ph-footer a,
.ph-footer span{
  color:#cfc7bc;
  font-size:15px;
  line-height:1.7;
}

.ph-footer a{
  display:block;
  margin:0 0 9px;
}

.ph-footer-card{
  border:1px solid rgba(201,164,93,.25);
  border-radius:22px;
  padding:22px;
  background:rgba(255,255,255,.04);
}

.ph-copy{
  margin-top:32px;
  padding-top:18px;
  border-top:1px solid rgba(201,164,93,.15);
  color:#9f9588;
  font-size:13px;
}

.ph-social{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
}

.ph-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
}

.ph-social img{
  width:24px;
  height:24px;
  object-fit:contain;
}

/* WHATSAPP FLUTUANTE */
.ph-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  width:68px;
  height:68px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  box-shadow:0 18px 44px rgba(0,0,0,.25);
  transition:.22s ease;
}

.ph-whatsapp-float:hover{
  transform:translateY(-3px) scale(1.03);
}

.ph-whatsapp-float img{
  width:68px;
  height:68px;
  object-fit:contain;
  border-radius:50%;
}

.ph-page{
  min-height:54vh;
  padding:80px 0;
}

.ph-page h1{
  margin:0 0 24px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:54px;
}

.ph-page-content{
  font-size:18px;
  line-height:1.8;
  color:#444;
}

@media(max-width:1140px){
  .ph-services-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .ph-nav{
    display:none;
  }

  .ph-menu-toggle{
    display:block;
  }

  .ph-header.ph-open .ph-nav{
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#050505;
    padding:18px 24px 24px;
    border-top:1px solid rgba(201,164,93,.22);
  }

  .ph-header.ph-open .ph-menu{
    display:grid;
    gap:0;
  }

  .ph-header.ph-open .ph-menu a{
    display:block;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
}

@media(max-width:920px){
  body.admin-bar .ph-header{
    top:46px;
  }

  .ph-container{
    width:min(100% - 30px,1240px);
  }

  .ph-header-inner{
    min-height:92px;
  }

  .ph-logo img{
    width:190px;
    max-height:64px;
  }

  .ph-header-actions{
    display:none;
  }

  .ph-hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(5,5,5,.48),rgba(5,5,5,.98)),
      url("http://phprimeseguros.com.br/wp-content/uploads/2026/05/hero-ph-prime-seguros.png") center/cover no-repeat;
  }

  .ph-hero-content{
    padding:105px 0 78px;
  }

  .ph-hero h1{
    font-size:clamp(40px,10vw,62px);
  }

  .ph-hero p{
    font-size:18px;
  }

  .ph-hero-actions .ph-btn{
    width:100%;
    min-height:58px;
  }

  .ph-hero-badges{
    grid-template-columns:1fr;
  }

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

  .ph-services-grid,
  .ph-feature-grid,
  .ph-about-grid,
  .ph-form-grid,
  .ph-footer-grid{
    grid-template-columns:1fr;
  }

  .ph-services-grid{
    gap:24px;
  }

  .ph-service-card img{
    height:245px;
  }

  .ph-about-image{
    min-height:330px;
  }

  .ph-about-content,
  .ph-form-card{
    padding:28px;
    border-radius:26px;
  }

  .ph-differentials{
    grid-template-columns:1fr;
  }

  .ph-form{
    grid-template-columns:1fr;
  }

  .ph-form-info{
    min-height:360px;
    border-radius:26px;
  }
}

@media(max-width:520px){
  .ph-logo img{
    width:168px;
  }

  .ph-service-card img{
    height:220px;
  }

  .ph-section-head h2,
  .ph-form-card h2,
  .ph-about-content h2,
  .ph-final-box h2{
    font-size:38px;
  }

  .ph-whatsapp-float,
  .ph-whatsapp-float img{
    width:60px;
    height:60px;
  }

  .ph-whatsapp-float{
    right:16px;
    bottom:16px;
  }
}


/* =========================================================
   V2 - AJUSTES PEDIDOS
   ========================================================= */

/* Logo 2x maior no header */
.ph-logo img{
  width:490px !important;
  max-height:150px !important;
}

/* Header mais organizado para logo maior */
.ph-header-inner{
  min-height:132px;
  gap:22px;
}

.ph-nav{
  justify-content:center;
}

.ph-menu{
  gap:20px;
}

.ph-menu a{
  font-size:12px;
}

/* Contato/WhatsApp sempre em uma linha */
.ph-header-actions,
.ph-header-actions a,
.ph-phone,
.ph-btn{
  white-space:nowrap !important;
}

.ph-header-actions{
  flex:0 0 auto;
  gap:12px;
}

/* Ícones do header sem fundo branco */
.ph-header-social{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

.ph-header-social a{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:none !important;
}

.ph-header-social img{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block;
}

/* Ícones sociais do rodapé sem fundo branco e maiores */
.ph-social a{
  background:transparent !important;
  width:48px !important;
  height:48px !important;
  border:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}

.ph-social img{
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
}

/* Hero com menos excesso visual/textual */
.ph-hero-content{
  max-width:720px;
}

.ph-hero p{
  max-width:560px;
  font-size:19px;
  line-height:1.58;
}

.ph-hero-badges{
  display:none !important;
}

/* Amarelo do kicker da seção de seguros mais escuro */
.ph-section.white .ph-section-head .ph-kicker{
  color:#9b7333 !important;
}

.ph-section.white .ph-section-head .ph-kicker:after{
  background:#9b7333 !important;
}

/* Crédito Impulse Lead */
.ph-credit{
  margin-top:10px;
  color:#8f8578;
  font-size:13px;
}

.ph-credit a{
  color:var(--ph-gold-2);
  display:inline;
  margin:0;
  font-weight:800;
}

/* Responsivo */
@media(max-width:1280px){
  .ph-logo img{
    width:390px !important;
    max-height:120px !important;
  }

  .ph-menu{
    gap:15px;
  }

  .ph-phone{
    display:none;
  }
}

@media(max-width:1140px){
  .ph-logo img{
    width:330px !important;
    max-height:105px !important;
  }

  .ph-header-actions{
    display:flex;
  }

  .ph-header-social{
    display:flex;
  }
}

@media(max-width:920px){
  .ph-logo img{
    width:260px !important;
    max-height:90px !important;
  }

  .ph-header-actions{
    display:none !important;
  }

  .ph-header-inner{
    min-height:96px;
  }

  .ph-hero-content{
    padding:88px 0 68px;
  }
}

@media(max-width:520px){
  .ph-logo img{
    width:220px !important;
    max-height:78px !important;
  }

  .ph-hero p{
    font-size:17px;
  }
}


/* =========================================================
   V3 - AJUSTES FORMULÁRIO / HEADER / DIFERENCIAIS
   ========================================================= */

/* Header: logo um pouco maior, sem ícones sociais */
.ph-logo img{
  width:540px !important;
  max-height:165px !important;
}

.ph-header-inner{
  min-height:138px;
}

.ph-header-social{
  display:none !important;
}

/* Header: botão em linha e alinhado */
.ph-header-actions .ph-btn{
  white-space:nowrap !important;
  min-width:max-content;
}

/* Dourado mais escuro para subtítulos/kickers em áreas claras */
.ph-section.white .ph-section-head .ph-kicker,
.ph-section.soft .ph-section-head .ph-kicker{
  color:#8f6728 !important;
}

.ph-section.white .ph-section-head .ph-kicker:after,
.ph-section.soft .ph-section-head .ph-kicker:after{
  background:#8f6728 !important;
}

/* Diferenciais: remover números, título em dourado escuro */
.ph-feature b{
  display:none !important;
}

.ph-feature h3{
  color:#8f6728 !important;
  font-size:22px;
}

/* Botões: garante texto verticalmente centralizado */
.ph-btn,
.ph-footer-card .ph-btn,
.ph-final-box .ph-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1.1 !important;
  text-align:center !important;
}

/* Rodapé/contato: centralizar melhor o botão */
.ph-footer-card .ph-btn{
  min-height:52px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* Mobile */
@media(max-width:1280px){
  .ph-logo img{
    width:430px !important;
    max-height:135px !important;
  }
}

@media(max-width:1140px){
  .ph-logo img{
    width:360px !important;
    max-height:115px !important;
  }
}

@media(max-width:920px){
  .ph-logo img{
    width:285px !important;
    max-height:95px !important;
  }

  .ph-header-inner{
    min-height:104px;
  }
}

@media(max-width:520px){
  .ph-logo img{
    width:240px !important;
    max-height:84px !important;
  }
}
