:root {
  --tse-ink: #102033;
  --tse-navy: #091827;
  --tse-blue: #143a5c;
  --tse-steel: #49657d;
  --tse-orange: #f97316;
  --tse-gold: #f5b042;
  --tse-cloud: #f4f7fb;
  --tse-line: #dbe4ee;
  --tse-white: #ffffff;
  --tse-muted: #637083;
  --tse-shadow: 0 18px 40px rgba(9, 24, 39, 0.14);
  --tse-radius: 22px;
  --tse-max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tse-ink);
  background: #ffffff;
  line-height: 1.6;
}

a { color: var(--tse-blue); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--tse-orange); }
img { max-width: 100%; height: auto; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.tse-container {
  width: min(var(--tse-max), calc(100% - 36px));
  margin: 0 auto;
}

.tse-skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  z-index: 100000;
  background: var(--tse-orange);
  color: #fff;
  padding: 10px 14px;
  left: 12px;
  top: 12px;
}

.tse-topbar {
  background: var(--tse-navy);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  padding: 8px 0;
}

.tse-topbar .tse-container {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.tse-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(219, 228, 238, 0.9);
}

.tse-header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tse-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--tse-ink);
}

.tse-logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--tse-orange), var(--tse-gold));
  color: var(--tse-navy);
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: -0.08em;
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.25);
}

.tse-site-title {
  display: block;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tse-site-tagline {
  display: block;
  color: var(--tse-muted);
  font-size: 13px;
  margin-top: 2px;
}

.tse-nav-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tse-primary-menu,
.tse-primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tse-primary-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tse-primary-menu a {
  display: block;
  color: var(--tse-ink);
  text-decoration: none;
  font-weight: 750;
  padding: 11px 12px;
  border-radius: 999px;
}

.tse-primary-menu a:hover,
.tse-primary-menu .current-menu-item > a {
  background: var(--tse-cloud);
  color: var(--tse-blue);
}

.tse-menu-toggle { display: none; }

.tse-button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--tse-orange);
  color: #ffffff !important;
  border: 0;
  border-radius: 999px;
  padding: 13px 19px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22);
}

.tse-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
  background: #ea580c;
  color: #ffffff !important;
}

.tse-button.secondary {
  background: #ffffff;
  color: var(--tse-navy) !important;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: none;
}

.tse-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.22), transparent 34%), linear-gradient(135deg, #071421 0%, #102f4e 62%, #091827 100%);
  color: #ffffff;
  padding: 82px 0 64px;
}

.tse-hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -42% 42%;
  height: 360px;
  background: rgba(255, 255, 255, 0.06);
  transform: rotate(-7deg);
  border-radius: 60px;
}

.tse-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.72fr);
  gap: 46px;
  align-items: center;
}

.tse-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tse-hero h1 {
  margin: 0 0 18px;
  max-width: 850px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  color: #ffffff;
}

.tse-hero p {
  margin: 0 0 26px;
  max-width: 740px;
  font-size: clamp(18px, 2.1vw, 22px);
  color: rgba(255, 255, 255, 0.84);
}

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

.tse-hero-card {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--tse-radius);
  padding: 26px;
  box-shadow: var(--tse-shadow);
}

.tse-hero-card h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.tse-metric-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.tse-metric {
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.tse-metric strong {
  display: block;
  color: var(--tse-gold);
  font-size: 22px;
  line-height: 1.1;
}

.tse-section {
  padding: 62px 0;
}

.tse-section.soft {
  background: var(--tse-cloud);
}

.tse-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 26px;
}

.tse-section-kicker {
  display: block;
  color: var(--tse-orange);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
}

.tse-section h2,
.tse-content h1,
.tse-content h2,
.tse-content h3 {
  color: var(--tse-navy);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.tse-section h2 {
  margin: 0;
  font-size: clamp(31px, 4.2vw, 52px);
}

.tse-section-head p {
  max-width: 520px;
  color: var(--tse-muted);
  margin: 0;
}

.tse-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tse-card {
  background: #ffffff;
  border: 1px solid var(--tse-line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(9, 24, 39, 0.05);
}

.tse-card .icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fff4ec;
  color: var(--tse-orange);
  font-size: 22px;
  margin-bottom: 14px;
}

.tse-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.15;
}

.tse-card p {
  color: var(--tse-muted);
  margin: 0;
}

.tse-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tse-post-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
  border: 1px solid var(--tse-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(9, 24, 39, 0.06);
}

.tse-post-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #e8eef6, #f7fafc);
  overflow: hidden;
}

.tse-post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.tse-post-card:hover img { transform: scale(1.04); }

.tse-post-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  flex: 1;
}

.tse-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--tse-muted);
  font-size: 13px;
  font-weight: 750;
}

.tse-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: #eef5fb;
  color: var(--tse-blue);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.tse-post-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.tse-post-card h3 a {
  color: var(--tse-navy);
  text-decoration: none;
}

.tse-post-card p {
  margin: 0;
  color: var(--tse-muted);
}

.tse-read-more {
  margin-top: auto;
  font-weight: 900;
  text-decoration: none;
}

.tse-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--tse-line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--tse-shadow);
}

.tse-feature-media {
  min-height: 420px;
  background: linear-gradient(135deg, #0f2d49, #f97316);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.84);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tse-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tse-feature-content { padding: 36px; }
.tse-feature-content h2 { margin-bottom: 14px; }
.tse-feature-content p { color: var(--tse-muted); }

.tse-page-header {
  background: linear-gradient(135deg, var(--tse-navy), var(--tse-blue));
  color: #fff;
  padding: 54px 0;
}

.tse-page-header h1 {
  margin: 0 0 10px;
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.tse-page-header p { margin: 0; max-width: 760px; color: rgba(255,255,255,0.82); font-size: 18px; }

.tse-main-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  padding: 52px 0;
  align-items: start;
}

.tse-content {
  max-width: 780px;
  font-size: 18px;
}

.tse-content.full { max-width: none; }

.tse-content > *:first-child { margin-top: 0; }
.tse-content p { margin: 0 0 20px; }
.tse-content h2 { font-size: 38px; margin: 36px 0 12px; }
.tse-content h3 { font-size: 28px; margin: 30px 0 10px; }
.tse-content ul, .tse-content ol { margin-bottom: 22px; }
.tse-content li { margin-bottom: 8px; }

.tse-content blockquote {
  margin: 32px 0;
  padding: 24px 28px;
  border-left: 6px solid var(--tse-orange);
  background: var(--tse-cloud);
  border-radius: 18px;
  color: var(--tse-ink);
  font-size: 22px;
  font-weight: 750;
}

.tse-post-hero-image {
  margin: -18px 0 34px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--tse-line);
  box-shadow: var(--tse-shadow);
}

.tse-post-hero-image img { display: block; width: 100%; }

.tse-sidebar {
  position: sticky;
  top: 112px;
}

.tse-widget {
  background: #ffffff;
  border: 1px solid var(--tse-line);
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 18px;
  box-shadow: 0 10px 26px rgba(9, 24, 39, 0.05);
}

.tse-widget h2,
.tse-widget h3 {
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
}

.tse-widget ul { margin: 0; padding-left: 19px; }
.tse-widget li { margin: 0 0 9px; }
.tse-widget p { color: var(--tse-muted); margin: 0 0 14px; }

.tse-breadcrumbs {
  font-size: 14px;
  color: var(--tse-muted);
  margin: 0 0 16px;
}

.tse-breadcrumbs a { color: var(--tse-blue); text-decoration: none; font-weight: 800; }

.tse-cta-band {
  background: radial-gradient(circle at 80% 20%, rgba(249,115,22,0.22), transparent 28%), linear-gradient(135deg, var(--tse-navy), #102f4e);
  color: #ffffff;
  border-radius: 30px;
  padding: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.tse-cta-band h2 { color: #ffffff; margin: 0 0 8px; }
.tse-cta-band p { color: rgba(255,255,255,0.82); margin: 0; }

.tse-site-footer {
  background: var(--tse-navy);
  color: rgba(255, 255, 255, 0.78);
  padding: 48px 0 24px;
}

.tse-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 30px;
  margin-bottom: 32px;
}

.tse-site-footer h2,
.tse-site-footer h3 { color: #ffffff; margin-top: 0; }
.tse-site-footer a { color: #ffffff; text-decoration: none; }
.tse-site-footer a:hover { color: var(--tse-gold); }
.tse-footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.tse-footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 18px; font-size: 14px; }

.nav-links,
.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.nav-links a,
.nav-links span,
.page-links a,
.page-links span {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--tse-line);
  background: #ffffff;
  color: var(--tse-ink);
  text-decoration: none;
  font-weight: 900;
}

.nav-links .current,
.page-links .current { background: var(--tse-orange); color: #ffffff; border-color: var(--tse-orange); }

.comment-respond,
.comments-area {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid var(--tse-line);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
  width: 100%;
  border: 1px solid var(--tse-line);
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
}

input[type="submit"],
button[type="submit"] {
  background: var(--tse-orange);
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 980px) {
  .tse-hero-grid,
  .tse-feature,
  .tse-main-wrap,
  .tse-cta-band,
  .tse-footer-grid {
    grid-template-columns: 1fr;
  }
  .tse-card-grid,
  .tse-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tse-sidebar { position: static; }
  .tse-content { max-width: none; }
}

@media (max-width: 760px) {
  .tse-topbar { display: none; }
  .tse-header-inner { min-height: 72px; }
  .tse-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tse-line);
    background: #ffffff;
    border-radius: 999px;
    padding: 10px 13px;
    font-weight: 900;
  }
  .tse-nav-wrap { gap: 10px; }
  .tse-main-navigation {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 76px;
    background: #ffffff;
    border: 1px solid var(--tse-line);
    border-radius: 20px;
    padding: 12px;
    box-shadow: var(--tse-shadow);
    display: none;
  }
  .tse-main-navigation.is-open { display: block; }
  .tse-primary-menu { display: grid; gap: 4px; }
  .tse-primary-menu a { border-radius: 14px; }
  .tse-header-cta { display: none; }
  .tse-hero { padding: 56px 0 46px; }
  .tse-card-grid,
  .tse-post-grid { grid-template-columns: 1fr; }
  .tse-feature-media { min-height: 240px; }
  .tse-feature-content { padding: 26px; }
  .tse-section-head { display: block; }
  .tse-section-head p { margin-top: 12px; }
}
