/* Digital Wealth Partners — matches dwpofficial.net */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap");

:root {
  --text-primary: #1e266d;
  --text-secondary: #445781;
  --color-primary: #2c3342;
  --color-accent: #ad7f4e;
  --color-accent-hover: #996b3a;
  --color-white: #ffffff;
  --color-bg: #f8f9fa;
  --border-light: #e5e7eb;
  --spacing-s: 0.67rem;
  --spacing-m: 1rem;
  --spacing-l: 1.5rem;
  --spacing-xl: 2.25rem;
  --spacing-2xl: 3.38rem;
  --font-size-small: 13px;
  --font-size-normal: 15px;
  --font-size-medium: 20px;
  --font-size-large: 36px;
  --border-radius-s: 4px;
  --border-radius-m: 8px;
  --header-pad-x: 140px;
  --header-pad-x-right: 152px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-secondary);
  background: var(--color-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-top: 115px;
}

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

a {
  text-decoration: none;
  transition: color 0.2s ease;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-primary);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
}

/* Buttons */
.btn-primary,
.contact-btn,
.cta-button,
.mission-btn,
.expertise-btn {
  align-items: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(44, 51, 66, 0.15);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
  min-height: 45px;
  padding: 18px 35px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary:hover,
.contact-btn:hover,
.cta-button:hover,
.mission-btn:hover,
.expertise-btn:hover {
  background-color: #1f2530;
  color: #fff;
  transform: translateY(-2px);
}

.btn-secondary {
  align-items: center;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(44, 51, 66, 0.15);
  color: var(--color-primary);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1;
  min-height: 45px;
  padding: 18px 35px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-secondary:hover {
  background-color: var(--border-light);
  transform: translateY(-2px);
}

.learn-btn {
  color: var(--color-primary);
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: 600;
  padding: var(--spacing-s) var(--spacing-m);
}

.learn-btn:hover {
  color: var(--color-accent);
}

/* Header */
.header {
  background: transparent;
  box-sizing: border-box;
  left: 0;
  max-width: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1000;
}

.header.header-scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.header.header-hidden {
  pointer-events: none;
  transform: translateY(-100%);
}

.contact-btn,
.signup-btn-mobile,
.hero-buttons a,
a.expertise-btn,
a.btn-primary {
  position: relative;
  text-decoration: none;
  z-index: 5;
}

.header-container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  padding-left: var(--header-pad-x);
  padding-right: var(--header-pad-x-right);
  width: 100%;
}

.logo {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.logo-box {
  display: block;
  height: 100px;
  max-height: 100px;
  object-fit: contain;
  width: auto;
}

@media (max-width: 768px) {
  .logo-box {
    height: 64px;
    max-height: 64px;
  }
}

.nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 24px;
}

.nav-item {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  display: block;
  font-family: "Segoe UI Semibold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 32px 0;
  position: relative;
  transition: color 0.2s ease;
}

.nav-item:hover {
  color: var(--color-accent) !important;
}

.nav-item.active {
  color: var(--color-primary);
}

.search-btn {
  background: none;
  border: none;
  color: #1a2b4c;
  cursor: pointer;
  font-size: 18px;
  margin: 6px;
  padding: 7px;
  transition: color 0.2s ease;
}

.search-btn:hover {
  color: #a67c52;
}

.contact-btn {
  margin-left: auto;
  padding: 14px 28px;
}

.mobile-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  font-size: 28px;
  margin-left: auto;
  padding: 8px;
  color: var(--color-primary);
}

.signup-btn-mobile {
  display: none;
}

.mobile-overlay {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  inset: 0;
  position: fixed;
  z-index: 999;
}

.mobile-overlay.active {
  display: block;
}

/* Hero */
.hero {
  align-items: center;
  background-color: rgba(44, 51, 66, 0.07);
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  display: flex;
  justify-content: space-between;
  margin-left: var(--header-pad-x);
  margin-right: var(--header-pad-x-right);
  padding: 180px 60px 100px;
  position: relative;
}

.hero-left {
  max-width: 50%;
  padding-top: 100px;
}

.hero-title {
  color: var(--text-primary);
  display: block;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 80px;
  margin: 0;
}

.hero-subtext {
  color: var(--text-secondary);
  font-size: var(--font-size-normal);
  font-weight: 400;
  line-height: 1.6;
  margin: var(--spacing-l) 0;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-m);
  margin-top: var(--spacing-l);
}

.scroll-indicator {
  color: #ccc;
  display: inline-block;
  font-size: 20px;
  margin-top: 40px;
}

.hero-right {
  max-width: 45%;
  position: relative;
}

.hero-image img {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
  object-fit: cover;
  width: 100%;
}

/* Mission */
.mission-section {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-left: 130px;
  margin-right: 130px;
  padding: 100px 0;
  position: relative;
}

.mission-left {
  animation: fadeInLeft 0.8s ease forwards;
  animation-delay: 0.2s;
  flex: 1;
  opacity: 0;
  padding-right: 100px;
  padding-top: 150px;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mission-title {
  color: var(--text-primary);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 var(--spacing-m);
}

.mission-text {
  font-size: var(--font-size-normal);
  line-height: 1.6;
  margin-bottom: var(--spacing-l);
}

.mission-right {
  display: flex;
  flex: 1.4;
  gap: 24px;
}

.mission-col-left,
.mission-col-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  padding-top: 100px;
}

.service-card {
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 5px 70px rgba(38, 42, 76, 0.1);
  display: flex;
  flex-direction: column;
  line-height: 24px;
  overflow: hidden;
  padding: 40px 35px;
  text-align: left;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-img-icon {
  align-items: center;
  background: #e3c5a4;
  border: 1.5px solid #e3c5a4;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(168, 122, 73, 0.13);
  color: #a87a49;
  display: flex;
  font-size: 28px;
  height: 70px;
  justify-content: center;
  margin-bottom: 30px;
  width: 70px;
}

.service-title {
  color: var(--text-primary);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 15px;
}

.service-desc {
  color: var(--text-secondary);
  font-size: var(--font-size-normal);
  line-height: 1.6;
  margin-bottom: var(--spacing-m);
}

/* Expertise banner */
.expertise-section {
  background-image: url("../assets/team-meeting.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  margin: 60px;
  min-height: 600px;
  padding: 160px 0;
  position: relative;
}

.expertise-overlay {
  border-radius: var(--border-radius-m);
  display: block;
  margin-left: 68px;
  margin-right: 68px;
  max-width: 605px;
  padding: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.expertise-text {
  color: #fff;
  font-size: var(--font-size-small);
  line-height: 1.6;
  margin-bottom: var(--spacing-l);
}

.expertise-title {
  color: #fff;
  font-size: var(--font-size-large);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: var(--spacing-l);
}

.expertise-btn {
  margin-top: var(--spacing-m);
}

/* Digital services */
.digital-section {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 220px;
  margin-left: 128px;
  margin-right: 128px;
  padding: 160px 2rem 50px;
  position: relative;
}

.digital-image-stack {
  flex-shrink: 0;
  height: auto;
  position: relative;
  width: 420px;
}

.digital-pic-img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.speaker-img {
  border-radius: 10px;
  bottom: -15%;
  box-shadow: 0 20px 70px rgba(38, 42, 76, 0.2);
  height: auto;
  max-height: 647px;
  object-fit: cover;
  position: absolute;
  right: -90px;
  transform: translateY(16px);
  width: 65%;
  z-index: 2;
}

.digital-content-container {
  flex: 1;
  padding: 0 30px;
}

.digital-content-container h2 {
  color: var(--text-primary);
  font-size: var(--font-size-large);
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 var(--spacing-m);
}

.digital-subheading {
  color: var(--text-secondary);
  font-size: var(--font-size-normal);
  margin: 0 0 var(--spacing-l);
}

.digital-services-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.digital-service-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-m);
  margin-bottom: var(--spacing-m);
}

.digital-icon {
  color: #0a2c5f;
  flex-shrink: 0;
  font-size: 1.7rem;
  margin-top: 4px;
}

.digital-service-item h3 {
  font-size: var(--font-size-medium);
  margin-bottom: var(--spacing-s);
  text-align: left;
}

.digital-service-item p {
  color: var(--text-secondary);
  font-size: var(--font-size-normal);
  margin: 0;
}

/* CTA */
.cta-section {
  align-items: center;
  border-top: 1px solid rgba(105, 105, 105, 0.17);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin: auto;
  max-width: 1210px;
  padding: 60px 24px;
  width: 100%;
}

.cta-section .cta-button {
  flex-shrink: 0;
}

.cta-text {
  color: var(--text-primary);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0;
  max-width: 700px;
}

/* Footer — digitalwealthpartners.net */
#footer {
  display: block;
  width: 100%;
  background-color: #2c3342;
  color: #bdbec8;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#footer a {
  color: #ad7f4e !important;
  transition: color 0.25s ease;
}

#footer a:hover {
  color: #ad7f4e !important;
  text-decoration: none;
}

.upper-footer {
  background-color: #2c3342;
  border-top: 1px solid rgba(132, 132, 132, 0.17);
  padding: 0;
}

.upper-footer .container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

.footer-bar {
  border-bottom: 1px solid rgba(132, 132, 132, 0.17);
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 36px 0;
  width: 100%;
}

.footer-bar::after {
  clear: both;
  content: "";
  display: table;
}

.footer-nav-menu {
  float: left;
}

.footer-nav-menu .navbar-footer {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-footer li {
  display: inline-block;
}

.footer-bar .footer-nav-menu ul li a,
.navbar-footer li a {
  color: #ad7f4e !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-left: 0;
  margin-right: 25px;
  transition: color 0.2s ease;
}

.footer-socials-bar {
  float: right;
  padding: 4px 0;
}

.redux-social-media-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.redux-social-media-list li {
  display: inline-block;
  padding: 0;
}

.redux-social-media-list a {
  color: #b7b7b7 !important;
  display: inline-block;
  font-size: 20px;
  margin-left: 25px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.redux-social-media-list a:hover {
  color: #fff !important;
  opacity: 1;
}

.footer-widget-area {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

.footer-widget-column {
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
}

.footer-widget-column.first-widget-area {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 0;
}

.footer-widget-column.third-widget-area,
.footer-widget-column.fourth-widget-area,
.footer-widget-column.fifth-widget-area {
  flex: 0 0 20%;
  max-width: 20%;
}

.footer-widget-column.fifth-widget-area {
  padding-right: 0;
}

.footer_widget {
  margin-bottom: 50px;
  margin-top: 60px;
  max-width: 100%;
}

.first-widget-area .footer_widget {
  margin-left: 0;
}

.upper-footer .textwidget {
  border: none;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 25px;
  max-width: 320px;
}

.footer-brand-desc {
  color: #bdbec8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0;
}

.upper-footer .footer_widget p {
  color: #bdbec8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0 0 30px;
  text-transform: inherit;
}

.upper-footer .textwidget p {
  margin-bottom: 30px;
}

.upper-footer .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.upper-footer .widget-title span {
  color: #fff;
}

#footer .textwidget strong {
  color: #bdbec8;
  font-weight: 600;
}

#footer .textwidget strong a {
  color: #ad7f4e !important;
}

.footer_widget .menu {
  list-style: none;
  margin: 15px 0 0;
  padding: 0 0 25px;
  width: 100%;
}

.footer_widget .menu li {
  padding: 10px 0;
  width: 100%;
}

.footer_widget .menu li a {
  color: #bdbec8 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
}

.footer_widget .menu li a:hover {
  color: #ad7f4e !important;
}

#footer.classic-underline-effect .navbar-footer li a,
#footer.classic-underline-effect .footer_widget .menu li a {
  position: relative;
}

#footer.classic-underline-effect .navbar-footer li a::after,
#footer.classic-underline-effect .footer_widget .menu li a::after {
  background-color: #ad7f4e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.25s ease;
  width: 100%;
}

#footer.classic-underline-effect .navbar-footer li a:hover::after,
#footer.classic-underline-effect .footer_widget .menu li a:hover::after {
  transform: scaleX(1);
}

.lower-footer {
  background-color: #2a2f3a;
  border-top: none;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.lower-footer .container {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  max-width: 1170px;
  padding: 17px 15px;
  text-align: center;
}

.lower-footer.copyright-center .container {
  text-align: center;
}

.lower-footer span {
  color: #bdbec8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 25px;
  opacity: 1;
}

.lower-footer a {
  color: #ad7f4e !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 25px;
  margin-right: 0;
  opacity: 1;
  transition: color 0.2s ease;
}

.lower-footer a:hover {
  color: #ad7f4e !important;
  opacity: 1;
  text-decoration: none;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Contact page — matches dwpofficial.net/contact */
.contact-header-wrapper {
  padding-top: 100px;
  position: relative;
}

.contact-header-wrapper > :first-child {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.contact-header {
  background-color: rgba(44, 51, 66, 0.07);
  margin-top: -1px;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 100px;
  position: relative;
  text-align: left;
}

.contact-header-overlay {
  background-image: url("../assets/contact-skyline.webp");
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-header-overlay::after {
  background: rgba(44, 51, 66, 0.55);
  content: "";
  inset: 0;
  position: absolute;
}

.contact-header-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.contact-header-title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.contact-main {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px 80px;
}

.contact-row {
  background-color: #fff;
  box-shadow: 0 5px 70px rgba(38, 42, 76, 0.1);
  box-sizing: border-box;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin: 10px auto 20px;
  max-width: 100%;
  padding: 80px 40px;
  width: 100%;
}

.contact-column {
  padding: 20px;
}

.contact-column.left {
  padding-right: 40px;
}

.contact-intro {
  margin-bottom: 30px;
}

.contact-intro p {
  color: #696969;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.contact-form {
  width: 100%;
}

.contact-form .error {
  border-color: #dc3545 !important;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
}

.form-row.three-columns {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}

.form-group.half {
  flex: 1;
  min-width: calc(50% - 20px);
}

.contact-form label {
  color: #3f4b5b;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-form .required {
  color: #dc3545;
}

.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #4d4d4d;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 10px 15px;
  transition: border-color 0.3s ease;
  width: 100%;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #5897fb;
  box-shadow: 0 0 0 2px rgba(88, 151, 251, 0.1);
  outline: none;
}

.address-line {
  margin-bottom: 10px;
}

.field-hint {
  color: #8d8d8d;
  display: block;
  font-size: 12px;
  margin-top: 4px;
  text-align: left;
}

.radio-group,
.checkbox-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-group label,
.checkbox-group label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  text-align: left;
}

.radio-group input,
.checkbox-group input {
  flex-shrink: 0;
  margin-top: 4px;
  width: auto;
}

.char-count {
  color: #8d8d8d;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}

.error-message {
  color: #dc3545;
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.success-message {
  background-color: #d4edda;
  border-radius: 4px;
  color: #28a745;
  font-size: 14px;
  margin-top: 10px;
  padding: 10px;
}

.form-submit-error {
  background-color: #f8d7da;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.contact-form .submit-button {
  align-items: center;
  background: linear-gradient(135deg, #2c3342 0%, #b8824a 100%);
  border: none;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-top: 10px;
  min-height: 52px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: 100%;
}

.contact-form .submit-button:hover:not(:disabled) {
  box-shadow: 0 4px 12px rgba(173, 127, 78, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.contact-form .submit-button:active:not(:disabled) {
  transform: translateY(0);
}

.contact-form .submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}

.image-container {
  margin-top: 20px;
  position: relative;
}

.contact-image {
  border-radius: 8px;
  box-shadow: 12px 12px 50px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
  position: relative;
  width: 60%;
  z-index: 2;
}

.shape-dots {
  background-image: radial-gradient(circle, #000 2px, transparent 0);
  background-size: 15px 15px;
  opacity: 0.75;
  position: absolute;
  z-index: 1;
}

.shape-dots.top {
  height: 150px;
  left: -50px;
  top: 80px;
  width: 300px;
}

.shape-dots.bottom {
  height: 300px;
  right: 0;
  top: -100px;
  width: 150px;
}

/* Inner pages */
.page-hero {
  background-color: rgba(44, 51, 66, 0.07);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: 0 60px 40px;
  padding: 120px 60px 80px;
  text-align: center;
}

.page-hero h1 {
  font-size: 48px;
  margin-bottom: 1rem;
}

.page-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 60px 20px 100px;
}

.page-content p {
  font-size: var(--font-size-normal);
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 1200px) {
  :root {
    --header-pad-x: 40px;
    --header-pad-x-right: 40px;
  }

  .hero {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mission-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .digital-section {
    gap: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .hero {
    flex-direction: column;
    padding: 120px 30px 60px;
  }

  .hero-left,
  .hero-right {
    max-width: 100%;
  }

  .hero-right {
    width: 100%;
  }

  .hero-title {
    font-size: 48px;
    line-height: 1.1;
  }

  .mission-section {
    flex-direction: column;
  }

  .mission-left {
    padding: 0;
  }

  .mission-col-left,
  .mission-col-right {
    padding-top: 0;
  }

  .digital-section {
    flex-direction: column;
    gap: 40px;
    padding-top: 80px;
  }

  .digital-image-stack {
    width: 100%;
    max-width: 420px;
  }

  .speaker-img {
    right: -30px;
  }

  .footer-widget-column.first-widget-area,
  .footer-widget-column.third-widget-area,
  .footer-widget-column.fourth-widget-area,
  .footer-widget-column.fifth-widget-area {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 90px;
  }

  .header-container {
    padding: 0 20px;
  }

  .mobile-menu-btn {
    display: block;
  }

  .contact-btn {
    display: none;
  }

  .signup-btn-mobile {
    display: block;
  }

  .nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
  }

  .nav.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--border-light);
  }

  .search-btn {
    display: none;
  }

  .hero {
    background-color: var(--color-bg);
    border-radius: 0;
    margin: 0;
    min-height: unset;
    padding: 48px 24px 56px;
  }

  .hero-right {
    display: none;
  }

  .hero-left {
    padding: 0 !important;
  }

  .hero-title {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.2;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary {
    margin: 0 !important;
    width: 100%;
    max-width: 320px;
  }

  .hero-buttons {
    width: 100%;
  }

  .hero-buttons .btn-secondary {
    background: transparent;
    margin: 0 !important;
    padding-left: 0;
  }

  .mission-section {
    margin: 0;
    padding: 48px 24px;
  }

  .mission-title {
    font-size: 26px;
  }

  .mission-right {
    flex-direction: column;
  }

  .service-card {
    padding: 28px 20px;
  }

  .expertise-section {
    border-radius: 0;
    margin: 0;
    min-height: auto;
    padding: var(--spacing-2xl) 0;
  }

  .expertise-overlay {
    margin: 0;
    max-width: 100%;
    padding: var(--spacing-l) var(--spacing-m);
  }

  .expertise-title {
    font-size: var(--font-size-medium);
  }

  .digital-section {
    margin: 0;
    padding: 40px 20px;
  }

  .digital-image-stack {
    display: none;
  }

  .digital-content-container {
    padding: 0;
  }

  .digital-content-container h2 {
    font-size: var(--font-size-large);
  }

  .cta-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin: 60px 20px;
    width: calc(100% - 40px);
  }

  .cta-text {
    font-size: 28px;
  }

  .footer-nav-menu,
  .footer-socials-bar {
    float: none;
    text-align: center;
    width: 100%;
  }

  .footer-nav-menu .navbar-footer li {
    display: block;
    margin: 8px 0;
  }

  .footer-bar .footer-nav-menu ul li a {
    margin-right: 0;
  }

  .redux-social-media-list a {
    margin: 0 12px;
  }

  .footer-widget-area {
    flex-direction: column;
  }

  .footer-widget-column.first-widget-area,
  .footer-widget-column.third-widget-area,
  .footer-widget-column.fourth-widget-area,
  .footer-widget-column.fifth-widget-area {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer_widget {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }

  .page-hero {
    margin: 0;
    border-radius: 0;
    padding: 48px 24px 40px;
  }

  .page-hero h1 {
    font-size: 28px;
  }

  .contact-header-wrapper {
    padding-top: 60px;
  }

  .contact-header {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .contact-header-title {
    font-size: 32px;
  }

  .contact-row {
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 30px 15px !important;
    width: 100%;
  }

  .contact-column {
    padding: 10px !important;
    width: 100%;
  }

  .contact-column.left {
    padding-right: 10px !important;
  }

  .contact-column.right {
    order: -1;
    overflow: hidden;
    position: relative;
  }

  /* Decorative dots escape their parent on mobile — hide them */
  .shape-dots {
    display: none;
  }

  .contact-image {
    width: 80%;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .form-row.three-columns {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .form-group.half {
    min-width: 100%;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
    padding: 10px 12px;
  }

  .contact-form .submit-button {
    font-size: 1rem !important;
    overflow: hidden;
    padding: 0.875rem 1.5rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  body {
    padding-top: 75px;
  }

  .hero {
    padding: 36px 16px 48px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-subtext {
    font-size: 14px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 14px 20px;
    font-size: 15px;
  }

  .mission-section {
    padding: 36px 16px;
  }

  .service-card {
    padding: 22px 16px;
  }

  .cta-text {
    font-size: 22px;
  }

  .cta-section {
    margin: 40px 16px;
    width: calc(100% - 32px);
  }

  .expertise-overlay {
    padding: var(--spacing-m) 16px;
  }

  .expertise-title {
    font-size: 18px;
  }

  .page-hero {
    padding: 36px 16px 32px;
  }

  .page-hero h1 {
    font-size: 24px;
  }

  .contact-header-title {
    font-size: 26px;
  }

  .about-page .section-title h1 {
    font-size: 28px;
  }
}

/* Digital Asset Custody page — matches thedwp.net / dwpofficial.net/digital-asset-custody */
.custody-page .custody-main,
.digital-asset-page {
  overflow-x: hidden;
}

.custody-page .custody-main {
  padding-top: 88px;
}

.custody-page .dac-main,
.custody-page .dac-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
}

.custody-page .dac-main {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin: 100px auto 80px;
  max-width: 1200px;
  overflow: hidden;
}

.custody-page .dac-section {
  background-color: #fff;
  padding: 60px 0 0;
}

.custody-page .cb-container {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  margin-inline: 16px;
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}

.custody-page .cb-container.disable-box-shadow {
  box-shadow: none;
}

.custody-page .cb-wrapper {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
  transition: 0.15s ease-in-out;
  z-index: 3;
}

.custody-page .cb-container:hover .cb-wrapper::after {
  backface-visibility: hidden;
  background-color: #2c3342;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s ease;
  width: 100%;
}

.custody-page .cb-text-area {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

.custody-page .cb-heading {
  color: #1e266d;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 20px;
}

.custody-page .cb-text-area p {
  color: #696969;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 1em;
}

.custody-page .dac-cta-section {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .custody-page .dac-main {
    margin-left: 24px;
    margin-right: 24px;
  }

  .dac-secure-section {
    margin-left: 24px;
    margin-right: 24px;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .custody-page .custody-main {
    padding-top: 72px;
  }

  .custody-page .dac-main {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 72px;
  }

  .custody-page .dac-section {
    padding-top: 40px;
  }

  .custody-page .cb-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    text-align: center;
  }

  .custody-page .cb-text-area,
  .custody-page .cb-heading,
  .custody-page .cb-text-area p {
    text-align: center;
  }

  .custody-page .dac-cta-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .custody-page .dac-secure-section {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
  }

  .dac-cta-container {
    padding: 40px 16px;
  }

  .dac-cta-button {
    min-width: 0;
    width: 100%;
  }
}

/* Services page — matches dwpofficial.net/services */
.digital-asset-page {
  color: #1a1a1a;
  position: relative;
  scroll-behavior: smooth;
}

.service-header {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: var(--header-pad-x);
  margin-right: var(--header-pad-x-right);
  padding: 20px 0 10px;
  scroll-margin-top: 150px;
}

.service-header-icon {
  color: var(--color-primary);
  flex-shrink: 0;
  font-size: 24px;
}

.service-header h1 {
  color: #5b9bd5;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.custody-section {
  margin: 0 var(--header-pad-x-right) 60px var(--header-pad-x);
  padding: 0;
  scroll-margin-top: 150px;
}

.custody-container {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  margin: 0 auto;
  max-width: 100%;
}

.custody-text {
  margin-right: 0;
  margin-top: 35px;
  width: 38%;
}

.custody-title {
  color: var(--text-primary);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}

.custody-subtitle {
  color: var(--text-secondary);
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 2.33em 0 20px;
}

.custody-text p {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.custody-image {
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  width: 66%;
}

.custody-image img {
  border-radius: 6px;
  box-shadow: 0 25px 98px rgba(0, 0, 0, 0.1);
  height: auto;
  max-width: 100%;
  width: 100%;
}

.management-section {
  margin-bottom: 60px;
  margin-left: var(--header-pad-x);
  margin-right: var(--header-pad-x-right);
  padding: 0;
  scroll-margin-top: 150px;
}

.management-container {
  align-items: center;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 100%;
}

.management-text {
  margin-top: 35px;
  width: 38%;
}

.management-title {
  color: var(--text-primary);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 25px;
}

.management-subtitle {
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
}

.management-text p {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.management-image {
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  width: 66%;
}

.management-image img {
  border-radius: 6px;
  box-shadow: 0 25px 98px rgba(0, 0, 0, 0.1);
  height: auto;
  max-width: 100%;
  width: 100%;
}

.learn-more {
  background: none;
  border: none;
  color: var(--color-primary);
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.25s ease;
  width: fit-content;
}

.learn-more::before {
  background-color: var(--color-accent);
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.25s ease;
  width: 0;
}

.learn-more:hover {
  color: var(--color-accent);
}

.learn-more:hover::before {
  width: 100%;
}

.learn-more::after {
  content: "→";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  margin-top: 5px;
  transition: transform 0.2s ease;
}

.dac-cta-section {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  margin-top: -45px;
  padding: 4px 20px;
  position: relative;
}

.dac-cta-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1210px;
  padding: 60px 20px;
  width: 100%;
}

.dac-cta-card {
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}

.dac-cta-text {
  margin-left: 0;
  padding: 0 0 12px;
  position: relative;
  text-align: center;
  width: 100%;
}

.dac-cta-text h2 {
  color: var(--text-primary);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}

.dac-cta-text p {
  color: #555;
  font-size: 17px;
  line-height: 1.6;
  margin: 20px 0 0;
}

.dac-cta-btncontainer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  text-align: center;
  width: 100%;
}

.dac-cta-button {
  align-items: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(44, 51, 66, 0.15);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  min-height: 48px;
  min-width: 200px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.2s ease;
  white-space: normal;
}

.dac-cta-button:hover {
  transform: translateY(-2px);
}

.dac-cta-button:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.dac-secure-section {
  background-color: #fafafa;
  box-shadow: 0 5px 70px rgba(38, 42, 76, 0.05);
  margin: auto;
  max-width: 1210px;
  padding-bottom: 10px;
  padding-top: 70px;
  position: relative;
}

.dac-row-separator {
  height: 50px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.dac-row-separator svg {
  display: block;
  fill: #fff;
  height: 100%;
  width: 100%;
}

.dac-secure-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}

.dac-secure-text {
  box-sizing: border-box;
  flex: 1 1 66.66%;
  padding: 0 15px;
  width: 66.66%;
}

.dac-secure-text h2 {
  color: var(--text-primary);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 20px;
  text-align: left;
}

.dac-secure-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dac-secure-text li {
  align-items: flex-start;
  display: flex;
  font-size: 1.13em;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.dac-icon {
  color: var(--text-primary);
  flex-shrink: 0;
  font-size: 18px;
  line-height: 15px;
  margin-right: 15px;
  margin-top: 3px;
  min-width: 18px;
  text-align: center;
}

.dac-secure-text span {
  color: var(--text-primary);
  font-size: 1.13em;
  line-height: 1.5;
}

.dac-secure-text strong {
  font-weight: 700;
}

.dac-secure-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 33.33%;
  justify-content: center;
  padding: 0 15px;
  width: 33.33%;
}

.dac-secure-image img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .service-header {
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 0 8px;
  }

  .service-header h1 {
    font-size: 12px;
  }

  .custody-section,
  .management-section {
    margin: 0;
    padding: 40px 20px 0;
    width: 100%;
  }

  .custody-container,
  .management-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .custody-text,
  .management-text {
    margin-top: 20px;
    text-align: left;
    width: 100%;
  }

  .custody-title,
  .management-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .custody-image,
  .management-image {
    margin: 0;
    order: -1;
    width: 100%;
  }

  .dac-cta-container {
    flex-direction: column;
    padding: 30px 0;
  }

  .dac-cta-card {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .dac-cta-text h2 {
    font-size: 28px;
  }

  .dac-cta-text p {
    text-align: center;
  }

  .dac-cta-btncontainer {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .dac-cta-button {
    margin-left: 0;
  }

  .dac-secure-content {
    flex-direction: column;
    margin-top: 10px;
    padding: 0 20px;
  }

  .dac-secure-text {
    flex: 1 1 100%;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }

  .dac-secure-image {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* About Us — reference: thedwp.net / dwpofficial.net/about-us */
.about-page {
  overflow-x: hidden;
}

.about-page .about-main {
  overflow-x: hidden;
}

.about-page .about-container {
  background-color: rgba(44, 51, 66, 0.07);
  border-radius: 50px;
  box-sizing: border-box;
  color: #696969;
  display: grid;
  font-size: 15px;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  line-height: 24px;
  margin-left: clamp(16px, 8vw, 140px);
  margin-right: clamp(16px, 8vw, 152px);
  padding: clamp(120px, 18vw, 240px) 15px clamp(80px, 12vw, 170px);
  position: relative;
}

.about-page .about-text-column {
  box-sizing: border-box;
  grid-column: 1;
  padding-left: clamp(0px, 4vw, 50px);
  padding-right: 0;
  padding-top: clamp(0px, 4vw, 50px);
}

.about-page .about-image-column {
  box-sizing: border-box;
  grid-column: 2;
  position: relative;
}

.about-page .section-title,
.about-page .section-title h1 {
  margin-bottom: 40px;
}

.about-page .section-title h1 {
  box-sizing: border-box;
  color: #1e266d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(36px, 6vw, 70px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 40px;
}

.about-page .section-title h1 span {
  color: #2c3342;
}

.about-page .section-title .subtitle {
  box-sizing: border-box;
  color: #445781;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: 0;
}

.about-page .about-text-column .section-title,
.about-page .about-text-column .subtitle {
  text-align: left;
}

.about-page .photo-group {
  height: 100%;
  position: relative;
}

.about-page .first-image-wrapper {
  max-width: 600px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.about-page .first-image-wrapper img {
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  width: 100%;
}

.about-page .second-image-wrapper {
  bottom: 40%;
  box-sizing: border-box;
  position: absolute;
  right: clamp(16px, 6vw, 80px);
  width: min(500px, 85%);
  z-index: 3;
}

.about-page .second-image-wrapper img {
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  width: 100%;
}

.about-page .mission-wrapper {
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
  max-width: 1240px;
  padding: 20px 30px;
  text-align: center;
}

.about-page .mission-icon {
  align-items: center;
  border-radius: 50%;
  color: #c18f59;
  display: flex;
  flex-shrink: 0;
  font-size: 40px;
  justify-content: center;
  margin-bottom: 8px;
}

.about-page .mission-text {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.about-page .mission-heading {
  color: #1e266d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
}

.about-page .mission-text p {
  color: #696969;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.about-page .team-profiles {
  background-color: #fff;
  color: #4d4d4d;
  padding: 60px 15px;
  text-align: center;
}

.about-page .team-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 0 auto;
  max-width: 1200px;
}

.about-page .profile-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.about-page .profile-card:hover {
  transform: translateY(-4px);
}

.about-page .profile-image {
  padding: 10px;
}

.about-page .profile-image img {
  display: block;
  height: auto;
  width: 100%;
}

.about-page .profile-content {
  padding: 15px;
  text-align: center;
}

.about-page .profile-content h5 {
  color: #1e266d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
  text-align: center;
}

.about-page .profile-title {
  color: #7c7c7c;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}

.about-page .profile-content p {
  color: #696969;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: left;
}

.about-page .profile-socials {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.about-page .profile-socials a {
  align-items: center;
  background-color: rgba(200, 200, 200, 0.3);
  border-radius: 50%;
  color: #1e266d;
  display: flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  margin: 0 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 36px;
}

.about-page .profile-socials a:hover {
  background-color: #2c3342;
  color: #fff;
}

@media (max-width: 768px) {
  .about-page .about-container {
    border-radius: 0;
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 40px 24px;
  }

  .about-page .about-text-column {
    grid-column: 1;
    order: 1;
    padding: 0;
    text-align: left;
  }

  .about-page .about-image-column {
    display: none;
  }

  .about-page .section-title h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .about-page .mission-wrapper {
    align-items: center;
    margin: 0 15px 20px;
    padding: 20px;
    text-align: center;
  }

  .about-page .mission-heading {
    text-align: center;
  }

  .about-page .mission-text p {
    text-align: center;
  }

  .about-page .profile-card {
    margin: 0;
  }
}

/* Blog — reference: thedwp.net / dwpofficial.net/blog */
.blog-page {
  overflow-x: hidden;
}

.blog-page .blog-main {
  padding-bottom: 64px;
}

.blog-page .blog-title-section {
  background-color: #f5f5f5;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

.blog-page .container.use-sidebar {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px auto 0;
  max-width: 1200px;
  padding: 0 24px;
  width: 100%;
}

.blog-page .blog-main-column {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 0;
}

.blog-page .blog-sidebar-column {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .blog-page .blog-main-column {
    flex: 1 1 calc(66.66667% - 20px);
    max-width: calc(66.66667% - 20px);
  }

  .blog-page .blog-sidebar-column {
    flex: 1 1 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
  }
}

.blog-page .post {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  overflow: hidden;
}

.blog-page .entry-image {
  margin-bottom: 25px;
}

.blog-page .entry-image img {
  border-radius: 5px;
  display: block;
  height: auto;
  width: 100%;
}

.blog-page .entry-meta {
  color: #696969;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 20px;
  margin-bottom: 15px;
}

.blog-page .entry-meta span {
  align-items: center;
  display: flex;
  gap: 5px;
  white-space: nowrap;
}

.blog-page .entry-meta a {
  color: #696969;
  text-decoration: none;
}

.blog-page .entry-meta a:hover {
  color: #2c3342;
}

.blog-page .entry-meta i {
  color: #b7b7b7;
  font-size: 14px;
}

.blog-page .blog-single-title {
  color: #1e266d;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0 0 20px;
}

.blog-page .blog-single-title a {
  color: #1e266d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-page .blog-single-title a:hover {
  color: #2c3342;
}

.blog-page .blog-post-h1 {
  font-size: clamp(28px, 4vw, 38px);
}

.blog-page .entry-content .page-content p {
  color: #696969;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 20px;
}

.blog-page .tt_button {
  align-items: center;
  background-color: #2c3342;
  border: 1px solid #2c3342;
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(44, 51, 66, 0.15);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0.01em;
  margin-top: 8px;
  padding: 14px 24px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.blog-page .tt_button:hover {
  background-color: #1e266d;
  border-color: #1e266d;
  color: #fff;
}

.blog-page .tt_button .iconita {
  font-size: 14px;
}

.blog-page .blog-pagination {
  margin-top: 50px;
}

.blog-page .blog-page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-page .blog-page-numbers a {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #696969;
  display: block;
  min-width: 40px;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-page .blog-page-numbers li.active a,
.blog-page .blog-page-numbers a:hover {
  background-color: #2c3342;
  border-color: #2c3342;
  color: #fff;
}

.blog-page .right-sidebar {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 30px;
}

.blog-page .blog_widget {
  margin-bottom: 40px;
}

.blog-page .blog_widget:last-child {
  margin-bottom: 0;
}

.blog-page .widget-title {
  color: #1e266d;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
}

.blog-page .widget-title span {
  border-bottom: 2px solid #c18f59;
  display: inline-block;
  padding-bottom: 8px;
}

.blog-page .search-form {
  display: flex;
  position: relative;
}

.blog-page .search-form label {
  flex: 1 1 auto;
  margin: 0;
}

.blog-page .search-field {
  border: 1px solid #e0e0e0;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  font-size: 15px;
  padding: 10px 12px;
  width: 100%;
}

.blog-page .search-submit {
  align-items: center;
  background: #2c3342;
  border: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 14px;
}

.blog-page .search-submit:hover {
  background: #1e266d;
}

.blog-page .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.blog-page .widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-page .widget_recent_entries li {
  margin-bottom: 15px;
}

.blog-page .widget_recent_entries li:last-child {
  margin-bottom: 0;
}

.blog-page .widget_recent_entries a {
  align-items: flex-start;
  color: #696969;
  display: flex;
  gap: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-page .widget_recent_entries a:hover {
  color: #2c3342;
}

.blog-page .recent-post-thumbnail img {
  border-radius: 4px;
  flex-shrink: 0;
  height: 70px;
  object-fit: cover;
  width: 70px;
}

.blog-page .recent-post-title {
  font-size: 14px;
  line-height: 1.45;
}

.blog-page .redux-social-media-list {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-page .redux-social-media-list a {
  align-items: center;
  color: #b7b7b7;
  display: flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: color 0.3s ease;
  width: 40px;
}

.blog-page .redux-social-media-list a:hover {
  color: #2c3342;
}

.blog-page .blog-no-results {
  color: #696969;
  padding: 24px 0;
}

.blog-page .blog-back-link {
  margin-top: 32px;
}

.blog-page .blog-back-link a {
  color: #2c3342;
  font-weight: 600;
  text-decoration: none;
}

.blog-page .blog-back-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-page .container.use-sidebar {
    gap: 30px;
    margin-top: 40px;
  }

  .blog-page .blog-single-title {
    font-size: 26px;
  }

  .blog-page .entry-meta {
    gap: 12px;
  }
}
