:root {
  --body-bg-color: #f8fafc;
  --body-text-color: #222222;
  --heading-color: #222222;
  --footer-bg-color: #cdd6a3;
  --link-color: #66864b;
  --header-bg-color: #ffd2c5;
  --font-family: "Playfair Display", "Didot", "Bodoni MT", serif;
  --nav-link-color: #793c0a;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image:
  linear-gradient(rgba(255, 255, 255, 0.925), rgba(255, 255, 255, 0.753)),
    url("/images/bg-colors.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-section h1 {
    display: inline-block;              
    padding: 20px 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);  
    backdrop-filter: blur(15px);            
    -webkit-backdrop-filter: blur(15px);    
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
}
 .hero-section {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  color: var(--header-text-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.246);
}
.hero-section.with-bg {
  background-image: url('/images/colors-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.with-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.315));
  opacity: 0.5;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
}
h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 700;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}
h2, h3 {
  color: var(--heading-color) ;
}
.content-area a {
  color: var(--link-color) ;
  text-decoration: none !important;
}
.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}
      .sidebar-page-list {
  padding: 0;
  margin: 0;
  margin-bottom: 17px;
  width: 279px;
}
.sidebar-page-list li {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--heading-color);
}
.sidebar-page-list li::marker {
  color: var(--link-color);
  font-size: 1.2em;
}
.sidebar-page-list li:last-child {
  border-bottom: none;
}
.sidebar-page-list li a {
  padding: 12px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  color: var(--link-color);
}
.sidebar-page-list li a:hover {
  padding-left: 11px;
}
      .twitter-tweet {
  width: 279px !important;
}
.x {
  display: flex;
  justify-content: center;
}
.error_page {
  min-height: 70vh;
}
.footer {
  background: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: 2.5rem 0 1.75rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--header-bg-color);
}
.footer a {
  color: var(--link-color);
  text-decoration: none;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}
.footer a:hover {
  color: var(--footer-text-color);
  opacity: 0.85;
}
.footer-divider {
  margin: 2rem 0 0;
  border-color: color-mix(in srgb, var(--link-color) 30%, transparent);
  opacity: 1;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: var(--link-color);
}
 .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: var(--header-bg-color) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  padding: 0 1rem;
  transition: color 0.3s ease, transform 0.2s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--link-color) !important;
  transform: translateY(-1px);
}
  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--link-color);
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(
      in srgb,
      var(--header-bg-color) 65%,
      transparent
    );
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar-nav .nav-item {
    margin: 7px 0;
  }
  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }
  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}
.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}
.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}
.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}
.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
.dropdown.open .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }
  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}
.contact-form{max-width:520px;margin:0 auto;padding:21px;background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 48px rgba(0,0,0,.08)}.contact-form h2{font-weight:750;letter-spacing:-.02em}.contact-form .intro{margin-bottom:1.75rem;font-size:1rem;color:#475569}.field{margin-bottom:1.25rem}.field label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:600;color:#334155}.field input,.field textarea{width:100%;padding:.85rem .95rem;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#f8fafc;font-size:.95rem;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field input::placeholder,.field textarea::placeholder{color:#94a3b8}.field input:focus,.field textarea:focus{outline:0;background:#fff;border-color:var(--link-color);box-shadow:0 0 0 4px rgba(220,38,38,.15)}.contact-form button{width:100%;margin-top:.5rem;padding:.9rem 1rem;border:0;border-radius:14px;background:var(--link-color);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,opacity .2s ease}.contact-form button:hover{transform:translateY(-1px);box-shadow:0 14px 30px var(--link-color, rgba(204, 145, 63, 0.25))}.contact-form .note{display:block;margin-top:1rem;font-size:.82rem;text-align:center;color:#64748b}
  .section-wallets {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.911), rgba(255, 255, 255, 0.692)),url("/images/bg-colors.webp");
    background-position: center;
    background-size: cover;
    color: #000000;
    padding: 50px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: 40px;
    border: 1px solid #e2b896;
}
.section-wallets h2 {
    color: #000000!important; 
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}
.section-wallets h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e7e4e4;
    bottom: -8px;
    left: 0;
}
.section-wallets p {
    color: #181717;
    line-height: 1.6;
}
.section-wallets h3 {
    color: #1a0000!important; 
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.section-wallets h3:hover {
    background-color: #2c3e50; 
    color: #fff;
    transform: scale(1.05);
}
.section-wallets ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.section-wallets ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #dadada; 
}
.section-wallets ul li::before {
    content: "✔"; 
    font-size: 1.5rem;
    color: #e2e2e2; 
    margin-right: 10px;
    transition: color 0.3s ease;
}
.section-wallets ul li:hover::before {
    color: #ebebeb; 
}
.glass-section{
  margin: 48px auto;
  padding: clamp(20px, 3.2vw, 36px);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px) saturate(125%);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: rgba(20, 20, 20, 0.92);
  line-height: 1.75;
}
.glass-section{
  position: relative;
  overflow: hidden;
}
.glass-section::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg,
    rgba(255, 90, 150, 0.55),
    rgba(120, 200, 255, 0.55),
    rgba(120, 255, 170, 0.55),
    rgba(255, 220, 120, 0.55)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.75;
  pointer-events: none;
}
.glass-section h2{
  margin: 18px 0 12px;
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: 0.2px;
}
.glass-section p{
  margin: 0 0 12px;
}
.glass-section strong{
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
}
.glass-section:hover{
  background: rgba(255, 255, 255, 0.15);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
  transition: 180ms ease;
}
@media (max-width: 520px){
  .glass-section{
    width: calc(100% - 28px);
    margin: 28px auto;
    border-radius: 16px;
  }
}
.fancy-section{
  position: relative;
  overflow: hidden;
  margin: 52px auto;
  padding: clamp(22px, 3.2vw, 40px);
  background: #ffd2c5;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(25, 18, 14, 0.92);
  line-height: 1.75;
}
.fancy-section::before{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 20% 15%,
      rgba(255,255,255,0.22),
      transparent 55%),
    radial-gradient(circle at 80% 85%,
      rgba(255,255,255,0.12),
      transparent 55%);
  opacity: 0.9;
  pointer-events:none;
  z-index: 0;
}
.fancy-section::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent) 0 22% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent) 0 40% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.50), transparent) 0 64% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.40), transparent) 0 82% / 160% 2px no-repeat;
  filter: blur(1px);
  opacity: 0.55;
  animation: fancyLinesMove 18s linear infinite;
}
.fancy-section > *{
  position: relative;
  z-index: 1;
}
.fancy-section h2{
  margin: 0 0 14px;
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: 0.2px;
}
.fancy-section p{
  margin: 0 0 12px;
}
@keyframes fancyLinesMove{
  0%   { transform: translateX(-6%) rotate(-2deg); }
  50%  { transform: translateX(6%)  rotate(2deg); }
  100% { transform: translateX(-6%) rotate(-2deg); }
}
@media (prefers-reduced-motion: reduce){
  .fancy-section::after{
    animation: none;
  }
}
.blue-section{
  position: relative;
  overflow: hidden;
  margin: 60px auto;
  padding: clamp(24px, 3vw, 42px);
  background: #97c4e9;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  color: #0b1e2d;
  line-height: 1.7;
}
.blue-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 25% 20%,
      rgba(255,255,255,0.35),
      transparent 55%),
    radial-gradient(circle at 80% 85%,
      rgba(255,255,255,0.2),
      transparent 60%);
  pointer-events:none;
  z-index:0;
}
.blue-section::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent) 0 25% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent) 0 50% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.65), transparent) 0 75% / 160% 2px no-repeat;
  filter: blur(1px);
  opacity: 0.7;
  animation: blueLines 16s ease-in-out infinite;
}
.blue-section > *{
  position: relative;
  z-index: 1;
}
.blue-section h2{
  margin-bottom: 14px;
  font-size: clamp(22px, 2vw, 34px);
}
@keyframes blueLines{
  0%   { transform: translateX(-8%) rotate(-1.5deg); }
  50%  { transform: translateX(8%)  rotate(1.5deg); }
  100% { transform: translateX(-8%) rotate(-1.5deg); }
}
@media (prefers-reduced-motion: reduce){
  .blue-section::after{
    animation: none;
  }
}
.green-section{
  position: relative;
  overflow: hidden;
  margin: 60px auto;
  padding: clamp(24px, 3vw, 42px);
  background: #CDD6A3;
  border: 1px solid rgba(255,255,255,0.4);
  box-shadow: 0 20px 55px rgba(0,0,0,0.15);
  color: #2a2f1e;
  line-height: 1.75;
}
.green-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 25%,
      rgba(255,255,255,0.35),
      transparent 55%),
    radial-gradient(circle at 85% 80%,
      rgba(255,255,255,0.25),
      transparent 60%);
  pointer-events:none;
  z-index:0;
}
.green-section::after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  z-index:0;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent) 0 30% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent) 0 55% / 160% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent) 0 75% / 160% 2px no-repeat;
  filter: blur(1px);
  opacity: 0.6;
  animation: greenLines 18s ease-in-out infinite;
}
.green-section > *{
  position: relative;
  z-index: 1;
}
.green-section h2{
  margin-bottom: 14px;
  font-size: clamp(22px, 2vw, 34px);
}
@keyframes greenLines{
  0%   { transform: translateX(-6%) rotate(-1deg); }
  50%  { transform: translateX(6%)  rotate(1deg); }
  100% { transform: translateX(-6%) rotate(-1deg); }
}
@media (prefers-reduced-motion: reduce){
  .green-section::after{
    animation: none;
  }
}
.newsletter{
  position: relative;
  overflow: hidden;
  padding: 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px) saturate(125%);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
  box-shadow:
    0 14px 40px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.18);
  color: rgba(20,20,20,0.92);
}
.newsletter::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg,
    rgba(255, 90, 150, 0.45),
    rgba(120, 200, 255, 0.45),
    rgba(120, 255, 170, 0.45),
    rgba(255, 220, 120, 0.45)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
  pointer-events:none;
}
.newsletter__title{
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: 0.2px;
}
.newsletter__desc{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
}
.newsletter__form{
  position: relative;
  z-index: 1;
}
.newsletter__label{
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  opacity: 0.85;
}
.newsletter__row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.newsletter__input{
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.24);
  color: rgba(20,20,20,0.92);
  outline: none;
}
.newsletter__input:disabled{
  opacity: 0.65;
  cursor: not-allowed;
}
.newsletter__btn{
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(0,0,0,0.10);
  color: rgba(20,20,20,0.85);
  font-weight: 650;
  letter-spacing: 0.2px;
  cursor: not-allowed;
  opacity: 0.7;
}
.newsletter__hint{
  margin: 10px 0 0;
  font-size: 12px;
  opacity: 0.75;
}
.sidebar-linking{
  padding: 18px;
    width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.sidebar-linking h3{
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: 0.3px;
}
.page-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-list li{
  margin-bottom: 8px;
}
.page-list a{
  position: relative;
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: rgba(30,30,30,0.85);
  transition: all 0.2s ease;
}
.page-list a:hover{
  background: rgba(0,0,0,0.06);
  transform: translateX(4px);
}
.page-list a::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:3px;
  height:0;
  background:#EBA692;
  border-radius:3px;
  transition:height 0.2s ease;
}
.page-list a:hover::before{
  height:60%;
}
.page-list a.active{
  background: rgba(0,0,0,0.08);
  font-weight: 600;
}
.page-list a.active::before{
  height:70%;
}
:root{
  --olive: #e6f0c9;
  --coral: #ffcfc2;
  --sky: #eaf8ff;
  --violet: #f1edfb;
  --pink: #fbe4ef;
  --mint: #e4fbf3;
  --ink: #3a3f4a;
  --muted: rgba(58,63,74,.65);
  --glass: rgba(255,255,255,.55);
  --glass-strong: rgba(255,255,255,.75);
  --border: rgba(255,255,255,.75);
  --shadow: 0 18px 60px rgba(170, 180, 200, .18);
  --shadow-soft: 0 10px 30px rgba(170, 180, 200, .12);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --blur: 14px;
}
.color-history-section{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 50px 0;
  background:
    radial-gradient(1200px 600px at 10% 10%, rgba(255,207,194,.18), transparent 55%),
    radial-gradient(900px 500px at 90% 20%, rgba(210,203,223,.18), transparent 55%),
    radial-gradient(900px 600px at 20% 90%, rgba(230,240,201,.18), transparent 60%),
    radial-gradient(1000px 700px at 85% 85%, rgba(255,228,239,.18), transparent 60%),
    linear-gradient(135deg, rgba(234,248,255,.25), rgba(228,251,243,.25));
}
.color-history-section::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(1200px 900px at 50% 50%, rgba(0,0,0,.05), transparent 60%);
  z-index:-2;
}
.color-history-section .section-title{
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--ink);
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin-bottom: .55rem;
}
.color-history-section .section-lead{
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: .65rem;
}
.color-history-section .section-lead a{
  color: rgba(58,63,74,.9);
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.color-history-section .section-lead a::after{
  content:"";
  position:absolute;
  left:0; bottom:-3px;
  width:100%; height:2px;
  background: linear-gradient(90deg, var(--coral), var(--olive), var(--violet));
  border-radius: 10px;
  opacity:.65;
}
.color-history-section .box-one{
  position: relative;
  border-radius: var(--radius-xl);
  padding: 26px 24px;
  background: linear-gradient(135deg, var(--glass-strong), var(--glass));
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.color-history-section .box-one:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.color-history-section .box-one::after{
  content:"";
  position:absolute;
  left:-30px; right:-30px; top:-28px;
  height: 64px;
  background: linear-gradient(90deg,
    rgba(255,207,194,.45),
    rgba(230,240,201,.45),
    rgba(234,248,255,.45),
    rgba(241,237,251,.45),
    rgba(251,228,239,.45)
  );
  filter: blur(18px);
  opacity: .5;
  pointer-events:none;
}
.color-history-section .box-icon{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,255,255,.55));
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 12px 26px rgba(170,180,200,.18);
}
.color-history-section .box-icon i{
  font-size: 1.4rem;
  color: rgba(58,63,74,.85);
}
.color-history-section .box-one h3{
  font-weight: 800;
  color: var(--ink);
  margin: 6px 0 10px;
  font-size: 1.25rem;
  position: relative;
  padding-bottom: 10px;
}
.color-history-section .box-one h3::after{
  content:"";
  position:absolute;
  left:0; bottom:0;
  width: 120px; height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--coral), var(--olive), var(--violet));
  opacity: .65;
}
.color-history-section .box-one p{
  color: rgba(58,63,74,.75);
  line-height: 1.75;
  margin-bottom: .75rem;
}
.color-history-section .box-one strong{
  color: rgba(58,63,74,.9);
}
.color-history-section .fx-blob{
  position:absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(40px);
  opacity: .35;
  z-index: -1;
  animation: floaty 12s ease-in-out infinite;
}
.color-history-section .blob-1{
  left: -140px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(255,207,194,.8), transparent 70%);
}
.color-history-section .blob-2{
  right: -180px;
  top: 40px;
  background: radial-gradient(circle at 30% 30%, rgba(241,237,251,.8), transparent 70%);
}
.color-history-section .blob-3{
  left: 20%;
  bottom: -220px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(230,240,201,.8), transparent 70%);
}
.color-history-section .fx-grain{
  position:absolute;
  inset: 0;
  pointer-events:none;
  opacity: .06;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
@keyframes floaty{
  0%,100%{ transform: translate3d(0,0,0) scale(1); }
  50%{ transform: translate3d(0,-18px,0) scale(1.03); }
}
@media (max-width: 991.98px){
  .color-history-section .box-one{
    padding: 22px 18px;
    border-radius: 20px;
  }
  .color-history-section .fx-blob{
    width: 320px;
    height: 320px;
  }
}

  .tw-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .twitter-tweet {
    max-width: 100%;
    margin: 0 auto;
  }
  