@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap";
:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
}

a :hover, button :hover {
  cursor: "pointer";
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  padding: 0rem 1.5rem;
  position: relative;
  max-width: var(--max-width-container);
  margin: auto;
  width: 100%;
}

header .logo {
  flex-shrink: 0;
  margin-right: auto;
}

header .header--menu {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  align-items: center;
}

nav {
  z-index: 3;
  position: relative;
}

nav ul {
  display: none;
}

nav .menu-btn {
  display: none;
}

nav .menu-btn:checked ~ .menu {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 3rem 0 0 0;
  background-color: var(--clr-menu-background);
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  nav ul {
    max-height: none;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.menu-btns {
  display: flex;
  gap: 0.8rem;
  z-index: 9999;
  position: absolute;
  right: 1rem;
  top: 5px;
  align-items: center;
}

.menu-btns .menu-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  background-color: var(--clr-tertiary);
  padding: 0 0.2rem;
  height: 45px;
  border-radius: 0.2rem;
}

.menu-btns .menu-icon svg {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .menu-btns .menu-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-btns {
    position: relative;
    top: 0px;
    margin: 0 1rem;
  }
}
.intro-section .menu a {
  color: var(--clr-nav-text-inverted);
}

.intro-section.bg-primary {
  background-color: var(--clr-hero-surface);
}

.intro-section.bg-primary .menu a {
  color: var(--clr-nav--text);
}

.intro-section.bg-primary a.button {
  color: var(--clr-nav--btn-text);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
}

.intro-section.bg-primary .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
  padding-bottom: 3rem;
  text-align: center;
}

.intro-section.bg-primary .hero--title, .intro-section.bg-primary .hero--subtitle {
  color: var(--clr-hero-text);
}

.intro-section.bg-primary .hero p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.intro-section {
  position: relative;
}

.intro-section--image {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  opacity: 0.3;
}

.intro-section .container {
  position: relative;
}

.intro-section:has(.logo-xra) .card__title {
  font-family: inherit !important;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.01vw + 0.75rem, 1rem);
  background-color: var(--clr-surface-body);
  color: var(--clr-surface-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Phudu", sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1;
}

h1 {
  font-size: clamp(2rem, 6vw, 4rem);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 3rem);
}

h3 {
  font-size: clamp(2rem, 4vw, 2.75rem);
}

h4 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

h5 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}

h6 {
  font-size: clamp(1.25rem, 1vw, 1.5rem);
}

.lead-title {
  text-align: center;
  padding: var(--spacer-3) 0;
  color: var(--clr-lead-title-text);
}

.lead-title img {
  margin-bottom: 1rem;
  width: 3rem;
  height: 3rem;
}

.legal {
  background-color: var(--clr-legal-background);
  color: var(--clr-legal-text);
}

.legal h6 {
  margin: 1.6rem 1rem;
}

.button {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  line-height: 1.25rem;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 1rem;
}

.button--primary {
  background-color: var(--clr-button-primary);
  color: var(--clr-button-primary-text);
}

.button--primary:hover {
  background-color: var(--clr-button-primary-hover);
}

.button--secondary {
  background-color: var(--clr-button-secondary);
  color: var(--clr-button-secondary-text);
}

.button--secondary:hover {
  background-color: var(--clr-button-secondary-hover);
}

.button--outline {
  color: #fff;
  border: 1px solid #fff !important;
  cursor: pointer;
  padding: 4px 16px;
  white-space: nowrap;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0);
}

.button--small {
  padding: 0.8rem 2rem;
}

.card {
  border-radius: 1.5rem;
  background-color: var(--clr-card-background);
  border: 1px solid var(--clr-card-border);
  margin-bottom: 1rem;
}

.card .icon {
  width: 4rem;
  height: 4rem;
  filter: var(--clr-icons-filter);
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1rem;
}

.card__title {
  color: var(--clr-card-text);
  background-color: var(--clr-card-foreground);
  padding: 1rem 1rem;
  border-radius: 1.5rem 1.5rem 0 0;
}

.card__subtitle {
  color: var(--clr-card-text);
}

.card--pricing {
  text-align: center;
}

.card--pricing .card__content {
  margin: 0 auto;
}

.card--signin {
  width: 100%;
  max-width: 450px;
  text-align: left;
}

.card--signin p {
  color: #333 !important;
  font-size: 1rem !important;
  margin: 1rem 0;
  line-height: 0.4;
  text-align: left !important;
}

.card--signin .package-title {
  font-size: 1.3rem !important;
  line-height: 1.2;
}

.card--signin .button {
  width: 100%;
  text-align: center;
}

.card--large {
  padding: 1.25rem;
  flex-direction: COLUMN;
  display: flex;
  align-items: left;
  gap: 0.5rem;
  justify-content: space-between;
}

.card--large .card__title {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
}

.card--large img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
}

.card--large h6 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.card--small {
  padding: 1.25rem;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  flex: 2 1 auto;
}

.card--small .card__title {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.card .operator__price {
  color: var(--clr-pricing-card-price) !important;
}

.card .operator__frequency {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--clr-pricing-card-frequency);
  font-family: "Phudu", sans-serif;
  font-weight: 700;
}

.card .card-footer {
  font-family: "Phudu", sans-serif;
  font-weight: 800;
  margin-top: auto;
}

.post-card {
  flex: 1 1 auto;
  color: #394649;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(184, 184, 184, 0.5);
  border-radius: 8px;
  background-color: #fff;
}

.post-card__image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 0;
}

.post-card__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
}

.post-card__content {
  padding: 1rem;
  display: flex;
  position: relative;
  flex-direction: column;
}

.post-card__content p {
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.portfolio-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 0.6rem;
  width: 100%;
}

.portfolio-container--wrap {
  flex-wrap: wrap;
}

.portfolio-container .portfolio-card {
  position: relative;
  margin-bottom: 1rem;
}

.portfolio-container .portfolio-card img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
}

.showcase-section .portfolio-container {
  padding: 0 1rem;
  max-width: 100%;
  margin: 0 auto;
}

.portfolio-container .portfolio-card--content {
  position: absolute;
  padding: 14px 16px 16px 16px;
  bottom: 0;
  left: 0;
  right: 0;
}

.portfolio-container .portfolio-card--large {
  flex: 1;
  min-width: 250px;
}

.portfolio-container .portfolio-card--large__img {
  aspect-ratio: 1 / 1;
  height: auto;
}

.portfolio-container .portfolio-card--small {
  will-change: transform;
  flex: 0 0 calc(20% - 0.667rem);
}

.portfolio-container .portfolio-card--small__img {
  height: 20vh;
  max-height: 200px;
  min-width: 200px;
}

.portfolio-container--small {
  display: none;
}

.portfolio-card--small {
  flex: 0 0 auto;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
}

.portfolio-card--small--fast {
  animation: marquee 16s linear infinite;
}

.portfolio-card--small--slow {
  animation: marquee 24s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: rgba(105, 164, 227, 0.9019607843);
  display: block;
}

.about-section {
  margin: auto;
}

.container {
  padding: 0 1rem;
  margin: auto;
  max-width: var(--max-width-container);
}

@media (min-width: 768px) {
  .container {
    padding: 2.5rem 1rem;
  }
}
.grid {
  gap: 1rem;
}

@media (min-width: 400px) {
  .grid {
    display: grid;
  }
}
.logo, .footer-logo {
  width: clamp(120px, 10vw, 15vw);
  display: block;
  padding-top: 1rem;
}

.logo img, .footer-logo img {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 140px;
  min-height: 40px;
}

.footer-logo {
  margin: 0 auto;
}

.hero-section {
  padding-top: 3rem;
}

.hero-section h1 {
  font-weight: 800;
  letter-spacing: -0.01rem;
  text-transform: uppercase;
  text-align: center;
}

.hero-section p {
  text-align: center;
  color: var(--clr-text-muted);
  font-size: 1.5rem;
  line-height: 2rem;
}

.hero-section ~ main {
  margin-top: 4rem;
}

.hero-section .sigin-form-section {
  max-width: 600px;
  margin: auto;
}

.hero-section .sigin-form-section .card__title {
  margin: 0;
  color: var(--clr-signin-form-title);
}

.hero-section .sigin-form-section p {
  margin-top: 1rem;
  font-size: 0.875rem !important;
  line-height: 1rem !important;
}

.unsubscribe-section, .subscription-section, .refund-section, .features-section, .vision-section, .contact-section, .contact-form-section, .categories-section, .gallery-section, .testimonials-section, .about-section, .milestones-section {
  background-color: var(--clr-surface-section);
}

.unsubscribe-section .container, .subscription-section .container, .refund-section .container, .features-section .container, .vision-section .container, .contact-section .container, .contact-form-section .container, .categories-section .container, .gallery-section .container, .testimonials-section .container, .about-section .container, .milestones-section .container {
  background-color: var(--clr-container);
  margin: auto;
}

.about-section .grid, .features-section .grid, .gallery-section .grid, .categories-section .grid, .testimonials-section .grid, .milestones-section .grid, .subscription-section .grid, .pricing-cards .grid, .unsubscribe-section .grid {
  grid-template-columns: var(--about-section-grid-columns);
}

.refund-section li {
  padding: 0.8rem;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 63%;
  margin-bottom: 0;
}

.gallery-section .img {
  padding-top: 100%;
}

.img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 8px 8px;
}

.errorMsg {
  color: #d8000c;
  background-color: #ffbaba;
  padding: 4px 10px;
  font-size: 13px;
  margin: 6px 0;
  display: none;
}

.successMsg {
  color: #270;
  background-color: #dff2bf;
  padding: 4px 10px;
  font-size: 13px;
  margin: 6px 0;
  display: block;
}

.legals .container {
  padding-bottom: 10vh;
}

.legals .container p {
  margin-top: 1rem;
  line-height: 1.8rem;
}

.legals .container p a {
  display: inline;
  text-decoration: none;
}

.legals .container h6 {
  margin-top: 3rem;
}

.terms-links a, .terms-links p {
  display: inline-block;
}

.terms-links a {
  margin-left: 0.3rem;
}

.tab-wrap {
  gap: 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.tab {
  display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(10) ~ .tab__content:nth-of-type(10) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(11) ~ .tab__content:nth-of-type(11) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(12) ~ .tab__content:nth-of-type(12) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(13) ~ .tab__content:nth-of-type(13) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(14) ~ .tab__content:nth-of-type(14) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(15) ~ .tab__content:nth-of-type(15) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(16) ~ .tab__content:nth-of-type(16) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(17) ~ .tab__content:nth-of-type(17) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(18) ~ .tab__content:nth-of-type(18) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(19) ~ .tab__content:nth-of-type(19) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(20) ~ .tab__content:nth-of-type(20) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(21) ~ .tab__content:nth-of-type(21) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(22) ~ .tab__content:nth-of-type(22) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(23) ~ .tab__content:nth-of-type(23) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(24) ~ .tab__content:nth-of-type(24) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(25) ~ .tab__content:nth-of-type(25) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked + label {
  cursor: default;
}

.tab + label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
}

.tab__content {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  scroll-behavior: smooth;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}

.footer-section {
  padding: clamp(1rem, 5vw, 8rem) 0;
  color: var(--clr-footer-text);
}

.footer-section a {
  color: var(--clr-footer-link-text);
  line-height: 2rem;
}

.footer-section .footer-subtitle {
  padding: 0 !important;
  user-select: none;
}

.footer-section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 3rem;
}

.footer-section .container div {
  padding: 0 1rem;
}

.footer-section .container p {
  margin: 1rem 0;
}

.footer-section .container ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .footer-section .container ul {
    align-items: flex-end;
  }
}
:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

.pricing-cards {
  grid-template-columns: var(--about-section-grid-columns);
  display: grid;
  width: 100%;
}

:root {
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;
  --font-family: "Phudu", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --clr-success: var(--clr-green-500);
  --clr-error: var(--clr-red-500);
  --clr-warning: #f59e0b;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group--flex {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.form-group--flex .form-group {
  flex: 1;
}

input, textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #ccc;
  border-radius: 0.375rem;
  background-color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus, textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

input:hover, textarea:hover {
  border-color: #aaa;
}

textarea {
  height: 10rem;
}

.button {
  border: 0;
}

.accordion {
  position: relative;
  margin-bottom: 1.25rem;
  border: 2px solid var(--clr-tab-border);
  border-radius: 0.5rem;
}

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion p a {
  display: inline-block;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  position: relative;
  border-radius: 0.5rem;
}

.accordion__content div {
  padding: 1rem;
}

.accordion__content p {
  color: var(--clr-tab-text);
}

input:checked ~ .accordion__content {
  max-height: 100%;
  margin-bottom: 1.25rem;
}

.accordion label {
  justify-content: space-between;
  padding: 1rem;
  font-weight: 400;
  display: flex;
  background-color: var(--clr-tab-background);
  border-top: 0;
}

.accordion label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  color: var(--clr-tab-text);
  font-size: 2rem;
  opacity: 0.5;
}

.accordion label h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0;
  color: var(--clr-tab-text);
}

.accordion__label {
  justify-content: space-between;
  padding: 1rem;
}

.accordion__content p {
  margin: 0;
  padding: 1rem;
}

.accordion__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

input:not(:checked) + .accordion__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
.lang-select {
  display: block;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

.lang-select .toggle-el {
  display: none;
}

.lang-select .toggle-el .lang-list {
  background: var(--clr-lang-button-foreground);
  z-index: 1;
  margin-top: 0.5rem;
}

.lang-select .toggle-el .lang-list a {
  display: block;
  padding: 0.3rem 0.7rem;
  border-bottom: 1px solid var(--clr-lang-item-border);
  color: var(--clr-lang-item-text);
  position: relative;
  width: 100%;
  padding-left: 1rem;
}

.lang-select label.toggle {
  text-align: center;
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5em 0.8em 0.5em 0.8em;
  font-size: 1rem;
  color: var(--clr-lang-button-text);
  background: var(--clr-lang-button-background);
  border-radius: 3px;
  user-select: none;
  height: 45px;
  align-items: center;
}

.lang-select label.toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

.lang-select .hide-input:checked ~ .toggle-el {
  display: block;
  transition: all 0.2s ease;
  opacity: 1;
  position: absolute;
  top: 40px;
  width: 100%;
}

.lang-select input.hide-input {
  position: absolute;
  left: -999em;
}

:root {
  /* === DocPilot AI Exact Color Palette === */
  --clr-primary: #4361ee;           /* DocPilot exact blue */
  --clr-primary-mid: #3a56d4;       /* DocPilot hover blue */
  --clr-primary-dark: #2d4fd8;      /* DocPilot deep blue */
  --clr-primary-surface: #f8f9ff;   /* DocPilot light blue bg */
  --clr-primary-tint: #e5e7ff;      /* DocPilot ultra-light blue */

  --clr-secondary: #ffffff;
  --clr-tertiary: #f8fafc;          /* DocPilot section alt bg */
  --clr-light: #ffffff;
  --clr-dark: #1e293b;              /* DocPilot footer navy */
  --clr-dark-2: #1f2937;            /* DocPilot dark alt */
  --clr-body-text: #1e293b;         /* DocPilot heading color */
  --clr-border: #e2e8f0;            /* DocPilot border */

  --max-width-container: 1200px;
  --container-y-padding: clamp(2rem, 5vw, 5rem);
  --container-x-padding: clamp(1rem, 1vw + 0.75rem, 5rem);
  --grid-2: repeat(auto-fit, minmax(calc(var(--max-width-container) / 2 - 2rem), 1fr));
  --grid-3: repeat(auto-fit, minmax(min(100%, calc(var(--max-width-container) / 3 - var(--container-x-padding))), 1fr));
  --grid-4: repeat(auto-fit, minmax(calc(var(--max-width-container) / 4 - 2rem), 1fr));
  --grid-6: repeat(auto-fit, minmax(calc(var(--max-width-container) / 6 - 2rem), 1fr));

  --clr-text: var(--clr-dark);
  --clr-text-inverted: var(--clr-light);
  --clr-text-muted: #475569;        /* DocPilot body text */
  --clr-surface-body: var(--clr-secondary);
  --clr-surface-text: var(--clr-body-text);
  --clr-surface-section: var(--clr-secondary);
  --clr-surface-container: var(--clr-dark);

  /* Nav */
  --clr-nav-text: var(--clr-body-text);
  --clr-nav--text: var(--clr-body-text);
  --clr-nav-text-inverted: var(--clr-light);
  --clr-nav-background: rgba(255, 255, 255, 0.95); /* DocPilot white header */
  --clr-nav-cta-surface: var(--clr-primary);
  --clr-nav-cta-text: var(--clr-light);
  --clr-nav--btn-text: var(--clr-light);
  --clr-menu-background: #f8f9ff;   /* DocPilot dropdown */
  --clr-lang-button-background: #f1f5f9;
  --clr-lang-button-text: var(--clr-body-text);
  --clr-lang-button-foreground: rgba(248, 249, 255, 0.98);
  --clr-lang-button-border: var(--clr-border);
  --clr-lang-item-border: var(--clr-border);
  --clr-lang-item-text: var(--clr-body-text);

  /* Hero */
  --clr-hero-surface: #f8f9ff;      /* DocPilot hero light blue bg */
  --clr-hero-text: var(--clr-dark);
  --clr-lead-title-text: var(--clr-dark);

  /* Cards */
  --clr-card-background: #ffffff;
  --clr-card-foreground: #f8f9ff;
  --clr-card-text: var(--clr-body-text);
  --clr-card-price: var(--clr-primary);
  --clr-card-frequency: var(--clr-text-muted);
  --clr-card-border: #e2e8f0;

  /* Tabs */
  --clr-tab-background: var(--clr-tertiary);
  --clr-tab-border: var(--clr-border);
  --clr-tab-text: var(--clr-body-text);
  --clr-tab-icon: var(--clr-primary);
  --clr-tab-hover: color-mix(in srgb, var(--clr-primary) 85%, black);

  /* Inputs */
  --clr-input-background: var(--clr-light);
  --clr-input-border: #e2e8f0;
  --clr-input-text: var(--clr-body-text);
  --clr-input-placeholder: #94a3b8;

  /* Buttons */
  --clr-button-primary: var(--clr-primary);
  --clr-button-primary-text: var(--clr-light);
  --clr-button-primary-hover: #3a56d4;
  --clr-button-secondary: var(--clr-light);
  --clr-button-secondary-text: var(--clr-primary);
  --clr-button-secondary-hover: #f8f9ff;
  --clr-signin-form-disclaimer: var(--clr-text-muted);

  /* Footer */
  --clr-footer-text: #94a3b8;       /* DocPilot footer text */
  --clr-footer-link-text: #4361ee;  /* DocPilot footer accent = blue */
  --clr-footer-border: #334155;     /* DocPilot footer border */

  /* Legal */
  --clr-legal-background: var(--clr-tertiary);
  --clr-legal-text: var(--clr-body-text);

  /* Font sizes */
  --fnt-size-1: 1.5rem;
  --fnt-size-2: 2rem;
  --fnt-size-3: 2.5rem;
  --fnt-size-4: 3rem;
  --fnt-size-5: 4rem;
  --spacer: 1rem;
  --spacer-2: 2rem;
  --spacer-3: 3rem;
  --spacer-4: 4rem;

  --clr-success: #10b981;           /* DocPilot green */
  --clr-error: #dc2626;             /* DocPilot red */
  --clr-warning: #f59e0b;           /* DocPilot amber */

  /* Icon filter -> DocPilot blue */
  --clr-icons-filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1500%) hue-rotate(216deg) brightness(98%) contrast(95%);
  --about-section-grid-columns: var(--grid-3);
}

body {
  background-color: #ffffff;
  color: var(--clr-body-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e293b;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
}

section {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 0;
  padding-bottom: 7rem;
}

section:nth-of-type(even) {
  /* DocPilot: alternating sections use very light blue tint */
  background-color: #f8f9ff;
}

.header-wrapper {
  /* DocPilot exact: white sticky header with subtle shadow */
  background-color: white !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}

.header {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none !important;
  box-shadow: none !important;
  height: 70px;
  width: 100%;
}

nav a, .menu a {
  /* DocPilot: nav links are slate-dark */
  color: #374151 !important;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: color 0.2s ease;
}

nav a:hover, .menu a:hover {
  color: #4361ee !important;
}

.button--secondary, .intro-section.bg-primary a.button, .header--menu a.button {
  background: #4361ee !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  border: none !important;
  font-weight: 500 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  padding: 0.65rem 1.6rem !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  box-shadow: none !important;
  display: inline-flex !important;
  width: auto !important;
  transition: all 0.25s ease !important;
}

.button--secondary:hover, .intro-section.bg-primary a.button:hover, .header--menu a.button:hover {
  background: #3a56d4 !important;
  /* DocPilot: blue button glow on hover */
  box-shadow: 0 4px 16px rgba(67, 97, 238, 0.35) !important;
  transform: none !important;
}

.intro-section::before {
  opacity: 0 !important;
}

.intro-section.bg-primary {
  /* DocPilot: very light lavender-blue hero bg */
  background-color: #f8f9ff;
  position: relative;
  overflow: hidden;
}

.hero-section {
  padding-bottom: 0;
  background-color: #f8f9ff;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  /* DocPilot: indigo/purple soft glow top-right */
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 65%);
  top: -200px;
  right: -200px;
  pointer-events: none;
  z-index: 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.07) 0%, transparent 65%);
  bottom: -100px;
  left: -100px;
  pointer-events: none;
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.intro-section.bg-primary::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 97, 238, 0.06) 0%, transparent 65%);
  top: 5%;
  left: 40%;
  pointer-events: none;
  z-index: 0;
}

.hero-section h1 {
  /* DocPilot: large bold heading in Inter */
  font-size: clamp(2.2rem, 5vw, 3.5rem) !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  text-align: center !important;
  line-height: 1.15 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.hero-section p {
  color: #475569 !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  text-align: center !important;
  font-family: "Inter", sans-serif !important;
}

.lead-title {
  text-align: center;
}

.lead-title img {
  filter: var(--clr-icons-filter);
}

.lead-title h2 {
  color: #1e293b;
  font-weight: 600;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  letter-spacing: -0.01em;
  margin-top: 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.lead-title p {
  color: #475569;
  font-size: 1.05rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  font-family: "Inter", sans-serif;
}

.card {
  background-color: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 4px 16px rgba(27, 79, 58, 0.04) !important;
  transition: all 0.3s ease !important;
}

.card:hover {
  box-shadow: 0 6px 24px rgba(27, 79, 58, 0.1) !important;
  border-color: #e2e8f0 !important;
  transform: translateY(-2px);
}

.card__title {
  color: #1e293b !important;
  background: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.operator__price {
  color: #4361ee !important;
  font-weight: 700 !important;
  font-size: 2.5rem !important;
  letter-spacing: -0.02em !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.operator__frequency {
  color: #475569 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.button--primary {
  background: #4361ee !important;
  border-radius: 4px !important;
  border: none !important;
  font-weight: 500 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.button--primary:hover {
  background: #3a56d4 !important;
  box-shadow: 0 4px 16px rgba(27, 79, 58, 0.25) !important;
  transform: translateY(-1px) !important;
}

.accordion {
  border: 1px solid #e2e8f0 !important;
  border-radius: 5px !important;
  overflow: hidden;
  margin-bottom: 0.5rem;
  transition: box-shadow 0.2s ease;
}

.accordion:hover {
  box-shadow: 0 2px 12px rgba(27, 79, 58, 0.07) !important;
}

.accordion label {
  background-color: #ffffff !important;
  color: #1e293b !important;
  font-weight: 500 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.5 !important;
}

.accordion label::after {
  color: #4361ee !important;
  transition: transform 0.25s ease !important;
}

.accordion input:checked + label {
  background-color: #f8f9ff !important;
  color: #4361ee !important;
}

.accordion .accordion-content, .accordion p {
  color: #475569 !important;
  line-height: 1.75 !important;
  font-size: 0.95rem !important;
}

input, textarea, select {
  background-color: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 5px;
  color: #1e293b;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #94a3b8;
}

input:focus, textarea:focus, select:focus {
  border-color: #3a56d4;
  box-shadow: 0 0 0 3px rgba(27, 79, 58, 0.1);
  outline: none;
}

body:has(.contact-section) .intro-section.bg-primary {
  background: linear-gradient(135deg, #2d4fd8 0%, #4361ee 55%, #3a56d4 100%) !important;
}

body:has(.contact-section) .intro-section.bg-primary::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 65%) !important;
}

body:has(.contact-section) .hero-section {
  background: rgba(0, 0, 0, 0) !important;
}

body:has(.contact-section) .hero-section h1 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
}

body:has(.contact-section) .hero-section p {
  color: rgba(250, 250, 247, 0.78) !important;
}

.contact-section {
  background-color: #f8fafc !important;
  padding-bottom: 4rem;
}

.contact-section .container {
  max-width: 900px;
}

.contact-section .lead-title {
  text-align: center;
  padding: 3rem 0 2.5rem;
  background: none;
  border: none;
  box-shadow: none;
}

.contact-section .lead-title::before {
  display: none;
}

.contact-section .lead-title img {
  filter: var(--clr-icons-filter);
}

.contact-section .lead-title h2 {
  color: #1e293b;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.contact-section .lead-title p {
  color: #475569;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.contact-section .container::after {
  content: "✉ Email Support  ·  help@pdfbrain-ai.com\a\a🕐 Response Time  ·  Within 24 hours\a\a🔒 Secure  ·  Your data is always protected";
  white-space: pre;
  display: block;
  margin-top: 1.5rem;
  background: #f8f9ff;
  border: 1px solid #d4ccba;
  border-radius: 6px;
  padding: 1.75rem 2rem;
  font-size: 0.95rem;
  color: #4361ee;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.01em;
}

.contact-form-section {
  background-color: #ffffff !important;
  padding-bottom: 7rem;
}

.contact-form-section .container {
  max-width: 1100px;
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.contact-form-section .container::before {
  display: none;
}

.contact-form-section .lead-title {
  flex: 0 0 360px;
  background: linear-gradient(160deg, #2d4fd8 0%, #4361ee 50%, #3a56d4 100%);
  border-radius: 6px 0 0 6px;
  padding: 3.5rem 2.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.contact-form-section .lead-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 10% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 60%), radial-gradient(ellipse 50% 40% at 90% 80%, rgba(67, 97, 238, 0.2) 0%, transparent 55%);
  pointer-events: none;
}

.contact-form-section .lead-title img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.contact-form-section .lead-title h2 {
  color: #ffffff !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 0.75rem;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.contact-form-section .lead-title p {
  color: rgba(250, 250, 247, 0.75) !important;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  max-width: 100%;
  margin: 0 0 2.5rem 0;
  position: relative;
  z-index: 1;
}

.contact-form-section .lead-title::after {
  content: "✉ help@pdfbrain-ai.com\a\a🕐 Response within 24 hours\a\a🔒 Secure & confidential";
  white-space: pre;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(250, 250, 247, 0.72);
  line-height: 2.1;
  position: relative;
  z-index: 1;
}

.contact-form-section form {
  flex: 1;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: none;
  border-radius: 0 6px 6px 0;
  padding: 3.5rem 3rem;
  box-shadow: 0 4px 32px rgba(27, 79, 58, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
}

.contact-form-section label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #3a3630;
  margin-bottom: 0.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.contact-form-section .form-group {
  margin-bottom: 1.25rem;
}

.contact-form-section .form-group--flex {
  gap: 1rem;
}

.contact-form-section input, .contact-form-section textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 5px;
  background: #ffffff;
  font-size: 0.95rem;
  color: #1e293b;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form-section input::placeholder, .contact-form-section textarea::placeholder {
  color: #c4c0b0;
}

.contact-form-section input:focus, .contact-form-section textarea:focus {
  border-color: #4361ee;
  background: #fff;
  /* DocPilot: blue focus ring */
  box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
  outline: none;
}

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

.contact-form-section .button--primary {
  width: 100% !important;
  padding: 1rem 2rem !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  margin-top: 0.75rem;
  border-radius: 4px !important;
  justify-content: center;
  letter-spacing: 0.1em;
  text-transform: uppercase !important;
}

.contact-form-section .successMsg {
  background: #f8f9ff;
  color: #4361ee;
  border: 1px solid #a8d5c0;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .contact-form-section .container {
    flex-direction: column;
  }
  .contact-form-section .lead-title {
    flex: none;
    border-radius: 6px 6px 0 0;
    padding: 2.5rem 2rem;
  }
  .contact-form-section form {
    border-left: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 2.5rem 1.5rem;
  }
}
.lang-select label.toggle {
  background: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 4px !important;
  color: #1e293b !important;
  transition: all 0.2s ease !important;
}

.lang-select label.toggle:hover {
  background: #f8f9ff !important;
  border-color: #a8d5c0 !important;
}

.lang-select label.toggle svg {
  fill: #3a3630 !important;
  color: #3a3630 !important;
}

.lang-select .toggle-el .lang-list {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 5px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.lang-select .toggle-el .lang-list a {
  color: #1e293b !important;
  border-bottom-color: #e2e8f0 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  transition: all 0.15s ease !important;
}

.lang-select .toggle-el .lang-list a:hover {
  background: #f8f9ff !important;
  color: #4361ee !important;
}

.logo {
  width: clamp(150px, 13vw, 210px) !important;
}

.logo img {
  content: url("../../images/logos/pdfbrain-ai-nav.png");
  max-height: 56px !important;
  max-width: 200px !important;
  min-height: 44px !important;
  filter: none !important;
}

/* === DocPilot Footer — Exact Match === */
footer {
  background: linear-gradient(135deg, #1e293b, #334155) !important;
  color: white;
  padding: 2rem 0 1rem;
}

footer section, footer .footer-section {
  background: transparent !important;
  border-bottom: none !important;
}

.footer-section {
  background: transparent !important;
  border-top: none;
  color: #94a3b8;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* DocPilot: footer headings — white, small caps */
.footer-section h1, .footer-section h2, .footer-section h3, .footer-section h4, .footer-section h5, .footer-section h6 {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* DocPilot: footer body text — muted slate */
.footer-section p {
  color: #cbd5e1;
  line-height: 1.7;
  font-size: 0.9rem;
}

/* DocPilot: footer links — muted slate, hover to indigo */
.footer-section a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.footer-section a:hover {
  color: #4f46e5;
}

/* Fix stale brown subtitle text */
.footer-section .footer-subtitle p {
  color: #94a3b8;
  font-size: 0.78rem;
}

/* DocPilot: footer container border */
.footer-section .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-section .footer-logo {
  background: rgba(0, 0, 0, 0);
  padding-top: 0.5rem;
  width: clamp(180px, 16vw, 260px) !important;
}

.footer-section .footer-logo img {
  content: url("../../images/logos/pdfbrain-ai-white.png");
  max-height: 90px !important;
  max-width: 260px !important;
  min-height: 60px !important;
  width: auto !important;
  filter: none !important;
}

.tabs {
  background-color: #f8fafc;
}

.tab-label {
  color: #475569;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.tab-label:hover {
  color: #4361ee;
}

.tab-label.active, .tab-label[aria-selected=true] {
  color: #4361ee;
  border-bottom-color: #4361ee;
}

.pricing-cards {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.card--pricing {
  background: #fff !important;
  border: 1px solid #d4ccba !important;
  border-top: 3px solid #4361ee !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 32px rgba(27, 79, 58, 0.07), 0 1px 4px rgba(0, 0, 0, 0.03) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.card--pricing:hover {
  box-shadow: 0 8px 48px rgba(27, 79, 58, 0.12), 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-2px) !important;
}

.card--pricing .card__title {
  background: linear-gradient(135deg, #2d4fd8 0%, #4361ee 60%, #3a56d4 100%) !important;
  color: #f8f9ff !important;
  padding: 1.1rem 1.5rem !important;
  border-radius: 0 !important;
  border-bottom: none !important;
  font-size: 0.6rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-family: "Inter", sans-serif !important;
  position: relative !important;
}

.card--pricing .card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(67, 97, 238, 0.7), transparent);
}

.card--pricing .card__content {
  padding: 2.5rem 2.25rem 2.25rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0 !important;
}

.card--pricing .operator__price {
  font-size: 4.75rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  color: #4361ee !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  margin: 0.5rem 0 0.4rem !important;
}

.card--pricing .operator__frequency {
  color: #9b8f7a !important;
  font-size: 0.67rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  max-width: 270px !important;
  margin: 0 auto !important;
}

.card--pricing .operator__frequency::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4361ee, transparent);
  margin: 1.5rem auto 1.25rem;
}

.card--pricing .button--secondary {
  width: 100% !important;
  justify-content: center !important;
  background: #4361ee !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  border: none !important;
  padding: 1rem 2rem !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  font-family: "Inter", sans-serif !important;
  transition: all 0.25s ease !important;
}

.card--pricing .button--secondary:hover {
  background: #3a56d4 !important;
  box-shadow: 0 4px 20px rgba(27, 79, 58, 0.3) !important;
}

.card--pricing.card--featured, .card--pricing.is-featured {
  border-top-color: #4361ee !important;
  border-color: #4361ee !important;
  box-shadow: 0 8px 48px rgba(27, 79, 58, 0.15), 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

html {
  direction: ltr;
}

:lang(ar) {
  direction: rtl;
}

:lang(ar) .lang-select input.hide-input {
  right: -999em;
  left: auto;
}

:lang(ar) .accordion label::after {
  transform: rotate(-90deg);
} 

/*# sourceMappingURL=theme4.css.map */
