/* csslint bulletproof-font-face:false */

/* csslint font-face-name-format:false */

/* csslint font-face-src:false */

/* 900 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/static/Figtree-Black.ttf") format("truetype");
}

/* 300 weight / italic ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/static/Figtree-BlackItalic.ttf") format("truetype");
}

/* 400 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/static/Figtree-Regular.ttf") format("truetype");
}

/* 700 weight / normal ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/static/Figtree-Bold.ttf") format("truetype");
}

/* 400 weight / italic ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/static/Figtree-Italic.ttf") format("truetype");
}

/* 700 weight / italic ------------------------------------------ */
@font-face {
  font-display: swap;
  font-family: Figtree;
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/static/Figtree-BoldItalic.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

body {
  background-image: 
    url("../images/black-top-line.svg"),
    url("../images/black-center-left.svg"),
    url("../images/white-top-left-line.svg"),
    url("../images/white-bottom-left-line.svg"),
    url("../images/bg.svg");
  background-attachment: fixed, fixed, fixed, fixed, fixed;
  background-position: top right, left 20vh, top left, left 72vh, top center;
  background-repeat: no-repeat;
  background-color: #ff6c00;
  font-family: Figtree, sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0 24px;
  position: relative;
  box-sizing: border-box;
}


@media (width <=1750px) {
  body {
    background-position: top right, left 14vh, top left, left 79vh, top center;
  }
}

@media (width <=768px) {
  body {
    background-position: top right, left 15vh, top left, left 79vh, top center;
    padding: 0 16px;
  }
}

@media (width <=620px) {
  body {
    background-position: top right, left 50vh, -130px 27vh, left 72vh,
      top center;
  }
}

.main-container {
  margin: auto;
  max-width: 1440px;
  position: relative;
  z-index: 50;
}

.visually-hidden {
  position: absolute ;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/***** HEADER *****/
.header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 76px 0;
  width: 100%;
  position: relative;
}

@media (width <=1024px) {
  .header {
    padding: 45px 0;
  }
}

@media (width <=620px) {
  .header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 34px 0;
  }
}

/* Responsive Design for Navigation */
@media (width <= 1440px) {
  .nav-link {
    font-size: 18px;
  }
}

@media (width <= 1024px) {
  .nav-list {
    gap: 10px;
  }

  .nav-link {
    padding: 16px;
    font-size: 16px;
  }
}

@media (width <= 768px) {
  .nav-list {
    gap: 0;
  }

  .nav-link {
    padding: 16px;
    font-size: 16px;
    margin: 6px 2px;
  }
}

@media (width <= 480px) {
  .nav-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
  }
}

.logo {
  align-items: center;
  display: flex;
  margin: auto 0;
}

.logo a,
.logo img {
  height: 50px;
}

.navbar {
  display: flex;
  justify-content: center;
  height: 76px;
  width: fit-content;
}

@media (max-width: 768px) {
  .navbar {
    display: none;
  }
}

.nav-heading {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.nav-list {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 20px;
}

.nav-item {
  margin: 0;
}

.nav-link {
  display: block;
  padding: 18px;
  text-decoration: none;
  color: white;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s ease;
  border-radius: 8px;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-link:hover {
  background-color: #ef580d;
  color: white;
  transition: background 0.5s ease, color 0.4s ease;
}

.nav-link.sign-in-btn {
  background-color: white;
  color: #ff6c00;
  font-weight: 600;
}

.nav-link.sign-in-btn:hover {
  background-color: white;
  color: #ff6c00;
}



.user-info {
  align-items: center;
  display: flex;
  gap: 24px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (width <=768px) {
  .user-info {
    gap: 16px;
  }
}

.user-avatar {
  border-radius: 50%;
  filter: grayscale(100%);
  height: 76px;
  object-fit: cover;
  width: 76px;
}

@media (width <=768px) {
  .user-avatar {
    height: 60px;
    order: 2;
    width: 60px;
  }
}

@media (width <=620px) {
  .user-avatar {
    order: -1;
  }
}

.user-details {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-height: 76px;
  text-align: right;
}

@media (width <=620px) {
  .user-details {
    align-items: flex-start;
    text-align: left;
  }
}

.user-name {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.user-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.user-socials {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 2px;
  transition: opacity 0.5s ease;
}

.user-socials img {
  cursor: pointer;
  height: 20px;
  opacity: 0.5;
  width: 20px;
}

.svg-icon-linkedin img,
.svg-icon-email img {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  transition: opacity 0.5s ease;
  vertical-align: middle;
  width: 22px;
}

.card-image img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.svg-icon-linkedin img:hover,
.svg-icon-email img:hover {
  opacity: 1;
}

/***** CARDS CONTAINER *****/
.cards-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-bottom: 75px;
  padding-left: 0;
  width: 100%;
}

/* 2 cards per row on tablets (≥768px) */
@media (width >=768px) {
  .cards-list {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 3 cards per row on desktops (≥1024px) */
@media (width >=1280px) {
  .cards-list {
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
  }
}

/***** CARD *****/
.card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: filter 0.5s ease;
}

.card:hover {
  filter: drop-shadow(15px 25.981px 25px #d6450c);
  transition: filter 0.5s ease;
}

.card-image {
  display: flex;
  flex-direction: column;
  height: 275px;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.card-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 50px;
  font-weight: 700;
  gap: 18px;
  line-height: 36px;
  padding: 28px 32px;
  position: relative;
  text-shadow: 0 2px 8px rgb(0 0 0 / 25%);
  z-index: 2;
}

.card-image::before {
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 0%) 100%);
  bottom: 0;
  content: "";
  height: 112px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media screen and (width <=1060px) {
  .card-title {
    font-size: 36px;
    gap: 10px;
    line-height: 28px;
    padding: 20px 24px;
  }

  .card-title span {
    font-size: 14px;
    line-height: 18px;
  }
}

.card-image-food,
.card-image-culture,
.card-image-adventure {
  background-image: none;
}

.subtext {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-shadow: 0 2px 8px rgb(0 0 0 / 18%);
}

.card-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}

@media (width <=1060px) {
  .card-content {
    gap: 16px;
    padding: 24px;
  }
}

@media (width <=768px) {
  .card-content {
    gap: 12px;
  }
}

.card-heading {
  font-size: 26px;
  font-weight: 900;
}

@media (width <=1024px) {
  .card-heading {
    font-size: 20px;
  }
}

@media (width <=768px) {
  .card-heading {
    font-size: 19px;
  }
}

.card-text {
  color: #060606;
  font-size: 18px;
  font-weight: 400;
}

@media (width <=1024px) {
  .card-text {
    font-size: 16px;
  }
}

@media (width <=450px) {
  .card-text {
    font-size: 14px;
  }
}

.card-footer {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: auto;
}

.card-locations {
  align-items: flex-start;
  background: url("../images/location.svg") no-repeat left top 2px;
  background-size: 18px 18px;
  color: #ff6c00;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  list-style: none;
  padding-left: 22px;
}

.card-locations a {
  border-bottom: 1px solid transparent;
  color: #ff6c00;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: border-bottom 0.5s ease;
}

.card-locations a:hover {
  border-bottom: 1px solid #ff6c00;
}

@media (width <=1024px) {
  .card-locations {
    font-size: 16px;
    padding-left: 20px;
  }

  .card-locations a {
    font-size: 16px;
    border-bottom: 1px solid #ff6c00;
  }

  .card-locations a:hover {
    border-bottom: 1px solid transparent;
  }
}

@media (width <=450px) {
  .card-locations a {
    font-size: 14px;
    line-height: 18px;
  }
}

.card-price {
  color: #000;
  font-size: 26px;
  font-weight: 400;
}

@media (width <=1024px) {
  .card-price {
    font-size: 20px;
  }
}

@media (width <=768px) {
  .card-price {
    font-size: 19px;
    font-weight: 500;
  }
}

.card-heading span,
.card-heading em {
  transition: color 0.5s ease;
  font-weight: 900;
}

.card-heading em {
  font-style: italic;
}

.card:hover .card-heading span,
.card:hover .card-heading em {
  transition: color 0.5s ease;
  color: #ff6c00;
}

.footer-text {
  color: #ae4200;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 75px;
  text-align: center;
}

.footer-text a {
  color: #ae4200;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer-text a:hover {
  color: #ae4200; /* Keep same color on hover */
  text-decoration: underline;
}

.hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Password Protected */
.password-overlay {
  align-items: center;
  background: linear-gradient(135deg, #fff7f0 0%, #ffedd5 100%);
  display: flex;
  font-family: Figtree, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 16px;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 9999;
}

.password-modal {
  align-items: center;
  background: #fff;
  border: 2px solid #ff6c00;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgb(255 108 0 / 13%);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  max-width: 600px;
  min-width: 340px;
  padding: 2.5rem 2rem 2rem;
  width: 100%;
}

.password-modal-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.password-modal-header h2 {
  color: #ff6c00;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.password-logo {
  filter: drop-shadow(0 2px 8px #ff6c00aa);
  margin-bottom: 0.5rem;
  max-height: 70px;
  max-width: 100%;
  padding: 0.5rem;
}

.password-desc {
  color: #64748b;
  font-size: 1rem;
  margin: 0;
}

/* toggle button */

.toggle-password {
  background: none;
  border: none;
  color: #ff6c00;

  /* use your brand colour */
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0 0.5rem;
  transition: color 0.2s;
}

.toggle-password:focus {
  box-shadow: none;
  outline: none;
}

.password-modal-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.password-input-group {
  align-items: center;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  display: flex;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  transition: outline 0.2s ease;
  width: 100%;
}

.password-input-group:focus-within {
  outline: 2px solid #ff6c00;
  outline-offset: 2px;
}

.password-input {
  background: transparent;
  border: none;
  color: #ff6c00;
  flex: 1;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.7rem 0.5rem 0.7rem 0.2rem;
}

.password-input:focus {
  box-shadow: none;
  outline: none;
}

.password-submit {
  background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgb(59 130 246 / 8%);
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.7rem 0;
  transition: background 0.5s ease;
  width: 100%;
}

.password-submit:hover {
  background: linear-gradient(90deg, #2563eb 0%, #4f46e5 100%);
}

.password-error {
  color: #ef4444;
  display: none;
  font-size: 0.98rem;
  margin-top: 0.2rem;
  text-align: center;
}

@media (width <=700px) {
  .password-modal {
    gap: 0.7rem;
    max-width: 98vw;
    min-width: unset;
    padding: 1.2rem 0.5rem 1.5rem;
    width: 100%;
  }

  .password-overlay {
    padding: 0 10px;
  }

  .password-modal-header h2 {
    font-size: 1.1rem;
  }

  .password-input-group {
    font-size: 0.95rem;
  }

  .password-submit {
    font-size: 1rem;
    padding: 0.6rem 0;
  }
}

@media (width <=500px) {
  .password-modal {
    min-width: 90vw;
    padding: 1.2rem 0.5rem 1.5rem;
  }
}

/* Content Pages Styles */
.content-section {
  padding: 60px 0;
  color: white;
}

.content-header {
  text-align: center;
  margin-bottom: 60px;
}

.page-title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  color: white;
}

.page-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

/* Info Cards Grid */
.affiliates-grid,
.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.info-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.card-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.info-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
}

.info-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

/* Feature Lists */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding-left: 24px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff6c00;
  font-weight: bold;
}

/* Steps */
.steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  display: flex;
  align-items: center;
  gap: 16px;
}

.step-number {
  background: #ff6c00;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.step-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

/* Commission Tiers */
.commission-tiers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.tier-name {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.tier-rate {
  color: #ff6c00;
  font-weight: 700;
  font-size: 18px;
}

/* Help Categories */
.help-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.help-category {
  display: block;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.help-category:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(5px);
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.contact-link,
.contact-value {
  color: white;
  text-decoration: none;
}

.contact-link:hover {
  color: #ff6c00;
}

/* Buttons */
.chat-button,
.cta-button,
.submit-button {
  background: #ff6c00;
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.chat-button:hover,
.cta-button:hover,
.submit-button:hover {
  background: #e55a00;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 108, 0, 0.3);
}

.chat-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  text-align: center;
}

/* FAQ */
.quick-faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-detail {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.faq-detail summary {
  padding: 16px;
  cursor: pointer;
  font-weight: 600;
  color: white;
  transition: background 0.3s ease;
}

.faq-detail summary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.faq-detail p {
  padding: 0 16px 16px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* CTA Section */
.cta-section {
  text-align: center;
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  margin: 60px 0;
}

.cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.cta-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.faq-section {
  margin: 60px 0;
}

.faq-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: white;
}

.faq-item p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* Support Form */
.support-form-section {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 16px;
  margin: 60px 0;
  text-align: center;
}

.support-form-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.support-form-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}

.support-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

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

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ff6c00;
  background: rgba(255, 255, 255, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group select option {
  background: #333;
  color: white;
}

/* Emergency Section */
.emergency-section {
  text-align: center;
  padding: 40px;
  background: rgba(255, 108, 0, 0.1);
  border: 2px solid rgba(255, 108, 0, 0.3);
  border-radius: 16px;
  margin: 60px 0;
}

.emergency-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.emergency-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.emergency-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.emergency-number {
  font-size: 28px;
  font-weight: 700;
  color: #ff6c00;
}

.emergency-note {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (width <= 768px) {
  .page-title {
    font-size: 36px;
  }
  
  .page-subtitle {
    font-size: 18px;
  }
  
  .affiliates-grid,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
  }
  
  .faq-list {
    grid-template-columns: 1fr;
  }
  
  .support-form-section {
    padding: 24px;
  }
  
  .cta-section {
    padding: 40px 20px;
  }
  
  .emergency-section {
    padding: 24px;
  }
}

@media (width <= 480px) {
  .content-section {
    padding: 40px 0;
  }
  
  .page-title {
    font-size: 28px;
  }
  
  .info-card {
    padding: 24px;
  }
  
  .cta-section h2,
  .faq-section h2,
  .support-form-section h2 {
    font-size: 28px;
  }
}
