:root {
  --tp-blue: #01195e;
  --tp-blue-2: #062b8b;
  --tp-blue-3: #0b48ba;
  --tp-blue-deep: #000b2f;
  --tp-gold: #cfaa4d;
  --tp-gold-light: #f1d98e;
  --tp-gold-pale: #fbf4df;
  --tp-ink: #071331;
  --tp-muted: #68718a;
  --tp-white: #fff;
  --tp-bg: #f7f8fc;
  --tp-border: rgba(1, 25, 94, .11);
  --tp-shadow: 0 24px 70px rgba(1, 25, 94, .12);
  --tp-container: min(1240px, calc(100% - 64px));
  --tp-radius: 4px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--tp-ink);
  background: var(--tp-bg);
  font-family: "Cairo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.tp-container { width: var(--tp-container); margin-inline: auto; }
.tp-section { padding: 112px 0; }
.tp-skip-link { position: fixed; top: 10px; right: 10px; z-index: 9999; padding: 10px 16px; color: white; background: var(--tp-blue); transform: translateY(-150%); }
.tp-skip-link:focus { transform: none; }

/* Top Header */
.tp-topbar {
  position: relative;
  z-index: 1001;
  min-height: 38px;
  color: rgba(255,255,255,.78);
  border-bottom: 1px solid rgba(207,170,77,.22);
  background: var(--tp-blue-deep);
}
.tp-topbar::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(207,170,77,.65), transparent);
}
.tp-topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 30px; }
.tp-topbar-contact, .tp-topbar-social { display: flex; align-items: center; gap: 20px; }
.tp-topbar a, .tp-topbar-social > span { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 600; transition: color .2s ease; }
.tp-topbar a:hover { color: var(--tp-gold-light); }
.tp-topbar i { color: var(--tp-gold); }
.tp-topbar-social > a:not(.tp-language) { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid rgba(255,255,255,.12); }
.tp-topbar-social > a:not(.tp-language):hover { color: var(--tp-blue); border-color: var(--tp-gold); background: var(--tp-gold); }
.tp-topbar-social > a:not(.tp-language):hover i { color: var(--tp-blue); }
.tp-topbar-separator { width: 1px; height: 16px; background: rgba(255,255,255,.18); }
.tp-language { color: white; letter-spacing: .2px; }

/* Main Header */
.tp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 104px;
  border-bottom: 1px solid rgba(207, 170, 77, .25);
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
  transition: box-shadow .3s ease, height .3s ease;
}
.tp-header::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--tp-gold), var(--tp-blue-3), var(--tp-gold), transparent);
}
.tp-header.is-scrolled { height: 76px; box-shadow: 0 14px 42px rgba(1, 25, 94, .14); }
.tp-header-inner { height: 100%; display: flex; align-items: center; gap: 38px; }
.tp-brand { width: 165px; height: 100%; display: grid; flex: 0 0 165px; place-items: center; overflow: hidden; padding: 5px 0; transition: width .3s ease, flex-basis .3s ease; }
.tp-brand img { width: 155px; max-height: 94px; object-fit: contain; transform-origin: center; transition: width .3s ease, max-height .3s ease, transform .3s ease; }
.tp-header.is-scrolled .tp-brand { width: 128px; flex-basis: 128px; }
.tp-header.is-scrolled .tp-brand img { width: 112px; max-height: 66px; transform: translateY(-1px); }
.tp-nav { display: flex; align-items: center; justify-content: center; gap: 33px; margin-inline: auto; }
.tp-nav a { position: relative; display: flex; height: 100%; align-items: center; padding: 37px 0 33px; color: #26314d; font-size: 14px; font-weight: 700; white-space: nowrap; }
.tp-nav a::after { position: absolute; right: 50%; bottom: 20px; width: 0; height: 2px; content: ""; background: var(--tp-gold); transform: translateX(50%); transition: width .25s ease; }
.tp-nav a:hover, .tp-nav a.is-active { color: var(--tp-blue); }
.tp-nav a:hover::after, .tp-nav a.is-active::after { width: 100%; }
.tp-hotline { display: block; width: 188px; flex: 0 0 188px; line-height: 0; filter: drop-shadow(0 10px 20px rgba(1,25,94,.17)); transition: width .3s ease, flex-basis .3s ease, transform .25s ease; }
.tp-hotline:hover { transform: translateY(-2px); }
.tp-hotline img { width: 100%; max-height: 69px; object-fit: contain; }
.tp-header.is-scrolled .tp-hotline { width: 158px; flex-basis: 158px; }
.tp-header.is-scrolled .tp-hotline img { max-height: 58px; }
.tp-header.is-scrolled .tp-nav a { padding-block: 25px 23px; }
.tp-header.is-scrolled .tp-nav a::after { bottom: 14px; }

/* Hero */
.tp-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(rgba(0, 7, 25, .42), rgba(0, 7, 25, .42)),
    url("assets/pharaoh-hero-desktop.jpg") center / cover no-repeat,
    var(--tp-blue-deep);
}
.tp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: .96;
}
.tp-hero::before { position: absolute; inset: 0; z-index: -3; content: ""; background: linear-gradient(90deg, rgba(0,7,26,.64), rgba(1,25,94,.37) 32%, rgba(0,9,37,.56) 68%, rgba(0,5,22,.72)), linear-gradient(0deg, rgba(0,7,25,.75), transparent 42%, rgba(0,7,25,.24)); }
.tp-hero-pattern { position: absolute; inset: auto 0 0; z-index: -2; height: 190px; opacity: .32; background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(207,170,77,.24) 35px 37px, transparent 38px 72px), linear-gradient(0deg, rgba(0,6,24,.95), transparent); clip-path: polygon(0 28%, 4% 28%, 4% 17%, 8% 17%, 8% 28%, 13% 28%, 13% 10%, 17% 10%, 17% 28%, 22% 28%, 22% 20%, 26% 20%, 26% 28%, 31% 28%, 31% 5%, 35% 5%, 35% 28%, 40% 28%, 40% 16%, 44% 16%, 44% 28%, 49% 28%, 49% 8%, 53% 8%, 53% 28%, 58% 28%, 58% 20%, 62% 20%, 62% 28%, 67% 28%, 67% 5%, 71% 5%, 71% 28%, 76% 28%, 76% 14%, 80% 14%, 80% 28%, 85% 28%, 85% 8%, 89% 8%, 89% 28%, 94% 28%, 94% 18%, 98% 18%, 98% 28%, 100% 28%, 100% 100%, 0 100%); }
.tp-hero-pillar { position: absolute; top: 0; z-index: -1; width: 125px; height: 100%; opacity: .17; border-inline: 2px solid var(--tp-gold); background: repeating-linear-gradient(90deg, transparent 0 17px, var(--tp-gold) 18px 19px); }
.tp-hero-pillar::before { position: absolute; top: 18%; right: -22px; left: -22px; height: 27px; content: ""; border: 3px solid var(--tp-gold); background: var(--tp-blue); box-shadow: 0 13px 0 -4px var(--tp-blue), 0 13px 0 -1px var(--tp-gold); }
.tp-hero-pillar-right { right: -36px; }
.tp-hero-pillar-left { left: -36px; }
.tp-hero-grid { position: relative; display: grid; min-height: 690px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; padding-top: 35px; padding-bottom: 75px; }
.tp-hero-copy { padding-left: 20px; }
.tp-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--tp-gold-light); font-size: 13px; font-weight: 700; letter-spacing: .3px; }
.tp-eyebrow::after { width: 72px; height: 1px; content: ""; background: linear-gradient(90deg, transparent, var(--tp-gold)); }
.tp-hero h1 { max-width: 680px; margin: 0 0 22px; font-size: clamp(54px, 5vw, 83px); font-weight: 900; line-height: 1.2; letter-spacing: -2.7px; }
.tp-hero h1 span { display: block; color: white; font-size: .54em; font-weight: 700; letter-spacing: 0; }
.tp-hero h1 em { color: var(--tp-gold); font-style: normal; text-shadow: 0 8px 35px rgba(207,170,77,.2); }
.tp-hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.73); font-size: 18px; line-height: 2; }
.tp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 37px; }
.tp-btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 0; border-radius: var(--tp-radius); cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.tp-btn:hover { transform: translateY(-3px); }
.tp-btn-gold { color: #081539; background: linear-gradient(135deg, var(--tp-gold-light), var(--tp-gold)); box-shadow: 0 15px 35px rgba(207,170,77,.22); }
.tp-btn-gold:hover { box-shadow: 0 18px 40px rgba(207,170,77,.35); }
.tp-btn-outline { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.tp-btn-outline:hover { border-color: var(--tp-gold); background: rgba(207,170,77,.1); }
.tp-hero-trust { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 600; }
.tp-hero-trust span { display: flex; align-items: center; gap: 7px; }
.tp-hero-trust i { color: var(--tp-gold); }
.tp-hero-visual { position: relative; display: grid; min-height: 510px; place-items: center; }
.tp-sun-disc { position: absolute; top: 28px; right: 50%; display: flex; width: 420px; align-items: center; color: var(--tp-gold); transform: translateX(50%); opacity: .78; }
.tp-sun-disc span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--tp-gold)); }
.tp-sun-disc span:last-child { background: linear-gradient(90deg, var(--tp-gold), transparent); }
.tp-sun-disc i { padding: 0 14px; font-size: 25px; }
.tp-logo-stage { position: relative; display: grid; width: min(485px, 100%); aspect-ratio: 1.06; place-items: center; }
.tp-logo-stage::before, .tp-logo-stage::after { position: absolute; content: ""; border: 1px solid rgba(207,170,77,.44); transform: rotate(45deg); }
.tp-logo-stage::before { width: 76%; height: 76%; }
.tp-logo-stage::after { width: 66%; height: 66%; border-color: rgba(255,255,255,.13); }
.tp-logo-halo { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(13,74,191,.5), rgba(207,170,77,.08) 43%, transparent 71%); filter: blur(3px); }
.tp-logo-stage img { position: relative; z-index: 2; width: 91%; filter: drop-shadow(0 35px 28px rgba(0,0,0,.34)); animation: tpLogoFloat 5s ease-in-out infinite; }
.tp-royal-seal { position: absolute; bottom: 22px; left: 5px; display: flex; min-width: 215px; align-items: center; gap: 15px; padding: 13px 17px; border: 1px solid rgba(207,170,77,.32); background: rgba(0,10,40,.72); box-shadow: 0 18px 40px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.tp-royal-seal > i { display: grid; width: 48px; height: 48px; place-items: center; color: var(--tp-blue); background: var(--tp-gold); font-size: 24px; }
.tp-royal-seal span { color: rgba(255,255,255,.6); font-size: 10px; line-height: 1.8; }
.tp-royal-seal b { color: white; font-size: 12px; }
.tp-hero-base { position: absolute; right: 50%; bottom: 24px; display: flex; width: min(860px, 75%); align-items: center; gap: 20px; color: var(--tp-gold); transform: translateX(50%); }
.tp-hero-base span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(207,170,77,.8)); }
.tp-hero-base span:last-child { background: linear-gradient(90deg, rgba(207,170,77,.8), transparent); }
.tp-hero-base i { font-size: 21px; }
@keyframes tpLogoFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Stats */
.tp-stats { position: relative; z-index: 3; margin-top: -1px; background: white; border-bottom: 1px solid var(--tp-border); box-shadow: 0 18px 55px rgba(1,25,94,.05); }
.tp-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tp-stat { position: relative; display: flex; min-height: 148px; align-items: center; justify-content: center; gap: 17px; padding: 25px; }
.tp-stat:not(:last-child)::after { position: absolute; top: 28%; bottom: 28%; left: 0; width: 1px; content: ""; background: var(--tp-border); }
.tp-stat-icon { display: grid; width: 53px; height: 53px; place-items: center; color: var(--tp-gold); border: 1px solid rgba(207,170,77,.37); background: var(--tp-gold-pale); font-size: 20px; transform: rotate(45deg); }
.tp-stat-icon i { transform: rotate(-45deg); }
.tp-stat div { display: flex; flex-direction: column; }
.tp-stat b { color: var(--tp-blue); font-size: 32px; font-weight: 900; line-height: 1.2; }
.tp-stat small { color: var(--tp-muted); font-size: 12px; font-weight: 600; }

/* Shared headings */
.tp-section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 60px; margin-bottom: 50px; padding-bottom: 25px; border-bottom: 1px solid var(--tp-border); }
.tp-section-kicker { display: block; margin-bottom: 9px; color: var(--tp-gold); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.tp-section-heading h2, .tp-centered-heading h2 { margin: 0; color: var(--tp-blue); font-size: 41px; font-weight: 900; line-height: 1.35; letter-spacing: -1px; }
.tp-section-heading p { margin: 0; color: var(--tp-muted); font-size: 14px; line-height: 1.9; }
.tp-centered-heading { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.tp-centered-heading::after { display: block; width: 95px; height: 3px; margin: 23px auto 0; content: ""; background: linear-gradient(90deg, transparent, var(--tp-gold), transparent); }
.tp-centered-heading p { margin: 15px 0 0; color: var(--tp-muted); font-size: 15px; line-height: 2; }

/* About */
.tp-about {
  position: relative;
  isolation: isolate;
  padding: 122px 0;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 12% 18%, rgba(11,72,186,.38), transparent 28%),
    linear-gradient(118deg, #000719 0%, #01195e 62%, #062b8b 100%);
  scroll-margin-top: 104px;
}
.tp-about::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: .18;
  background:
    repeating-linear-gradient(90deg, transparent 0 77px, rgba(207,170,77,.2) 78px 79px),
    repeating-linear-gradient(0deg, transparent 0 77px, rgba(207,170,77,.11) 78px 79px);
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.tp-about::after {
  position: absolute;
  z-index: -1;
  right: -270px;
  bottom: -390px;
  width: 780px;
  height: 780px;
  content: "";
  border: 1px solid rgba(207,170,77,.2);
  box-shadow: inset 0 0 0 85px rgba(207,170,77,.025), inset 0 0 0 86px rgba(207,170,77,.12);
  transform: rotate(45deg);
}
.tp-about-decor {
  position: absolute;
  top: 70px;
  left: -80px;
  z-index: -1;
  width: 220px;
  height: 220px;
  border: 32px solid rgba(207,170,77,.07);
  transform: rotate(45deg);
}
.tp-about-head {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: end;
  gap: 78px;
  margin-bottom: 46px;
}
.tp-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--tp-gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .7px;
}
.tp-about-kicker i { color: var(--tp-gold); }
.tp-about-title h2 {
  margin: 0;
  color: white;
  font-size: clamp(49px, 5vw, 70px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -1.8px;
}
.tp-about-title h2 em {
  display: block;
  margin-top: 12px;
  color: var(--tp-gold);
  font-size: .38em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0;
}
.tp-about-intro {
  margin: 0;
  padding: 4px 30px 4px 0;
  color: rgba(255,255,255,.78);
  border-right: 2px solid var(--tp-gold);
  font-size: 17px;
  font-weight: 600;
  line-height: 2.15;
}
html[dir="ltr"] .tp-about-intro {
  padding: 4px 0 4px 30px;
  border-right: 0;
  border-left: 2px solid var(--tp-gold);
}
.tp-about-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  border-top: 1px solid rgba(207,170,77,.35);
  border-right: 1px solid rgba(207,170,77,.35);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(10px);
}
.tp-about-facts > div {
  display: grid;
  min-height: 118px;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border-bottom: 1px solid rgba(207,170,77,.35);
  border-left: 1px solid rgba(207,170,77,.35);
}
.tp-about-facts i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--tp-blue);
  background: linear-gradient(135deg, var(--tp-gold-light), var(--tp-gold));
  font-size: 17px;
}
.tp-about-facts span { display: flex; min-width: 0; flex-direction: column; }
.tp-about-facts b { color: white; font-size: 14px; font-weight: 900; line-height: 1.5; }
.tp-about-facts small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 600; }
.tp-about-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 18px;
}
.tp-about-panel {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-top-color: rgba(207,170,77,.46);
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 24px 55px rgba(0,0,0,.13);
  backdrop-filter: blur(13px);
}
.tp-about-panel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3px;
  content: "";
  background: linear-gradient(var(--tp-gold-light), var(--tp-gold), transparent);
}
html[dir="ltr"] .tp-about-panel::before { right: auto; left: 0; }
.tp-about-story {
  display: grid;
  grid-template-columns: 245px 1fr;
  grid-template-areas:
    "icon text"
    "kicker text"
    "title text";
  align-content: center;
  column-gap: 45px;
  padding: 45px;
}
.tp-about-story .tp-about-panel-icon { grid-area: icon; }
.tp-about-story .tp-about-panel-kicker { grid-area: kicker; }
.tp-about-story h3 { grid-area: title; }
.tp-about-story p {
  grid-area: text;
  align-self: stretch;
  padding-right: 38px;
  border-right: 1px solid rgba(207,170,77,.3);
}
html[dir="ltr"] .tp-about-story p { padding-right: 0; padding-left: 38px; border-right: 0; border-left: 1px solid rgba(207,170,77,.3); }
.tp-about-side { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.tp-about-panel-number {
  position: absolute;
  top: 21px;
  left: 25px;
  color: rgba(255,255,255,.09);
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
html[dir="ltr"] .tp-about-panel-number { right: 25px; left: auto; }
.tp-about-panel-icon {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  margin-bottom: 24px;
  color: var(--tp-blue);
  background: linear-gradient(135deg, var(--tp-gold-light), var(--tp-gold));
  font-size: 20px;
  transform: rotate(45deg);
}
.tp-about-panel-icon i { transform: rotate(-45deg); }
.tp-about-panel-kicker { color: var(--tp-gold-light); font-size: 10px; font-weight: 800; }
.tp-about-panel h3 { margin: 7px 0 16px; color: white; font-size: 23px; font-weight: 900; line-height: 1.45; }
.tp-about-panel p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; font-weight: 600; line-height: 2.05; }
.tp-about-story p { font-size: 14px; line-height: 2.2; }
.tp-about-purpose {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 18px;
  margin-top: 18px;
}
.tp-about-purpose-card {
  display: grid;
  min-height: 280px;
  grid-template-columns: 72px 1fr;
  align-items: start;
  gap: 25px;
  padding: 38px;
  border: 1px solid rgba(207,170,77,.38);
  background: rgba(0,7,25,.55);
  box-shadow: 0 22px 50px rgba(0,0,0,.15);
}
.tp-about-purpose-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--tp-gold-light);
  border: 1px solid rgba(207,170,77,.55);
  background: rgba(207,170,77,.1);
  font-size: 25px;
}
.tp-about-purpose-card small { color: var(--tp-gold); font-size: 10px; font-weight: 800; letter-spacing: .8px; }
.tp-about-purpose-card h3 { margin: 5px 0 13px; color: white; font-size: 24px; font-weight: 900; }
.tp-about-purpose-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; font-weight: 600; line-height: 2.05; }
html[lang="en"] .tp-about { font-family: "Poppins", sans-serif; }
html[lang="en"] .tp-about-title h2 { letter-spacing: -1.3px; }
html[lang="en"] .tp-about-title h2 em { font-size: .34em; }
html[lang="en"] .tp-about-panel p,
html[lang="en"] .tp-about-purpose-card p { line-height: 1.85; }

/* Contact */
.tp-contact { background: linear-gradient(180deg, #fbfcff, #f4f6fb); }
.tp-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tp-contact-card { position: relative; display: grid; min-height: 116px; grid-template-columns: 63px 1fr auto; align-items: center; gap: 17px; padding: 19px 20px; overflow: hidden; border: 1px solid var(--tp-border); background: white; box-shadow: 0 12px 35px rgba(1,25,94,.055); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.tp-contact-card::before { position: absolute; inset: 0 auto 0 0; width: 3px; content: ""; background: var(--tp-gold); transform: scaleY(0); transition: transform .3s ease; }
.tp-contact-card:hover { border-color: rgba(207,170,77,.55); box-shadow: var(--tp-shadow); transform: translateY(-5px); }
.tp-contact-card:hover::before { transform: scaleY(1); }
.tp-contact-icon { display: grid; width: 58px; height: 58px; place-items: center; color: var(--tp-gold); border: 1px solid rgba(207,170,77,.3); background: var(--tp-gold-pale); font-size: 20px; }
.tp-contact-card > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.tp-contact-card-phone { grid-column: span 2; }
.tp-contact-card .tp-contact-phone-line { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; }
.tp-contact-card .tp-contact-phone-line small { margin-bottom: 0; color: var(--tp-blue); font-size: 14px; font-weight: 800; }
.tp-contact-card .tp-contact-phone-line b { flex-shrink: 0; font-size: 17px; letter-spacing: .3px; }
.tp-contact-card small { margin-bottom: 5px; color: var(--tp-muted); font-size: 11px; font-weight: 600; }
.tp-contact-card b { overflow: hidden; color: var(--tp-blue); font-size: 14px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.tp-card-arrow { color: #b9becb; font-size: 13px; transition: color .25s ease, transform .25s ease; }
.tp-contact-card:hover .tp-card-arrow { color: var(--tp-gold); transform: translateX(-4px); }

/* Solutions */
.tp-solutions { position: relative; background: white; }
.tp-solutions::before { position: absolute; top: 0; right: 0; width: 36%; height: 100%; content: ""; opacity: .055; background: repeating-linear-gradient(45deg, var(--tp-blue) 0 1px, transparent 1px 28px); }
.tp-solutions-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--tp-border); border-right: 1px solid var(--tp-border); }
.tp-solution-card { position: relative; min-height: 330px; padding: 43px 38px; overflow: hidden; border-bottom: 1px solid var(--tp-border); border-left: 1px solid var(--tp-border); background: rgba(255,255,255,.94); transition: background .35s ease, transform .35s ease, box-shadow .35s ease; }
.tp-solution-card:hover { z-index: 2; background: var(--tp-blue); box-shadow: 0 24px 60px rgba(1,25,94,.2); transform: translateY(-6px); }
.tp-solution-no { position: absolute; top: 22px; left: 25px; color: rgba(1,25,94,.12); font-size: 58px; font-weight: 900; line-height: 1; transition: color .3s ease; }
.tp-solution-icon { display: grid; width: 69px; height: 69px; place-items: center; margin-bottom: 27px; color: var(--tp-blue); border: 1px solid rgba(207,170,77,.55); background: var(--tp-gold-pale); font-size: 26px; transform: rotate(45deg); }
.tp-solution-icon i { transform: rotate(-45deg); }
.tp-solution-card h3 { margin: 0 0 13px; color: var(--tp-blue); font-size: 22px; font-weight: 900; transition: color .3s ease; }
.tp-solution-card p { margin: 0; color: var(--tp-muted); font-size: 14px; line-height: 2; transition: color .3s ease; }
.tp-card-line { position: absolute; right: 38px; bottom: 35px; width: 42px; height: 3px; background: var(--tp-gold); transition: width .35s ease; }
.tp-solution-card:hover h3, .tp-solution-card:hover .tp-solution-no { color: white; }
.tp-solution-card:hover p { color: rgba(255,255,255,.69); }
.tp-solution-card:hover .tp-card-line { width: calc(100% - 76px); }

/* Why */
.tp-why { position: relative; isolation: isolate; padding: 125px 0; overflow: hidden; color: white; background: linear-gradient(115deg, #000718, var(--tp-blue) 70%, #062b8b); }
.tp-why::before { position: absolute; inset: 0; z-index: -2; content: ""; opacity: .18; background-image: radial-gradient(circle at 18% 45%, #0b56d7 0, transparent 28%), repeating-linear-gradient(90deg, transparent 0 70px, rgba(207,170,77,.17) 71px 72px); }
.tp-why-decor { position: absolute; right: -190px; bottom: -240px; z-index: -1; width: 700px; height: 700px; border: 1px solid rgba(207,170,77,.18); transform: rotate(45deg); }
.tp-why-decor::before, .tp-why-decor::after { position: absolute; inset: 60px; content: ""; border: 1px solid rgba(207,170,77,.12); }
.tp-why-decor::after { inset: 120px; }
.tp-why-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.tp-why-intro h2 { margin: 0 0 22px; color: white; font-size: 48px; font-weight: 900; line-height: 1.45; letter-spacing: -1.5px; }
.tp-why-intro p { margin: 0 0 34px; color: rgba(255,255,255,.67); font-size: 15px; line-height: 2.1; }
.tp-why-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-right: 1px solid rgba(255,255,255,.13); }
.tp-why-item { position: relative; display: grid; min-height: 230px; grid-template-columns: 60px 1fr; align-content: center; gap: 22px; padding: 34px; border-bottom: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); transition: background .3s ease; }
.tp-why-item:hover { background: rgba(255,255,255,.07); }
.tp-why-item > span { display: grid; width: 55px; height: 55px; place-items: center; color: var(--tp-blue); background: var(--tp-gold); font-size: 20px; }
.tp-why-item small { color: var(--tp-gold); font-size: 10px; font-weight: 800; }
.tp-why-item h3 { margin: 5px 0 9px; font-size: 18px; }
.tp-why-item p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.9; }

/* Years */
.tp-years { padding: 44px 0; background: var(--tp-gold-pale); border-block: 1px solid rgba(207,170,77,.3); }
.tp-years-inner { display: grid; grid-template-columns: 90px 160px 1fr 70px; align-items: center; gap: 30px; }
.tp-years-mark { display: grid; width: 72px; height: 72px; place-items: center; color: var(--tp-gold); border: 1px solid rgba(207,170,77,.45); font-size: 32px; transform: rotate(45deg); }
.tp-years-mark i { transform: rotate(-45deg); }
.tp-years-number { display: flex; align-items: center; gap: 9px; color: var(--tp-blue); }
.tp-years-number b { font-size: 65px; font-weight: 900; line-height: 1; }
.tp-years-number span { color: var(--tp-gold); font-weight: 900; writing-mode: vertical-rl; }
.tp-years-copy { padding-right: 30px; border-right: 1px solid rgba(1,25,94,.14); }
.tp-years-copy small { color: var(--tp-gold); font-size: 11px; font-weight: 800; }
.tp-years-copy h2 { margin: 7px 0 0; color: var(--tp-blue); font-size: 25px; font-weight: 900; }
.tp-years-symbol { color: rgba(207,170,77,.38); font-size: 45px; text-align: left; }

/* Location */
.tp-location { background: #f6f8fc; }
.tp-location-shell { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 520px; overflow: hidden; border: 1px solid var(--tp-border); background: white; box-shadow: var(--tp-shadow); }
.tp-location-info { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 60px; overflow: hidden; }
.tp-location-info::after { position: absolute; bottom: -80px; left: -80px; width: 250px; height: 250px; content: ""; border: 38px solid rgba(207,170,77,.08); transform: rotate(45deg); }
.tp-location-pin { display: grid; width: 70px; height: 70px; place-items: center; margin-bottom: 27px; color: var(--tp-gold); border: 1px solid rgba(207,170,77,.35); background: var(--tp-gold-pale); font-size: 27px; }
.tp-location-info > small { color: var(--tp-gold); font-size: 11px; font-weight: 800; }
.tp-location-info h3 { margin: 7px 0 15px; color: var(--tp-blue); font-size: 28px; font-weight: 900; }
.tp-location-info p { max-width: 440px; margin: 0; color: var(--tp-muted); font-size: 14px; line-height: 2.1; }
.tp-location-actions { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.tp-btn-outline-dark { color: var(--tp-blue); border: 1px solid rgba(1,25,94,.2); background: white; }
.tp-btn-outline-dark:hover { border-color: var(--tp-gold); }
.tp-map { min-height: 520px; background: #e7e9ee; transition: opacity .3s ease, width .3s ease; }
.tp-map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: saturate(.76) contrast(.97); }
.tp-location-shell.is-map-hidden { grid-template-columns: 1fr 0fr; }
.tp-location-shell.is-map-hidden .tp-map { width: 0; opacity: 0; }
.tp-location-shell.is-map-hidden .tp-location-info { align-items: center; text-align: center; }

/* Facebook */
.tp-facebook { position: relative; overflow: hidden; background: white; }
.tp-facebook::before { position: absolute; top: -150px; right: -140px; width: 520px; height: 520px; content: ""; border: 55px solid rgba(1,25,94,.025); transform: rotate(45deg); }
.tp-facebook-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.tp-facebook-copy { max-width: 540px; }
.tp-facebook-badge { display: grid; width: 70px; height: 70px; place-items: center; margin-bottom: 30px; color: white; background: #1877f2; box-shadow: 0 18px 35px rgba(24,119,242,.22); font-size: 29px; }
.tp-facebook-copy h2 { margin: 0 0 20px; color: var(--tp-blue); font-size: 48px; font-weight: 900; line-height: 1.45; letter-spacing: -1px; }
.tp-facebook-copy p { max-width: 500px; margin: 0 0 31px; color: var(--tp-muted); font-size: 15px; line-height: 2.1; }
.tp-btn-facebook { color: white; background: #1877f2; box-shadow: 0 15px 35px rgba(24,119,242,.2); }
.tp-facebook-frame { position: relative; width: min(100%, 540px); min-height: 640px; justify-self: end; padding: 20px; border: 1px solid rgba(207,170,77,.4); background: var(--tp-gold-pale); box-shadow: var(--tp-shadow); }
.tp-facebook-frame::before, .tp-facebook-frame::after { position: absolute; width: 58px; height: 58px; content: ""; pointer-events: none; }
.tp-facebook-frame::before { top: -7px; right: -7px; border-top: 3px solid var(--tp-gold); border-right: 3px solid var(--tp-gold); }
.tp-facebook-frame::after { bottom: -7px; left: -7px; border-bottom: 3px solid var(--tp-gold); border-left: 3px solid var(--tp-gold); }
.tp-facebook-frame iframe { display: block; width: 100%; max-width: 500px; height: 600px; margin: auto; border: 0; background: white; }

/* Final CTA */
.tp-final-cta { padding: 55px 0; color: white; background: linear-gradient(110deg, var(--tp-blue-deep), var(--tp-blue-2)); border-bottom: 1px solid rgba(207,170,77,.25); }
.tp-final-cta-inner { display: grid; grid-template-columns: 82px 1fr auto; align-items: center; gap: 25px; }
.tp-final-icon { display: grid; width: 70px; height: 70px; place-items: center; color: var(--tp-blue); background: var(--tp-gold); font-size: 30px; transform: rotate(45deg); }
.tp-final-icon i { transform: rotate(-45deg); }
.tp-final-cta small { color: var(--tp-gold-light); font-size: 11px; font-weight: 700; }
.tp-final-cta h2 { margin: 4px 0 0; font-size: 27px; font-weight: 900; }

/* Footer */
.tp-footer { color: rgba(255,255,255,.7); background: #000719; }
.tp-footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 100px; padding-top: 70px; padding-bottom: 58px; }
.tp-footer-brand img { width: 170px; margin-bottom: 18px; filter: drop-shadow(0 15px 18px rgba(0,0,0,.25)); }
.tp-footer-brand p { max-width: 350px; margin: 0; font-size: 13px; line-height: 2; }
.tp-footer h3 { margin: 0 0 22px; color: var(--tp-gold); font-size: 15px; }
.tp-footer-links, .tp-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.tp-footer-links a, .tp-footer-contact a, .tp-footer-contact > span { display: flex; align-items: center; gap: 9px; font-size: 12px; transition: color .2s ease; }
.tp-footer-links a:hover, .tp-footer-contact a:hover { color: white; }
.tp-footer-contact i { width: 18px; color: var(--tp-gold); text-align: center; }
.tp-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.tp-footer-bottom .tp-container { display: flex; min-height: 64px; align-items: center; justify-content: space-between; }
.tp-footer-bottom p { margin: 0; font-size: 11px; }
.tp-powered { display: inline-flex; align-items: center; gap: 10px; }
.tp-powered span { color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .4px; }
.tp-powered img { width: 108px; height: 39px; object-fit: contain; }

/* Back to top + reveal */
.tp-back-top { position: fixed; bottom: 28px; left: 28px; z-index: 900; display: grid; width: 48px; height: 48px; place-items: center; color: var(--tp-blue); border: 1px solid rgba(207,170,77,.5); background: var(--tp-gold); box-shadow: 0 14px 30px rgba(1,25,94,.2); cursor: pointer; opacity: 0; transform: translateY(18px); transition: opacity .3s ease, transform .3s ease; }
.tp-back-top.is-visible { opacity: 1; transform: none; }
.tp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.tp-reveal.is-visible { opacity: 1; transform: none; }

/* Responsive fallback */
@media (max-width: 1100px) {
  :root { --tp-container: min(100% - 38px, 960px); }
  .tp-nav { gap: 18px; }
  .tp-nav a { font-size: 12px; }
  .tp-hotline { width: 160px; flex-basis: 160px; }
  .tp-hero-grid { grid-template-columns: 1fr .8fr; }
  .tp-hero h1 { font-size: 58px; }
  .tp-about-head { gap: 45px; }
  .tp-about-facts > div { grid-template-columns: 43px 1fr; gap: 12px; padding: 17px 14px; }
  .tp-about-facts i { width: 41px; height: 41px; }
  .tp-about-panel { padding: 28px; }
  .tp-about-story { grid-template-columns: 215px 1fr; gap: 32px; padding: 36px; }
  .tp-about-purpose-card { padding: 30px; }
  .tp-contact-grid { grid-template-columns: repeat(2, 1fr); }
  .tp-why-grid { gap: 50px; }
  .tp-facebook-grid { gap: 50px; }
  .tp-footer-grid { gap: 50px; }
}

@media (max-width: 820px) {
  :root { --tp-container: calc(100% - 30px); }
  .tp-section { padding: 78px 0; }
  .tp-topbar-contact a:nth-child(n+2) { display: none; }
  .tp-topbar-social > span:first-child { display: none; }
  .tp-topbar-inner { gap: 12px; }
  .tp-topbar-contact, .tp-topbar-social { gap: 9px; }
  .tp-header, .tp-header.is-scrolled { height: 80px; }
  .tp-brand, .tp-header.is-scrolled .tp-brand { width: 105px; flex-basis: 105px; }
  .tp-brand img, .tp-header.is-scrolled .tp-brand img { width: 92px; max-height: 70px; transform: none; }
  .tp-nav { display: none; }
  .tp-hotline, .tp-header.is-scrolled .tp-hotline { width: 145px; flex-basis: 145px; margin-right: auto; }
  .tp-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 95px; text-align: center; }
  .tp-hero-copy { padding: 0; }
  .tp-eyebrow, .tp-hero-actions, .tp-hero-trust { justify-content: center; }
  .tp-hero-copy > p { margin-inline: auto; }
  .tp-hero-visual { min-height: 410px; }
  .tp-logo-stage { width: min(430px, 90vw); }
  .tp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .tp-stat:nth-child(2)::after { display: none; }
  .tp-about { padding: 88px 0; }
  .tp-about-head { grid-template-columns: 1fr; gap: 24px; }
  .tp-about-intro,
  html[dir="ltr"] .tp-about-intro { padding: 22px 0 0; border-right: 0; border-left: 0; border-top: 1px solid rgba(207,170,77,.45); }
  .tp-about-facts { grid-template-columns: repeat(2, 1fr); }
  .tp-about-content { grid-template-columns: 1fr; }
  .tp-about-purpose { grid-template-columns: 1fr; }
  .tp-section-heading { grid-template-columns: 1fr; gap: 15px; }
  .tp-solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .tp-why-grid { grid-template-columns: 1fr; }
  .tp-why-intro { text-align: center; }
  .tp-years-inner { grid-template-columns: 70px 135px 1fr; }
  .tp-years-symbol { display: none; }
  .tp-location-shell { grid-template-columns: 1fr; }
  .tp-map, .tp-map iframe { min-height: 410px; }
  .tp-location-shell.is-map-hidden { grid-template-columns: 1fr; }
  .tp-location-shell.is-map-hidden .tp-map { display: none; }
  .tp-facebook-grid { grid-template-columns: 1fr; }
  .tp-facebook-copy { margin: auto; text-align: center; }
  .tp-facebook-badge { margin-inline: auto; }
  .tp-facebook-frame { justify-self: center; }
  .tp-final-cta-inner { grid-template-columns: 65px 1fr; }
  .tp-final-cta .tp-btn { grid-column: 1 / -1; justify-self: center; }
  .tp-footer-grid { grid-template-columns: 1fr 1fr; }
  .tp-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .tp-topbar-contact a { font-size: 9px; }
  .tp-language { font-size: 9px !important; }
  .tp-topbar-social > a:not(.tp-language) { display: none; }
  .tp-hotline, .tp-header.is-scrolled .tp-hotline { width: 132px; min-width: 132px; flex-basis: 132px; }
  .tp-hero h1 { font-size: 45px; letter-spacing: -1.5px; }
  .tp-hero-copy > p { font-size: 15px; }
  .tp-hero-trust { gap: 10px; }
  .tp-royal-seal { left: 50%; transform: translateX(-50%); }
  .tp-stats-grid, .tp-contact-grid, .tp-solutions-grid, .tp-why-list { grid-template-columns: 1fr; }
  .tp-about { padding: 70px 0; }
  .tp-about-title h2 { font-size: 41px; }
  .tp-about-title h2 em { font-size: .43em; }
  .tp-about-intro { font-size: 14px; }
  .tp-about-facts { grid-template-columns: 1fr; }
  .tp-about-facts > div { min-height: 94px; }
  .tp-about-side { grid-template-columns: 1fr; }
  .tp-about-panel,
  .tp-about-story { padding: 28px 24px; }
  .tp-about-story { display: block; }
  .tp-about-story p,
  html[dir="ltr"] .tp-about-story p { padding: 20px 0 0; border-right: 0; border-left: 0; border-top: 1px solid rgba(207,170,77,.3); }
  .tp-about-panel-number { font-size: 50px; }
  .tp-about-panel h3 { font-size: 20px; }
  .tp-about-purpose-card { min-height: 0; grid-template-columns: 1fr; padding: 28px 24px; }
  .tp-contact-card-phone { grid-column: auto; }
  .tp-contact-card .tp-contact-phone-line { align-items: flex-start; flex-direction: column; gap: 5px; }
  .tp-stat::after { display: none; }
  .tp-section-heading h2, .tp-centered-heading h2, .tp-why-intro h2, .tp-facebook-copy h2 { font-size: 34px; }
  .tp-contact-card { grid-template-columns: 57px 1fr auto; }
  .tp-solution-card { min-height: 285px; }
  .tp-years-inner { grid-template-columns: 60px 1fr; }
  .tp-years-number { justify-content: center; }
  .tp-years-copy { grid-column: 1 / -1; padding: 22px 0 0; border-top: 1px solid rgba(1,25,94,.14); border-right: 0; text-align: center; }
  .tp-location-info { padding: 38px 25px; }
  .tp-location-actions { flex-direction: column; }
  .tp-location-actions .tp-btn { width: 100%; }
  .tp-facebook-frame { min-height: 580px; padding: 10px; }
  .tp-facebook-frame iframe { height: 560px; }
  .tp-final-cta-inner { display: flex; flex-direction: column; text-align: center; }
  .tp-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .tp-footer-brand { grid-column: auto; }
  .tp-footer-bottom .tp-container { gap: 15px; }
  .tp-powered img { width: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .tp-reveal { opacity: 1; transform: none; }
}