/*
Theme Name: Global Partner Desk
Theme URI: https://globalpartnerdesk.com/
Author: Global Partner Desk
Description: Strategic media, traffic and business partnership WordPress theme.
Version: 1.0.0
Text Domain: global-partner-desk
*/

:root{
  --navy:#071426;
  --navy2:#0d213a;
  --blue:#2563eb;
  --gold:#c9a24d;
  --gold2:#f1d27a;
  --text:#142033;
  --muted:#64748b;
  --soft:#f8fafc;
  --line:#dbe3ef;
  --white:#fff;
  --radius:8px;
  --shadow:0 18px 46px rgba(7,20,38,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.gpd-container{width:min(1180px,calc(100% - 32px));margin:auto}

.gpd-topbar{
  background:#04101f;
  color:rgba(255,255,255,.72);
  font-size:13px;
  padding:8px 0;
}
.gpd-topbar-inner{display:flex;justify-content:space-between;gap:14px}

.gpd-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(7,20,38,.95);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}
.gpd-header-inner{
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.gpd-brand{display:flex;align-items:center;gap:12px;color:#fff}
.gpd-logo-mark{
  width:42px;height:42px;border-radius:8px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#071426;font-weight:900;
}
.gpd-brand-title{display:block;font-size:18px;font-weight:900;line-height:1.05}
.gpd-brand-sub{display:block;font-size:11px;color:rgba(255,255,255,.58);letter-spacing:.12em;text-transform:uppercase}

.gpd-nav{display:flex;align-items:center;gap:20px;color:rgba(255,255,255,.82);font-size:14px;font-weight:800}
.gpd-nav a:hover{color:var(--gold2)}
.gpd-actions{display:flex;align-items:center;gap:10px}
.gpd-menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;border-radius:8px;font-size:22px}

.gpd-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:12px 18px;border-radius:8px;
  font-weight:900;border:1px solid transparent;cursor:pointer;
}
.gpd-btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#071426;box-shadow:0 12px 28px rgba(201,162,77,.28)}
.gpd-btn-dark{background:var(--navy);color:#fff}
.gpd-btn-ghost{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.06)}
.gpd-btn-line{border-color:var(--line);color:var(--navy);background:#fff}

.gpd-hero{
  color:#fff;
  background:
    radial-gradient(circle at 18% 10%,rgba(201,162,77,.28),transparent 32%),
    radial-gradient(circle at 86% 18%,rgba(37,99,235,.25),transparent 34%),
    linear-gradient(135deg,#071426,#0d213a 58%,#050c17);
  overflow:hidden;
}
.gpd-hero-inner{
  padding:92px 0 78px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:44px;
  align-items:center;
}
.gpd-kicker{
  display:inline-flex;
  color:var(--gold2);
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.gpd-hero h1,.gpd-page-hero h1{
  margin:0 0 20px;
  font-size:clamp(38px,5vw,66px);
  line-height:1.04;
  letter-spacing:-.04em;
}
.gpd-hero p,.gpd-page-hero p{
  margin:0 0 28px;
  color:rgba(255,255,255,.76);
  font-size:18px;
  max-width:760px;
}
.gpd-hero-actions{display:flex;flex-wrap:wrap;gap:12px}

.gpd-ai-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  padding:24px;
  box-shadow:var(--shadow);
}
.gpd-ai-panel h2{margin:0 0 16px;color:#fff;font-size:21px}
.gpd-ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gpd-ai-item{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  padding:16px;
}
.gpd-ai-item strong{display:block;color:var(--gold2);font-size:24px;line-height:1}
.gpd-ai-item span{display:block;margin-top:8px;font-size:13px;color:rgba(255,255,255,.72)}

.gpd-section{padding:76px 0}
.gpd-section-soft{background:var(--soft)}
.gpd-section-head{max-width:780px;margin-bottom:32px}
.gpd-section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.gpd-section h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:clamp(28px,3vw,44px);
  line-height:1.12;
  letter-spacing:-.03em;
}
.gpd-section-head p{margin:0;color:var(--muted);font-size:17px}

.gpd-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.gpd-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gpd-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}

.gpd-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px;
  box-shadow:0 8px 28px rgba(7,20,38,.06);
}
.gpd-card h3{margin:0 0 10px;color:var(--navy);font-size:21px}
.gpd-card p{margin:0;color:var(--muted)}
.gpd-icon{
  width:46px;height:46px;border-radius:8px;
  display:grid;place-items:center;
  background:rgba(201,162,77,.14);
  color:var(--gold);
  font-weight:900;
  margin-bottom:16px;
}
.gpd-list{list-style:none;padding:0;margin:18px 0 0}
.gpd-list li{
  position:relative;
  padding:10px 0 10px 28px;
  color:var(--muted);
  border-bottom:1px solid rgba(100,116,139,.14);
}
.gpd-list li:before{
  content:"✓";
  position:absolute;
  left:0;top:10px;
  color:var(--gold);
  font-weight:900;
}

.gpd-page-hero{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:#fff;
  padding:76px 0;
}
.gpd-content{padding:66px 0}
.gpd-market-card{
  color:#fff;
  min-height:230px;
  background:linear-gradient(135deg,#071426,#10294a);
  overflow:hidden;
  position:relative;
}
.gpd-market-card h3,.gpd-market-card p{position:relative;z-index:1;color:#fff}
.gpd-market-card p{color:rgba(255,255,255,.72)}
.gpd-market-card:after{
  content:"";
  position:absolute;
  right:-60px;bottom:-70px;
  width:180px;height:180px;border-radius:50%;
  background:rgba(201,162,77,.22);
}

.gpd-cta{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:#fff;
  border-radius:8px;
  padding:42px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
}
.gpd-cta h2{color:#fff;margin:0 0 8px}
.gpd-cta p{margin:0;color:rgba(255,255,255,.72)}

.gpd-form{display:grid;gap:16px}
.gpd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gpd-field label{display:block;font-weight:900;color:var(--navy);margin-bottom:7px;font-size:14px}
.gpd-field input,.gpd-field select,.gpd-field textarea{
  width:100%;
  min-height:48px;
  border:1px solid var(--line);
  border-radius:8px;
  padding:12px 14px;
  font:inherit;
  background:#fff;
  color:var(--text);
}
.gpd-field textarea{min-height:140px;resize:vertical}

.gpd-footer{background:#04101f;color:rgba(255,255,255,.7);padding:52px 0 24px}
.gpd-footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:28px;margin-bottom:30px}
.gpd-footer h3,.gpd-footer h4{color:#fff;margin:0 0 14px}
.gpd-footer p,.gpd-footer a{font-size:14px;color:rgba(255,255,255,.68)}
.gpd-footer a{display:block;margin:8px 0}
.gpd-copy{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

.gpd-float{position:fixed;right:18px;bottom:18px;z-index:70;display:grid;gap:10px}
.gpd-float a,.gpd-float button{
  width:48px;height:48px;border:0;border-radius:8px;
  display:grid;place-items:center;
  background:var(--navy);color:#fff;
  font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.2);cursor:pointer;
}
.gpd-float a:first-child{background:var(--gold);color:var(--navy)}

@media(max-width:980px){
  .gpd-menu-toggle{display:grid;place-items:center}
  .gpd-nav{
    position:fixed;left:16px;right:16px;top:90px;
    display:none;flex-direction:column;align-items:flex-start;
    background:#071426;border:1px solid rgba(255,255,255,.12);
    border-radius:8px;padding:18px;box-shadow:var(--shadow)
  }
  .gpd-nav.is-open{display:flex}
  .gpd-actions .gpd-btn-ghost{display:none}
  .gpd-hero-inner,.gpd-grid-2,.gpd-cta{grid-template-columns:1fr}
  .gpd-grid-3,.gpd-grid-4{grid-template-columns:1fr 1fr}
  .gpd-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .gpd-topbar{display:none}
  .gpd-header-inner{height:68px}
  .gpd-brand-sub{display:none}
  .gpd-hero-inner{padding:64px 0 56px}
  .gpd-ai-grid,.gpd-form-grid,.gpd-grid-3,.gpd-grid-4{grid-template-columns:1fr}
  .gpd-section{padding:54px 0}
  .gpd-cta{padding:28px}
  .gpd-footer-grid{grid-template-columns:1fr}
}
.gpd-logo-img {
  width: 160px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.gpd-brand-text {
  display: block;
}

.gpd-footer-note {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 18px;
  margin-bottom: 18px;
}

.gpd-footer-note p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  max-width: 920px;
}

.gpd-card {
  transform: translateY(8px);
  opacity: .96;
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}

.gpd-card.is-visible,
.gpd-card:hover {
  transform: translateY(0);
  opacity: 1;
}

.gpd-card:hover {
  box-shadow: 0 14px 34px rgba(7,20,38,.1);
}

.gpd-market-card:hover {
  box-shadow: 0 18px 42px rgba(7,20,38,.18);
}

@media(max-width:640px) {
  .gpd-logo-img {
    width: 132px;
    height: 50px;
  }

  .gpd-brand-text {
    display: none;
  }

  .gpd-actions .gpd-btn-primary {
    padding: 10px 13px;
    min-height: 42px;
  }

  .gpd-float {
    right: 12px;
    bottom: 12px;
  }

  .gpd-float a,
  .gpd-float button {
    width: 44px;
    height: 44px;
  }
}
.gpd-post-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gpd-post-thumb {
  display: block;
  margin: -26px -26px 4px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--soft);
}

.gpd-post-thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.gpd-post-meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.gpd-post-title {
  font-size: 22px;
  line-height: 1.22;
  margin: 0;
}

.gpd-post-title a {
  color: var(--navy);
}

.gpd-read-more {
  color: var(--gold);
  font-weight: 900;
  margin-top: auto;
}

.gpd-pagination {
  margin-top: 34px;
}

.gpd-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gpd-pagination a,
.gpd-pagination span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
}

.gpd-pagination .current {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.gpd-article {
  max-width: 880px;
  margin: 0 auto;
}

.gpd-article-thumb {
  margin-bottom: 28px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gpd-article-thumb img {
  width: 100%;
  display: block;
}

.gpd-article-content {
  font-size: 18px;
}

.gpd-article-content h2,
.gpd-article-content h3,
.gpd-article-content h4 {
  color: var(--navy);
  line-height: 1.2;
  margin-top: 32px;
}

.gpd-article-content p {
  margin: 0 0 18px;
}

.gpd-article-content a {
  color: var(--blue);
  font-weight: 800;
}

.gpd-article-content ul,
.gpd-article-content ol {
  padding-left: 24px;
}

.gpd-article-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--gold);
  background: var(--soft);
  color: var(--navy);
  border-radius: 8px;
}

.gpd-article-footer {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gpd-search-form {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.gpd-search-form input {
  flex: 1;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

@media(max-width:640px) {
  .gpd-search-form {
    flex-direction: column;
  }

  .gpd-post-thumb img {
    height: 180px;
  }

  .gpd-article-content {
    font-size: 16px;
  }
}
.gpd-topbar a {
  color: rgba(255,255,255,.72);
}

.gpd-topbar a:hover {
  color: var(--gold2);
}

.gpd-header {
  transition: box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.gpd-header.is-scrolled {
  background: rgba(7,20,38,.98);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  border-bottom-color: rgba(255,255,255,.12);
}

.gpd-header-inner {
  height: 78px;
}

.gpd-logo-img {
  width: 154px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.gpd-nav {
  gap: 4px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  padding: 6px;
  border-radius: 999px;
}

.gpd-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.74);
  transition: color .2s ease, background .2s ease;
  white-space: nowrap;
}

.gpd-nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.gpd-nav a:first-child {
  color: var(--gold2);
  background: rgba(201,162,77,.12);
}

.gpd-actions {
  gap: 9px;
}

.gpd-header-link {
  min-height: 42px;
  padding: 10px 15px;
  border-color: rgba(255,255,255,.18);
}

.gpd-header-submit {
  min-height: 42px;
  padding: 10px 16px;
  box-shadow: 0 10px 22px rgba(201,162,77,.22);
}

.gpd-menu-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.gpd-menu-toggle:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.28);
}

.gpd-menu-toggle span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: #fff;
  border-radius: 99px;
  transition: transform .22s ease, opacity .22s ease, top .22s ease;
}

.gpd-menu-toggle span:nth-child(1) {
  top: 14px;
}

.gpd-menu-toggle span:nth-child(2) {
  top: 21px;
}

.gpd-menu-toggle span:nth-child(3) {
  top: 28px;
}

.gpd-menu-toggle.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.gpd-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.gpd-menu-toggle.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

@media(max-width:1180px) {
  .gpd-nav a {
    padding: 0 10px;
    font-size: 13px;
  }

  .gpd-logo-img {
    width: 140px;
  }
}

@media(max-width:980px) {
  .gpd-header-inner {
    height: 70px;
  }

  .gpd-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(7,20,38,.98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 22px 60px rgba(0,0,0,.32);
  }

  .gpd-nav.is-open {
    display: flex;
  }

  .gpd-nav a {
    min-height: 46px;
    justify-content: space-between;
    padding: 0 14px;
    border-radius: 8px;
    background: rgba(255,255,255,.045);
    color: rgba(255,255,255,.82);
  }

  .gpd-nav a::after {
    content: "→";
    color: rgba(255,255,255,.34);
  }

  .gpd-nav a:first-child {
    background: rgba(201,162,77,.14);
  }

  .gpd-actions .gpd-header-link {
    display: none;
  }

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

  body.gpd-menu-open {
    overflow: hidden;
  }
}

@media(max-width:640px) {
  .gpd-logo-img {
    width: 126px;
    height: 48px;
  }

  .gpd-header-submit {
    display: none;
  }

  .gpd-brand-text {
    display: none;
  }

  .gpd-nav {
    top: 78px;
  }
}
.gpd-header-inner {
  height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.gpd-brand {
  min-width: 0;
  width: 190px;
  flex: 0 0 190px;
}

.gpd-logo-img {
  width: 190px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.gpd-brand-text,
.gpd-logo-mark {
  display: none !important;
}

.gpd-nav {
  justify-self: center;
  max-width: 100%;
  overflow: hidden;
  gap: 4px;
}

.gpd-nav a {
  font-size: 13px;
  padding: 0 11px;
}

.gpd-actions {
  justify-self: end;
  white-space: nowrap;
}

.gpd-header-submit {
  min-width: 142px;
}

@media(max-width:1100px) {
  .gpd-brand {
    width: 170px;
    flex-basis: 170px;
  }

  .gpd-logo-img {
    width: 170px;
  }

  .gpd-nav a {
    padding: 0 9px;
    font-size: 12px;
  }
}

@media(max-width:980px) {
  .gpd-header-inner {
    display: flex;
    height: 68px;
  }

  .gpd-brand {
    width: 158px;
    flex: 0 0 158px;
  }

  .gpd-logo-img {
    width: 158px;
    height: 58px;
  }

  .gpd-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    overflow: visible;
  }

  .gpd-nav.is-open {
    display: flex;
  }

  .gpd-menu-toggle {
    display: block;
    flex: 0 0 44px;
  }

  .gpd-actions .gpd-header-link {
    display: none;
  }
}

@media(max-width:640px) {
  .gpd-brand {
    width: 140px;
    flex-basis: 140px;
  }

  .gpd-logo-img {
    width: 140px;
    height: 52px;
  }

  .gpd-header-submit {
    display: none;
  }
}
.gpd-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  gap: 12px;
}

.gpd-float a,
.gpd-float button {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #071426;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.gpd-float a:hover,
.gpd-float button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0,0,0,.3);
}

.gpd-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}

.gpd-float-telegram {
  background: linear-gradient(135deg, #c9a24d, #f1d27a) !important;
  color: #071426 !important;
}

.gpd-float-email,
.gpd-float-top {
  background: rgba(7,20,38,.96) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

@media(max-width:640px) {
  .gpd-float {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .gpd-float a,
  .gpd-float button {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }

  .gpd-float svg {
    width: 21px;
    height: 21px;
  }
}